summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc
Commit message (Collapse)AuthorAgeFilesLines
* epp: Allow user to set source name independently of input file nameJohn Högberg2018-10-051-0/+8
| | | | | Note that this does *not* affect -include()'d files or the -file() directive.
* Prepare releaseErlang/OTP2018-09-241-0/+35
|
* Update copyright yearHenrik Nord2018-09-211-1/+1
|
* test ets doc updatesverker-ets-patch-1Sverker Eriksson2018-09-171-1/+1
|
* [supervisor] Add warning about race conditionSiri Hansen2018-09-071-2/+10
| | | | | | | | | | | | ERL-724: "During a 'gentle' shutdown, supervisors unlink from their children before sending shutdown signals to them. This can lead to a race condition in supervision trees, when the timeout for gentle shutdown of a parent supervisor expires and it kills a child supervisor that has just unlinked from a child of its own, leaving the child supervisor's own child still running after its supervisor is killed." This commit adds a warning about this in the documentation.
* stdlib: Fix specs of filename:basedir/2,2Hans Bolinder2018-08-221-10/+24
| | | | See also https://bugs.erlang.org/browse/ERL-667.
* docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
|
* Update release notesErlang/OTP2018-06-291-0/+17
|
* Prepare releaseErlang/OTP2018-06-191-0/+421
|
* Update copyright yearHenrik Nord2018-06-1817-17/+17
|
* stdlib: Make pP insert no line breaks with field width zeroHans Bolinder2018-06-071-3/+14
| | | | | | | See also https://bugs.erlang.org/browse/ERL-607. A zero field width used to insert line breaks "everywhere", but with this patch no line breaks are inserted.
* Merge pull request #1830 from arcz/patch-1Hans Bolinder2018-06-051-1/+1
|\ | | | | Missing space in gen_event doc
| * Update gen_event.xmlArtur Cygan2018-05-301-1/+1
| | | | | | Missing space
| * Revert "Prepare release"Henrik2018-05-291-393/+0
| | | | | | | | This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
| * Prepare releaseErlang/OTP2018-05-251-0/+393
| |
* | Merge branch 'sverker/ets-count/OTP-14987'Sverker Eriksson2018-06-041-2/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/ets-count/OTP-14987: erts,stdlib: Improve docs about obsolete ets_limit erts: Reduce test log noise from ets_SUITE erts: Increase scalability of ets name lookup erts: Rename one of delete_trap to select_delete_trap erts: Refactor usage of am_atom_put to ERTS_MAKE_AM erts: Add system_info(ets_count) erts: Fix narrow race between ets:new and ets:delete
| * | erts,stdlib: Improve docs about obsolete ets_limitSverker Eriksson2018-06-041-2/+4
| | |
* | | stdlib: Add links to RFC 3339 in calendar(3)Hans Bolinder2018-05-301-2/+7
| |/ |/|
* | Update documentation of logger and error_loggerSiri Hansen2018-05-231-8/+9
| |
* | Improve documentation of logger and error_loggerSiri Hansen2018-05-234-22/+41
| |
* | stdlib: Document details of fwrite/3 option chars_limitHans Bolinder2018-05-211-15/+19
|/
* Merge branch 'richcarl/eliminate_lib_module/PR-1786/OTP-15072'Hans Bolinder2018-05-164-106/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * richcarl/eliminate_lib_module/PR-1786/OTP-15072: Fix minor issues Eliminate call to ct:get_progname() in ts_erl_config Use \n escape instead of integer 10 Move error formatting to erl_error.erl and delete lib.erl Move extended parse functions in lib.erl to erl_eval.erl Move lib:eval_str/1 into mod_esi.erl Remove lib:progname/0 Eliminate call to lib:progname/1 in slave.erl Add ct:get_progname/0 Remove lib:error_message/2 Remove lib:flush_receive/0 Remove lib:send/2 and lib:sendw/2 Move lib:nonl/1 into yecc.erl
| * Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson2018-05-044-47/+0
| |
| * Remove lib:progname/0Richard Carlsson2018-05-041-8/+0
| |
| * Remove lib:error_message/2Richard Carlsson2018-05-041-10/+0
| |
| * Remove lib:flush_receive/0Richard Carlsson2018-05-041-8/+0
| |
| * Remove lib:send/2 and lib:sendw/2Richard Carlsson2018-05-041-24/+0
| |
| * Move lib:nonl/1 into yecc.erlRichard Carlsson2018-05-041-9/+0
| |
* | Remove comments about deprecation in OTP-21dgud-string-deprDan Gudmundsson2018-05-081-1/+1
|/ | | I had missed the one in lower section.
* Revert "Update release notes"Henrik2018-05-021-331/+0
| | | | This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
* Update release notesErlang/OTP2018-04-301-0/+331
|
* Merge branch 'hasse/stdlib/rfc3339_datetime/OTP-14764'Hans Bolinder2018-04-271-0/+70
|\ | | | | | | | | * hasse/stdlib/rfc3339_datetime/OTP-14764: stdlib: Add RFC 3339 functions to module calendar
| * stdlib: Add RFC 3339 functions to module calendarHans Bolinder2018-04-261-0/+70
| | | | | | | | | | | | | | | | Functions for converting between RFC 3339 strings and system time are added. Options are lists, but we are considering using maps instead. If we change, it will happen after Erlang/OTP 21.0-rc1 is released.
* | [stdlib/sys]: install one debug function more times (#1781)Pouriya2018-04-261-3/+5
| | | | | | | | | | | | | | | | Allow installing multiple instances of sys debug function This commit solves a bug which allowed installing {Fun,State} as sys debug function even if Fun was already installed. This happened in the case when the current State of the debug fun was undefined. Also, the new format {Id,Fun,State} of debug functions can be installed, allowing multiple instances of the same fun.
* | Merge pull request #1759 from sunboshan/sys-fixSiri Hansen2018-04-261-1/+1
|\ \ | |/ |/| | | | | [stdlib/sys.erl] Fix sys module's debug statistics not including the out message count when using gen_server:call/2. OTP-15047
| * Fix sys's debug statistics.Boshan Sun2018-04-231-1/+1
| | | | | | | | | | | | | | | | | | Currently, in sys:stat/2, the message out only count for system events with format {out, Msg, To}. However, the gen_server:reply/5 will call sys:handle_debug/4 with format {out, Reply, To, State}. That will make the message out count fail to pattern matching. Also update sys_SUITE.erl and relevant docs.
* | Merge branch 'hasse/stdlib/calendar_systemtime/OTP-13413'Hans Bolinder2018-04-261-1/+17
|\ \ | | | | | | | | | | | | * hasse/stdlib/calendar_systemtime/OTP-13413: stdlib: Add system time functions to module calendar
| * | stdlib: Add system time functions to module calendarHans Bolinder2018-04-211-1/+17
| | |
* | | stdlib: Introduce characters limit of formated stringsHans Bolinder2018-04-251-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspiration from module lager_format. Also some improvements of Unicode handling. io_lib:format/3 and io_lib:fwrite/3 are new functions. The representation of the options is a list, but we are considering using a map instead. If we change, it will happen after Erlang/OTP 21.0-rc1 is released.
* | | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015'Raimo Niskanen2018-04-241-68/+151
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * raimo/stdlib/gen_statem-dev/OTP-14015: Fix after feedback Improve pointer to User's Guide Fix after feedback on 'When to use' Add a 'When to use' section Fix timeout parsing and doc feedback Improve doc, change images to .svg erl_docgen: Implement width in image tag Update User's Guide and pointers to it Improve error reasons from state enter call
| * | Improve pointer to User's GuideRaimo Niskanen2018-04-181-7/+13
| | |
| * | Fix after feedback on 'When to use'Raimo Niskanen2018-04-171-2/+2
| | |
| * | Fix timeout parsing and doc feedbackRaimo Niskanen2018-04-121-46/+88
| | |
| * | Update User's Guide and pointers to itRaimo Niskanen2018-03-221-27/+62
| | |
* | | stdlib: Fix timer monotonic time linkLukas Larsson2018-04-101-1/+1
| | |
* | | erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson2018-04-091-1/+1
| | | | | | | | | | | | | | | In order to get line numbers into the ghlink we have to add a post processing step for all xml files.
* | | Reflect actual timer:tc behaviour in documentationTobias Pfeiffer2018-04-081-2/+2
| | | | | | | | | | | | | | | It was switched to monotnic_time from timestamp 3 years ago in d927209aa36fe370eb4ecf0a081923b0b951458b
* | | stdlib: Remove reference to inets:ftp in erl_tar.xmlPéter Dimitrov2018-03-281-2/+2
| | | | | | | | | | | | Change-Id: I5328d5feeac3b7279a8770e8fc27e2d9e8eed359
* | | Merge branch 'dgud/revert-string-depr'Dan Gudmundsson2018-03-271-2/+392
|\ \ \ | | | | | | | | | | | | | | | | * dgud/revert-string-depr: Revert "Deprecate old string functions"
| * | | Revert "Deprecate old string functions"Dan Gudmundsson2018-03-221-2/+392
| |/ / | | | | | | | | | | | | | | | | | | It has been decided that it was to early to deprecate the old string functions. This partially reverts commit ccb3f7f9768d3c28783c771df47eec1829e51802.