Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-13 | Use parameterized types | Raimo Niskanen | |
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
2016-10-04 | Improve docs and types | Raimo Niskanen | |
2016-09-30 | Change state entry events into state enter calls | Raimo Niskanen | |
2016-09-16 | Improve docs | Raimo Niskanen | |
2016-09-16 | Implement state entry events | Raimo Niskanen | |
2016-09-16 | Implement call/3 dirty_timeout | Raimo Niskanen | |
2016-09-07 | Merge branch 'peppe/stdlib/zip-security-flaw/OTP-13633' into maint | Peter Andersson | |
OTP-13633 | |||
2016-09-05 | Add test case in zip_SUITE | Peter Andersson | |
2016-09-05 | Handle directory traversal attack | Peter Andersson | |
2016-09-02 | Merge branch 'hasse/doc/fix_editorial_changes' into maint | Hans Bolinder | |
* hasse/doc/fix_editorial_changes: doc: Correct errors introduced by Editorial changes | |||
2016-09-01 | beam_lib: Correct type for the abstract code chunk | Björn Gustavsson | |
The abstract_code chunk can also contain {eof,_}, {error,_}, and {warning,_} in addition to the abstract forms that make up the Erlang syntax proper. | |||
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-31 | Fix xmllint-warnings | Hans Bolinder | |
2016-08-31 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen | |
* raimo/gen_statem-callback_mode/OTP-13752: ssl: Upgrade suite testing skipped if stdlib upgrade is required Fix version numbers and dependencies Conflicts: lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2016-08-27 | Fix typo: specificationc -> specification | Philip Arndt | |
2016-08-25 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-08-18 | Improve sys debug | Raimo Niskanen | |
2016-08-17 | Handle exceptions in init/1 and callback_mode/0 | Raimo Niskanen | |
2016-08-17 | Clarify error values | Raimo Niskanen | |
2016-08-10 | Doc fixes | Raimo Niskanen | |
2016-08-02 | Rewrite gen_statem docs for M:callback_mode/0 | Raimo Niskanen | |
2016-07-27 | Rewrite gen_statem TCs for M:callback_mode/0 | Raimo Niskanen | |
2016-07-27 | Rewrite gen_statem for M:callback_mode/0 | Raimo Niskanen | |
2016-07-19 | Merge branch ↵ | Raimo Niskanen | |
'raimo/stdlib/gen_statem-types-and-templates/ERL-172_ERL-187/OTP-13746' into maint * raimo/stdlib/gen_statem-types-and-templates/ERL-172_ERL-187/OTP-13746: Fix type and template errors from bugs.erlang.org: ERL-172 and ERL-187 | |||
2016-07-18 | Fix type and template errors from bugs.erlang.org: ERL-172 and ERL-187 | Raimo Niskanen | |
2016-07-15 | Merge branch 'maint-19' into maint | Björn-Egil Dahlberg | |
2016-07-14 | Prepare release | Erlang/OTP | |
2016-07-14 | Merge branch 'sverker/update_counter-deadlock/ERL-188/OTP-13731' into maint-19 | Erlang/OTP | |
* sverker/update_counter-deadlock/ERL-188/OTP-13731: erts: Add test ets_SUITE:update_counter_table_growth erts: Fix deadlock in ets:update_counter/4 erts: Optimize db_finalize_dbterm_hash | |||
2016-07-11 | erts: Add test ets_SUITE:update_counter_table_growth | Sverker Eriksson | |
2016-07-04 | Fix return value spec for ets:match_object | ILYA Khlopotov | |
ets:match_object/1 and ets:match_object/3 return list of matches | |||
2016-07-04 | stdlib: Correct a bug regarding records in the shell | Hans Bolinder | |
See also ERL-182. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-15 | Merge branch 'sverker/revert-ets-load-factor' | Sverker Eriksson | |
2016-06-15 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Add short sleep when killing slave nodes [ct test] Do reload_config instead of get_config | |||
2016-06-15 | Add short sleep when killing slave nodes | Siri Hansen | |
slave_SUITE:t_start_link somtimes fails when checking that a slave is dead. This commit add a short sleep before the check to allow the node to terminate. | |||
2016-06-13 | Merge branch 'bjorn/stdlib/doc' | Björn Gustavsson | |
* bjorn/stdlib/doc: Update STDLIB documentation | |||
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-06-13 | stdlib: Let epp handle long file names | Hans Bolinder | |
2016-06-13 | Merge branch 'bjorn/stdlib/deprecate-queue-lait/OTP-13658' | Björn Gustavsson | |
* bjorn/stdlib/deprecate-queue-lait/OTP-13658: Deprecate queue:lait/1 | |||
2016-06-10 | Deprecate queue:lait/1 | Björn Gustavsson | |
2016-06-10 | Merge branch 'hasse/dialyzer/improve_from_form/OTP-13547' | Hans Bolinder | |
* hasse/dialyzer/improve_from_form/OTP-13547: Update primary bootstrap stdlib: Correct types and specs dialyzer: Minor adjustments dialyzer: Suppress unmatched_return for send/2 dialyzer: Improve the translation of forms to types dialyzer: Use a cache when translating forms to types dialyzer: Prepare erl_types:t_from_form() for a cache dialyzer: Optimize erl_types:t_form_form() dialyzer: Correct types syntax_tools: Correct types erts: Correct character repr in doc of the abstract format stdlib: Correct types and specs | |||
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder | |
It is possible that '...' is added later (OTP 20.0), but for now we are not sure of all details. | |||
2016-06-09 | stdlib: Correct types and specs | Hans Bolinder | |
2016-06-09 | stdlib: Correct types and specs | Hans Bolinder | |
2016-06-08 | Revert "erts: Change ETS hash load factor" | Sverker Eriksson | |
This reverts commit 7c133fb1094ad1cabbb5cfc157483a43c816c6a9. | |||
2016-06-08 | Revert "Temporally disable of failing ets_SUITE:memory_check_summary" | Sverker Eriksson | |
This reverts commit f1987d5299ce67b0eb4c4a83d8ee9bcf7426c307. | |||
2016-06-08 | Merge branch 'zandra/test_server/unmatched_returns/OTP-13345' | Zandra Hird | |
* zandra/test_server/unmatched_returns/OTP-13345: vts - Fix unmatched_return warnings test_server_sup - Fix unmatched_return warnings test_server_node - Fix unmatched_return warnings test_server_io - Fix unmtached_return warnings test_server_gl - Fix unmatched_return warnings test_server_ctrl - Fix unmatched_return warnings test_server - fix unmatched_return warnings remove unused purify functions | |||
2016-06-08 | Merge branch 'josevalim/supervisor-get-callback-module/PR-1000/OTP-13619' | Siri Hansen | |
* josevalim/supervisor-get-callback-module/PR-1000/OTP-13619: Return callback module in supervisor format_status | |||
2016-06-07 | remove unused purify functions | Zandra | |