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