pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/erlang*: Update to 21.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51015d8e7d31
branches:  trunk
changeset: 310002:51015d8e7d31
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jul 03 11:01:21 2018 +0000

description:
lang/erlang*: Update to 21.0

Potential Incompatibilities
- All Corba applications are now moved from the OTP repository
- A new Corba repository will be created https://github.com/erlang
- New applications ftp and tftp, moved from inets
- ssl no longer supports 3_DES cipher suites or RSA-key exchange
  cipher suites by default
- Erlang:monitor on a primitive node (erl_interface, jinterface, etc)
  will no longer fail with badarg exception. Instead a monitor will be
  created, but it will only supervise the connection to the node.

Erts:
- Enhanced IO scalability
- Support for usage of distribution controller processes for
  alternative transports, routing etc
- compact instructions on 64bit systems for code below 4GB 20% less
  memory for loaded code
- Rewrite of the efile-driver with NIFs and "Dirty schedulers"
  resulting in faster file operations
- non-smp VM removed
- link and monitor optimized for scalability
- os:getenv/putenv now work on thread-safe emulation. No longer in
  sync with libc getenv(3). Manual synchronization will be needed.

Compiler:
- Misc compiler optimizations including contributions from the Elixir
  team resulting in 10% improvements in benchmarks
- "Tuple calls" have been removed from the run-time system.
- Code such as f({ok, Val}) -> {ok, Val} is now automatically
  rewritten to f({ok, Val} = Tuple) -> Tuple. this reduces code size,
  execution time, and removed GC pressure.
- More information in stacktrace from a number of operators
- erlang:get_stacktrace/0 deprecated to be replaced with try ... catch
  C:R:Stacktrace -> ...
- Creation of small maps with literal keys optimized.
- A new predefined macro OTP_RELEASE and preprocessor directives -if
  and -elif

Security:
- DTLS is now supported in the SSL application
- Enhanced support for distribution over TLS
- "unsecure" ciphers removed from defaults in SSL and SSH.
- A new option value defined to facilitate implementing exec servers.
  Old option kept for compatibility, but now gives errors on stderror.

Standard libraries:
- New API for logging, logger
- New uri_string module for parsing URIs according to "The standard"
- New function lists:search(list,fun/1) -> {ok, Value} | false
- Changed default behaviour of .erlang loading. escript, erlc,
  dialyzer and typer no longer load an .erlang at all.

diffstat:

 lang/erlang-doc/PLIST                                          |   316 +--
 lang/erlang-doc/distinfo                                       |    10 +-
 lang/erlang/Makefile                                           |    21 +-
 lang/erlang/Makefile.versions                                  |    61 +-
 lang/erlang/PLIST                                              |  1268 +---------
 lang/erlang/PLIST.hipe                                         |     4 +-
 lang/erlang/PLIST.java                                         |    32 +-
 lang/erlang/distinfo                                           |    14 +-
 lang/erlang/patches/patch-erts_emulator_sys_common_erl__poll.c |    42 -
 lang/erlang/patches/patch-erts_emulator_sys_unix_sys__uds.c    |    18 +
 lang/erlang/patches/patch-erts_emulator_sys_unix_sys__uds.h    |    18 -
 lang/erlang/patches/patch-erts_lib__src_common_erl__printf.c   |    17 +
 lang/erlang/versions.mk                                        |     4 +
 13 files changed, 229 insertions(+), 1596 deletions(-)

diffs (truncated from 2433 to 300 lines):

diff -r 6ac4338c411b -r 51015d8e7d31 lang/erlang-doc/PLIST
--- a/lang/erlang-doc/PLIST     Tue Jul 03 09:56:59 2018 +0000
+++ b/lang/erlang-doc/PLIST     Tue Jul 03 11:01:21 2018 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.28 2017/12/13 14:45:20 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.29 2018/07/03 11:01:21 fhajny Exp $
 lib/erlang/doc/applications.html
 lib/erlang/doc/design_principles/applications.html
 lib/erlang/doc/design_principles/appup_cookbook.html
 lib/erlang/doc/design_principles/clientserver.gif
-lib/erlang/doc/design_principles/code_lock.png
-lib/erlang/doc/design_principles/code_lock_2.png
+lib/erlang/doc/design_principles/code_lock.svg
+lib/erlang/doc/design_principles/code_lock_2.svg
 lib/erlang/doc/design_principles/des_princ.html
 lib/erlang/doc/design_principles/dist1.gif
 lib/erlang/doc/design_principles/dist2.gif
@@ -116,6 +116,7 @@
 lib/erlang/doc/system_architecture_intro/users_guide.html
 lib/erlang/doc/system_principles/create_target.html
 lib/erlang/doc/system_principles/error_logging.html
+lib/erlang/doc/system_principles/misc.html
 lib/erlang/doc/system_principles/system_principles.html
 lib/erlang/doc/system_principles/upgrade.html
 lib/erlang/doc/system_principles/users_guide.html
@@ -145,6 +146,7 @@
 lib/erlang/doc/tutorial/port_driver.gif
 lib/erlang/doc/tutorial/users_guide.html
 lib/erlang/erts-${VERSION.erts}/doc/html/absform.html
+lib/erlang/erts-${VERSION.erts}/doc/html/alt_disco.html
 lib/erlang/erts-${VERSION.erts}/doc/html/alt_dist.html
 lib/erlang/erts-${VERSION.erts}/doc/html/communication.html
 lib/erlang/erts-${VERSION.erts}/doc/html/crash_dump.html
@@ -165,6 +167,7 @@
 lib/erlang/erts-${VERSION.erts}/doc/html/erts.eix
 lib/erlang/erts-${VERSION.erts}/doc/html/erts_alloc.html
 lib/erlang/erts-${VERSION.erts}/doc/html/escript.html
+lib/erlang/erts-${VERSION.erts}/doc/html/gen_tcp_dist.erl
 lib/erlang/erts-${VERSION.erts}/doc/html/index.html
 lib/erlang/erts-${VERSION.erts}/doc/html/inet_cfg.html
 lib/erlang/erts-${VERSION.erts}/doc/html/init.html
@@ -246,158 +249,6 @@
 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/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ConsumerAdmin.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_EventChannel.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ProxyPullConsumer.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ProxyPullSupplier.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ProxyPushConsumer.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ProxyPushSupplier.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_SupplierAdmin.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_contents.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_es_intro.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_introduction.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/cosEvent.eix
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/cosEventApp.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/e_s_components.gif
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/e_s_models.gif
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/index.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/notes.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/release_notes.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/users_guide.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/pdf/cosEvent-${VERSION.cosEvent}.pdf
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin_EventDomain.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin_EventDomainFactory.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_QoS.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_contents.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_event_domain_service.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_introduction.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/cosEventDomain.eix
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/cosEventDomainApp.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/index.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/notes.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/release_notes.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/users_guide.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/pdf/cosEventDomain-${VERSION.cosEventDomain}.pdf
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer.gif
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_Directory.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_File.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_FileIterator.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_FileTransferSession.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_VirtualFileSystem.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_contents.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_example.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_install.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_introduction.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_system.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/cosFileTransfer.eix
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/cosFileTransferApp.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/index.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/notes.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/release_notes.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/users_guide.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/pdf/cosFileTransfer-${VERSION.cosFileTransfer}.pdf
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/info
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotification.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotification_AdminPropertiesAdmin.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotification_QoSAdmin.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ConsumerAdmin.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_EventChannel.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_EventChannelFactory.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxyConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxyPullConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxyPullSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxyPushConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxyPushSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_ProxySupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_SequenceProxyPullConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_SequenceProxyPullSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_SequenceProxyPushConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_SequenceProxyPushSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_StructuredProxyPullConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_StructuredProxyPullSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_StructuredProxyPushConsumer.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_StructuredProxyPushSupplier.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyChannelAdmin_SupplierAdmin.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyComm_NotifyPublish.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyComm_NotifySubscribe.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyFilter_Filter.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyFilter_FilterAdmin.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyFilter_FilterFactory.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotifyFilter_MappingFilter.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch-contents.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch-install.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_BNF.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_QoS.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_example.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_introduction.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_system.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/cosNotification.eix
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/cosNotificationApp.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/eventstructure.gif
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/index.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/notes.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/notificationFlow.gif
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/release_notes.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/users_guide.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/pdf/cosNotification-${VERSION.cosNotification}.pdf
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/info
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertiesIterator.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertyNamesIterator.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertySet.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertySetDef.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertySetDefFactory.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertySetFactory.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch-install.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_contents.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_example.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_introduction.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/cosProperty.eix
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/cosProperty.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/index.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/notes.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/release_notes.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/users_guide.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/pdf/cosProperty-${VERSION.cosProperty}.pdf
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/info
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTime_TIO.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTime_TimeService.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTime_UTO.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTimerEvent_TimerEventHandler.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTimerEvent_TimerEventService.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_contents.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_example.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_install.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_introduction.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/cosTime.eix
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/cosTime.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/index.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/notes.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/release_notes.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/users_guide.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/pdf/cosTime-${VERSION.cosTime}.pdf
-lib/erlang/lib/cosTime-${VERSION.cosTime}/info
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Control.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Coordinator.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_RecoveryCoordinator.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Resource.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_SubtransactionAwareResource.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Terminator.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_TransactionFactory.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_contents.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_example.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_install.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_introduction.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_skeletons.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/cosTransactions.eix
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/cosTransactions.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/index.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/notes.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/release_notes.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/users_guide.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/pdf/cosTransactions-${VERSION.cosTransactions}.pdf
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/info
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.eix
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto_app.html
@@ -554,6 +405,16 @@
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/users_guide.html
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/pdf/eunit-${VERSION.eunit}.pdf
 lib/erlang/lib/eunit-${VERSION.eunit}/info
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp.eix
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp_client.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/index.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/introduction.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/notes.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/release_notes.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/users_guide.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/pdf/ftp-${VERSION.ftp}.pdf
+lib/erlang/lib/ftp-${VERSION.ftp}/info
 lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/HiPE_app.html
 lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/hipe.eix
 lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/index.html
@@ -561,71 +422,6 @@
 lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/release_notes.html
 lib/erlang/lib/hipe-${VERSION.hipe}/doc/pdf/hipe-${VERSION.hipe}.pdf
 lib/erlang/lib/hipe-${VERSION.hipe}/info
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_basic_idl.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_c_client.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_c_corba_env.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_c_mapping.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_c_server.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_erl_genserver.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_erl_plain.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_ic_protocol.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_introduction.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_java.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic.eix
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic_c_protocol.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic_clib.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/index.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/allclasses-frame.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/allclasses-noframe.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Any.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/AnyHelper.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/AnyHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/BooleanHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/ByteHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/CharHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/DoubleHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Environment.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/FloatHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Holder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/IntHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/LongHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Pid.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/PidHelper.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/PidHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Port.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/PortHelper.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/PortHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Ref.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/RefHelper.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/RefHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/ShortHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/StringHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/TCKind.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/Term.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/TermHelper.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/TermHolder.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/TypeCode.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/package-frame.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/package-summary.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/com/ericsson/otp/ic/package-tree.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/constant-values.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/deprecated-list.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/help-doc.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/index-all.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/index.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/overview-tree.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/package-list
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/resources/inherit.gif
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/serialized-form.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/java/stylesheet.css
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/notes.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/release_notes.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/html/users_guide.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/pdf/ic-${VERSION.ic}.pdf
-lib/erlang/lib/ic-${VERSION.ic}/info
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/ftp.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/ftp_client.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_client.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_server.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_uri.html
@@ -645,7 +441,6 @@
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_security.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/notes.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/release_notes.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/tftp.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/users_guide.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/pdf/inets-${VERSION.inets}.pdf
 lib/erlang/lib/inets-${VERSION.inets}/info
@@ -737,6 +532,7 @@
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/disk_log.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erl_boot_server.html



Home | Main Index | Thread Index | Old Index