pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang erlang: Update to 22.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73d73fc7ddd9
branches:  trunk
changeset: 399034:73d73fc7ddd9
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Aug 01 11:43:00 2019 +0000

description:
erlang: Update to 22.0.7

Erlang/OTP 22 is a new major release with new features and improvements as well as incompatibilities.

For a deeper dive into the hightligts of the OTP 22 release, you can read our blog here:

http://blog.erlang.org/OTP-22-Highlights/

Potential Incompatibilities

    gen_* behaviours: If logging of the last N messages through sys:log/2,3 is active for the server, this log is included in the terminate report.
    reltool: A new element, Opts, can now be included in a rel tuple in the reltool release specific configuration format: {rel, Name, Vsn, RelApps, Opts}.
    All external pids/ports/refs created by erlang:list_to_pid and similar functions now compare equal to any other pid/port/ref with same number from that node.
    The old legacy erl_interface library is deprecated as of OTP 22, and will be removed in OTP 23. This does not apply to the ei library.
    VxWorks is deprecated as of OTP 22 and will be removed in OTP 23.

Erts:

    Support for Erlang Distribution protocol to split the payload of large signals into several fragments.
    ETS option write_concurrency now also effects and improves scalability of ordered_set tables.
    The length/1 BIF used to calculate the length of the list in one go without yielding, even if the list was very long. Now it yields when called with long lists.
    A new (still experimental) module socket is introduced. It is implemented as a NIF and the idea is that it shall be as "close as possible" to the OS level socket interface.
    Added the NIF function enif_term_type, which helps avoid long sequences of enif_is_xyz by returning the type of the given term. This is especially helpful for NIFs that serialize terms, such as 
JSON encoders, where it can improve both performance and readability.

Compiler:

    The compiler has been rewritten to internally use an intermediate representation based on Static Single Assignment (SSA). The new intermediate representation makes more optimizations possible.
        The binary matching optimizations are now applicable in many more circumstances than before.
        Type optimizations are now applied across local function calls, and will remove a lot more redundant type tests than before.
    All compiler options that can be given in the source file can now be given in the option list on the command line for erlc.
    In OTP 22, HiPE (the native code compiler) is not fully functional. The reasons for this are new BEAM instructions for binary matching that the HiPE native code compiler does not support. If erlc 
is invoked with the +native option, and if any of the new binary matching instructions are used, the compiler will issue a warning and produce a BEAM file without native code.

Standard libraries:

    Cover now uses the counters module instead of ets for updating counters. The new function cover:local_only/0 allows running Cover in a restricted but faster local-only mode. The increase in speed 
will vary depending on the type of code being cover-compiled, as an example the compiler test suite runs more than twice as fast with the new Cover.
    A simple socket API is provided through the socket module. This is a low level API that does *not* replace gen_[tcp|udp|sctp]. It is intended to *eventually* replace the inet driver. It also 
provides a basic API that facilitates the implementation of other protocols than TCP, UDP and SCTP. Known issues are; No support for the Windows OS (currently), a small term leakage. This feature 
will be classed as experimental in OTP 22.
    SSL: now uses the new logger API, including log levels and verbose debug logging.
    SSL: Basic support for TLS 1.3 Server for experimental use.
    crypto: The new hash_info/1 and cipher_info/1 functions returns maps with information about the hash or cipher in the argument.

diffstat:

 lang/erlang-doc/PLIST                                          |  794 +++++----
 lang/erlang-doc/distinfo                                       |   10 +-
 lang/erlang-man/PLIST                                          |    6 +-
 lang/erlang-man/distinfo                                       |   10 +-
 lang/erlang/Makefile.versions                                  |    8 +-
 lang/erlang/PLIST                                              |  134 +-
 lang/erlang/distinfo                                           |   14 +-
 lang/erlang/patches/patch-erts_configure.in                    |   13 -
 lang/erlang/patches/patch-erts_emulator_nifs_common_net__nif.c |   14 +
 lang/erlang/patches/patch-erts_lib__src_common_erl__printf.c   |    8 +-
 lang/erlang/versions.mk                                        |    4 +-
 11 files changed, 538 insertions(+), 477 deletions(-)

diffs (truncated from 1420 to 300 lines):

diff -r 9b7e6b7c153b -r 73d73fc7ddd9 lang/erlang-doc/PLIST
--- a/lang/erlang-doc/PLIST     Thu Aug 01 10:34:15 2019 +0000
+++ b/lang/erlang-doc/PLIST     Thu Aug 01 11:43:00 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2019/04/23 18:47:16 nia Exp $
+@comment $NetBSD: PLIST,v 1.32 2019/08/01 11:43:00 nia Exp $
 lib/erlang/doc/applications.html
 lib/erlang/doc/design_principles/applications.html
 lib/erlang/doc/design_principles/appup_cookbook.html
@@ -56,6 +56,9 @@
 lib/erlang/doc/embedded/embedded_solaris.html
 lib/erlang/doc/embedded/users_guide.html
 lib/erlang/doc/erlang-logo.png
+lib/erlang/doc/general_info/deprecations.html
+lib/erlang/doc/general_info/scheduled_for_removal.html
+lib/erlang/doc/general_info/users_guide.html
 lib/erlang/doc/getting_started/conc_prog.html
 lib/erlang/doc/getting_started/intro.html
 lib/erlang/doc/getting_started/record_macros.html
@@ -90,7 +93,7 @@
 lib/erlang/doc/oam/terminology.gif
 lib/erlang/doc/oam/users_guide.html
 lib/erlang/doc/otp_doc.css
-lib/erlang/doc/pdf/otp-system-documentation-10.3.pdf
+lib/erlang/doc/pdf/otp-system-documentation-10.4.pdf
 lib/erlang/doc/programming_examples/bit_syntax.html
 lib/erlang/doc/programming_examples/funs.html
 lib/erlang/doc/programming_examples/list_comprehensions.html
@@ -145,50 +148,72 @@
 lib/erlang/doc/tutorial/port_driver.c
 lib/erlang/doc/tutorial/port_driver.gif
 lib/erlang/doc/tutorial/users_guide.html
-lib/erlang/erts-10.3/doc/html/absform.html
-lib/erlang/erts-10.3/doc/html/alt_disco.html
-lib/erlang/erts-10.3/doc/html/alt_dist.html
-lib/erlang/erts-10.3/doc/html/atomics.html
-lib/erlang/erts-10.3/doc/html/communication.html
-lib/erlang/erts-10.3/doc/html/counters.html
-lib/erlang/erts-10.3/doc/html/crash_dump.html
-lib/erlang/erts-10.3/doc/html/driver.html
-lib/erlang/erts-10.3/doc/html/driver_entry.html
-lib/erlang/erts-10.3/doc/html/epmd.html
-lib/erlang/erts-10.3/doc/html/erl.html
-lib/erlang/erts-10.3/doc/html/erl_dist_protocol.html
-lib/erlang/erts-10.3/doc/html/erl_driver.html
-lib/erlang/erts-10.3/doc/html/erl_ext_dist.html
-lib/erlang/erts-10.3/doc/html/erl_ext_fig.gif
-lib/erlang/erts-10.3/doc/html/erl_nif.html
-lib/erlang/erts-10.3/doc/html/erl_prim_loader.html
-lib/erlang/erts-10.3/doc/html/erl_tracer.html
-lib/erlang/erts-10.3/doc/html/erlang.html
-lib/erlang/erts-10.3/doc/html/erlc.html
-lib/erlang/erts-10.3/doc/html/erlsrv.html
-lib/erlang/erts-10.3/doc/html/erts.eix
-lib/erlang/erts-10.3/doc/html/erts_alloc.html
-lib/erlang/erts-10.3/doc/html/escript.html
-lib/erlang/erts-10.3/doc/html/gen_tcp_dist.erl
-lib/erlang/erts-10.3/doc/html/index.html
-lib/erlang/erts-10.3/doc/html/inet_cfg.html
-lib/erlang/erts-10.3/doc/html/init.html
-lib/erlang/erts-10.3/doc/html/introduction.html
-lib/erlang/erts-10.3/doc/html/match_spec.html
-lib/erlang/erts-10.3/doc/html/notes.html
-lib/erlang/erts-10.3/doc/html/persistent_term.html
-lib/erlang/erts-10.3/doc/html/release_notes.html
-lib/erlang/erts-10.3/doc/html/run_erl.html
-lib/erlang/erts-10.3/doc/html/start.html
-lib/erlang/erts-10.3/doc/html/start_erl.html
-lib/erlang/erts-10.3/doc/html/time_compat.erl
-lib/erlang/erts-10.3/doc/html/time_correction.html
-lib/erlang/erts-10.3/doc/html/tty.html
-lib/erlang/erts-10.3/doc/html/users_guide.html
-lib/erlang/erts-10.3/doc/html/werl.html
-lib/erlang/erts-10.3/doc/html/zlib.html
-lib/erlang/erts-10.3/doc/pdf/erts-10.3.pdf
-lib/erlang/erts-10.3/info
+lib/erlang/erts-10.4/doc/html/CarrierMigration.html
+lib/erlang/erts-10.4/doc/html/CodeLoading.html
+lib/erlang/erts-10.4/doc/html/CountingInstructions.html
+lib/erlang/erts-10.4/doc/html/DelayedDealloc.html
+lib/erlang/erts-10.4/doc/html/GarbageCollection.html
+lib/erlang/erts-10.4/doc/html/PTables.html
+lib/erlang/erts-10.4/doc/html/PortSignals.html
+lib/erlang/erts-10.4/doc/html/ProcessManagementOptimizations.html
+lib/erlang/erts-10.4/doc/html/SuperCarrier.html
+lib/erlang/erts-10.4/doc/html/ThreadProgress.html
+lib/erlang/erts-10.4/doc/html/Tracing.html
+lib/erlang/erts-10.4/doc/html/absform.html
+lib/erlang/erts-10.4/doc/html/alt_disco.html
+lib/erlang/erts-10.4/doc/html/alt_dist.html
+lib/erlang/erts-10.4/doc/html/atomics.html
+lib/erlang/erts-10.4/doc/html/beam_makeops.html
+lib/erlang/erts-10.4/doc/html/communication.html
+lib/erlang/erts-10.4/doc/html/counters.html
+lib/erlang/erts-10.4/doc/html/crash_dump.html
+lib/erlang/erts-10.4/doc/html/driver.html
+lib/erlang/erts-10.4/doc/html/driver_entry.html
+lib/erlang/erts-10.4/doc/html/epmd.html
+lib/erlang/erts-10.4/doc/html/erl.html
+lib/erlang/erts-10.4/doc/html/erl_dist_protocol.html
+lib/erlang/erts-10.4/doc/html/erl_driver.html
+lib/erlang/erts-10.4/doc/html/erl_ext_dist.html
+lib/erlang/erts-10.4/doc/html/erl_ext_fig.gif
+lib/erlang/erts-10.4/doc/html/erl_nif.html
+lib/erlang/erts-10.4/doc/html/erl_prim_loader.html
+lib/erlang/erts-10.4/doc/html/erl_tracer.html
+lib/erlang/erts-10.4/doc/html/erlang.html
+lib/erlang/erts-10.4/doc/html/erlc.html
+lib/erlang/erts-10.4/doc/html/erlsrv.html
+lib/erlang/erts-10.4/doc/html/erts.eix
+lib/erlang/erts-10.4/doc/html/erts_alloc.html
+lib/erlang/erts-10.4/doc/html/escript.html
+lib/erlang/erts-10.4/doc/html/figures/gc-heap-scan1.png
+lib/erlang/erts-10.4/doc/html/figures/gc-heap-stop.png
+lib/erlang/erts-10.4/doc/html/figures/gc-rootset-scan.png
+lib/erlang/erts-10.4/doc/html/figures/gc-start.png
+lib/erlang/erts-10.4/doc/html/figures/gc-watermark-2.png
+lib/erlang/erts-10.4/doc/html/figures/gc-watermark.png
+lib/erlang/erts-10.4/doc/html/gen_tcp_dist.erl
+lib/erlang/erts-10.4/doc/html/index.html
+lib/erlang/erts-10.4/doc/html/inet_cfg.html
+lib/erlang/erts-10.4/doc/html/init.html
+lib/erlang/erts-10.4/doc/html/internal_docs.html
+lib/erlang/erts-10.4/doc/html/introduction.html
+lib/erlang/erts-10.4/doc/html/match_spec.html
+lib/erlang/erts-10.4/doc/html/net.html
+lib/erlang/erts-10.4/doc/html/notes.html
+lib/erlang/erts-10.4/doc/html/persistent_term.html
+lib/erlang/erts-10.4/doc/html/release_notes.html
+lib/erlang/erts-10.4/doc/html/run_erl.html
+lib/erlang/erts-10.4/doc/html/socket.html
+lib/erlang/erts-10.4/doc/html/socket_usage.html
+lib/erlang/erts-10.4/doc/html/start.html
+lib/erlang/erts-10.4/doc/html/start_erl.html
+lib/erlang/erts-10.4/doc/html/time_compat.erl
+lib/erlang/erts-10.4/doc/html/time_correction.html
+lib/erlang/erts-10.4/doc/html/tty.html
+lib/erlang/erts-10.4/doc/html/users_guide.html
+lib/erlang/erts-10.4/doc/html/werl.html
+lib/erlang/erts-10.4/doc/html/zlib.html
+lib/erlang/erts-10.4/doc/pdf/erts-10.4.pdf
+lib/erlang/erts-10.4/info
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1.eix
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_getting_started.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_introduction.html
@@ -204,68 +229,73 @@
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/users_guide.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/pdf/asn1-${VERSION.asn1}.pdf
 lib/erlang/lib/asn1-${VERSION.asn1}/info
-lib/erlang/lib/common_test-1.17/doc/html/basics_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/common_test.eix
-lib/erlang/lib/common_test-1.17/doc/html/common_test.html
-lib/erlang/lib/common_test-1.17/doc/html/config.gif
-lib/erlang/lib/common_test-1.17/doc/html/config_file_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/cover_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/ct.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_cover.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_ftp.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_hooks.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_hooks_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_master.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_master_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_netconfc.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_property_test.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_rpc.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_run.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_slave.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_snmp.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_ssh.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_telnet.html
-lib/erlang/lib/common_test-1.17/doc/html/ct_testspec.html
-lib/erlang/lib/common_test-1.17/doc/html/dependencies_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/event_handler_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/example_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/getting_started_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/html_logs.gif
-lib/erlang/lib/common_test-1.17/doc/html/index.html
-lib/erlang/lib/common_test-1.17/doc/html/install_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/introduction.html
-lib/erlang/lib/common_test-1.17/doc/html/notes.html
-lib/erlang/lib/common_test-1.17/doc/html/release_notes.html
-lib/erlang/lib/common_test-1.17/doc/html/run_test_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/tc_execution.gif
-lib/erlang/lib/common_test-1.17/doc/html/test_structure_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/unix_telnet.html
-lib/erlang/lib/common_test-1.17/doc/html/users_guide.html
-lib/erlang/lib/common_test-1.17/doc/html/why_test_chapter.html
-lib/erlang/lib/common_test-1.17/doc/html/write_test_chapter.html
-lib/erlang/lib/common_test-1.17/doc/pdf/common_test-1.17.pdf
-lib/erlang/lib/common_test-1.17/info
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compile.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compiler.eix
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/index.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/notes.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/release_notes.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/pdf/compiler-${VERSION.compiler}.pdf
-lib/erlang/lib/compiler-${VERSION.compiler}/info
-lib/erlang/lib/crypto-4.4.1/doc/html/algorithm_details.html
-lib/erlang/lib/crypto-4.4.1/doc/html/crypto.eix
-lib/erlang/lib/crypto-4.4.1/doc/html/crypto.html
-lib/erlang/lib/crypto-4.4.1/doc/html/crypto_app.html
-lib/erlang/lib/crypto-4.4.1/doc/html/engine_keys.html
-lib/erlang/lib/crypto-4.4.1/doc/html/engine_load.html
-lib/erlang/lib/crypto-4.4.1/doc/html/fips.html
-lib/erlang/lib/crypto-4.4.1/doc/html/index.html
-lib/erlang/lib/crypto-4.4.1/doc/html/licenses.html
-lib/erlang/lib/crypto-4.4.1/doc/html/notes.html
-lib/erlang/lib/crypto-4.4.1/doc/html/release_notes.html
-lib/erlang/lib/crypto-4.4.1/doc/html/users_guide.html
-lib/erlang/lib/crypto-4.4.1/doc/pdf/crypto-4.4.1.pdf
-lib/erlang/lib/crypto-4.4.1/info
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/basics_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.eix
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config_file_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/cover_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_cover.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_ftp.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_hooks.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_hooks_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_master.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_master_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_netconfc.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_property_test.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_rpc.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_run.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_slave.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_snmp.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_ssh.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_telnet.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_testspec.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dependencies_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/event_handler_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/example_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/getting_started_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/html_logs.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/index.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/install_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/introduction.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/notes.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/release_notes.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/run_test_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/tc_execution.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/test_structure_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/unix_telnet.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/users_guide.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/why_test_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/write_test_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/pdf/common_test-${VERSION.common_test}.pdf
+lib/erlang/lib/common_test-${VERSION.common_test}/info
+lib/erlang/lib/compiler-7.4/doc/html/cerl.html
+lib/erlang/lib/compiler-7.4/doc/html/cerl_clauses.html
+lib/erlang/lib/compiler-7.4/doc/html/cerl_trees.html
+lib/erlang/lib/compiler-7.4/doc/html/compile.html
+lib/erlang/lib/compiler-7.4/doc/html/compiler.eix
+lib/erlang/lib/compiler-7.4/doc/html/index.html
+lib/erlang/lib/compiler-7.4/doc/html/internal_docs.html
+lib/erlang/lib/compiler-7.4/doc/html/notes.html
+lib/erlang/lib/compiler-7.4/doc/html/release_notes.html
+lib/erlang/lib/compiler-7.4/doc/pdf/compiler-7.4.pdf
+lib/erlang/lib/compiler-7.4/info
+lib/erlang/lib/crypto-4.5/doc/html/algorithm_details.html
+lib/erlang/lib/crypto-4.5/doc/html/crypto.eix
+lib/erlang/lib/crypto-4.5/doc/html/crypto.html
+lib/erlang/lib/crypto-4.5/doc/html/crypto_app.html
+lib/erlang/lib/crypto-4.5/doc/html/engine_keys.html
+lib/erlang/lib/crypto-4.5/doc/html/engine_load.html
+lib/erlang/lib/crypto-4.5/doc/html/fips.html
+lib/erlang/lib/crypto-4.5/doc/html/index.html
+lib/erlang/lib/crypto-4.5/doc/html/licenses.html
+lib/erlang/lib/crypto-4.5/doc/html/new_api.html
+lib/erlang/lib/crypto-4.5/doc/html/notes.html
+lib/erlang/lib/crypto-4.5/doc/html/release_notes.html
+lib/erlang/lib/crypto-4.5/doc/html/users_guide.html
+lib/erlang/lib/crypto-4.5/doc/pdf/crypto-4.5.pdf
+lib/erlang/lib/crypto-4.5/info
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.eix
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.html
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger_chapter.html
@@ -285,39 +315,41 @@
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/users_guide.html
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/pdf/debugger-${VERSION.debugger}.pdf
 lib/erlang/lib/debugger-${VERSION.debugger}/info
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.eix
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer_chapter.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/index.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/notes.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/release_notes.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/typer.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/users_guide.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/pdf/dialyzer-${VERSION.dialyzer}.pdf
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/info
-lib/erlang/lib/diameter-2.2/doc/html/diameter.eix
-lib/erlang/lib/diameter-2.2/doc/html/diameter.html
-lib/erlang/lib/diameter-2.2/doc/html/diameter_app.html
-lib/erlang/lib/diameter-2.2/doc/html/diameter_codec.html
-lib/erlang/lib/diameter-2.2/doc/html/diameter_dict.html



Home | Main Index | Thread Index | Old Index