summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind/vfontedpr.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-7/+7
|
* WARNS=2 fix, kill register keyword, use __FBSDID().markm2001-12-111-12/+12
| | | | | NO_WERROR set because of hard-to-fix warnings originating in system headers.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Change the name of a variable from _start to s_start. On alpha therejb1998-05-151-4/+4
| | | | must be a library function called _start.
* Many places in the code NULL is used in integer context, wherephk1997-09-181-4/+4
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Main() returns int.charnier1997-08-261-2/+2
|
* Use err(3). Nm vgrind -> Nm in man page.charnier1997-08-251-7/+10
|
* minor stylistic change (NULL to '\0')jmg1997-04-021-1/+1
| | | | | | Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999
* The neverending story... vgrind.joerg1996-10-221-2/+2
| | | | | | | | | For definitions without an "nc" entry, some parts have now been mis-detected as `non-comment'. Avoid this by not converting the noregexp in case the "nc" capability has not been found. I begin to wonder why things like missing "ab"/"ae"'s do work at all... Detected by: nate
* Some cleanup:joerg1996-10-181-1/+20
| | | | | | | | | | | | | . correct a typo in regexp.c, . implement a new "nc" (non-comment) feature to describe exceptions from the comment detection; there were problems in Perl with the $# operator that could not be solved by any other means, . prevent blocklevel from becoming negative (due to earlier misdetected sequences), this is probably a workaround for the problem described in PR # bin/1785, . update the Perl description to use the "nc" feature, . update the man page for the "nc" and the undocumented "ab"/"ae" features.
* . make vgrind 8-bit clean; note that it still implicitly assumesjoerg1996-09-081-2/+2
| | | | | | | | ISO-8859-1, since the characters are simply being passed on to groff . introduce an option to override the silly default to `psroff' as the post-processor . document the new option
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Reviewed by: phkphk1994-07-241-1/+1
| | | | changed a ctrl-A to \001
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+705
OpenPOWER on IntegriCloud