Age | Commit message (Expand) | Author |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). | Jun-ichiro itojun Hagino |
2000-11-16 | "of", not "on" (from Henric Jungheim) | Angelos D. Keromytis |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | Aaron Campbell |
2000-10-23 | Document that the string returned by strerror(3) contains a maximum of | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-08-09 | More of the same. | Aaron Campbell |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell |
2000-07-02 | knf; ouch, that hurts | Michael Shalayeff |
2000-07-02 | new version of ffs from drahn@ | Michael Shalayeff |
2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. | Todd C. Miller |
2000-04-24 | correct example | Theo de Raadt |
2000-04-21 | Add ERRORS section (the strdup(3) function may fail and set errno to any of the | Aaron Campbell |
2000-04-21 | Check return value of strdup(3) for NULL in example code (duh). | Aaron Campbell |
2000-04-21 | Flesh out libc string function man pages. | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-02-29 | Use Dq/Sq and friends. | Aaron Campbell |
2000-01-03 | Grammar; deraadt@ | Aaron Campbell |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | Marc Espie |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski |
1999-11-09 | Document strtok_r. | Artur Grabowski |
1999-11-09 | Implement strtok_r. | Artur Grabowski |
1999-09-21 | index/rindex as deprecated synonyms to strchr/strrchr. | Marc Espie |
1999-09-04 | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | Paul Janzen |
1999-07-04 | better wording | Aaron Campbell |
1999-07-03 | whoops, fix a bug in my example :) | Aaron Campbell |
1999-07-03 | add an example | Aaron Campbell |
1999-06-29 | repairs | Aaron Campbell |
1999-06-29 | new mdoc bm(3) man page | Aaron Campbell |
1999-06-17 | When finding the end of dst, never traverse more than siz bytes. This | Todd C. Miller |
1999-06-06 | some NAME section cleanup | Aaron Campbell |
1999-06-06 | Grammatical, spelling, and format fixes | Paul Janzen |
1999-06-04 | some repairs, add example to strdup(3) page | Aaron Campbell |
1999-06-04 | add examples | Aaron Campbell |
1999-06-04 | add an example, similar to the one in strspn.3 | Aaron Campbell |
1999-06-04 | add an example; pattonme@ns.ra.pae.osd.mil | Aaron Campbell |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-17 | o Mention strlcpy and strlcat | Todd C. Miller |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-01 | Break up into two loops, one for the copy, another to finish traversal | Todd C. Miller |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller |
1999-04-24 | simplified version that doesn't call strlen and that is simpler to convert to... | Todd C. Miller |
1999-03-06 | add examples | Todd C. Miller |
1999-03-06 | typo | Todd C. Miller |
1999-03-05 | better examples section wrt strncpy() | Todd C. Miller |
1998-11-28 | .Xr strlcat, strlcpy | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. | Marc Espie |