Age | Commit message (Expand) | Author |
2010-05-28 | Merge branch 'sv/socket-error-portability' into dev | Erlang/OTP |
2010-05-27 | Merge branch 'se/spawn_drv_win_deadlock' into dev | Erlang/OTP |
2010-05-27 | Merge branch 'ta/extend-nif-api' into dev | Erlang/OTP |
2010-05-27 | inet_drv.c: Remove red herring | Björn Gustavsson |
2010-05-27 | use macro to portably test for socket system call errors | Steve Vinoski |
2010-05-24 | Merge branch 'fm/file-operations' into dev | Erlang/OTP |
2010-05-24 | Fix deadlock in spawn driver on windows | Sverker Eriksson |
2010-05-24 | erl_nif: add make_atom_len, make_existing_atom_len and make_string_len | Tuncer Ayaz |
2010-05-24 | erl_nif: add enif_get_atom_length and enif_get_list_length | Tuncer Ayaz |
2010-05-24 | erl_nif: add enif_is_list and enif_is_tuple | Tuncer Ayaz |
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 | Update preloaded modules | Björn Gustavsson |
2010-05-20 | Add file:advise/4 - a wrapper to the POSIX syscall posix_fadvise | Filipe David Manana |
2010-05-20 | Add file:datasync/1 for syncing file contents only | Filipe David Manana |
2010-05-20 | sys.h: Correct the get_int64() macro | Björn Gustavsson |
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 |