Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | stdlib: Improve the Erlang shell's handling of references | Hans Bolinder | |
As of Erlang/OTP 20.0, the type of ETS tables, ets:tid(), is a reference(). A request was put forward that the Erlang shell should be able to handle references in its input. This commit introduces an extended parser in module lib. It can parse pids, ports, references, and external funs under the condition that they can be created in the running system. The parser is meant to be used internally in Erlang/OTP. The alternative, to extend erl_scan and erl_parse, was deemed inferior as it would require the abstract format be able to represent pids, ports, references, and funs, which would be confusing as they are not expressions as such, but data types. | |||
2017-01-25 | Merge branch 'egil/percept/remove-application/OTP-14163' | Björn-Egil Dahlberg | |
* egil/percept/remove-application/OTP-14163: ssl: Remove percept from benchmark otp: Don't mention percept in documentation runtime_tools: Remove percept percept: Remove application | |||
2017-01-20 | otp: Don't mention percept in documentation | Björn-Egil Dahlberg | |
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. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-12 | Update Efficiency Guide | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson. | |||
2014-11-03 | fix small typo in processes.xml | Evgeny M | |
kilo_byte() -> is kilo_byte/0 not kilo_byte/1 | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-25 | Fix typos in efficiency guide | Tuncer Ayaz | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |