summaryrefslogtreecommitdiff
path: root/lib/libc/gen/vis.c
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph()Paul Janzen
2002-07-01need string.hTheo de Raadt
2002-07-01Fix strnvis(): don't truncate unnecessarily, set the return value correctlyPaul Janzen
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-08-13Explicitly NUL terminate dst in strvis() and strvisx() in caseTodd C. Miller
2000-11-21Add strnvis(3) -- a length-bounded version of strvis(3) with a returnTodd C. Miller
2000-07-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt