Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-06 | Merge branch 'maint' | Sverker Eriksson | |
2013-05-06 | Merge branch 'sverk/fix-alloc-fixes' into maint | Sverker Eriksson | |
* sverk/fix-alloc-fixes: erts: Remove unnecessary utf8 analysis step in external decoding erts: Fix locking order violation for allocation wrappers erts: Change locking order for "port_table" and "port_sched_lock" erts: Adjust sizes for fix allocator erts: Fix unabused bug in fixed allocation erts: Fix benign size-bug for fix-allocators MONITOR_SH and NLINK_SH erts: Refactor in new struct ErtsAllctrFixDDBlock_t OTP-11085 | |||
2013-05-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-06 | Merge branch 'nox/fix-warnings/OTP-11086' into maint | Fredrik Gustafsson | |
* nox/fix-warnings/OTP-11086: Fix some sign warnings found with Clang Fix a shift/reduce conflicts warning in icparse Fix two deprecation warnings in com.ericsson.otp.ic.Environment Define matherr only on platforms where it is used Properly declare _sigaction on Darwin Properly mark Uint literals as unsigned in big.c Do not use -mdynamic-no-pic on Darwin | |||
2013-05-06 | Merge branch 'sverk/ets-test-cuddle' into maint | Sverker Eriksson | |
* sverk/ets-test-cuddle: stdlib: Make memcheck in ets_SUITE less sensitive | |||
2013-05-06 | Update preloaded files | Hans Bolinder | |
2013-05-06 | Update primary bootstrap | Hans Bolinder | |
2013-05-06 | Merge branch 'hb/unmatched_returns/OTP-10908' | Hans Bolinder | |
* hb/unmatched_returns/OTP-10908: Fix unmatched_returns warnings in Kernel Fix a minor bug in ets:tabfile_info() and ets:file2tab() Fix unmatched_returns warning in Kernel Fix unmatched_return warnings in sasl Fix unmatched_return warnings in kernel Fix unmatched_return warning in erl_prim_loader Fix unmatched_return warnings in stdlib Fix unmatched_returns warnings in STDLIB and Kernel | |||
2013-05-06 | Fix unmatched_returns warnings in Kernel | Hans Bolinder | |
2013-05-06 | Fix a minor bug in ets:tabfile_info() and ets:file2tab() | Hans Bolinder | |
Certain error conditions could leave an open file descriptor. | |||
2013-05-06 | Fix unmatched_returns warning in Kernel | Hans Bolinder | |
If the file given by the Kernel application variable 'error_logger' cannot be opened a crash will occur. | |||
2013-05-06 | Fix unmatched_return warnings in sasl | Siri Hansen | |
2013-05-06 | Fix unmatched_return warnings in kernel | Siri Hansen | |
2013-05-06 | Fix unmatched_return warning in erl_prim_loader | Siri Hansen | |
2013-05-06 | Fix unmatched_return warnings in stdlib | Siri Hansen | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2013-05-03 | Merge branch 'egil/opt-list_to_binary/OTP-11082' | Björn-Egil Dahlberg | |
* egil/opt-list_to_binary/OTP-11082: erts: Use fast path for list_to_binary([Bin]) case | |||
2013-05-03 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/stdlib/ebin/epp.beam | |||
2013-05-03 | Update primary bootstrap | Fredrik Gustafsson | |
2013-05-03 | Merge branch 'nox/fix-epp-file-attrs/OTP-11079' into maint | Fredrik Gustafsson | |
* nox/fix-epp-file-attrs/OTP-11079: Fix an inconsistent state in epp | |||
2013-05-02 | Merge branch 'maint' | Patrik Nyblom | |
2013-05-02 | Merge branch 'maint-r16' into maint | Patrik Nyblom | |
2013-05-02 | Merge branch 'maint-r15' into maint-r16 | Patrik Nyblom | |
2013-05-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-02 | Update primary bootstrap | Fredrik Gustafsson | |
2013-05-02 | Merge branch 'nox/lists-filtermap/OTP-11078' into maint | Fredrik Gustafsson | |
* nox/lists-filtermap/OTP-11078: Rename and document lists:zf/2 as lists:filtermap/2 | |||
2013-05-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-02 | Merge branch 'fredrik/common_test/wait_for_linebreak_doc' into maint | Fredrik Gustafsson | |
* fredrik/common_test/wait_for_linebreak_doc: Added further doc common_test: Added documentation for wait_for_linebreak option | |||
2013-05-02 | Merge branch 'maint' | Siri Hansen | |
2013-04-30 | erts: Use fast path for list_to_binary([Bin]) case | Björn-Egil Dahlberg | |
A common case is to wrap an argument to list_to_binary in a list to ensure conversion can happen even though the argument may already be a binary. Use fast path for this case. | |||
2013-04-30 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [jinterface] Extend timetrap timers in nc_SUITE and jinterface_SUITE [jinterface] Set max heap size for jvm when running echo_server [jinterface] Clean up hanging java nodes after each test case | |||
2013-04-30 | Rename and document lists:zf/2 as lists:filtermap/2 | Anthony Ramine | |
This function is used all over the place in OTP itself and people sometimes want that functionality, they may as well not reimplement it themselves. | |||
2013-04-30 | Fix some sign warnings found with Clang | Anthony Ramine | |
2013-04-30 | Fix a shift/reduce conflicts warning in icparse | Anthony Ramine | |
2013-04-30 | Fix two deprecation warnings in com.ericsson.otp.ic.Environment | Anthony Ramine | |
2013-04-30 | Define matherr only on platforms where it is used | Anthony Ramine | |
2013-04-30 | Properly declare _sigaction on Darwin | Anthony Ramine | |
2013-04-30 | Properly mark Uint literals as unsigned in big.c | Anthony Ramine | |
2013-04-30 | Added further doc | Fredrik Gustafsson | |
2013-04-30 | common_test: Added documentation for wait_for_linebreak option | Fredrik Gustafsson | |
2013-04-29 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-29 | Merge branch 'as/fix-srp-psk-anon/OTP-11071' into maint | Fredrik Gustafsson | |
* as/fix-srp-psk-anon/OTP-11071: fix srp_anon ciphers suites requiring certificates to work. | |||
2013-04-29 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-29 | Update primary bootstrap | Fredrik Gustafsson | |
2013-04-29 | Merge branch 'nox/fix-multiple-ref-regs/OTP-11069' into maint | Fredrik Gustafsson | |
* nox/fix-multiple-ref-regs/OTP-11069: Use a set to store ref registers in beam_receive | |||
2013-04-27 | Do not use -mdynamic-no-pic on Darwin | Anthony Ramine | |
Latest OS X versions ignore this flag as non PIC objects are discouraged. | |||
2013-04-26 | Fix an inconsistent state in epp | Anthony Ramine | |
When entering a new file, epp doesn't properly set #epp.name2 like it does on initialisation, generating a malformed file attribute when it leaves the file. | |||
2013-04-26 | Prepare release | Erlang/OTP | |
2013-04-26 | Merge branch 'pan/monitor_long_schedule' into maint-r15 | Erlang/OTP | |
* pan/monitor_long_schedule: Skip testcase on platforms w/o pipes/usleep Add documentation for new system_monitor Add long_schedule detection for ports and testcases Add erlang:system_monitor(Pid,[{long_schedule,Millis}]) | |||
2013-04-26 | Skip testcase on platforms w/o pipes/usleep | Patrik Nyblom | |