Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-25 | Merge branch 'vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767' into maint | Björn-Egil Dahlberg | |
* vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767: use top-level README in packaged release | |||
2016-07-15 | Merge branch 'schwartz/system/doc_fix' into maint | Raimo Niskanen | |
* schwartz/system/doc_fix: Fix verb conjugation in statem docs | |||
2016-07-13 | Fix verb conjugation in statem docs | Bernhard Schwarz | |
'We' wait. | |||
2016-07-12 | Add clarification on LC semantics (#1) | Brujo Benavides | |
It addresses the special case of generator-less LCs. As a bonus, I fixed a typo :) | |||
2016-07-04 | use top-level README in packaged release | Vlad Dumitrescu | |
Previously, system/README was not being updated and had become confusing. | |||
2016-06-20 | Add ref to new book "Designing for Scalability with Erlang/OTP" | Kenneth Lundin | |
2016-06-15 | Merge branch 'rickard/top-doc-vsn/OTP-13676' | Rickard Green | |
* rickard/top-doc-vsn/OTP-13676: Present OTP base version on top html documentation page | |||
2016-06-15 | Present OTP base version on top html documentation page | Rickard Green | |
2016-06-15 | Merge branch 'lars/index-page-bug/OTP-13677' | Lars Thorsen | |
* lars/index-page-bug/OTP-13677: Correct a formatting error on the front page | |||
2016-06-10 | Correct a formatting error on the front page | Lars Thorsen | |
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-01 | Remove usage of non dtd defined tag (<output>) | Lars Thorsen | |
2016-06-01 | Correct usage of marker tag | Lars Thorsen | |
2016-06-01 | Make it possible to run xmllint target in system documentation | Lars Thorsen | |
2016-05-25 | doc: Update version of erts and otp release | Björn-Egil Dahlberg | |
2016-05-23 | doc: Update process memory initial size | Björn-Egil Dahlberg | |
2016-05-20 | doc: Update efficiency guide with Maps memory info | Björn-Egil Dahlberg | |
2016-05-11 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Reword 'dispatch' into 'branch depending' | |||
2016-05-11 | Reword 'dispatch' into 'branch depending' | Raimo Niskanen | |
2016-05-09 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Fix all seealso and other minor changes Editorial update | |||
2016-05-09 | Fix all seealso and other minor changes | Raimo Niskanen | |
2016-05-09 | Merge branch 'xsipewe_gen_statem1' of https://github.com/xsipewe/otp into ↵ | Raimo Niskanen | |
raimo/polish-gen_statem/OTP-13065 Conflicts: lib/stdlib/doc/src/gen_statem.xml | |||
2016-05-09 | Merge branch 'bjorn/stdlib/warning-and-error/OTP-13476' | Björn Gustavsson | |
* bjorn/stdlib/warning-and-error/OTP-13476: Add documentation epp: Add the -error and -warning directives epp: Refactor expansion of header path | |||
2016-05-06 | Editorial update | xsipewe | |
2016-05-04 | Merge branch 'bjorn/fix-on_load/OTP-12593' | Björn Gustavsson | |
* bjorn/fix-on_load/OTP-12593: Update documentation regarding improvements Correctly handle multiple load attempts when on_load is pending Avoid deadlock when an on_load function makes an external call to the module itself code_server: Eliminate unnecessary Tag in handle_call/3 Reimplement -on_load() Refactor erts_finish_loading() and insert_new_code() code_SUITE: Make on_load_binary/1 clearer by using merl | |||
2016-05-04 | Update documentation regarding improvements | Björn Gustavsson | |
2016-05-04 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Fix documentation Clean up terminate functions Fix callback mode after code change not used Restructure loop_* to clarify S handling | |||
2016-05-04 | Fix documentation | Raimo Niskanen | |
2016-05-04 | Add documentation | Björn Gustavsson | |
2016-04-28 | doc: Correct shorthand typo | Björn-Egil Dahlberg | |
2016-04-28 | erl_parse: Add parsing for new map type syntax | Magnus Lång | |
erl_types typesets mandatory keys with :=, and uses "..." as a shorthand for "any() => any()". Add these to erl_parse so that all representable types can be written in type-specs. | |||
2016-04-27 | Fix hibernation subtlety | Raimo Niskanen | |
2016-04-25 | Merge branch 'raimo/new-gen-state-machine/OTP-13065' | Raimo Niskanen | |
* raimo/new-gen-state-machine/OTP-13065: (52 commits) Add section on state filtering Promote gen_statem over gen_fsm Modify code_change/4 to return CallbackMode Use ?NAME macro in examples Introduce Fred Herbert suggested additions Introduce corrections from Fred Hebert and Ingela Use .png pictures instead of .gif Write Design Principles chapter Fix missing short forms for event timeout Do more intricate Fred Hebert doc changes Change Caller -> From as suggested by Fred Hebert Do documentation improvements from Fred Hebert Fix broken documenation reference Rename state_timeout -> event_timeout Fix most of the system docs and emacs mode Change code_change/4 to {ok,State,Data} Fixup sharpened test suite Sharpen test suite Remove the remove_event action and all alike Relax caller() type check and cleanup ... Conflicts: lib/stdlib/src/gen.erl lib/stdlib/src/gen_event.erl lib/stdlib/src/gen_fsm.erl lib/stdlib/src/gen_server.erl lib/stdlib/test/error_logger_forwarder.erl | |||
2016-04-25 | Add section on state filtering | Raimo Niskanen | |
Misc documentation fixes. | |||
2016-04-22 | Promote gen_statem over gen_fsm | Raimo Niskanen | |
2016-04-21 | Modify code_change/4 to return CallbackMode | Raimo Niskanen | |
Also move check of non-atom states in callback mode state_functions to where the state function is called. This gives homogenous diagnostics for state functions, code_change/4 and system_replace_state StateFun. Irregularities pointed out by James Fish. | |||
2016-04-19 | Use ?NAME macro in examples | Raimo Niskanen | |
2016-04-19 | Introduce Fred Herbert suggested additions | Raimo Niskanen | |
2016-04-18 | Introduce corrections from Fred Hebert and Ingela | Raimo Niskanen | |
2016-04-18 | Use .png pictures instead of .gif | Raimo Niskanen | |
2016-04-15 | Write Design Principles chapter | Raimo Niskanen | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-07 | Merge branch 'derek121/mention_intellij_plugin/PR-970' | Henrik Nord | |
* derek121/mention_intellij_plugin/PR-970: Add mention of IntelliJ plugin | |||
2016-04-07 | Merge branch 'derek121/supervisor_docs/PR-974' | Henrik Nord | |
* derek121/supervisor_docs/PR-974: Fix small supervisor docs grammar issue | |||
2016-04-07 | Merge branch 'minostro/maint/PR-986' | Henrik Nord | |
* minostro/maint/PR-986: Fix typo in funs programming examples document | |||
2016-04-06 | Add mention of IntelliJ plugin | Derek Brown | |
Eclipse plugin was mentioned, but not for IntelliJ. | |||
2016-04-01 | Add documentation about -specs for callbacks | Stavros Aronis | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-14 | Fix typo in funs programming examples document | Milton Inostroza | |
2016-03-04 | erts: Use 'bit string' in The Abstract Format document | Hans Bolinder | |