Age | Commit message (Expand) | Author |
2010-05-31 | Add erlang:nif_error/1,2 | Björn Gustavsson |
2010-05-27 | Merge branch 'ta/extend-nif-api' into dev | Erlang/OTP |
2010-05-24 | Merge branch 'fm/file-operations' into dev | Erlang/OTP |
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 | 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-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-05 | OTP-8581 Revert prototype of driver_async | Patrik Nyblom |
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-8474 NIF improvements after R13B04 | Sverker Eriksson |
2010-04-14 | MacOS X: Boost default stack size | Björn Gustavsson |
2010-04-13 | Merge branch 'bg/fconv' into dev | Erlang/OTP |
2010-04-08 | system_info(procs): Fix the value for "OldHeap unused" | Satoshi Kinoshita |
2010-04-07 | erts: Fix loading of modules with invalid floating point arithmetic | Björn Gustavsson |
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-25 | Merge branch 'bg/compiler-remove-r11-support' into dev | Erlang/OTP |
2010-03-22 | erts: Don't support the put_string/3 instruction | Björn Gustavsson |
2010-03-22 | Merge branch 'pan/otp_8332_halfword' into dev | Erlang/OTP |
2010-03-12 | Teach testcase in driver_suite the new prototype for driver_async | Patrik Nyblom |
2010-03-10 | Adopt the new (R13B04) Nif functionality to the halfword codebase | Patrik Nyblom |
2010-03-10 | Support monitoring and demonitoring from driver threads | Patrik Nyblom |
2010-03-10 | Fix further test-suite problems | Patrik Nyblom |
2010-03-10 | Correct the VM to work for more test suites | Patrik Nyblom |
2010-03-10 | Teach {wordsize,internal|external} to system_info/1 | Patrik Nyblom |