Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | Merge branch 'maint' | Gustav Simonsson | |
2012-08-14 | Remove empty function in packages docs | Gustav Simonsson | |
2012-07-24 | doc: Fix faulty tag in inet bit8 documentation | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-18 | Merge branch 'maint' | Henrik Nord | |
Conflicts: erts/preloaded/ebin/erl_prim_loader.beam lib/kernel/src/code.erl | |||
2012-07-18 | Merge branch 'ta/prim_archive-reloading' into maint | Henrik Nord | |
* ta/prim_archive-reloading: escript_SUITE: remove gratuitous space [erts,kernel,stdlib] fix escript/primary archive reloading Conflicts: erts/preloaded/src/erl_prim_loader.erl OTP-10151 | |||
2012-07-18 | Merge branch 'ms/correct-formating-in-exit' into maint | Henrik Nord | |
* ms/correct-formating-in-exit: Correct formating in exit error messages OTP-10148 | |||
2012-07-18 | Merge branch 'tc/rpc-call-fix' into maint | Henrik Nord | |
* tc/rpc-call-fix: Fix rpc:call/5 for local calls with a finite Timeout OTP-10149 | |||
2012-07-06 | [erts,kernel,stdlib] fix escript/primary archive reloading | Tuncer Ayaz | |
If the mtime of an escript/primary archive file changes after being added to the code path, correctly reload the archive and update the cache. The existing code didn't consider that it might be a zip archive and failed: =ERROR REPORT==== 3-Aug-2011::09:21:21 === File operation error: bad_central_directory. Target: /escript_archive/module.beam. Function: get_file. Process: code_server. Thanks David Reid and Hakan Mattson. | |||
2012-07-05 | Merge branch 'sverk/opt-inet-tcp-ctrl-proc' | Sverker Eriksson | |
* sverk/opt-inet-tcp-ctrl-proc: Optimize inet:tcp_controlling_process erts: Update obsolete HARD_DEBUG code | |||
2012-07-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: Correct the type of the disk log header | |||
2012-07-02 | Correct the type of the disk log header | Hans Bolinder | |
Thanks to Niclas Eklund. | |||
2012-06-20 | Optimize inet:tcp_controlling_process | Sverker Eriksson | |
by removing unecessary inet:setops calls. | |||
2012-06-12 | Add kernel/test/code_SUITE:upgrade | Sverker Eriksson | |
For now we only test beam as hipe doesn't pass the test | |||
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-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: 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-06-04 | Merge branch 'maint' | Lukas Larsson | |
* maint: Remove stale code for hybrid heap and incremental GC Remove the hipe_bifs:show_message_area/0 BIF Remove support for erlang:system_info(global_heaps_size) Remove the erlang:garbage_collect_message_area/0 BIF Remove workarounds for hybrid and shared heaps in test suites Conflicts: erts/doc/src/erlang.xml erts/emulator/beam/erl_message.c erts/emulator/beam/erl_process.c erts/emulator/beam/erl_process.h erts/emulator/hipe/hipe_bif2.tab lib/hipe/cerl/erl_bif_types.erl | |||
2012-06-04 | Merge branch 'bjorn/remove-hybrid-heap/OTP-10105' into maint | Lukas Larsson | |
* bjorn/remove-hybrid-heap/OTP-10105: Remove stale code for hybrid heap and incremental GC Remove the hipe_bifs:show_message_area/0 BIF Remove support for erlang:system_info(global_heaps_size) Remove the erlang:garbage_collect_message_area/0 BIF Remove workarounds for hybrid and shared heaps in test suites | |||
2012-05-30 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix chunk usage check | |||
2012-05-30 | Fix chunk usage check | Lukas Larsson | |
2012-05-25 | Merge branch 'sverk/hipelibs-code_server-crash' | Sverker Eriksson | |
* sverk/hipelibs-code_server-crash: kernel: Disable hipe compilation for hipe_unified_loader | |||
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-05-11 | kernel: Disable hipe compilation for hipe_unified_loader | Sverker Eriksson | |
Workaround for crash in code_server. | |||
2012-05-10 | Remove workarounds for hybrid and shared heaps in test suites | Björn Gustavsson | |
2012-05-09 | Correct formating in exit error messages | Michael Santos | |
Ensure displayed sizes are not negative. | |||
2012-05-04 | Merge branch 'maint' | Patrik Nyblom | |
2012-05-04 | Remove race in gen_tcp_misc_SUITE:otp_9389 | Patrik Nyblom | |
2012-05-02 | Fix rpc:call/5 for local calls with a finite Timeout | Tomer Chachamu | |
-module(rpc_example). -export([f/0, should_return_ok/0]). should_return_ok() -> {badrpc, timeout} = rpc:call(node(), ?MODULE, f, [], 5000), ok. f() -> Ref = make_ref(), receive Ref -> ok end. | |||
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-16 | kernel: Remove bit8 option in spec | Björn-Egil Dahlberg | |
* The option is removed to force warnings for dialyzer | |||
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-10 | Add testcase for controlling_process(P,self()) | Lukas Larsson | |
2012-04-03 | Update version numbers for R15B02 dev | Björn-Egil Dahlberg | |
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 | |