| Age | Commit message (Expand) | Author |
| 2006-09-02 | Mark up NULL; the character is nul, not null; sort SEE ALSO; | wiz |
| 2006-08-27 | fix xtos's pasto | dsl |
| 2006-08-26 | PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmp | christos |
| 2006-08-26 | Add copyright notices. | christos |
| 2006-08-23 | include one more new file. | christos |
| 2006-08-22 | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions | christos |
| 2006-08-13 | stresep, not strnsep. Remove duplicate "the". Bump date for previous. | wiz |
| 2006-08-13 | Mark up NULL. | wiz |
| 2006-08-12 | - Add strndup and stresep | christos |
| 2006-06-03 | fix lib/33476: | tnozaki |
| 2006-05-22 | Punctuation nit. | wiz |
| 2006-05-22 | Clarify that strerror() doesn't return EINVAL but stores in errno; | kleink |
| 2006-01-26 | Must include "namespace.h" for strerror_r()'s internal name. | kleink |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-11-30 | Fix warns=4 via __UNCONST() | martin |
| 2005-11-30 | Fix warns=4 (via __UNCONST()) | martin |
| 2005-11-29 | fix warns=4 | christos |
| 2005-11-29 | WARNS=4 | christos |
| 2005-10-13 | wcscpy - cleanup | tnozaki |
| 2005-09-13 | compat core reorg. | christos |
| 2005-07-30 | - Fix the remaining indr_references so that they define lint symbols. | christos |
| 2005-07-29 | < -> \*[Lt], end sentence with a dot, add comma | wiz |
| 2005-07-28 | PR/30845: Luke Mewburn: strerror_r(3) missing | christos |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-06-04 | Only advance 'p' once each time around the loop.... | dsl |
| 2005-05-30 | It is really pointless to come up with new implementations of the wide string | christos |
| 2005-03-14 | Remove one of two nearly duplicate words. | wiz |
| 2005-03-14 | Fix stupid typo. I added memmem, not memmove. | perry |
| 2005-03-13 | add memmem | perry |
| 2005-03-13 | Add memmem(3), compatible with version in Linux | perry |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2004-10-27 | Implement strtok() in terms of strtok_r() | dsl |
| 2004-10-11 | Remove sentence about the inability to simultaenously tokenise multiple | dsl |
| 2004-07-03 | Add strcasestr(3), case insensitive version of strstr(3). | junyoung |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-04-13 | One too many punctuation fixed in previous. | wiz |
| 2004-04-13 | Punctuation fixes; mark up NULL. | wiz |
| 2004-01-31 | Minor KNF. | uebayasi |
| 2004-01-24 | Lots of grammar and wording changes from jmc@openbsd, with some | wiz |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-25 | More properly host-tool-ify stat | atatat |
| 2003-07-10 | make _DIAGNOSTIC happy. | tshiozak |
| 2003-06-26 | There is no FreeBSD-3.3.0, only FreeBSD-3.3. | wiz |
| 2003-05-15 | latest copyright notice (more loose). noted by wiz | itojun |
| 2003-05-10 | Grammar improvement from jmc@openbsd. | wiz |
| 2003-05-06 | s/>/\*[Gt]/ | wiz |
| 2003-05-06 | Clarify what strncpy() does when the length of `src' is `len'. | lukem |
| 2003-04-22 | Use unsigned char rather than u_char. | junyoung |