cvs commit: src/usr.bin/gzip gzip.1 gzip.c

Hasso Tepper hasso at crater.dragonflybsd.org
Thu Dec 6 11:56:03 PST 2007


hasso       2007/12/06 11:54:52 PST

DragonFly src repository

  Modified files:
    usr.bin/gzip         gzip.1 gzip.c 
  Log:
  - Add a '-k' option which does not remove input file, like bzip2(1) do.
  - Use better representation of 'S:' by expanding ':' to '.suffix'
  - Simulate GNU gzip(1) behavior where full filename is being output in
    verbose mode when doing recursive[1].
  
  Submitted-by: Xin LI <delphij at delphij.net>
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.2       +6 -3      src/usr.bin/gzip/gzip.1
  1.7       +16 -7     src/usr.bin/gzip/gzip.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/gzip/gzip.1.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/gzip/gzip.c.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list