summaryrefslogtreecommitdiff
path: root/lang/erlang-man/PLIST
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-07-18 08:55:16 +0000
committerfhajny <fhajny@pkgsrc.org>2015-07-18 08:55:16 +0000
commitf79621791b69d4c70a2b6055edd74fced7f8dd93 (patch)
treeceae2b89e23e05a72907d84fa34362186121b27b /lang/erlang-man/PLIST
parentc770ca1191f7d0fd8324e6b6d5f1113a2c75c49a (diff)
downloadpkgsrc-f79621791b69d4c70a2b6055edd74fced7f8dd93.tar.gz
Update erlang to 18.0.
- Starting from 18.0 Erlang/OTP is released under the APL 2.0 - erts: The time functionality has been extended. This includes a new API for time, as well as "time warp" modes which alters the behavior when system time changes. You are strongly encouraged to use the new API instead of the old API based on erlang:now/0. erlang:now/0 has been deprecated since it is a scalability bottleneck. - erts: Beside the API changes and time warp modes a lot of scalability and performance improvements regarding time management has been made - erts: The previously introduced "eager check I/O" feature is now enabled by default. - erts/compiler: enhanced support for maps. Big maps new uses a HAMT (Hash Array Mapped Trie) representation internally which makes them more efficient. There is now also support for variables as map keys. - dialyzer: The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. - ssl: Remove default support for SSL-3.0 and added padding check for TLS-1.0 due to the Poodle vulnerability. - ssl: Remove default support for RC4 cipher suites, as they are consider too weak. - stdlib: Allow maps for supervisor flags and child specs - stdlib: New functions in ets: - take/2. Works the same as ets:delete/2 but also returns the deleted object(s). - ets:update_counter/4 with a default object as argument Full changelog: http://www.erlang.org/download/otp_src_18.0.readme
Diffstat (limited to 'lang/erlang-man/PLIST')
-rw-r--r--lang/erlang-man/PLIST10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST
index 5677218b4d5..4c68f8edc81 100644
--- a/lang/erlang-man/PLIST
+++ b/lang/erlang-man/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/04/28 14:34:20 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.16 2015/07/18 08:55:16 fhajny Exp $
lib/erlang/man/man1/cdv.1
lib/erlang/man/man1/ct_run.1
lib/erlang/man/man1/diameterc.1
@@ -151,6 +151,7 @@ lib/erlang/man/man3/eldap.3
lib/erlang/man/man3/epp.3
lib/erlang/man/man3/epp_dodger.3
lib/erlang/man/man3/eprof.3
+lib/erlang/man/man3/erl_anno.3
lib/erlang/man/man3/erl_boot_server.3
lib/erlang/man/man3/erl_comment_scan.3
lib/erlang/man/man3/erl_connect.3
@@ -219,6 +220,7 @@ lib/erlang/man/man3/http_uri.3
lib/erlang/man/man3/httpc.3
lib/erlang/man/man3/httpd.3
lib/erlang/man/man3/httpd_conf.3
+lib/erlang/man/man3/httpd_custom_api.3
lib/erlang/man/man3/httpd_socket.3
lib/erlang/man/man3/httpd_util.3
lib/erlang/man/man3/i.3
@@ -259,6 +261,8 @@ lib/erlang/man/man3/megaco_transport.3
lib/erlang/man/man3/megaco_udp.3
lib/erlang/man/man3/megaco_user.3
lib/erlang/man/man3/memsup.3
+lib/erlang/man/man3/merl.3
+lib/erlang/man/man3/merl_transform.3
lib/erlang/man/man3/mnesia.3
lib/erlang/man/man3/mnesia_frag_hash.3
lib/erlang/man/man3/mnesia_registry.3
@@ -288,7 +292,6 @@ lib/erlang/man/man3/otp_mib.3
lib/erlang/man/man3/overload.3
lib/erlang/man/man3/percept.3
lib/erlang/man/man3/percept_profile.3
-lib/erlang/man/man3/pg.3
lib/erlang/man/man3/pg2.3
lib/erlang/man/man3/pool.3
lib/erlang/man/man3/prettypr.3
@@ -297,6 +300,7 @@ lib/erlang/man/man3/proplists.3
lib/erlang/man/man3/public_key.3
lib/erlang/man/man3/qlc.3
lib/erlang/man/man3/queue.3
+lib/erlang/man/man3/rand.3
lib/erlang/man/man3/random.3
lib/erlang/man/man3/rb.3
lib/erlang/man/man3/re.3
@@ -352,6 +356,8 @@ lib/erlang/man/man3/ssh_server_key_api.3
lib/erlang/man/man3/ssh_sftp.3
lib/erlang/man/man3/ssh_sftpd.3
lib/erlang/man/man3/ssl.3
+lib/erlang/man/man3/ssl_crl_cache.3
+lib/erlang/man/man3/ssl_crl_cache_api.3
lib/erlang/man/man3/ssl_session_cache_api.3
lib/erlang/man/man3/string.3
lib/erlang/man/man3/supervisor.3