summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in last commit.millert2019-02-051-2/+2
* Avoid an out of bounds read when regcomp() is passed a bad expression.millert2019-02-051-1/+5
* Drop a const-bomb on regexec. It's probably not a good idea to remove amartijn2018-07-112-56/+63
* fix oob read; form llvm via Vlad Tsyrklevich; ok millert@otto2017-10-301-3/+3
* Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningkrw2016-12-221-6/+3
* Adopt relevant part of NetBSD's r1.7 commit to discard unused results of thekrw2016-12-211-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-212-5/+4
* Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.martijn2016-05-262-20/+62
* KNF with respect to indentation; no code changeschwarze2016-05-251-28/+27
* Fix another one-byte buffer underflow (read access only).schwarze2016-05-251-7/+4
* Fix a one-byte buffer underflow (read access only).schwarze2016-05-171-4/+4
* Remove old cruft.zhuk2016-05-041-95/+0
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-3/+1
* Remove NULL-checks before free() and needless argument casts.mmcc2015-12-281-5/+3
* Remove NULL-checks before free() and unnecessary argument casts.mmcc2015-12-281-8/+5
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-282-6/+4
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* delete old lint ARGSUSED commentsguenther2015-11-012-5/+2
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-3/+3
* Wrap <langinfo.h> and <regexp.h> so internal calls go direct andguenther2015-09-141-1/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-6/+6
* put back some information what the character classes actually mean;schwarze2014-12-091-2/+5
* no more ctype(3);jmc2014-12-091-7/+4
* reallocarray() -- a little tricky to reviewderaadt2014-10-181-3/+3
* Userland reallocarray() audit.doug2014-10-111-2/+3
* use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usderaadt2014-10-091-5/+5
* zap trailing whitespace;jmc2014-09-101-3/+3
* document \<word\> as being non standardjsg2014-09-101-2/+8
* add \<word\> support to regcomp. prompted by renewed interest from jsgtedu2014-09-081-2/+28
* reallocarray for things which are arrays. ok deraadttedu2014-05-061-8/+8
* Use consistent phrasing for bitmask flags.guenther2014-01-221-5/+6
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* The print() routine here can be passed at least some of the non-charactersguenther2013-11-281-6/+17
* unsigned char cast for ctype; ok guentherderaadt2013-11-261-2/+2
* more library historyschwarze2013-07-171-4/+13
* [[:>:]] anchors the character preceding it to end of word, not thejmc2013-06-051-3/+3
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
* silence some warnings by adding prototypes, casts, and headers astedu2013-04-175-11/+14
* don't handle out-of-mem conditions using compiled out asserts (ugh). Fromotto2011-11-071-9/+10
* the posix regex mistake is here to stay. ok deraadttedu2010-11-212-16/+2
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-5/+5
* if the first call to allocset() fails, the second might deref a NULLotto2008-02-231-1/+4
* add a proper test around allocsetchl2007-10-101-51/+33
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-312-4/+4
* (char)to{upper,lower}()deraadt2006-03-311-3/+3
* zap rcsidespie2005-08-055-37/+5
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-051-3/+3
* regsub(3) should not be a link to regex(3) as it is not a POSIX regexmillert2005-04-151-3/+2
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-3/+3