Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-06-07 | fix typo in ei_decode_ei_term documentation | Steve Vinoski | |
Change "encoding" to "decoding" where the documentation describes the return value 0. | |||
2010-03-19 | erl_call: fix documentation of -a option | Magnus Henoch | |
The default value for Fun is start, not [] as the documentation used to suggest. Also, format [] with <c> instead of <em> since it is a code fragment, not an emphasised word. | |||
2010-03-16 | Merge branch 'ml/documentation_apostrophe_fix' into dev | Erlang/OTP | |
* ml/documentation_apostrophe_fix: Correct grammatical problems in conjunction with 'its' Change all incorrect occurrences of it's to its OTP-8523 ml/documentation_apostrophe_fix | |||
2010-03-16 | Change all incorrect occurrences of it's to its | Matthias Lang | |
The documentation (*.xml) in the otp tree has a common grammatical problem, "it's" and "its" are often interchanged. That is annoying for some readers. This commit consists entirely of "it's" -> "its" changes. I went through every .xml file in the tree. If there are any remaining bugs of this type, it's because I missed them, not because I didn't look. | |||
2010-02-19 | Update release notes | Björn-Egil Dahlberg | |
2009-12-08 | OTP-5037 Document debug support. | Björn-Egil Dahlberg | |
Debug trace output for connection activity could be enabled setting the trace level as an integer to the EI_TRACELEVEL environment variable. This option could also be read and set from a running program using ei_get_tracelevel(void) and ei_set_tracelevel(int). | |||
2009-12-03 | OTP-8326 Change erroneous "\\0" in documentation files erl_notes.xml and | Björn-Egil Dahlberg | |
erl_eterm.xml. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |