Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | Prepare release | Erlang/OTP | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson | |
to be: 116,Arity, K1,V1,K2,V2,...,Kn,Vn instead of: 116,Arity, K1,K2,...,Kn, V1,V2,....,Vn We think this will be better for future internal map structures like HAMT. Would be bad if we need to iterate twice over HAMT in term_to_binary, one for keys and one for values. | |||
2014-03-06 | erl_interface: Add ei encode/decode for maps | Sverker Eriksson | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-03-08 | Prepare release | Erlang/OTP | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref} | Sverker Eriksson | |
in order to be backward compatible with user code that accesses the members of erlang_pid and friend. The documentation does not mention the content of these structs, but we have example code that does. So the safe way it the revert the node_org_enc field (added in R16A) and instead determine in runtime which atom encoding to use depending on if the node atom contains unicode (>255) characters or not. | |||
2013-02-07 | erl_interface: Change enum erlang_char_encoding to a typedef | Sverker Eriksson | |
to make the API independent of the actual type of erlang_char_encoding | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | erl_interface: Changed erlang_char_encoding interface | Sverker Eriksson | |
to allow bitwise-or'd combinations. | |||
2013-01-22 | erl_interface: even more utf8 atom stuff | Sverker Eriksson | |
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-09-07 | ei_decode_ei_term() returns 1 if index is incremented | Anneli Cuss | |
This documentation is a bit perplexing when viewed in light of erl_interface/src/misc/ei_decode_term.c. | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2010-12-08 | Add PID (~p) type parameters to ei_format | Vitaliy Batichko | |
2010-12-08 | Add char (~c) type parameters to ei_format | Vitaliy Batichko | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-11-08 | Add release notes for erl_interface-3.7.1.1 | Björn-Egil Dahlberg | |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-09-13 | Merge branch 'pan/epmd-vulnerabilities/OTP-8780' into dev | Patrik Nyblom | |
* pan/epmd-vulnerabilities/OTP-8780: Teach testcases to survive TIME_WAIT overload Update erl_interface doc and testsuite for epmd changes Restore null termination of input buffer Teach testcase epmd_SUITE:too_large to accept econnaborted Teach epmd_cli.c to not respond 'Killed' when killing denied Calculate minimal packet size for ALIVE2 requests correctly Document epmd and it's options properly and fixup help text Fix anomalies in epmd not yet reported as security issues Remove two buffer overflow vulnerabilities in EPMD Remove all support for ancient EPMD protocol Remove very old protocol from EPMD Conflicts: lib/erl_interface/src/epmd/epmd_port.c | |||
2010-08-31 | Update erl_interface doc and testsuite for epmd changes | Patrik Nyblom | |
2010-08-23 | ei_connect: correct man page examples | Michael Santos | |
2010-07-26 | Fix minor typos and errors in documentation | Cristian Greco | |
2010-06-11 | Update release notes | Björn Gustavsson | |