summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
|
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson2018-05-041-1/+0
|
* 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.
* Merge branch 'maint'Lukas Larsson2017-11-201-1/+2
|\
| * Refactor xmllint check and make it fail on failureLukas Larsson2017-10-311-1/+2
| | | | | | | | | | | | | | 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.
* | stdlib: Add API and doc of uri_string modulePéter Dimitrov2017-10-231-0/+1
|/
* Remove unused files from the documentation buildLars Thorsen2017-09-281-7/+7
|
* New state machineRaimo Niskanen2016-02-091-1/+2
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Break out assert macros from eunit to stdlib assert.hrlRichard Carlsson2015-06-031-1/+1
| | | | | | | | Several people have requested that the assert macros in EUnit should be moved out to a separate header file. This patch puts them in stdlib/include/assert.hrl, which gets included by the eunit.hrl file. Thus, nothing changes for eunit users, but the asserts can now also be included separately.
* Merge branch 'dgud/stdlib/rand/OTP-12586'Dan Gudmundsson2015-05-081-0/+1
|\ | | | | | | | | | | * dgud/stdlib/rand/OTP-12586: stdlib: Document and add normal distributed random value function stdlib: Add new random functionality/module
| * stdlib: Document and add normal distributed random value functionDan Gudmundsson2015-04-301-0/+1
| | | | | | | | | | It is needed in various tests. It uses the Ziggurat algorithm, which is the fastest that I know.
* | stdlib: Add module erl_annoHans Bolinder2015-04-301-1/+2
|/ | | | | | | Introduce erl_anno, an abstraction of the second element of tokens and tuples in the abstract format. The convention that negative line numbers can be used for silencing compiler warnings will no longer work in OTP 19; instead the annotation 'generated' is to be used.
* Remove the pg module and related documentationLoïc Hoguin2014-04-261-1/+0
| | | | | | | | | | This module has been marked experimental for more than 15 years, and has largely been superseded by the pg2 module from the kernel application. The original pg also has no tests and has not been updated in the last 15 years other than small maintenance edits (like adding specs or replacing pid/1 by is_pid/1). It is pretty unlikely that anyone uses it today and its presence is simply confusing as people should be using pg2 anyway.
* stdlib: Document Maps moduleBjörn-Egil Dahlberg2014-03-061-0/+1
|
* [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-021-9/+2
| | | | | | | Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-9/+9
| | | | | OTP-10106 OTP-10107
* stdlib: Remove the deprecated regexp moduleBjörn Gustavsson2011-10-271-1/+0
|
* rHans Bolinder2011-05-121-2/+13
| | | | Use Erlang specs and types for documentation
* Merge branch 'pan/otp_8217_binary' into devErlang/OTP2010-05-201-5/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pan/otp_8217_binary: Add documentation for binary module Add more tests and make some go easier on small systems Correct Boyer More and trapping for longest_common_suffix Add longer timetrap to testcases and add binary to app file Add guard BIFs binary_part/2,3 Add binary:{encode,decode}_unsigned({1,2} Add referenced_byte_size/1 Add binary:list_to_bin/1 and binary:copy/1,2 Add bin_to_list/{1,2,3} Add binary:longest_common_prefix/longest_common_suffix Add binary:part to erl_bif_binary.c Move binary module bif's to erl_bif_binary.c Count reductions for process even when not trapping Add random compare testcase Teach BIF's binary:match/matches interrupting/restarting Teach binary.c the semantics to take longest instead of shortest match Initial commit of the binary EEP OTP-8217 Implement EEP31 The module binary from EEP31 (and EEP9) is implemented.
| * Add documentation for binary modulePatrik Nyblom2010-05-171-0/+1
|/ | | | Correct behaviour of copy/2 witn 0 copies.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+176