Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-03 | HALFWORD Make system_info mseg_alloc report both low/high mem | Sverker Eriksson | |
2011-02-03 | HALFWORD Fix segv caused by erlang:halt | Sverker Eriksson | |
Faulty use of term on C-stack in heap_dump() | |||
2011-02-03 | HALFWORD Make more allocators use high mem (binary, fixed and driver) | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS 32-bit arch fixes and other cleanups | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS nicer update_element | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS Real matching on relative terms | Sverker Eriksson | |
2011-02-03 | HALFWORD first stab at high mem alloc | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS relative terms | Sverker Eriksson | |
In halfword emulator, make ETS use a variant of the internal term format that uses relative offsets instead of absolute pointers. This will allow storage in high memory (>4G). Preprocessor macros (like list_val_rel(TERM,BASE)) are used to make normal (fullword) emulator almost completely unchanged while still reusing most of the code. | |||
2011-02-03 | Merge branch 'ks/bs_add-fail-labels' into dev | Niclas Axelsson | |
* ks/bs_add-fail-labels: Fix translation of bs_add's fail labels OTP-9044 | |||
2011-02-03 | Fix translation of bs_add's fail labels | Kostis Sagonas | |
2011-02-02 | compiler Makefile: Turn warnings into errors | Björn Gustavsson | |
We want to ensure that the compiler applications is kept free of warnings. | |||
2011-02-02 | v3_kernel_pp: Add support for pretty-printing #k_literal{} records | Björn Gustavsson | |
2011-02-02 | v3_kernel_pp: Eliminate warning | Björn Gustavsson | |
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-26 | Merge branch 'uw/xmerl-expand-simple/OTP-9034' into dev | Lars Thorsen | |
* uw/xmerl-expand-simple/OTP-9034: Track parents when expanding #xmlElement records | |||
2011-01-25 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2011-01-24 | Merge branch 'ia/ssl-and-public_key/skip-tests-when-no-crypto-fix' into dev | Ingela Anderton Andin | |
* ia/ssl-and-public_key/skip-tests-when-no-crypto-fix: Changed crypto start test so that it works as intended | |||
2011-01-24 | Changed crypto start test so that it works as intended | Ingela Anderton Andin | |
2011-01-24 | Track parents when expanding #xmlElement records | Ulf Wiger | |
The function xmerl_lib:expand_content/1 is mainly for expanding Simple XML, but can also handle xmerl records. This patch fixes an omission that caused expand_content/1 to not maintain the 'parents' list when expanding #xmlElement{} records. No test cases written, since the xmerl test suites have not yet been released. | |||
2011-01-24 | Update so that cover is skipper for applications without a .cover file | Lukas Larsson | |
2011-01-24 | Update minimal build target to include runtime_tools and common_test | Lukas Larsson | |
2011-01-24 | Update ts to start common test with both ts.config and ts.PLATFORM.config | Lukas Larsson | |
2011-01-24 | Update ts scb to add nodenames in all pre_init clauses | Lukas Larsson | |
2011-01-24 | Add release/tests/test_server to path | Lukas Larsson | |
2011-01-24 | Add ts_install_scb which is a common_test SCB that handles making of test ↵ | Lukas Larsson | |
modules. | |||
2011-01-24 | Update ts to work with common test instead of test_server | Lukas Larsson | |
2011-01-24 | Add kill_slavenodes/0 as an exported function | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | Lukas Larsson | |
2011-01-24 | Fix bug when groups refer to groups in the groups/0 function | Lukas Larsson | |
2011-01-24 | Add support for external groups. | Lukas Larsson | |
2011-01-24 | Refactor code to make it easier to debug | Lukas Larsson | |
2011-01-24 | Merge branch 'nick/orber/inet6_test_cases/OTP-9035' into maint-r14 | Erlang/OTP | |
* nick/orber/inet6_test_cases/OTP-9035: OTP-9035 - More tests added so that Orber does not try to run IPv6 tests on a machine than cannot handle that. This only affect test code and not the application. | |||
2011-01-24 | Merge branch 'nick/ssh/sign-verify-binary' into maint-r14 | Erlang/OTP | |
* nick/ssh/sign-verify-binary: Updated appup file. Updated notes file. Changed year in copyright header. Added updated modules to the appup file. Improved error handling for ssh:connect/3/4. Release note contained wrong ticker number. OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}. | |||
2011-01-24 | Merge branch 'nick/ensure_ssh_dir_exists/OTP-9010' into maint-r14 | Erlang/OTP | |
* nick/ensure_ssh_dir_exists/OTP-9010: Updated appup file. Updated notes file. Updated year in license. OTP-9010: ssh: ensure ~/.ssh exists | |||
2011-01-24 | Merge branch 'nick/ssh/inet6_enetunreach/OTP-9031' into maint-r14 | Erlang/OTP | |
* nick/ssh/inet6_enetunreach/OTP-9031: Updated notes file. Added updated modules to the appup file. OTP-9031 - SSH did not handle the error reason enetunreach when trying to open a IPv6 connection. | |||
2011-01-21 | Merge branch 'ia/ssl-and-public_key/skip-test-if-no-crypto' into dev | Ingela Anderton Andin | |
* ia/ssl-and-public_key/skip-test-if-no-crypto: Skip ssl and public key tests if crypto fails to start | |||
2011-01-20 | Skip ssl and public key tests if crypto fails to start | Ingela Anderton Andin | |
2011-01-20 | OTP-9035 - More tests added so that Orber does not try to run IPv6 tests | Niclas Eklund | |
on a machine than cannot handle that. This only affect test code and not the application. | |||
2011-01-20 | Merge branch 'maint-r14' into dev | Ingela Anderton Andin | |
2011-01-20 | Merge branch 'ks/bs_start_match-fails' into dev | Niclas Axelsson | |
* ks/bs_start_match-fails: Fix erroneous fail info of a hipe_bs_primop OTP-9036 | |||
2011-01-20 | Updated appup file. | Niclas Eklund | |
2011-01-20 | Updated appup file. | Niclas Eklund | |
2011-01-20 | Updated notes file. | Niclas Eklund | |
2011-01-20 | Updated notes file. | Niclas Eklund | |
2011-01-20 | Updated notes file. | Niclas Eklund | |
2011-01-20 | Merge branch 'maint-r14' of super:otp into nick/ensure_ssh_dir_exists/OTP-9010 | Niclas Eklund | |
2011-01-20 | Changed year in copyright header. | Niclas Eklund | |
2011-01-20 | Updated year in license. | Niclas Eklund | |
2011-01-20 | Added updated modules to the appup file. | Niclas Eklund | |