summaryrefslogtreecommitdiff
path: root/lang/erlang-man
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-17 16:16:30 +0000
committerghen <ghen@pkgsrc.org>2006-08-17 16:16:30 +0000
commit6196d0fe39a555e7f30f46a4a925d0cc56e0486e (patch)
tree43987f2064355a0b78b717bf50b807fd50682589 /lang/erlang-man
parenta0a19fe8512b3b1a16532cc61e3bd9f17a473e9a (diff)
downloadpkgsrc-6196d0fe39a555e7f30f46a4a925d0cc56e0486e.tar.gz
Update to Erlang R11B-0 (erlang-11.0). Changes since R10B:
=== SMP Support === The major news is the support for SMP (Symmetric MultiProcessing). SMP is supported by most modern operating systems like Linux, Windows, Mac OSx, Solaris and is becoming more important now when dual processors, hyper-threading technology and multi-core systems are a reality. With Erlang, most of the problems which occur in multi-threaded programs have been solved once and for all in the Erlang VM and do not have to be handled by the application programmers. In the SMP version of the Erlang virtual machine, there can be many process schedulers running in separate OS threads. As default there will be as many schedulers as there are processors or processor cores on the system. The SMP support is totally transparent for the Erlang programs. That is, there is no need to change or recompile existing programs. Programs with built-in assumptions about sequential execution must be rewritten in order to take advantage of the SMP support, however. In this release, the Erlang VM supports SMP with focus on stability. There will follow a number of subsequent steps with necessary optimizations and support for more platforms. === Erlang Language and Related Issues === * The andalso and orelse operators are now allowed to be used in guards. That also applies to match specifications. * The BIF is_record/3 can now be used in guards. Also, is_record/3 can now be called without an erlang: module prefix for consistency with the other is_* functions. * The compiler options ignore_try and ignore_cond, which allowed code that used unquoted try or cond as atoms or record tags, has been removed. Old code that depended on the options need to be revised to have occurrences of try or cond as atom or record tags single-quoted. (Note: Although cond is a reserved keyword, there is no cond statement. It might be introduced in a future release.) * (ERTS 5.4.8) The new fun M:F/A construct creates a fun that refers to the latest version of M:F/A. This syntax is meant to replace tuple funs {M,F} which have many problems. * (ERTS 5.4.8) The new type test is_function(Fun, Arity) -- which may be used in guards -- test whether Fun is a fun that can be applied to Arity arguments. === New Applications === Dialyzer Dialyzer is a static analysis tool that identifies software discrepancies such as type errors, unreachable code, unnecessary tests, etc in single Erlang modules or entire (sets of) applications. Inviso The Inviso application, together with some new extensions to Runtime_Tools, is aimed at providing features for efficient tracing of production Erlang/OTP systems: * Distributed tracing - tracing on any number of Erlang nodes. * Autostart - tracing during system start-up. * Overload protection - mechanisms for suspending and later reactivating tracing, should an overload situation occur. * Enhanced use of meta tracing. * Trace cases - predefined specifications of what to trace. * Off-line merging and formatting of log files. Inviso is still under development. An easier-to-use trace tool, using the features listed above, is planned to be released as an R11B patch in Q3/Q4 2006. SSH The SSH application is an Erlang implementation of the secure shell protocol. It is considered to be a beta release, meaning there can be changes made to the API before it reaches 1.0. === Existing Applications === Compiler (Compiler 4.3.6) It is now possible to encrypt the debug information in Beam files. Debugger (Debugger 2.0) The debugger can now handle the try/catch language construct. Inets The Erlang implementation of the TFTP procotcol, tftp, is now documented. Kernel In Kernel 2.10.X, several bug fixes and improvements have been made in global , the global name registration facility. OS_Mon (OS_Mon 2.0) The entire OS_Mon application (code and documentation) has been reviewed and consequently updated with the goal to make the application more robust, homogeneous and easier to configure. STDLIB Added the zip module with functions for reading and creating zip archives.
Diffstat (limited to 'lang/erlang-man')
-rw-r--r--lang/erlang-man/PLIST16
-rw-r--r--lang/erlang-man/distinfo8
2 files changed, 19 insertions, 5 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST
index fa3925c9362..ce01554aa85 100644
--- a/lang/erlang-man/PLIST
+++ b/lang/erlang-man/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/29 21:41:44 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/08/17 16:16:30 ghen Exp $
lib/erlang/man/man1/driver_entry.1
lib/erlang/man/man1/epmd.1
lib/erlang/man/man1/erl.1
@@ -106,6 +106,7 @@ lib/erlang/man/man3/crypto.3
lib/erlang/man/man3/dbg.3
lib/erlang/man/man3/debugger.3
lib/erlang/man/man3/dets.3
+lib/erlang/man/man3/dialyzer.3
lib/erlang/man/man3/dict.3
lib/erlang/man/man3/digraph.3
lib/erlang/man/man3/digraph_utils.3
@@ -179,6 +180,11 @@ lib/erlang/man/man3/init.3
lib/erlang/man/man3/instrument.3
lib/erlang/man/man3/int.3
lib/erlang/man/man3/interceptors.3
+lib/erlang/man/man3/inviso.3
+lib/erlang/man/man3/inviso_as_lib.3
+lib/erlang/man/man3/inviso_lfm.3
+lib/erlang/man/man3/inviso_lfm_tpfreader.3
+lib/erlang/man/man3/inviso_rt.3
lib/erlang/man/man3/io.3
lib/erlang/man/man3/io_lib.3
lib/erlang/man/man3/lib.3
@@ -288,6 +294,7 @@ lib/erlang/man/man3/supervisor_bridge.3
lib/erlang/man/man3/sys.3
lib/erlang/man/man3/systools.3
lib/erlang/man/man3/tags.3
+lib/erlang/man/man3/tftp.3
lib/erlang/man/man3/timer.3
lib/erlang/man/man3/toolbar.3
lib/erlang/man/man3/ttb.3
@@ -296,8 +303,14 @@ lib/erlang/man/man3/user.3
lib/erlang/man/man3/webtool.3
lib/erlang/man/man3/win32reg.3
lib/erlang/man/man3/wrap_log_reader.3
+lib/erlang/man/man3/xmerl.3
+lib/erlang/man/man3/xmerl_eventp.3
+lib/erlang/man/man3/xmerl_scan.3
+lib/erlang/man/man3/xmerl_xpath.3
+lib/erlang/man/man3/xmerl_xs.3
lib/erlang/man/man3/xref.3
lib/erlang/man/man3/yecc.3
+lib/erlang/man/man3/zip.3
lib/erlang/man/man3/zlib.3
lib/erlang/man/man4/app.4
lib/erlang/man/man4/appup.4
@@ -312,6 +325,7 @@ lib/erlang/man/man6/runtime_tools.6
lib/erlang/man/man6/sasl.6
lib/erlang/man/man6/snmp.6
lib/erlang/man/man6/ssl.6
+lib/erlang/man/man6/stdlib.6
@dirrm lib/erlang/man/man6
@dirrm lib/erlang/man/man4
@dirrm lib/erlang/man/man3
diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo
index 656caeffd1d..bead0fc2d88 100644
--- a/lang/erlang-man/distinfo
+++ b/lang/erlang-man/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/29 21:41:44 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/08/17 16:16:30 ghen Exp $
-SHA1 (erlang/otp_doc_man_R10B-10.tar.gz) = a59f09e9656979642a2b83cc1e9c3889ecec5031
-RMD160 (erlang/otp_doc_man_R10B-10.tar.gz) = b56260b7349cd4751ca56ec15fdc5515041b130b
-Size (erlang/otp_doc_man_R10B-10.tar.gz) = 594690 bytes
+SHA1 (erlang/otp_doc_man_R11B-0.tar.gz) = b093fc8c9349a744c42b2ac70d00166adb7d2bb0
+RMD160 (erlang/otp_doc_man_R11B-0.tar.gz) = 38d9218391147e192d21c438d436c98d7c0f982a
+Size (erlang/otp_doc_man_R11B-0.tar.gz) = 624684 bytes