Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-04-26 | Remove extra ">" in examples | eksperimental | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-11-10 | Merge branch 'capflam/remove_empty_parts_in_binary_split' | Bruce Yinhe | |
OTP-12301 * capflam/remove_empty_parts_in_binary_split: Add 'trim_all' option to binary:split/3 | |||
2014-10-29 | Add 'trim_all' option to binary:split/3 | Christopher Faulet | |
This option can be set to remove _ALL_ empty parts of the result of a call to binary:split/3. | |||
2014-05-05 | Remove pre-defined types dict(), digraph(), &c | Hans Bolinder | |
The pre-defined types array(), dict(), digraph(), gb_set(), gb_tree(), queue(), set(), and tid() have been removed. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-05-12 | r | Hans Bolinder | |
Use Erlang specs and types for documentation | |||
2011-03-25 | Fix typo in binary:part/2 example | Tuncer Ayaz | |
Reported-By: Pablo Platt | |||
2010-05-21 | Correct typos in EEP-0031 implementation | Tuncer Ayaz | |
Signed-off-by: Tuncer Ayaz <[email protected]> | |||
2010-05-17 | Add documentation for binary module | Patrik Nyblom | |
Correct behaviour of copy/2 witn 0 copies. |