summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind/vfontedpr.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* Change the name of a variable from _start to s_start. On alpha thereJohn Birrell1998-05-151-4/+4
| | | | | | | must be a library function called _start. Notes: svn path=/head/; revision=36053
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-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> Notes: svn path=/head/; revision=29574
* Main() returns int.Philippe Charnier1997-08-261-2/+2
| | | | Notes: svn path=/head/; revision=28789
* Use err(3). Nm vgrind -> Nm in man page.Philippe Charnier1997-08-251-7/+10
| | | | Notes: svn path=/head/; revision=28691
* minor stylistic change (NULL to '\0')John-Mark Gurney1997-04-021-1/+1
| | | | | | | | | Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999 Notes: svn path=/head/; revision=24543
* The neverending story... vgrind.Joerg Wunsch1996-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 Notes: svn path=/head/; revision=19097
* Some cleanup:Joerg Wunsch1996-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. Notes: svn path=/head/; revision=19012
* . make vgrind 8-bit clean; note that it still implicitly assumesJoerg Wunsch1996-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 Notes: svn path=/head/; revision=18164
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
| | | | Notes: svn path=/head/; revision=8874
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | changed a ctrl-A to \001 Notes: svn path=/head/; revision=1798
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+705
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590