Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-09 | Allow allocator disable for high memory (better valgrind for halfword) | Sverker Eriksson | |
2011-05-09 | Expand the use of high memory allocation in halfword emulator | Sverker Eriksson | |
Also add 'low' field in system_info(allocator) SHORT_LIVED is still in low memory | |||
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2011-05-09 | Merge branch 'egil/file-write/OTP-9276' into dev | Björn-Egil Dahlberg | |
* egil/file-write/OTP-9276: Update prim_file.beam Remove unnecessary copy in prim_file:drv_command/3 | |||
2011-05-09 | Merge branch 'sa/dialyzer-tests' into dev | Henrik Nord | |
* sa/dialyzer-tests: (22 commits) Update dialyzer.spec Add race/ets_insert_public Add opaque/ewgi,ewgi2 Add opaque/schuett_bug Add small/param_types_crash Add small/file_open_encoding Add small/false_false Add small/ets_update_counter Add small/bin_compr Add small/tuple_set_crash Add small/refine_failing Add small/not_bogus_warning Add small/none_scc_inf_loop Add small/guards Add small/guard_warnings Add small/confusing_record_warning Add small/blame_contract_range Update small/recursive_types2 source Update opaque/zoltan_kis* sources Update options1/compiler results ... OTP-9278 | |||
2011-05-09 | Merge branch 'ks/list_to_bitstring' into dev | Henrik Nord | |
* ks/list_to_bitstring: Fix handling of <<_:N,_:_*M>> type expressions Fix the argument of erlang:list_to_bitstring/1 Move function to its proper place Remove unneeded function 'sequence/2' OTP-9277 | |||
2011-05-09 | Add ticet number for tm/xmerl_attr_charref_fix | Henrik Nord | |
OTP-9274 | |||
2011-05-09 | Merge branch 'tm/xmerl_attr_charref_fix' into dev | Henrik Nord | |
* tm/xmerl_attr_charref_fix: Prevent xmerl from over-normalizing character references in attributes | |||
2011-05-09 | Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into dev | Lukas Larsson | |
* lukas/common_test/timeout_location_fix/OTP-9265: Fix ct_framework to not crash when error_notification location is undefined. | |||
2011-05-06 | Udated documentation (and version). | Micael Karlberg | |
2011-05-06 | An unexpected message would crash the ssh_connection_handler and close the ↵ | Niclas Eklund | |
connection. Now an error message is generated instead. | |||
2011-05-06 | ETS usage of erts_printf %R | Sverker Eriksson | |
2011-05-06 | erts_printf %R for relative ets-terms in halfword-vm | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_printf_term.c | |||
2011-05-06 | Another halfword is_same-bug for ETS ordered_set | Sverker Eriksson | |
This one is less likely to provoke error as one of the terms is always NULL-based. | |||
2011-05-06 | Update prim_file.beam | Björn-Egil Dahlberg | |
2011-05-06 | Remove unnecessary copy in prim_file:drv_command/3 | Björn-Egil Dahlberg | |
2011-05-06 | Make port_command/2 reject non-byte sized bitstrings | Björn Gustavsson | |
Also rename the fun_to_port/1 test case to outputv_errors/1 and test sending more kinds of bad data to an outputv-enabled driver. | |||
2011-05-06 | Merge branch 'jf/run_erl-disable-flow-control' into dev | Henrik Nord | |
* jf/run_erl-disable-flow-control: Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control OTP-9270 | |||
2011-05-06 | Merge branch 'kj/eunit-race-cond' into dev | Henrik Nord | |
* kj/eunit-race-cond: Don't let eunit_surefire report back to eunit when stopping Wait until all eunit listeners terminate OTP-9269 | |||
2011-05-06 | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev | Lukas Larsson | |
* lukas/common_test/ct_hook_bugs/OTP-9264: Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-05-06 | io.c: Make io_list_vec_len() less general | Björn Gustavsson | |
io_list_vec_len() is slightly more general than it needs to be. Specifically: * The only caller always passes ERL_SMALL_IO_BIN_LIMIT as the value for the bin_limit parameter, so the bin_limit parameter can be eliminated. * The only caller never passes any NULL pointers, so there is no need test the pointers before writing through them. | |||
2011-05-06 | Merge branch 'ta/inet_drv-cleanup' into dev | Henrik Nord | |
* ta/inet_drv-cleanup: inet_drv: remove unused tcp request id inet_drv: remove gratuitous assignment OTP-9263 | |||
2011-05-06 | Merge branch 'ms/beam-fix-format-specifiers-in-erl_exit-msg' into dev | Henrik Nord | |
* ms/beam-fix-format-specifiers-in-erl_exit-msg: Fix format specifiers in erl_exit messages OTP-9262 | |||
2011-05-06 | Add a check logic to prevent file descriptor leak | Shunichi Shinohara | |
cover module handle files as raw in export and import. Assert counts of ports are the same at the beginning and at the end of the test case. | |||
2011-05-05 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-05-05 | Merge branch 'ia/ssl/more-socket-options-dialyzer-issues' into dev | Ingela Anderton Andin | |
* ia/ssl/more-socket-options-dialyzer-issues: Spec corrections | |||
2011-05-05 | Spec corrections | Ingela Anderton Andin | |
2011-05-04 | iolist_size/1: Fix truncation of result | Björn Gustavsson | |
iolist_size/1 would silently return a truncated result for iolists whose size exceeded the word size. For example: iolist(lists:duplicate(256, <<0:(1 bsl 24)/unit:8>>)). would return 0 (instead of 4294967296 or 1 bsl 32). Rewrite iolist_size/1 to accumulate the size in a bignum if necessary and result the correct result. | |||
2011-05-04 | Test iolist_size/1 with bad arguments | Björn Gustavsson | |
2011-05-04 | binary_SUITE: Remove workaround for avoiding stack overflow | Björn Gustavsson | |
In older releases of Erlang/OTP, the '=:=' operator could run out of stack if used to compare very deep lists. Since that problem has been fixed, we can remove the workaround used in the deep/1 test case. | |||
2011-05-04 | Update dialyzer.spec | Stavros Aronis | |
2011-05-04 | Add race/ets_insert_public | Stavros Aronis | |
2011-05-04 | Add opaque/ewgi,ewgi2 | Stavros Aronis | |
2011-05-04 | Add opaque/schuett_bug | Stavros Aronis | |
2011-05-04 | Add small/param_types_crash | Stavros Aronis | |
2011-05-04 | Add small/file_open_encoding | Stavros Aronis | |
2011-05-04 | Add small/false_false | Stavros Aronis | |
2011-05-04 | Add small/ets_update_counter | Stavros Aronis | |
2011-05-04 | Add small/bin_compr | Stavros Aronis | |
2011-05-04 | Add small/tuple_set_crash | Stavros Aronis | |
2011-05-04 | Add small/refine_failing | Stavros Aronis | |
2011-05-04 | Add small/not_bogus_warning | Stavros Aronis | |
2011-05-04 | Add small/none_scc_inf_loop | Stavros Aronis | |
2011-05-04 | Add small/guards | Stavros Aronis | |
2011-05-04 | Add small/guard_warnings | Stavros Aronis | |
2011-05-04 | Add small/confusing_record_warning | Stavros Aronis | |
2011-05-04 | Add small/blame_contract_range | Stavros Aronis | |
2011-05-04 | Update small/recursive_types2 source | Stavros Aronis | |
2011-05-04 | Update opaque/zoltan_kis* sources | Stavros Aronis | |
2011-05-04 | Update options1/compiler results | Stavros Aronis | |