summaryrefslogtreecommitdiff
path: root/system
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'lukas/system/improve_profile_docs/OTP-14633' into maintLukas Larsson2017-11-201-46/+125
|\ | | | | | | | | | | | | | | | | | | * 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
| * system: Add info to profiling effeciency guideLukas Larsson2017-10-311-46/+111
| |
| * system: Add External OSS tools section to profiling guildeLukas Larsson2017-10-311-0/+14
| |
* | Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maintLukas Larsson2017-11-203-6/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Refactor xmllint check and make it fail on failureLukas Larsson2017-10-313-6/+9
| |/ | | | | | | | | | | | | 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.
* | Remove one superfluous closing parenthesis in oam_intro.xmlbitnitdit2017-10-291-1/+1
|/
* Merge branch 'lars/doc-cleanup/OTP-14475' into maintLars Thorsen2017-10-1013-18/+14
|\ | | | | | | | | | | * lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build
| * Remove unused files from the documentation buildLars Thorsen2017-09-2813-18/+14
| |
* | Fix xmllint warningRickard Green2017-09-281-15/+20
| |
* | Update copyright yearHenrik Nord2017-09-212-2/+2
|/
* Dialyzer: Rewrite some of the docs of map typesHans Bolinder2017-09-121-16/+19
| | | | | Use "association" instead of "pair" as in Data Types and The Abstract Format.
* Fix typo in oam_intro.xmlbitnitdit2017-09-011-2/+2
|
* system: Fix broken doc links to gen_fsm design princLukas Larsson2017-08-162-11/+1
|
* Update copyright yearHans Nilsson2017-06-144-4/+4
|
* Merge branch 'lukas/doc/extend-secure-distr-warn/OTP-14425'Lukas Larsson2017-05-232-2/+15
|\ | | | | | | | | * lukas/doc/extend-secure-distr-warn/OTP-14425: otp: Extend secure distribution docs warnings
| * otp: Extend secure distribution docs warningsLukas Larsson2017-05-232-2/+15
| | | | | | | | | | | | Warnings have been added to the relevant documentation about not using un-secure distributed nodes in exposed environments.
* | Merge branch 'raimo/gen_statem-dev'Raimo Niskanen2017-05-221-4/+6
|\ \ | |/ |/| | | | | * raimo/gen_statem-dev: Fix documentation details
| * Fix documentation detailsRaimo Niskanen2017-05-221-5/+7
| |
* | Don't mention R12BBjörn Gustavsson2017-05-171-10/+4
| |
* | Add a link to the Reference Manual from the example pageBjörn Gustavsson2017-05-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1406 from byaruhaf/patch-1Hans Bolinder2017-05-081-3/+4
|\ \ | | | | | | Added vim and atom to doc's front page
| * | Added vim and atom to doc's front page.Byaruhanga Franklin2017-04-101-3/+4
| | |
| * | Update copyright yearRickard Green2017-03-102-2/+2
| | |
* | | Merge pull request #1437 from c0b/fix-typo/reference-manualHans Bolinder2017-05-051-1/+1
|\ \ \ | | | | | | | | system/doc/reference_manual/: fix a typo
| * | | system/doc/reference_manual/: fix a typomr c0b2017-05-021-1/+1
| | | |
* | | | Update copyright yearRaimo Niskanen2017-05-0421-21/+21
|/ / /
* | | Merge branch 'raimo/gen_statem-dev'Raimo Niskanen2017-04-281-22/+93
|\ \ \ | | |/ | |/| | | | | | | | | | | | | OTP-14531 Generic time-outs in gen_statem Conflicts: lib/stdlib/test/erl_internal_SUITE.erl
| * | Implement {timeout,Name} timeoutsRaimo Niskanen2017-04-211-22/+93
| | |
* | | Merge branch 'hasse/stdlib/fix_qlc_bug/OTP-14296'Hans Bolinder2017-04-281-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | stdlib: Improve the Erlang shell's handling of referencesHans Bolinder2017-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'ingela/deprecate/gen_fsm/OTP-14183'Ingela Anderton Andin2017-04-276-385/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ingela/deprecate/gen_fsm/OTP-14183: stdlib: Deprecate gen_fsm Conflicts: lib/stdlib/doc/src/gen_fsm.xml
| * | | | stdlib: Deprecate gen_fsmIngela Anderton Andin2017-04-276-385/+45
| | |/ / | |/| |
* | | | Merge branch 'siri/unicode-atoms'Siri Hansen2017-04-261-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/unicode-atoms: Document that app names and nodes names are restricted to latin-1 Conflicts: lib/stdlib/doc/src/unicode_usage.xml
| * | | | Document that app names and nodes names are restricted to latin-1Siri Hansen2017-04-251-1/+2
| |/ / /
* | | | Merge pull request #1215 from marianoguerra/improve-docs-styleLars Thorsén2017-04-264-115/+101
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | Merge PR-1215 from 'marianoguerra/improve-docs-style' OTP-14371 Improve Documentation Style
| * | | applications font-family matches docsMariano Guerra2017-03-131-1/+1
| | | |
| * | | improve applications and modules list stylesMariano Guerra2017-03-133-84/+78
| | | |
| * | | improve left panel section info and menuMariano Guerra2017-03-131-13/+16
| | | |
| * | | use list on list of linksMariano Guerra2017-03-131-6/+10
| | | |
| * | | use title tags on titlesMariano Guerra2017-03-131-2/+1
| | | |
| * | | improve docs landing page title and subtitleMariano Guerra2017-03-131-18/+4
| | | |
| * | | center erlang logo on left panelMariano Guerra2017-03-131-4/+4
| | | |
* | | | Fix xmllint warning in Design Principles/Supervisor BehaviourSiri Hansen2017-04-201-2/+2
| |/ / |/| |
* | | Update the documentation regarding Unicode atomsBjörn Gustavsson2017-03-171-3/+5
| | |
* | | update doc (#1365)getong2017-03-161-4/+4
|/ / | | | | Update erl_interface tutorial docs to work reflect a more modern erl_interface environment
* | retired_myths.xml: Move marker to adhere to DTDBjörn Gustavsson2017-03-101-1/+1
| |
* | Merge branch 'siri/typer/remove-application/OTP-14251'Siri Hansen2017-03-091-18/+0
|\ \ | | | | | | | | | | | | * siri/typer/remove-application/OTP-14251: Remove typer application
| * | Remove typer applicationSiri Hansen2017-03-081-18/+0
| | | | | | | | | | | | The application now has an own repo, https://github.com/erlang/typer
* | | Merge branch 'maint'Raimo Niskanen2017-03-031-0/+11
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'raimo/kernel/gen_statem-progress/OTP-14114' into maintRaimo Niskanen2017-03-031-0/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * raimo/kernel/gen_statem-progress/OTP-14114: Make code_change/4 optional Implement fallback for terminate/3 Clarify code_change and callback mode change Stop pampering with stacktraces Clean up timer handling Remove event timer optimization Clean up timer handling Reduce number of loop variables hence code mass Optimize by using async cancel_timer Bugfix: callback mode not cached after code change Implement repeat_state and repeat_state_and_data Correct type checking function for action {next_event,,} Change arity of type to init_result/1