Age | Commit message (Expand) | Author |
2010-05-17 | Move binary module bif's to erl_bif_binary.c | Patrik Nyblom |
2010-05-17 | Count reductions for process even when not trapping | Patrik Nyblom |
2010-05-17 | Add random compare testcase | Patrik Nyblom |
2010-05-17 | Teach BIF's binary:match/matches interrupting/restarting | Patrik Nyblom |
2010-05-17 | Teach binary.c the semantics to take longest instead of shortest match | Patrik Nyblom |
2010-05-17 | Initial commit of the binary EEP | Patrik Nyblom |
2010-05-17 | Fix typo in code example | Raimo Niskanen |
2010-05-15 | fix livelock in erts_poll_info_kp() | Mikael Pettersson |
2010-05-12 | Merge branch 'bg/opt-receive' into dev | Erlang/OTP |
2010-05-11 | erts: Add tests for the receive optimization | Björn Gustavsson |
2010-05-11 | erts: Implement recv_mark/1 and recv_set/1 for real | Björn Gustavsson |
2010-05-11 | Introduce the new recv_mark/1 and recv_mark/1 instructions | Björn Gustavsson |
2010-05-11 | Compile tests that communicate with R12 nodes with the r12 option | Björn Gustavsson |
2010-05-10 | Merge branch 'ms/epmd-error-checking' into dev | Erlang/OTP |
2010-05-05 | OTP-8581 Revert prototype of driver_async | Patrik Nyblom |
2010-05-04 | Merge branch 'ms/inet_gethost-safe-debug-output' into dev | Erlang/OTP |
2010-05-03 | Truncate debug messages | Michael Santos |
2010-05-03 | allow open_port to set env vars containing a trailing '=' character | Steve Vinoski |
2010-05-03 | Exit if an error occurs with the listening socket | Michael Santos |
2010-05-02 | Merge branch 'bg/remove-stray-ose-support' into dev | Erlang/OTP |
2010-04-30 | configure: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | Makefiles: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | system tests: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | epmd: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | epmd: #ifdef out start_epmd() for other platforms than VxWorks | Björn Gustavsson |
2010-04-30 | emulator tests: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | emulator: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | emulator: Eliminate #ifdef for sys_tty_reset() | Björn Gustavsson |
2010-04-28 | OTP-8591 Race in mseg cashe on non-SMP with async threads | Sverker Eriksson |
2010-04-28 | OTP-8474 NIF improvements after R13B04 | Sverker Eriksson |
2010-04-20 | re: Fix non-termination for a certain regular expression | Michael Santos |
2010-04-15 | Merge branch 'ms/pcre-compile-workspace-overrun' into dev | Erlang/OTP |
2010-04-14 | Merge branch 'jb/inet6-dist' into dev | Erlang/OTP |
2010-04-14 | MacOS X: Boost default stack size | Björn Gustavsson |
2010-04-14 | Fix check for compile workspace overflow | Michael Santos |
2010-04-13 | Merge branch 'bg/fconv' into dev | Erlang/OTP |
2010-04-09 | Merge branch 'ta/nif-documentation' into dev | Erlang/OTP |
2010-04-09 | Merge branch 'sk/old_heap-unused' into dev | Erlang/OTP |
2010-04-08 | system_info(procs): Fix the value for "OldHeap unused" | Satoshi Kinoshita |
2010-04-07 | Fix typos in erl_nif.xml | Tuncer Ayaz |
2010-04-07 | erts: Fix loading of modules with invalid floating point arithmetic | Björn Gustavsson |
2010-04-06 | Build erl_nif manpage | Tuncer Ayaz |
2010-04-06 | Build placeholder PDF files if FOP is not found | Tuncer Ayaz |
2010-03-31 | OTP-8549 Fix out of bounds write in erts_get_cpu_topology() | Rickard Green |
2010-03-31 | OTP-8484 Fix minor cross compilation issues | Rickard Green |
2010-03-30 | Merge branch 'mh/doc-loose-lose' into dev | Erlang/OTP |
2010-03-30 | Merge branch 'se/decode_packet' into dev | Erlang/OTP |
2010-03-29 | Fix erlang:decode_packet(httph_bin,..) to not return faulty header strings | Sverker Eriksson |
2010-03-26 | Fix spelling: "loose" is not a verb | Magnus Henoch |
2010-03-25 | Merge branch 'bg/compiler-remove-r11-support' into dev | Erlang/OTP |