History log of /freebsd-10.1-release/usr.bin/vgrind/vfontedpr.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 228992 30-Dec-2011 uqs

Spelling fixes for usr.bin/


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 121547 26-Oct-2003 peter

Fix warning about cgetent() argument.


# 92922 21-Mar-2002 imp

remove __P


# 87693 11-Dec-2001 markm

WARNS=2 fix, kill register keyword, use __FBSDID().

NO_WERROR set because of hard-to-fix warnings originating in
system headers.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36053 15-May-1998 jb

Change the name of a variable from _start to s_start. On alpha there
must be a library function called _start.


# 29574 18-Sep-1997 phk

Many places in the code NULL is used in integer context, where
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>


# 28789 26-Aug-1997 charnier

Main() returns int.


# 28691 25-Aug-1997 charnier

Use err(3). Nm vgrind -> Nm in man page.


# 24543 02-Apr-1997 jmg

minor stylistic change (NULL to '\0')

Submitted-by: Philippe Charnier <charnier@xp11.frmug.org>

Closes PR#2999


# 19097 22-Oct-1996 joerg

The neverending story... vgrind.

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


# 19012 18-Oct-1996 joerg

Some cleanup:

. 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.


# 18164 08-Sep-1996 joerg

. make vgrind 8-bit clean; note that it still implicitly assumes
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


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 1798 23-Jul-1994 phk

Reviewed by: phk
changed a ctrl-A to \001


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources