| Age | Commit message (Expand) | Author | Files | Lines |
| 2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence |  aaron | 1 | -2/+3 |
| 2000-08-09 | More of the same. |  aaron | 1 | -2/+3 |
| 2000-08-09 | Remove trailing blank lines. |  aaron | 1 | -2/+1 |
| 2000-07-02 | knf; ouch, that hurts |  mickey | 1 | -6/+7 |
| 2000-07-02 | new version of ffs from drahn@ |  mickey | 1 | -38/+28 |
| 2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. |  millert | 1 | -3/+22 |
| 2000-04-24 | correct example |  deraadt | 1 | -5/+6 |
| 2000-04-21 | Add ERRORS section (the strdup(3) function may fail and set errno to any of the |  aaron | 1 | -1/+8 |
| 2000-04-21 | Check return value of strdup(3) for NULL in example code (duh). |  aaron | 1 | -2/+5 |
| 2000-04-21 | Flesh out libc string function man pages. |  aaron | 31 | -183/+141 |
| 2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At |  aaron | 1 | -2/+2 |
| 2000-02-29 | Use Dq/Sq and friends. |  aaron | 1 | -16/+29 |
| 2000-01-03 | Grammar; deraadt@ |  aaron | 1 | -2/+2 |
| 1999-11-14 | Clean up memchr slightly to better match coming memrchr |  espie | 1 | -4/+4 |
| 1999-11-09 | Install man-page links for strtok_r. |  art | 1 | -1/+2 |
| 1999-11-09 | Document strtok_r. |  art | 1 | -8/+19 |
| 1999-11-09 | Implement strtok_r. |  art | 1 | -5/+15 |
| 1999-09-21 | index/rindex as deprecated synonyms to strchr/strrchr. |  espie | 11 | -193/+39 |
| 1999-09-04 | Using .Li inside a .Bd -literal block messes up the fonts thereafter; |  pjanzen | 1 | -4/+4 |
| 1999-07-04 | better wording |  aaron | 1 | -3/+3 |
| 1999-07-03 | whoops, fix a bug in my example :) |  aaron | 1 | -2/+2 |
| 1999-07-03 | add an example |  aaron | 1 | -3/+38 |
| 1999-06-29 | repairs |  aaron | 11 | -33/+41 |
| 1999-06-29 | new mdoc bm(3) man page |  aaron | 1 | -53/+54 |
| 1999-06-17 | When finding the end of dst, never traverse more than siz bytes. This |  millert | 1 | -5/+5 |
| 1999-06-06 | some NAME section cleanup |  aaron | 6 | -14/+14 |
| 1999-06-06 | Grammatical, spelling, and format fixes |  pjanzen | 3 | -6/+6 |
| 1999-06-04 | some repairs, add example to strdup(3) page |  aaron | 7 | -31/+44 |
| 1999-06-04 | add examples |  aaron | 2 | -23/+40 |
| 1999-06-04 | add an example, similar to the one in strspn.3 |  aaron | 1 | -1/+15 |
| 1999-06-04 | add an example; pattonme@ns.ra.pae.osd.mil |  aaron | 1 | -1/+15 |
| 1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before |  aaron | 1 | -2/+2 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 8 | -16/+16 |
| 1999-05-17 | o Mention strlcpy and strlcat |  millert | 1 | -3/+10 |
| 1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: |  alex | 2 | -10/+10 |
| 1999-05-01 | Break up into two loops, one for the copy, another to finish traversal |  millert | 1 | -13/+17 |
| 1999-04-25 | m68k assembler version of strlcpy(3) |  millert | 1 | -3/+3 |
| 1999-04-24 | simplified version that doesn't call strlen and that is simpler to convert to assembler (both for gcc and me) |  millert | 1 | -7/+8 |
| 1999-03-06 | add examples |  millert | 1 | -1/+40 |
| 1999-03-06 | typo |  millert | 1 | -3/+3 |
| 1999-03-05 | better examples section wrt strncpy() |  millert | 1 | -3/+35 |
| 1998-11-28 | .Xr strlcat, strlcpy |  espie | 2 | -4/+7 |
| 1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1 | -7/+7 |
| 1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. |  espie | 1 | -2/+9 |
| 1998-11-06 | add missing const to match prototype in string.h |  wvdputte | 1 | -3/+3 |
| 1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word |  aaron | 1 | -2/+2 |
| 1998-08-19 | commas |  pjanzen | 1 | -4/+4 |
| 1998-07-06 | strlxx() return size_t not char * |  millert | 1 | -3/+3 |
| 1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append |  millert | 4 | -3/+278 |
| 1998-06-15 | use Bx macro for BSD versions |  mickey | 5 | -10/+15 |