summaryrefslogtreecommitdiffstats
path: root/include/vis.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@millert2015-07-201-1/+2
|
* Add prototype for stravis().millert2014-11-171-1/+2
|
* backout VIS_HEX. guenther@ points out that the C89 \xff encodingdjm2010-08-241-2/+1
| | | | | | | | | idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains.
* unbreak tree: add VIS_HEX and VIS_ALL flagsdjm2010-08-231-1/+3
|
* Add VIS_GLOB to escape special characters used by shell-style globbing.millert2005-08-091-1/+2
| | | | From Solar Designer based on changes in FreeBSD. OK deraadt@
* implement strnunvis(3), a bounded version of strunvis(3). ok millert@otto2004-10-171-1/+4
|
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-3/+5
| | | | ok deraadt@
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-5/+3
|
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-3/+5
| | | | | You must have an up-to-date gcc for this! deraadt@ ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
|
* Missed this in the strnvis(3) commit.millert2000-11-211-1/+2
|
* appropiate -> appropriateaaron1999-05-141-2/+2
|
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
| | | | | entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags.
* initial import of NetBSD treederaadt1995-10-181-0/+86