summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
2022-12-21Remove unneeded -D_OPENBSD_SOURCEwiz
2022-12-04re_format(7): Add subsection headings for ERE and BREuwe
2022-12-04Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICSuwe
2022-11-05regerror(3): Allow null errbuf if errbuf_size is zero.riastradh
2022-08-28re_format(7): Use dagger, not double dagger. Make it superscript.uwe
2021-04-22PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current onchristos
2021-03-11Underscore is a word character (thanks uwe@)christos
2021-03-11Remove trailing whitespace.wiz
2021-03-11improve wording.christos
2021-03-11Document the "C" language escapes supported in GNU mode.christos
2021-03-11recognize the "C" language backslash escapes like gnu does (except b whichchristos
2021-02-26Arrange for tools buildchristos
2021-02-25add missing _christos
2021-02-25fix NLS compilationchristos
2021-02-25Add glue to disable locale code in order to be smaller.christos
2021-02-25protect MIN from re-definitionchristos
2021-02-24reduce castschristos
2021-02-24Restore NetBSD RCS Ids.wiz
2021-02-23sync with FreeBSD:christos
2019-02-07Add some better error handling from FreeBSD, although we don'tchristos
2019-02-07Fix OOB read from FreeBSD:christos
2018-02-26Document ragasub(3) & regnsub(3) implementation detailkamil
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-02-29protect __RCSID the same way other reg*.c files do, so that we can use thisaymeric
2016-01-14catch up with regsub -> regnsubchristos
2016-01-14rename to regnsub, regsub is a very popular name.christos
2016-01-14add reg{,a}subchristos
2015-09-12use the unsigned char version of the input char in all cases "cap[uc]" tochristos
2015-08-22Update for v1.10: use '(*)' instead of '#' as dagger replacement.wiz
2015-02-17Use reallocarr and simplify. Document valid reallocation failures.joerg
2015-02-05Add and use reallocarray() to prevent a multiplication overflow in allocation.christos
2013-01-25Replace dagger ("\(dg") with hash mark ("#") for marking up differences.wiz
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-11-08if we don't have any sets yet, don't try to look in them.christos
2011-10-09pass lint on i386christos
2011-10-09Prevent regcomp/regexec DoS attacks by limiting the amount of memory usedchristos
2011-05-17Use Pq or Po macro for better output rather than putting raw open parenenami
2010-03-22Use .In for header files instead of .Ar Pa and variations.joerg
2009-04-21Convert to mdoc markup.joerg
2009-04-11Improve markup.wiz
2009-04-11Use semantic markup.joerg
2009-02-12sign-compare fixeslukem
2007-02-09Rearrange headers for better portability.junyoung
2007-02-08ANSIfy.junyoung
2007-02-08Nuke __P.junyoung
2006-03-19remove unused label.christos
2006-03-19revert previous error check.christos
2006-03-19Coverity CID 769: Avoid NULL deref.christos
2006-03-19Coverity CID 770: Avoid NULL deref.christos
2005-12-02constify and remove __UNCONST.yamt