Age | Commit message (Expand) | Author |
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 |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-06-10 | fix %V | Theo de Raadt |
1996-05-01 | switch on _KERNEL to load proper include file | Theo de Raadt |
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert |
1996-03-25 | Add prototypes for local functions, add const qualifiers where needed | Thorsten Lockert |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist |
1996-03-09 | From NetBSD: 960217 merge | Niklas Hallqvist |
1996-01-29 | need errno.h because err declerations have moved | Theo de Raadt |
1996-01-07 | typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905 | Theo de Raadt |
1995-12-30 | from netbsd: Fixed %u to expand to a single digit | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |