summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and nototto2005-01-031-2/+4
* remove useless comments, once used for header file generation and deleteotto2004-11-306-210/+54
* Better fix for the "unbounded recursion case", for exampleotto2004-11-291-17/+18
* ansify and deregister; no change in obj code. ok millert@otto2004-10-175-402/+284
* various fixes to make this page more readable/helpful;jmc2004-09-281-136/+596
* Change an assert into a loop termination condition. Fixes a coremillert2004-08-131-3/+4
* When parsing what follows [, do not allocate memory that is not used,otto2004-05-081-3/+7
* Describe more accurate what word boundaries are.otto2004-05-071-2/+2
* Avoid unbounded recursion in some expressions involving back references.otto2004-04-021-2/+4
* Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.millert2004-03-301-2/+6
* improve Nd; from millert@jmc2004-02-101-2/+2
* Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDotto2003-12-071-15/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0212-73/+25
* section reorder;jmc2003-05-301-9/+9
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+2
* - don't use the function enclosure macros.wcobb2002-10-161-32/+38
* remaining easy snprintf conversionsderaadt2002-05-252-10/+12
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-163-51/+51
* much greater care for malloc & realloc failures; millert okderaadt2001-11-011-16/+37
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* More of the same.aaron2000-08-091-2/+5
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+3
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-142-7/+7
* Do not leave `(' characters dangling at the end of lines; instead, use theaaron2000-03-061-3/+3
* Add missing MLINKsmillert1999-11-171-2/+2
* - remove all trailing whitespaceaaron1999-07-092-15/+15
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-3/+3