Home | History | Annotate | Download | only in tail
History log of /src/usr.bin/tail/read.c
RevisionDateAuthorComments
 1.17  03-Sep-2011  christos minor knf, no functional change.
 1.16  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.15  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.14  30-Sep-2008  dholland branches: 1.14.6;
Use off_t, not __off_t.
 1.13  04-Feb-2008  christos PR/37954: Thomas Klausner: "tail -c 2" broken.
It is not tail -c 2 but most of tail -c <n> with pipes. Fix by Anon Ymous
 1.12  30-Apr-2006  christos branches: 1.12.12;
Coverity CID 2986: Free lines before returning.
 1.11  09-Apr-2006  christos Coverity CID 1563: Fix memory leak.
 1.10  16-Oct-2003  itojun safer use of realloc
 1.9  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.8  14-Jun-2002  wiz Remove #if __STDC__. De-__P() and ANSIfy.
 1.7  21-Jul-1999  cgd avoid repeated error messages by making bytes(), lines() and rlines() return
meaningful values, which can then be checked to avoid another error message.
 1.6  03-Nov-1998  christos branches: 1.6.2;
explicitly zero the lines structure! How did this ever work before?
 1.5  19-Oct-1997  lukem WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
 1.4  23-Nov-1994  jtc Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
 1.3  28-Mar-1994  cgd off_t foo, and MAP_FILE
 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.6.2.1  20-Aug-1999  cgd pull up rev 1.7 from trunk. (cgd)
 1.12.12.1  23-Mar-2008  matt sync with HEAD
 1.14.6.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

RSS XML Feed