cvs commit: src/usr.bin/tail extern.h forward.c tail.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 27 13:07:01 PST 2004


dillon      2004/12/27 13:06:39 PST

DragonFly src repository

  Modified files:
    usr.bin/tail         extern.h forward.c tail.c 
  Log:
  Improve the printing of ==> filename <==.  Do not print the same filename
  over and over again when running tail -f on multiple files and the next line
  output is coming from the same file that the last line output came from.
  
  Revision  Changes    Path
  1.5       +1 -0      src/usr.bin/tail/extern.h
  1.5       +19 -4     src/usr.bin/tail/forward.c
  1.5       +3 -5      src/usr.bin/tail/tail.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/tail/extern.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/tail/forward.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/tail/tail.c.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list