Age | Commit message (Expand) | Author |
2010-05-24 | Change binary_to_term/2 to be auto-imported | Jayson Vantuyl |
2010-05-21 | Merge branch 'bg/compiler-cover-and-clean' into dev | Erlang/OTP |
2010-05-21 | Correct typos in EEP-0031 implementation | Tuncer Ayaz |
2010-05-20 | Remove stray support for the put_literal/2 instruction | Björn Gustavsson |
2010-05-20 | Remove the bs_bits_to_bytes/3 instruction | Björn Gustavsson |
2010-05-20 | erts: Stop supporting non-literal empty tuples | Björn Gustavsson |
2010-05-20 | Merge branch 'pan/otp_8217_binary' into dev | Erlang/OTP |
2010-05-17 | Add documentation for binary module | Patrik Nyblom |
2010-05-17 | Add more tests and make some go easier on small systems | Patrik Nyblom |
2010-05-17 | Correct Boyer More and trapping for longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-17 | Add binary:{encode,decode}_unsigned({1,2} | Patrik Nyblom |
2010-05-17 | Add referenced_byte_size/1 | Patrik Nyblom |
2010-05-17 | Add binary:list_to_bin/1 and binary:copy/1,2 | Patrik Nyblom |
2010-05-17 | Add bin_to_list/{1,2,3} | Patrik Nyblom |
2010-05-17 | Add binary:longest_common_prefix/longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add binary:part to erl_bif_binary.c | Patrik Nyblom |
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 |