Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |
2013-04-25 | Add documentation for new system_monitor | Patrik Nyblom | |
2013-04-25 | Add long_schedule detection for ports and testcases | Patrik Nyblom | |
2013-04-24 | Merge branch 'maint' | Peter Andersson | |
2013-04-24 | Merge branch 'peppe/common_test/ts_logfile_problems' into maint | Peter Andersson | |
* peppe/common_test/ts_logfile_problems: Fix error with refreshing logs when html util files are missing Add correct footer to last run index page Make test_server close log files properly and include correct footer | |||
2013-04-24 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix src/dest overlap in ttsl driver fix valgrind error in erts/emulator/drivers/unix/ttsl_drv.c | |||
2013-04-24 | Merge branch 'sv-ttsl-valgrind' into maint | Lukas Larsson | |
* sv-ttsl-valgrind: Fix src/dest overlap in ttsl driver fix valgrind error in erts/emulator/drivers/unix/ttsl_drv.c OTP-11064 | |||
2013-04-24 | Merge branch 'maint' | Hans Bolinder | |
* maint: [dialyzer] Fix a bug concerning the --gui and --wx options | |||
2013-04-24 | Merge branch 'hb/dialyzer/gui-bugfix/OTP-11057' into maint | Hans Bolinder | |
* hb/dialyzer/gui-bugfix/OTP-11057: [dialyzer] Fix a bug concerning the --gui and --wx options | |||
2013-04-24 | [dialyzer] Fix a bug concerning the --gui and --wx options | Hans Bolinder | |
A bug that made it impossible to do any analyses from the GUI has been fixed. The bug was introduced in dialyzer-2.5.2. | |||
2013-04-22 | Fix src/dest overlap in ttsl driver | Lukas Larsson | |
2013-04-22 | Fix error with refreshing logs when html util files are missing | Peter Andersson | |
OTP-11046 | |||
2013-04-22 | [jinterface] Extend timetrap timers in nc_SUITE and jinterface_SUITE | Siri Hansen | |