History log of /src/lib/libc/regex/regex.3 |
Revision | | Date | Author | Comments |
1.35 |
| 24-Sep-2024 |
uwe | regex.3: brush up markup
Use \N for backreferences in both places for consistency and to make it more obviously different from \n (besides the different fonts, that might not be too obvious).
Use \&. instead of .\& to protect punctuation.
|
1.34 |
| 22-Sep-2024 |
christos | Fix section header (Anonymous)
|
1.33 |
| 04-Dec-2022 |
uwe | branches: 1.33.4; Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS
|
1.32 |
| 11-Mar-2021 |
christos | Underscore is a word character (thanks uwe@)
|
1.31 |
| 11-Mar-2021 |
wiz | Remove trailing whitespace.
|
1.30 |
| 11-Mar-2021 |
christos | improve wording.
|
1.29 |
| 11-Mar-2021 |
christos | Document the "C" language escapes supported in GNU mode.
|
1.28 |
| 24-Feb-2021 |
wiz | Restore NetBSD RCS Ids.
|
1.27 |
| 23-Feb-2021 |
christos | sync with FreeBSD: - NLS support - GNU extensions - bug fixes
|
1.26 |
| 26-Feb-2018 |
kamil | Document ragasub(3) & regnsub(3) implementation detail
Added note: Only 10 elements of the rm array can be used.
Sponsored by <The NetBSD Foundation>
|
1.25 |
| 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.24 |
| 14-Jan-2016 |
christos | catch up with regsub -> regnsub
|
1.23 |
| 14-Jan-2016 |
christos | add reg{,a}sub
|
1.22 |
| 17-May-2011 |
enami | Use Pq or Po macro for better output rather than putting raw open paren at the end of line.
|
1.21 |
| 22-Mar-2010 |
joerg | Use .In for header files instead of .Ar Pa and variations.
|
1.20 |
| 11-Apr-2009 |
wiz | Improve markup.
|
1.19 |
| 11-Apr-2009 |
joerg | Use semantic markup.
|
1.18 |
| 29-Dec-2003 |
wiz | branches: 1.18.42; Remove sentence about this being an alpha version -- after twelve years it is at least beta ;) The BUGS section is extensive enough even without it.
|
1.17 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.16 |
| 16-Apr-2003 |
wiz | Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
1.15 |
| 05-Feb-2003 |
kleink | Sprinkle some restrict.
|
1.14 |
| 01-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.13 |
| 29-Apr-2002 |
simonb | Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
|
1.12 |
| 07-Feb-2002 |
ross | Generate <>& symbolically.
|
1.11 |
| 16-Sep-2001 |
wiz | Sort sections and add .Sx in two places.
|
1.10 |
| 06-Nov-2000 |
jdolecek | branches: 1.10.2; add missing ' is ' in regerror() explanation
|
1.9 |
| 29-Aug-1998 |
lukem | branches: 1.9.10; first pass at fixing up capitalization of function names and arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
|
1.8 |
| 06-Feb-1998 |
perry | macroize BSD, NetBSD, FreeBSD and misc cleanup
|
1.7 |
| 05-Feb-1998 |
perry | add LIBRARY section to man page
|
1.6 |
| 05-Feb-1998 |
perry | remove illegal quotes from .Dd directives
|
1.5 |
| 18-Jan-1998 |
kleink | Enhance readability by converting to use -mdoc macros.
|
1.4 |
| 27-Feb-1995 |
cgd | add unintrusive Ids
|
1.3 |
| 30-Jan-1995 |
cgd | clean up import; kill old cruft.
|
1.2 |
| 01-Apr-1994 |
cgd | re_format name fixes from Mark Weaver
|
1.1 |
| 10-Nov-1993 |
jtc | branches: 1.1.1; Henry Spencer's POSIX.2 compatibile regular expression matching routines.
|
1.1.1.1 |
| 30-Jan-1995 |
cgd | regex code from lite. same as we're using, but slightly cleaner.
|
1.9.10.1 |
| 09-Nov-2000 |
tv | Pullup 1.10 [jdolecek]: add missing ' is ' in regerror() explanation
|
1.10.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.10.2.4 |
| 21-Jun-2002 |
nathanw | Catch up to -current.
|
1.10.2.3 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.10.2.2 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.10.2.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.18.42.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.33.4.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|