aboutsummaryrefslogtreecommitdiff
path: root/include/vis.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicPoul-Henning Kamp2003-10-301-0/+1
| | | | | | | characters '*', '?' and '['. Notes: svn path=/head/; revision=121728
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | called <machine/_types.h>. o <machine/ansi.h> will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien Notes: svn path=/head/; revision=102227
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-6/+6
| | | | | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. Notes: svn path=/head/; revision=93032
* Declare strunvisx().Bruce Evans2001-02-061-0/+1
| | | | Notes: svn path=/head/; revision=72068
* Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.Dan Moschuk2000-07-011-0/+1
| | | | | | | | | | | Since alex is a -doc committer, he can update his own manpage. :-) Also add $FreeBSD$ while I'm here. Submitted by: alex Notes: svn path=/head/; revision=62356
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50473
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Made this work with the documented prerequisite #includes (none).Bruce Evans1996-05-011-0/+8
| | | | Notes: svn path=/head/; revision=15485
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-301-1/+1
| | | | | | | of a bunch of system include files. Notes: svn path=/head/; revision=13771
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+84
Notes: svn path=/head/; revision=1539