Age | Commit message (Expand) | Author |
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 |
1998-11-06 | add missing const to match prototype in string.h | Wim Vandeputte |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-08-19 | commas | Paul Janzen |
1998-07-06 | strlxx() return size_t not char * | Todd C. Miller |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-05-04 | s/NULL/NUL/ | Theo de Raadt |
1998-04-28 | use Xr more often | Theo de Raadt |
1998-02-10 | move proto to unistd.h | Theo de Raadt |
1998-02-07 | strftime is no longer in this directory | Thorsten Lockert |
1998-01-19 | use tzcode strftime(3) as it is kept up to date. | Todd C. Miller |
1997-12-30 | correct description | Theo de Raadt |
1997-12-29 | NUL not NULL | Theo de Raadt |
1997-08-24 | doc RETURNS; cato@ulysses.df.lth.se | Theo de Raadt |
1997-08-20 | Update from lite2. | Todd C. Miller |
1997-08-20 | Update man page and sccs tags from lite2. Minor cleanup by me as well. | Todd C. Miller |
1997-08-20 | Update man page and sccs tags from lite2. | Todd C. Miller |
1997-08-20 | Update man page and sccs tags from lite2. | Todd C. Miller |
1997-08-20 | Update from lite2 version and fix grammatical error from | Todd C. Miller |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-10 | A -> An | Todd C. Miller |
1997-07-09 | Clarify strncat(3) count param. | Todd C. Miller |
1997-06-13 | whitespace support; some netbsd pr.. | Theo de Raadt |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-10-29 | typo. | michaels |
1996-10-28 | Deal correctly with time zones | Thorsten Lockert |
1996-09-25 | need limits.h | Theo de Raadt |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.... | Theo de Raadt |
1996-09-16 | Avoid pulling in stdio | Thorsten Lockert |
1996-09-15 | Remove dead code | Thorsten Lockert |