Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-02-20 | Fix documentation about character types in unicode mode | Anthony Ramine | |
Behaviour of character types \d, \w and \s has always been to not match characters with value above 255, not 128, i.e. they are limited to ISO-Latin-1 and not ASCII. | |||
2013-10-29 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-25 | Add XML marker for regexp syntax | Håkan Mattsson | |
2013-08-09 | Add documentation of report_errors and match_limit(_recursion) | Patrik Nyblom | |
2013-08-09 | Add documentation of extensions to re module | Patrik Nyblom | |
The following compile options are documented: no_start_optimize ucp never_utf The following run options are documented: notempty_atstart {capture, all_names} The following new functions are documented: re:inspect/2 | |||
2013-08-06 | Update PCRE doc part of re.xml to PCRE 8.33 state | Patrik Nyblom | |
This does not include any documentation of the new options, namely 'ucp', 'never_utf', 'notempty_atstart', 'no_start_optimize' or {capture, all_names, ...} and re:inspect/1. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-01-02 | Clean up some of the Unicode documentation | Hans Bolinder | |
2012-10-01 | Merge branch 'vs/re_back_reference' | Henrik Nord | |
* vs/re_back_reference: extend re back reference syntax with \g escape sequence OTP-10455 | |||
2012-07-10 | extend re back reference syntax with \g escape sequence | Vance Shipley | |
Add the \gN and \g{N} syntax for back references in re:replace/3,4 to allow use with numeric replacement strings. | |||
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-10-27 | stdlib: Remove the deprecated regexp module | Björn Gustavsson | |
2011-05-18 | Fixup of re doc and specs | Patrik Nyblom | |
2011-05-16 | re: remove gratuitous "it " in manpage | Tuncer Ayaz | |
2011-05-12 | r | Hans Bolinder | |
Use Erlang specs and types for documentation | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-11-09 | Improve the 're' manpage by correcting typos and rewording | Matthias Lang | |
Correct typos (e.g. it's -> its as appropriate). Reword some sections for clarity. | |||
2010-06-02 | Add documentation of what part of a re mp() can be used for guard tests | Patrik Nyblom | |
2010-02-12 | Merge branch 'bd/doc-fixes' into ccase/r13b04_dev | Erlang/OTP | |
* bd/doc-fixes: Fix minor documentation errors | |||
2010-02-10 | Fix minor documentation errors | Bernard Duggan | |
Fix three minor typos and reorder one of a pair of lists of functions so that the ordering is consistent. | |||
2009-12-03 | documentation: Fix bugs introduced in the SGML to XML transition | Hans Bolinder | |
In the transition from SGML to XML (several releases ago), bugs were introduced in the documentation, for instance "\n" replaced by newlines. Correct those bugs. Also correct double backslashes. They seem to have been introduced very early in the development of OTP. According to Lars they "solved" a bug in the generation of HTML &c. Now that standard tools are used instead of docbuilder, the bug has become visible. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |