History log of /src/usr.bin/vgrind/vfontedpr.c |
Revision | | Date | Author | Comments |
1.19 |
| 24-Jan-2022 |
andvar | s/begining/beginning/ in comments and messages.
|
1.18 |
| 03-Feb-2019 |
mrg | - add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
1.17 |
| 05-Sep-2016 |
sevan | branches: 1.17.14; Drop main() prototype.
|
1.16 |
| 11-Sep-2014 |
wiz | Use false/true on boolean, not increment. From Henning Petersen in PR 49194.
|
1.15 |
| 15-Jul-2014 |
christos | first attempt at toolification.
|
1.14 |
| 20-Mar-2012 |
matt | branches: 1.14.2; 1.14.8; Use C89 function definitions
|
1.13 |
| 21-Jul-2008 |
lukem | branches: 1.13.2; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.12 |
| 23-Apr-2004 |
christos | branches: 1.12.28; constify, warns = 3
|
1.11 |
| 18-Aug-2003 |
pooka | back out revision 1.8 per discussion with Hubert
vgrind already worked properly in filter mode for source correctly enclosed inside .vS and .vE. The change more or less broke troff processing, since e.g. \fI became \\fI when it went through vgrind.
|
1.10 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.9 |
| 12-Jul-2003 |
itojun | strlcpy, some KNF
|
1.8 |
| 10-Jun-2003 |
hubertf | Escape backslashes properly. Fixes PR 6679.
|
1.7 |
| 19-Dec-1998 |
christos | char -> unsigned char _start -> x_start _escaped -> x_escaped
_start is the start symbol in solaris libc!
|
1.6 |
| 20-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register
|
1.5 |
| 17-May-1997 |
pk | * NULL => 0 (Arne Juul; PR#3629) * Nuke spacoids.
|
1.4 |
| 21-Mar-1996 |
jtc | Be pedantic, main() returns int in C.
|
1.3 |
| 17-Nov-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id conventions.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 09-Apr-1993 |
cgd | branches: 1.1.1; added, from net/2 (patch 124).
|
1.1.1.1 |
| 17-Nov-1994 |
jtc | imported from 4.4lite
|
1.12.28.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.13.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.14.8.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.14.2.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.17.14.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|