Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-13 | Update advanced.xmlKennethL-patch-1 | Kenneth Lundin | |
2017-12-18 | Correct typo in design principles for gen_statem | Raimo Niskanen | |
Reported by Guilherme Andrade | |||
2017-11-20 | Merge branch 'lukas/system/improve_profile_docs/OTP-14633' into maint | Lukas Larsson | |
* lukas/system/improve_profile_docs/OTP-14633: erts: Add term2bin note about encoding guarantee Fix broken link in INSTALL howto system: Add info to profiling effeciency guide Update message queue and pinfo binary docs kernel: Clarify gen_tcp:listen documentation system: Add External OSS tools section to profiling guilde | |||
2017-11-20 | Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maint | Lukas Larsson | |
* lukas/docs/xmllint_fixes/OTP-14721: ssl/ssh: Remove/ignore unused XML_FILES doc files Refactor xmllint check and make it fail on failure Add toplevel xmllint make target Conflicts: lib/crypto/doc/src/Makefile | |||
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-31 | system: Add info to profiling effeciency guide | Lukas Larsson | |
2017-10-31 | system: Add External OSS tools section to profiling guilde | Lukas Larsson | |
2017-10-29 | Remove one superfluous closing parenthesis in oam_intro.xml | bitnitdit | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Fix xmllint warning | Rickard Green | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-21 | Update copyright year | Henrik Nord | |
2017-09-12 | Dialyzer: Rewrite some of the docs of map types | Hans Bolinder | |
Use "association" instead of "pair" as in Data Types and The Abstract Format. | |||
2017-09-01 | Fix typo in oam_intro.xml | bitnitdit | |
2017-08-16 | system: Fix broken doc links to gen_fsm design princ | Lukas Larsson | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-23 | Merge branch 'lukas/doc/extend-secure-distr-warn/OTP-14425' | Lukas Larsson | |
* lukas/doc/extend-secure-distr-warn/OTP-14425: otp: Extend secure distribution docs warnings | |||
2017-05-23 | otp: Extend secure distribution docs warnings | Lukas Larsson | |
Warnings have been added to the relevant documentation about not using un-secure distributed nodes in exposed environments. | |||
2017-05-22 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
* raimo/gen_statem-dev: Fix documentation details | |||
2017-05-22 | Fix documentation details | Raimo Niskanen | |
2017-05-17 | Don't mention R12B | Björn Gustavsson | |
2017-05-17 | Add a link to the Reference Manual from the example page | Björn Gustavsson | |
When doing a Google search for "bit syntax", you could end up on the programming examples page about bit syntax. The example page has some reference material, but is far from complete. Therefore, add a link to the page about bit syntax in the Reference Manual. https://bugs.erlang.org/browse/ERL-387 | |||
2017-05-08 | Merge pull request #1406 from byaruhaf/patch-1 | Hans Bolinder | |
Added vim and atom to doc's front page | |||
2017-05-05 | Merge pull request #1437 from c0b/fix-typo/reference-manual | Hans Bolinder | |
system/doc/reference_manual/: fix a typo | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-05-02 | system/doc/reference_manual/: fix a typo | mr c0b | |
2017-04-28 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
OTP-14531 Generic time-outs in gen_statem Conflicts: lib/stdlib/test/erl_internal_SUITE.erl | |||
2017-04-28 | Merge branch 'hasse/stdlib/fix_qlc_bug/OTP-14296' | Hans Bolinder | |
* hasse/stdlib/fix_qlc_bug/OTP-14296: stdlib: Fix a test in sofs_SUITE debugger: Improve handling of pids, ports, and refs stdlib: Improve handling of pids, ports, and refs in qlc stdlib: Improve the Erlang shell's handling of references | |||
2017-04-27 | Merge branch 'ingela/deprecate/gen_fsm/OTP-14183' | Ingela Anderton Andin | |
* ingela/deprecate/gen_fsm/OTP-14183: stdlib: Deprecate gen_fsm Conflicts: lib/stdlib/doc/src/gen_fsm.xml | |||
2017-04-27 | stdlib: Deprecate gen_fsm | Ingela Anderton Andin | |
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-04-26 | Merge branch 'siri/unicode-atoms' | Siri Hansen | |
* siri/unicode-atoms: Document that app names and nodes names are restricted to latin-1 Conflicts: lib/stdlib/doc/src/unicode_usage.xml | |||
2017-04-26 | Merge pull request #1215 from marianoguerra/improve-docs-style | Lars Thorsén | |
Merge PR-1215 from 'marianoguerra/improve-docs-style' OTP-14371 Improve Documentation Style | |||
2017-04-25 | Document that app names and nodes names are restricted to latin-1 | Siri Hansen | |
2017-04-21 | Implement {timeout,Name} timeouts | Raimo Niskanen | |
2017-04-20 | Fix xmllint warning in Design Principles/Supervisor Behaviour | Siri Hansen | |
2017-04-10 | Added vim and atom to doc's front page. | Byaruhanga Franklin | |
2017-03-17 | Update the documentation regarding Unicode atoms | Björn Gustavsson | |
2017-03-16 | update doc (#1365) | getong | |
Update erl_interface tutorial docs to work reflect a more modern erl_interface environment | |||
2017-03-13 | applications font-family matches docs | Mariano Guerra | |
2017-03-13 | improve applications and modules list styles | Mariano Guerra | |
2017-03-13 | improve left panel section info and menu | Mariano Guerra | |
2017-03-13 | use list on list of links | Mariano Guerra | |
2017-03-13 | use title tags on titles | Mariano Guerra | |
2017-03-13 | improve docs landing page title and subtitle | Mariano Guerra | |
2017-03-13 | center erlang logo on left panel | Mariano Guerra | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-10 | retired_myths.xml: Move marker to adhere to DTD | Björn Gustavsson | |
2017-03-09 | Merge branch 'siri/typer/remove-application/OTP-14251' | Siri Hansen | |
* siri/typer/remove-application/OTP-14251: Remove typer application | |||
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer |