summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
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
2004-09-28various fixes to make this page more readable/helpful;Jason McIntyre
2004-08-13Change an assert into a loop termination condition. Fixes a coreTodd C. Miller
2004-05-08When parsing what follows [, do not allocate memory that is not used,Otto Moerbeek
2004-05-07Describe more accurate what word boundaries are.Otto Moerbeek
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
2004-03-30Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.Todd C. Miller
2004-02-10improve Nd; from millert@Jason McIntyre
2003-12-07Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDOtto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-30section reorder;Jason McIntyre
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2002-10-16- don't use the function enclosure macros.Wilbern Cobb
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-01much greater care for malloc & realloc failures; millert okTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-08-09More of the same.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt