Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-27 | Merge tag 'OTP_R15B03' | Björn-Egil Dahlberg | |
The R15B03 release | |||
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-02 | Merge branch 'raimo/IPV6_V6ONLY/OTP-8928' | Raimo Niskanen | |
* raimo/IPV6_V6ONLY/OTP-8928: kernel: Correct documentation typos discovered by Tuncer Ayaz | |||
2012-11-02 | kernel: Correct documentation typos discovered by Tuncer Ayaz | Raimo Niskanen | |
2012-10-31 | Merge branch 'raimo/IPV6_V6ONLY/OTP-8928' | Raimo Niskanen | |
* raimo/IPV6_V6ONLY/OTP-8928: kernel: Document socket option ipv6_v6only kernel: Add test cases for socket option ipv6_v6only erts,kernel: Implement socket option ipv6_v6only in erlang code erts: Implement socket option IPV6_V6ONLY erts: Add configure test for IPV6_V6ONLY | |||
2012-10-31 | kernel: Document socket option ipv6_v6only | Raimo Niskanen | |
2012-10-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: erts/etc/common/heart.c | |||
2012-10-18 | doc: Document ERL_CRASH_DUMP_SECONDS behaviour | Björn-Egil Dahlberg | |
* heart reboot behaviour * erl_crash.dump file write behaviour | |||
2012-09-17 | global: Allow "tuple funs" as resolve functions | Björn Gustavsson | |
Commit de7e01c958ff7c9e6da4034a53567a30a4ae5792 removed support for tuple funs. To still allow resolve functions for global:{re_}register_name/3 to be specified as {M,F}, we'll need to translate {M,F} to an external fun. Also update the documentation to mention that the use of {M,F} to specify a resolve function is deprecated, and to add a recommendation to use an external fun. | |||
2012-09-04 | Merge tag 'OTP_R15B02' | Björn-Egil Dahlberg | |
The R15B02 release | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-29 | Merge branch 'maint' | Henrik Nord | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-08-20 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: erts/doc/src/erlang.xml erts/preloaded/ebin/init.beam lib/kernel/doc/src/os.xml lib/stdlib/test/filename_SUITE.erl | |||
2012-08-20 | Merge branch 'pan/unicode_home/OTP-10160' into maint | Patrik Nyblom | |
* pan/unicode_home/OTP-10160: Teach release_handler_SUITE about file:native_name_encoding/0 Add documetation about Unicode in environment Make get/putenv and erlexec understand Unicode | |||
2012-08-15 | Merge branch 'maint' | Gustav Simonsson | |
2012-08-14 | Remove empty function in packages docs | Gustav Simonsson | |
2012-08-14 | Add documetation about Unicode in environment | Patrik Nyblom | |
2012-07-24 | doc: Fix faulty tag in inet bit8 documentation | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-05 | Fix various doc typos for R15B02 | Tuncer Ayaz | |
2012-06-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-23 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add testcase for controlling_process(P,self()) Fix port leaking after controlling_process(Port, self()) | |||
2012-05-23 | Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maint | Lukas Larsson | |
* lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094: Add testcase for controlling_process(P,self()) Fix port leaking after controlling_process(Port, self()) | |||
2012-04-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-18 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2012-04-17 | doc: Add 'is' to explanation of callback modules | Björn-Egil Dahlberg | |
2012-04-17 | doc: Fix typo in inet | Björn-Egil Dahlberg | |
2012-04-16 | kernel, erts: Remove bit8 option from inet | Björn-Egil Dahlberg | |
2012-04-16 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-16 | kernel: Document ifaddr option | Björn-Egil Dahlberg | |
* same as ip option | |||
2012-04-16 | kernel: Document tcp-, udp- and sctp_module option | Björn-Egil Dahlberg | |
2012-04-13 | kernel: Document bit8 option in inet:setopts/2 | Björn-Egil Dahlberg | |
* This is a highly specialized option which is probably not used and will be removed in R16 | |||
2012-04-12 | kernel: Initial doc of forgotten inet options | Björn-Egil Dahlberg | |
* UDP: ulticast_if, multicast_loop and multicast_ttl, add_membership and drop_membership * Inet: bit8, buffer, deliver, high_watermark, linger and low_watermark | |||
2012-04-03 | Merge commit 'OTP_R15B01' | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-23 | Merge branch 'maint' | Siri Hansen | |
2012-03-20 | Document correct default value for 'mod' parameter in .app | Siri Hansen | |
The default value for the 'mod' parameter in .app files was incorrectly documented to be 'undefined'. It is now corrected to []. | |||
2012-03-19 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2012-03-19 | Merge branch 'ph/fix-enfile/OTP-9990' into maint | Björn-Egil Dahlberg | |
* ph/fix-enfile/OTP-9990: Update preloaded prim_inet.beam gen_tcp: Use correct specs for accept and listen prim_inet: Catch system_limit in open_port Fix returned error from gen_tcp:accept/1,2 when running out of ports | |||
2012-03-19 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-16 | Merge branch 'rj/fix-supervisor-shutdown-doc' into maint | Gustav Simonsson | |
* rj/fix-supervisor-shutdown-doc: Fix small typo in kernel app doc Cosmetic: split very long lines from supervisor doc Fix supervisor doc: Shutdown, MaxR and MaxT type specs Add the type restrictions in the code comments Remove trailing spaces OTP-9987 |