146
I Use This!
Very High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix lost unicode option in re:compile() More... over 14 years ago
Test that "extra" is handled according to specs in ALIVE2_REQ and PORT2_RESP More... over 14 years ago
Add lcnt:rt_opt/1 bindings to erts_debug More... over 14 years ago
Merge branch 'ta/os_timestamp_no_mutex' into ccase/r13b04_dev More... over 14 years ago
OTP-8377 ETS bug causing the memory counter from ets:info for ordered_set's to sometimes get out of synch and absurdly high. More... over 14 years ago
compiler: make ignore_native_errors also handle internal hipe errors More... over 14 years ago
re tests: disable native-code compilation for huge modules More... over 14 years ago
Teach the compiler the no_native option More... over 14 years ago
file_SUITE: eliminate a warning for an unused variable More... over 14 years ago
kernel tests: modernize guard tests More... over 14 years ago
unicode_SUITE: replace deprecated concat_binary/1 with list_to_binary/1 More... over 14 years ago
stdlib tests: modernize guard tests More... over 14 years ago
Test suites: fix creation of Emakefiles More... over 14 years ago
filelib_SUITE: strenghten tests of filelib:ensure_dir/1 More... over 14 years ago
Remove mutex lock around sys_gettimeofday() in os:timestamp/0 More... over 14 years ago
OTP-8386 Immediately repeated multi-scheduling block/unblock cycles using erlang:system_flag(multi_scheduling, block | unblock) could deadlock the runtime system. More... over 14 years ago
Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_dev More... over 14 years ago
Merge branch 'bg/public_key-include_lib' into ccase/r13b04_dev More... over 14 years ago
** Empty commit message ** More... over 14 years ago
Store pointers to heap data in 32-bit words More... over 14 years ago
OTP-8375 A bug causing memory corruption in re:run() has been corrected. (Thanks to Yamashina Hio.) More... over 14 years ago
Test case fixes More... over 14 years ago
Increased timeout for slow virtual machines More... over 14 years ago
epmd tests: fix build of test suites on Windows More... over 14 years ago
erl_interface: Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG terms More... over 14 years ago
Merge branch 'uw/shell-tab-completion' into ccase/r13b04_dev More... over 14 years ago
Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_dev More... over 14 years ago
system test: fix build of test suites on Windows More... over 14 years ago
public_key: fix build of test suites on Windows More... over 14 years ago
OTP-8016 [httpc] Several more or less critical fixes: * Initial call between the httpc manager and request handler was synchronous. When the manager starts a new request handler, this is no longer a synchronous operation. Previously, the new request handler made the connection to the server and issuing of the first request (the reason for starting it) in the gen_server init function. If the connection for some reason "took some time", the manager hanged, leaving all other activities by that manager also hanging. As a side-effect of these changes, some modules was also renamed, and a new api module, httpc, has been introduced (the old module, http, is *not* removed, but is now just wrapper for httpc). More... over 14 years ago