CVS Repository/ src/ include/ vis.h


OpenBSD release(s):
1.15 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58),  1.14 (57),  1.13 (56 55 54 53 52 51 50 49),  1.11 (48 47 46 45 44 43 42 41 40 39 38),  1.10 (37),  1.9 (36 35 34),  1.5 (33 32 31),  1.4 (30 29),  1.3 (28 27 26),  1.2 (25 24 23 22),  1.1.1.1 (21 20), 
Tags:
1.1.1.1 (netbsd_1_1), 
revision 1.15/ (Download) - annotate - Mon, 20 Jul 2015 01:52:27 UTC by millert
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58
Changes since 1.14: +2 -1 (diff)
Add VIS_DQ to escape double quotes.  OK deraadt@ semarie@ reyk@

revision 1.14/ (Download) - annotate - Mon, 17 Nov 2014 19:51:54 UTC by millert
OpenBSD release(s): 57
Changes since 1.13: +2 -1 (diff)
Add prototype for stravis().

revision 1.13/ (Download) - annotate - Tue, 24 Aug 2010 23:49:06 UTC by djm
OpenBSD release(s): 56 55 54 53 52 51 50 49
Changes since 1.12: +1 -2 (diff)
backout VIS_HEX. guenther@ points out that the C89 \xff encoding
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.

revision 1.12/ (Download) - annotate - Mon, 23 Aug 2010 02:07:50 UTC by djm
Changes since 1.11: +3 -1 (diff)
unbreak tree: add VIS_HEX and VIS_ALL flags

revision 1.11/ (Download) - annotate - Tue, 09 Aug 2005 19:38:31 UTC by millert
OpenBSD release(s): 48 47 46 45 44 43 42 41 40 39 38
Changes since 1.10: +2 -1 (diff)
Add VIS_GLOB to escape special characters used by shell-style globbing.
From Solar Designer based on changes in FreeBSD.  OK deraadt@

revision 1.10/ (Download) - annotate - Sun, 17 Oct 2004 20:25:31 UTC by otto
OpenBSD release(s): 37
Changes since 1.9: +4 -1 (diff)
implement strnunvis(3), a bounded version of strunvis(3). ok millert@

revision 1.9/ (Download) - annotate - Fri, 01 Aug 2003 17:38:33 UTC by avsm
OpenBSD release(s): 36 35 34
Changes since 1.8: +5 -3 (diff)
add __bounded__ attributes for userland headers; enabled with -Wbounded
ok deraadt@

revision 1.8/ (Download) - annotate - Thu, 26 Jun 2003 19:34:17 UTC by avsm
Changes since 1.7: +2 -4 (diff)
backout the __bounded__ attributes for a while; requested by deraadt@

revision 1.7/ (Download) - annotate - Thu, 26 Jun 2003 18:35:13 UTC by avsm
Changes since 1.6: +5 -3 (diff)
Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok

revision 1.6/ (Download) - annotate - Mon, 02 Jun 2003 19:34:12 UTC by millert
Changes since 1.5: +2 -6 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

revision 1.5/ (Download) - annotate - Sat, 16 Feb 2002 21:27:17 UTC by millert
OpenBSD release(s): 33 32 31
Changes since 1.4: +7 -7 (diff)
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.

revision 1.4/ (Download) - annotate - Tue, 21 Nov 2000 00:48:49 UTC by millert
OpenBSD release(s): 30 29
Changes since 1.3: +2 -1 (diff)
Missed this in the strnvis(3) commit.

revision 1.3/ (Download) - annotate - Fri, 14 May 1999 20:31:56 UTC by aaron
OpenBSD release(s): 28 27 26
Changes since 1.2: +2 -2 (diff)
appropiate -> appropriate

revision 1.2/ (Download) - annotate - Sun, 21 Sep 1997 10:46:01 UTC by niklas
OpenBSD release(s): 25 24 23 22
Changes since 1.1: +1 -0 (diff)
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now.  Added openBSD tags.

revision 1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:41:14 UTC by deraadt
Branch point for: 1.1.1.1
Initial revision

revision 1.1.1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:41:14 UTC by deraadt
OpenBSD release(s): 21 20
Tags: netbsd_1_1
Changes since 1.1: None
initial import of NetBSD tree