summaryrefslogtreecommitdiff
path: root/system
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Lukas Larsson2021-10-082-13/+49
|\
| * docgen: Make docs collapse better on small screensLukas Larsson2021-10-071-3/+40
| * docgen: Start using aside and nav for leftnav elementLukas Larsson2021-09-301-6/+5
| * otp: Fix html docs man index to be part of html releaseLukas Larsson2021-09-301-4/+4
* | Merge branch 'maint'Björn Gustavsson2021-09-061-8/+8
|\ \ | |/
| * Grammatical / spelling fixups for the efficiency guide profiling sectionBryan Paxton2021-09-061-8/+8
* | Merge branch 'maint'Ingela Anderton Andin2021-08-301-1/+1
|\ \ | |/
| * fix callback function arguments errorsoulna2021-08-241-1/+1
* | Merge branch 'maint'Raimo Niskanen2021-08-181-25/+91
|\ \ | |/
| * Merge branch 'raimo/kernel/dist-handshake-cleanup/GH-5063/OTP-17538' into maintRaimo Niskanen2021-08-181-25/+91
| |\
| | * Implement set_cookie/1 and get_cookie/1Raimo Niskanen2021-08-161-13/+24
| | * Clarify documentation of cookie handlingRaimo Niskanen2021-08-161-18/+69
| | * Read other nodes' cookies from command lineRaimo Niskanen2021-08-111-1/+5
* | | Merge branch 'maint'Björn Gustavsson2021-08-183-163/+303
|\ \ \ | |/ /
| * | Add a section about accidental copying and loss of sharingBjörn Gustavsson2021-08-173-163/+303
* | | Merge branch 'maint'Björn Gustavsson2021-08-113-1/+689
|\ \ \ | |/ /
| * | Merge pull request #5099 from bjorng/bjorn/efficiency-guide-maps/OTP-17483Björn Gustavsson2021-08-113-1/+689
| |\ \
| | * | Add a chapter about maps to the Efficiency GuideBjörn Gustavsson2021-08-113-1/+689
| | |/
* | | Merge branch 'maint'Björn Gustavsson2021-08-091-0/+7
|\ \ \ | |/ /
| * | Add is_map_key/2 as a valid guard BIF in the ref docTomas Abrahamsson2021-08-091-0/+7
| |/
* | 'extprg' needs to be properly addressedYao Bao2021-07-171-1/+1
* | Merge remote-tracking branch 'upstream/maint'Dan Gudmundsson2021-07-092-1/+4
|\ \ | |/
| * Change the copyright notice in the footer to always include the current yearKenneth Lundin2021-07-082-1/+4
* | Merge branch 'maint'Björn Gustavsson2021-06-224-1/+100
|\ \ | |/
| * Merge branch 'bjorn/incompatibilities/OTP-17502' into maintBjörn Gustavsson2021-06-224-1/+100
| |\
| | * Document what will become mandatory in OTP 26Björn Gustavsson2021-06-211-0/+28
| | * Document distributions flags that will become mandatoryBjörn Gustavsson2021-06-211-0/+31
| | * Add a new document to list coming potential incompatibilitesBjörn Gustavsson2021-06-214-1/+41
* | | Merge branch 'maint'Dan Gudmundsson2021-06-151-0/+29
|\ \ \ | |/ /
| * | wx: Include the edge webview loader in wxDan Gudmundsson2021-06-151-0/+29
* | | Modernize and improve the timer moduleMaria-126484302021-06-091-5/+10
|/ /
* | Merge branch 'lukas/stdlib/error_info_polish/OTP-17453/OTP-17454/OTP-17456/OT...Lukas Larsson2021-05-271-58/+64
|\ \
| * | otp: Do not use erlang:error/1,2,3 in docsLukas Larsson2021-05-171-1/+1
| * | otp: Update documentation around exceptions and error_infoLukas Larsson2021-05-171-58/+64
| |/
* | Merge branch 'sverker/receive-doc-improvements' into maintSverker Eriksson2021-05-262-23/+31
|\ \
| * | Clarify the asynchronousness of signal receptionSverker Eriksson2021-05-261-0/+8
| * | Improve receive docsSverker Eriksson2021-05-261-23/+23
| |/
* | Clarify the rules for variable shadowing in comprehensionsBjörn Gustavsson2021-05-242-7/+14
* | Apply suggestions from code reviewLukas Larsson2021-05-191-2/+2
* | erts: Add documentation about name serviceLukas Larsson2021-05-181-8/+24
|/
* Merge branch 'sverker/smp-doc-fixes'Sverker Eriksson2021-05-062-15/+8
|\
| * Remove talk about SMP vs non-SMP emulator.Sverker Eriksson2021-04-292-15/+8
* | Merge pull request #4791 from rickard-green/rickard/signal-doc-improvementsRickard Green2021-05-053-39/+624
|\ \
| * | Reference manual: Improve documentation of signalsRickard Green2021-05-052-15/+509
| * | Reference manual: Add documentation of process aliasesRickard Green2021-05-051-0/+70
| * | Reference manual: Improve documentation of process creationRickard Green2021-05-051-4/+10
| * | Reference manual: Improve documentation of the 'receive' expressionRickard Green2021-05-051-5/+6
| * | Reference manual: Improve documentation of the 'pid' typeRickard Green2021-05-051-14/+21
| * | Reference manual: Improve documentation of the 'reference' typeRickard Green2021-04-281-2/+9
* | | Merge branch 'dgud/wx/move-interface'Dan Gudmundsson2021-05-031-43/+84
|\ \ \