History log of /src/usr.bin/tail/extern.h |
Revision | | Date | Author | Comments |
1.10 |
| 03-Sep-2011 |
christos | Instead of declaring our own err() which is different than the standard one, and using it incorrectly in a few places because of confusion (does it print errno or not?), declare two versions following the standard ones xerrx and, xerr, and use those as appropriate, implementing them using them vwarn and vwarnx.
|
1.9 |
| 13-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)
XXX: need a "cleaner" way to do the check in reverse.c, as a general rule
|
1.8 |
| 16-Feb-2004 |
itojun | branches: 1.8.42; do not use long for file offset, use off_t. otto@openbsd
|
1.7 |
| 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.6 |
| 14-Jun-2002 |
wiz | Remove #if __STDC__. De-__P() and ANSIfy.
|
1.5 |
| 11-Oct-2000 |
is | More format string cleanup by sommerfeld.
|
1.4 |
| 21-Jul-1999 |
cgd | branches: 1.4.8; avoid repeated error messages by making bytes(), lines() and rlines() return meaningful values, which can then be checked to avoid another error message.
|
1.3 |
| 23-Nov-1994 |
jtc | branches: 1.3.8; Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 30-Apr-1993 |
glass | branches: 1.1.1; tail from ftp.uu.net:bsd-sources integrated
|
1.1.1.1 |
| 23-Nov-1994 |
jtc | imported from 4.4lite
|
1.3.8.2 |
| 19-Oct-2000 |
he | Pull up revision 1.5 (requested by he): Format string cleanup.
|
1.3.8.1 |
| 20-Aug-1999 |
cgd | pull up rev 1.4 from trunk. (cgd)
|
1.4.8.1 |
| 18-Oct-2000 |
tv | Pullup usr.bin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.8.42.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|