Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau | |
ok millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph() | Paul Janzen | |
is true, even if the character isn't 7-bit. | |||
2002-07-01 | need string.h | Theo de Raadt | |
2002-07-01 | Fix strnvis(): don't truncate unnecessarily, set the return value correctly | Paul Janzen | |
if we had to truncate, and don't NUL-terminate if size == 0. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2001-08-13 | Explicitly NUL terminate dst in strvis() and strvisx() in case | Todd C. Miller | |
we are passes an empty string. vis() and strnvis() were already OK. Based on patch by wilfried@openbsd.org | |||
2000-11-21 | Add strnvis(3) -- a length-bounded version of strvis(3) with a return | Todd C. Miller | |
value similar to snprintf(3) and strlcpy(3). | |||
2000-07-19 | off-by-one calculation error; getcwd() would return NULL if the buffer was | Theo de Raadt | |
the needed length + terminating byte + 1; that 1 is not needed; assar | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |