Age | Commit message (Expand) | Author |
2010-06-02 | Merge branch 'jv/autoimport-binary_to_term_2' into dev | Erlang/OTP |
2010-06-02 | Windows: Open files with FILE_SHARE_DELETE to get closer to UNIX semantics | Jan Lehnardt |
2010-06-01 | OTP-8662 Fix ethr_rwmutex_tryrlock | Rickard Green |
2010-06-01 | OTP-8661 Enable writer preferred pthread read/write locks on Linux | Rickard Green |
2010-06-01 | OTP-8660 Increase atomic fallback locks | Rickard Green |
2010-06-01 | OTP-8612 Fix potential premature destruction of port locks | Rickard Green |
2010-06-01 | OTP-8659 Add ethread support for gcc atomics | Rickard Green |
2010-06-01 | OTP-8658 Add missing memory barriers in erts_poll() | Rickard Green |
2010-06-01 | Remove unsupported erlang:blocking_read_file/1 | Björn Gustavsson |
2010-06-01 | Remove stray SAE support | Björn Gustavsson |
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-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 | 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 |