Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | character_set.xml: Remove a superfluous reference to OTP R5 | Björn Gustavsson | |
2017-01-11 | records.xml: Remove a superfluous reference to OTP R8 | Björn Gustavsson | |
2017-01-11 | macros.xml: Remove a reference to OTP R7 | Björn Gustavsson | |
2017-01-11 | expressions.xml: Remove superfluous references to OTP R7/R10 | Björn Gustavsson | |
2017-01-11 | errors.xml: Remove superfluous references to R10B | Björn Gustavsson | |
2017-01-11 | data_types.xml: Remove superfluous reference to R9B | Björn Gustavsson | |
2017-01-11 | Say that features after R13A are mentioned in the text | Björn Gustavsson | |
The text mentions any changes that occurred in R7A and later. Change that to only mention changes that occurred after R12B. | |||
2017-01-10 | Remove mention of R12B | Björn Gustavsson | |
Also don't say that there are no plans to make sharing-preserving copying default; it has been seriously suggested. | |||
2017-01-10 | Fix a typo in functions.xml | Björn Gustavsson | |
2017-01-10 | Modernize section about list handling and list comprehensions | Björn Gustavsson | |
2017-01-10 | Remove comparisons of binary handling between R11B and R12B | Björn Gustavsson | |
Shorten the text by removing superfluous details about how binary handling was different in R11B. | |||
2017-01-10 | Don't mention "tuple funs" at all | Björn Gustavsson | |
"Tuples funs" was removed a long time ago. There is no need to even mention them. | |||
2017-01-10 | Don't call byte_size/1 and tuple_size/1 "new" | Björn Gustavsson | |
2017-01-10 | Remove paragraph mentioning improvements in R12B | Björn Gustavsson | |
2016-12-28 | Merge branch 'maint' | Lukas Larsson | |
2016-12-28 | Merge branch 'reith/erts/c_port_driver_tutorial_fix/PR-1281' into maint | Lukas Larsson | |
* reith/erts/c_port_driver_tutorial_fix/PR-1281: fix library open error in linked-in port driver tutorial | |||
2016-12-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-20 | erts: Correct memory footprint for maps | Sverker Eriksson | |
Small map was wrong as we should include our own top Eterm and exclude them for keys and values. Large maps was wrong as it described the theoretical minimum of a full tree, which does not happen in reality. | |||
2016-12-19 | Merge pull request #1280 from bjorng/bjorn/effiency-guide-myths/OTP-13652 | Björn Gustavsson | |
Update the myths in the Efficiency Guide for OTP 20 | |||
2016-12-19 | Extend the text for "_" myth | Björn Gustavsson | |
Thanks to Joe Armstrong for the suggestion. | |||
2016-12-19 | Shorten the tail-recursion myth | Björn Gustavsson | |
The myth about tail recursion being faster than body recursion still seems to be alive, but we don't need to spend that much space discussing it as we needed earlier. Shorten the discussion and include a link to to Fred Hebert's excellent blog post. | |||
2016-12-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-12-15 | Add a myth about NIFs | Björn Gustavsson | |
Thanks to Max Lapshin for suggesting this myth. | |||
2016-12-15 | Retire two myths | Björn Gustavsson | |
2016-12-13 | fix library open error in linked-in port driver tutorial | Amir Ghassemi Nasr | |
2016-12-12 | doc: Enchance map pair optional/mandatory notes | Björn-Egil Dahlberg | |
2016-12-12 | doc: Change "stands for" to "denotes" in typespec | Björn-Egil Dahlberg | |
2016-12-12 | Remove whitespace errors | Björn-Egil Dahlberg | |
2016-12-07 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Update copyright-year Conflicts: lib/dialyzer/src/dialyzer.hrl lib/dialyzer/src/dialyzer_options.erl lib/dialyzer/test/opaque_SUITE_data/src/recrec/dialyzer.hrl lib/dialyzer/test/opaque_SUITE_data/src/recrec/dialyzer_races.erl lib/hipe/icode/hipe_icode.erl lib/hipe/main/hipe.erl lib/hipe/main/hipe.hrl.src lib/hipe/main/hipe_main.erl | |||
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-11-17 | Merge branch 'elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037' | Siri Hansen | |
* elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037: Expand on the behavior of supervisors | |||
2016-11-15 | Expand on the behavior of supervisors | Brujo Benavides | |
Add additional details on the behavior of supervisors when reaching maximum restart intensity, as stated by @rvirding at [Medium](https://goo.gl/XhwpSL) | |||
2016-11-08 | Merge branch 'maint' | Raimo Niskanen | |
2016-11-08 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Log terminate to sys debug Optimize event timeout Rework timeout handling Clarify the chapter 'Postponing Events' (ERL-284) Fix doc and type for state enter calls | |||
2016-11-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-28 | doc: Clarify application directory structure | Björn-Egil Dahlberg | |
2016-10-25 | Clarify the chapter 'Postponing Events' (ERL-284) | Raimo Niskanen | |
2016-10-19 | Merge branch 'maint' | Raimo Niskanen | |
2016-10-19 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Fix race condition in cancel_timer/1 Use parameterized types Implement state timeouts Improve docs and types Change state entry events into state enter calls Improve docs Improve docs Implement state entry events Implement call/3 dirty_timeout | |||
2016-10-13 | Use parameterized types | Raimo Niskanen | |
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
2016-10-07 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update per review comments. Fix reference to automatic `undefined` field declared types. | |||
2016-10-05 | Update per review comments. | Doug Rohrer | |
2016-10-04 | Fix reference to automatic `undefined` field declared types. | Doug Rohrer | |
In 8ce35b287fb50a6845fccf6a13c672aae303dc91 automatic insertion of `undefined` for record fields without initializers was removed, but this was not noted in the documentation. Add a warning about this change using similar verbiage as the original docs. | |||
2016-10-04 | Improve docs and types | Raimo Niskanen | |
2016-09-30 | Change state entry events into state enter calls | Raimo Niskanen | |
2016-09-20 | Improve docs | Raimo Niskanen | |
2016-09-19 | Use more correct delimiters for erl_nif.h include | Tuncer Ayaz | |
Anywhere but the beam sources we shouldn't #include "erl_nif.h", because what "erl_nif.h" does is: (1) fail to find it outside of -I dirs, (2) then treat it as if it was written like <erl_nif.h>. Using <erl_nif.h> skips (1). More information can be found in 6.10.2 of the C standard. Because the examples use "erl_nif.h", NIF projects in the Erlang ecosystem copy this verbatim and make the same mistake. | |||
2016-09-16 | Improve docs | Raimo Niskanen | |
2016-09-16 | Implement state entry events | Raimo Niskanen | |