summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
2016-12-22Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningKenneth R Westerback
2016-12-21Adopt relevant part of NetBSD's r1.7 commit to discard unused results of theKenneth R Westerback
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-05-26Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.Martijn van Duren
2016-05-25KNF with respect to indentation; no code changeIngo Schwarze
2016-05-25Fix another one-byte buffer underflow (read access only).Ingo Schwarze
2016-05-17Fix a one-byte buffer underflow (read access only).Ingo Schwarze
2016-05-04Remove old cruft.Vadim Zhukov
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-28Remove NULL-checks before free() and needless argument casts.mmcc
2015-12-28Remove NULL-checks before free() and unnecessary argument casts.mmcc
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-09-14Wrap <langinfo.h> and <regexp.h> so internal calls go direct andPhilip Guenther
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09no more ctype(3);Jason McIntyre
2014-10-18reallocarray() -- a little tricky to reviewTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-09use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usTheo de Raadt
2014-09-10zap trailing whitespace;Jason McIntyre
2014-09-10document \<word\> as being non standardJonathan Gray
2014-09-08add \<word\> support to regcomp. prompted by renewed interest from jsgTed Unangst
2014-05-06reallocarray for things which are arrays. ok deraadtTed Unangst
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-11-28The print() routine here can be passed at least some of the non-charactersPhilip Guenther
2013-11-26unsigned char cast for ctype; ok guentherTheo de Raadt
2013-07-17more library historyIngo Schwarze
2013-06-05[[:>:]] anchors the character preceding it to end of word, not theJason McIntyre
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17silence some warnings by adding prototypes, casts, and headers asTed Unangst
2011-11-07don't handle out-of-mem conditions using compiled out asserts (ugh). FromOtto Moerbeek
2010-11-21the posix regex mistake is here to stay. ok deraadtTed Unangst
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2008-02-23if the first call to allocset() fails, the second might deref a NULLOtto Moerbeek
2007-10-10add a proper test around allocsetCharles Longeau
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-31(char)to{upper,lower}()Theo de Raadt
2005-08-05zap rcsidMarc Espie
2005-06-05s/-p1003.1-2003/-p1003.1-2004/gJason McIntyre
2005-04-15regsub(3) should not be a link to regex(3) as it is not a POSIX regexTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2005-01-03Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and notOtto Moerbeek
2004-11-30remove useless comments, once used for header file generation and deleteOtto Moerbeek
2004-11-29Better fix for the "unbounded recursion case", for exampleOtto Moerbeek
2004-10-17ansify and deregister; no change in obj code. ok millert@Otto Moerbeek