summaryrefslogtreecommitdiff
path: root/lib/libc/gen/unvis.c
AgeCommit message (Expand)Author
2011-03-13Fix handling of VIS_ALL: in vis(), actually encode all charactersPhilip Guenthe
2010-08-24backout VIS_HEX. guenther@ points out that the C89 \xff encodingDamien Miller
2010-08-21Two new flags: VIS_ALL - encode all characters, not just invisible onesDamien Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2004-10-17implement strnunvis(3), a bounded version of strunvis(3). ok millert@Otto Moerbeek
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-03-25Prototype internal functionsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt