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