Age | Commit message (Expand) | Author |
2010-09-13 | Teach port suite to not use unix-specific commands and not leave them running | Patrik Nyblom |
2010-09-06 | Stop leaking memory in nif_SUITE:send* testcases | Patrik Nyblom |
2010-09-01 | Add testcase for erlang:system_info(update_cpu_info) | Rickard Green |
2010-08-30 | Merge branch 'sverker/NIF-64bit-integers/OTP-8746' into dev | Patrik Nyblom |
2010-08-30 | Merge branch 'pan/local_univ_time_bsd/OTP-8580' into dev | Patrik Nyblom |
2010-08-30 | Merge branch 'pan/list_to_float/OTP-7178' into dev | Patrik Nyblom |
2010-08-12 | Merge branch 'bjorn/remove-obsolete-driver-support/OTP-8758' into dev | Björn Gustavsson |
2010-08-11 | Remove obsolete/driver.h and the associated functionality | Björn Gustavsson |
2010-08-10 | Merge branch 'rickard/ethread-rewrite/OTP-8544' into dev | Rickard Green |
2010-08-10 | Rewrite ethread library | Rickard Green |
2010-07-23 | NIF 64-bit integer support | Sverker Eriksson |
2010-07-08 | Merge branch 'sverker/full_INTEGER_EXT/OTP-8540' into dev | Sverker Eriksson |
2010-07-08 | Merge branch 'sverker/driver_int64_bug/OTP-8716' into dev | Sverker Eriksson |
2010-07-08 | nif_SUITE send3 stress test | Sverker Eriksson |
2010-07-07 | Merge branch 'se/http_response_empty_phrase' into dev | Raimo Niskanen |
2010-07-05 | term_to_binary use all 32 bits of INTEGER_EXT | Sverker Eriksson |
2010-06-30 | Fix bug that caused faulty 64-bit integers from drivers. | Sverker Eriksson |
2010-06-23 | Teach erl_time_sup to handle timezones w/o DST on FreeBSD as on other platforms | Patrik Nyblom |
2010-06-23 | Teach Unix sys_float.c to ignore underflow in list_to_float and return 0.0 | Patrik Nyblom |
2010-06-10 | {packet,http} allow empty response phrase | Sverker Eriksson |
2010-06-10 | fix open_port with many unset env vars | Sverker Eriksson |
2010-06-08 | Merge branch 'bg/bif-types' into dev | Erlang/OTP |
2010-06-07 | Test that all BIFs have known types | Björn Gustavsson |
2010-06-07 | Fix erts_bld_string_n (called by enif_make_string and erlang:decode_packet/3)... | Paul Guyot |
2010-06-04 | Merge branch 'egil/call-time-trace-patterns' into dev | Erlang/OTP |
2010-06-04 | Fix scheduler_suspend test when schedulers online isn't equal to the amount o... | Rickard Green |
2010-06-03 | Let trace_call_time_SUITE scheduling test be more relaxed | Björn-Egil Dahlberg |
2010-06-03 | Extend trace_call_time_SUITE with bif-tests | Björn-Egil Dahlberg |
2010-06-03 | Add bif tests to call time trace tests | Björn-Egil Dahlberg |
2010-06-03 | Add trace call_time tests for nifs and bifs | Björn-Egil Dahlberg |
2010-06-03 | Add first phase of trace call time test suite | Björn-Egil Dahlberg |
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
2010-06-03 | Merge branch 'pan/otp_8579_autoimport_override' into dev | Erlang/OTP |
2010-06-02 | Make port_command/3 auto-imported | Patrik Nyblom |
2010-06-02 | Autoimport min/2 and max/2 | Patrik Nyblom |
2010-06-02 | Merge branch 'jv/autoimport-binary_to_term_2' into dev | Erlang/OTP |
2010-05-27 | Merge branch 'se/spawn_drv_win_deadlock' 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-20 | Merge branch 'pan/otp_8217_binary' into dev | Erlang/OTP |
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-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 | Compile tests that communicate with R12 nodes with the r12 option | Björn Gustavsson |
2010-05-05 | OTP-8581 Revert prototype of driver_async | Patrik Nyblom |
2010-05-03 | allow open_port to set env vars containing a trailing '=' character | Steve Vinoski |