summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/vis.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of VIS_ALL: in vis(), actually encode all charactersguenther2011-03-131-5/+6
* backout VIS_HEX. guenther@ points out that the C89 \xff encodingdjm2010-08-241-15/+6
* Two new flags: VIS_ALL - encode all characters, not just invisible onesdjm2010-08-211-7/+16
* repair VIS_GLOB; deraadt@ otto@ OKmillert2005-09-011-2/+3
* Remove spurious call to isgraph() that sneaked in in rev 1.16.otto2005-08-291-2/+2
* Fix the VIS_GLOB checks added in rev 1.16millert2005-08-281-10/+8
* Add VIS_GLOB to escape special characters used by shell-style globbing.millert2005-08-091-10/+13
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* ansify function definitions and zap some `register'jfb2004-05-181-19/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph()pjanzen2003-05-141-3/+4
* need string.hderaadt2002-07-011-1/+2
* Fix strnvis(): don't truncate unnecessarily, set the return value correctlypjanzen2002-07-011-12/+19
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
* Explicitly NUL terminate dst in strvis() and strvisx() in casemillert2001-08-131-1/+3
* Add strnvis(3) -- a length-bounded version of strvis(3) with a returnmillert2000-11-211-10/+54
* off-by-one calculation error; getcwd() would return NULL if the buffer wasderaadt2000-07-191-2/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* Clean up some -Wall complaints.millert1997-07-091-3/+3
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+192