Age | Commit message (Expand) | Author |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt |
2001-11-21 | 2nd param is const | Theo de Raadt |
2001-09-07 | K&R promotion is not the whole story. Make things explicit. | Marc Espie |
2001-09-05 | make debug libs build again | Michael Shalayeff |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt |
2001-06-18 | Clarify that if strlcat() does not find a NUL within siz byte it | Todd C. Miller |
2001-06-14 | Fix a buf oflow in EXAMPLES code; millert@ ok | Aaron Campbell |
2001-05-13 | type of function on seperate line | Theo de Raadt |
2001-05-07 | Document boundary condition when size < strlen(dst). | Todd C. Miller |
2001-05-07 | Back out last change, it is intended behavior and update the block | Todd C. Miller |
2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter | Todd C. Miller |
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 |