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