pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: asau
Date: Thu Apr 14 19:34:10 UTC 2011
Modified Files:
pkgsrc/lang/erlang: Makefile Makefile.versions PLIST PLIST.java
distinfo options.mk
pkgsrc/lang/erlang-doc: Makefile PLIST distinfo
pkgsrc/lang/erlang-man: PLIST distinfo
pkgsrc/lang/erlang/patches: patch-ab patch-ai patch-am patch-ao
Added Files:
pkgsrc/lang/erlang/patches: patch-ay
Removed Files:
pkgsrc/lang/erlang/patches: patch-ac patch-ae patch-af patch-ag
patch-ah patch-aj patch-ak patch-al patch-an patch-ap patch-aq
patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax
Log Message:
Update to Erlang/OTP R14B02
Highlights composed by Matthew Sporleder.
Changes in R14B02 (http://www.erlang.org/download/otp_src_R14B02.readme)
- It is now possible to use Erlang specifications and types
in EDoc documentation
- All tests in Erlang/OTP have been converted to be run with
Common Test as the backend instead of Test Server.
- From this release, the previously experimental halfword
emulator is now official
- Dependency generation for Makefiles has been added to the
compiler and erlc
- Add a --fullpath option to Dialyzer (include version 2.4.2)
- Many fixes in erts
- Remove hipe constants pool
- Partial support for recursive structs and unions
- It is now possible to use SSH to sign and verify binary data.
- typer has been rewritten
Changes R14B01 (http://www.erlang.org/download/otp_src_R14B01.readme)
- New ETS option compressed, to enable a more compact storage
format at the expence of heavier table operations
- There is now a new function inet:getifaddrs/0 modeled after
C library function getifaddrs() on BSD and Linux that reports
existing interfaces and their addresses on the host
- Multiple crashes and infinite loops fixed
- AES CTR encryption support in crypto
- erl_call: remove get_hostent
- The Erlang VM now supports Unicode filenames
- New ETS option compressed
Changes in R14B (http://www.erlang.org/download/otp_src_R14B.readme)
- Large parts of the ethread library have been rewritten.
- The changed API of the ethread library has also caused
modifications in the Erlang runtime system.
- Some Built In Functions (BIFs) are now autoimported
- Added erlang:system_info(build_type)
- A number of memory leaks in the crypto NIF library have been fixed
- erl_call: fix multiple buffer overflows
- NIF 64-bit integer support
- Removed some potential vulnerabilities from the Erlang Port
Mapper Daemon (epmd)
- Replaced the old http client api module (http) with the new,
httpc in the users guide.
- inet6 improvements
- ssh fixes
- many ssl improvements/fixes
- wx crash fix
Changes in R14A (http://www.erlang.org/download/otp_src_R14A.readme)
- R14A is a major new release of Erlang/OTP.
- The module binary from EEP31 (and EEP9) is implemented
- It is now possible for the user to provide specific callback
modules that handle test configuration data
- New NIF features
- Receive statements that can only read out a newly created
reference are now specially optimized so that it will execute
in constant time regardless of the number of messages in the
receive queue for the process.
- The run_test script has been replaced by a program (with the
same name) which can be executed without explicit installation
- eprof has been reimplemented with support in the Erlang
virtual machine and is now both faster (i.e. slows down the
code being measured less) and scales much better
Changes in R13B04 (http://www.erlang.org/download/otp_src_R13B04.readme)
- Many documentation and documentation build improvements
- cross-compile/build improvements
- buffer overflow fix
- telnet keep alive fixes
- compiler crash on boolean ifs
- -Werror for erlc fixed
- macro overloading implemented
- the crypto module now supports Blowfish
- explicit top directories in archive files are now optional
- add lock profiling tool: lcnt
- httpd methods "PUT" and "DELETE" now allowed + others fixes
to resolver routine
- compression supported when copying between mnesia nodes
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/erlang/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/erlang/Makefile.versions
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/erlang/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/erlang/PLIST.java
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/erlang/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/erlang/options.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/erlang-doc/Makefile \
pkgsrc/lang/erlang-doc/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/erlang-doc/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/erlang-man/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/erlang-man/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/erlang/patches/patch-ab
cvs rdiff -u -r1.6 -r0 pkgsrc/lang/erlang/patches/patch-ac
cvs rdiff -u -r1.4 -r0 pkgsrc/lang/erlang/patches/patch-ae
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/erlang/patches/patch-af \
pkgsrc/lang/erlang/patches/patch-ah
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/erlang/patches/patch-ag
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/erlang/patches/patch-ai
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/erlang/patches/patch-aj \
pkgsrc/lang/erlang/patches/patch-ak pkgsrc/lang/erlang/patches/patch-al \
pkgsrc/lang/erlang/patches/patch-an pkgsrc/lang/erlang/patches/patch-ap \
pkgsrc/lang/erlang/patches/patch-aq pkgsrc/lang/erlang/patches/patch-ar \
pkgsrc/lang/erlang/patches/patch-as pkgsrc/lang/erlang/patches/patch-at \
pkgsrc/lang/erlang/patches/patch-au pkgsrc/lang/erlang/patches/patch-av \
pkgsrc/lang/erlang/patches/patch-aw pkgsrc/lang/erlang/patches/patch-ax
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/erlang/patches/patch-am \
pkgsrc/lang/erlang/patches/patch-ao
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/erlang/patches/patch-ay
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index