DragonFly BSD
DragonFly commits List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/gzip


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Oct 2004 04:19:31 -0700 (PDT)

joerg       2004/10/26 04:19:31 PDT

DragonFly src repository

  Added files:
    usr.bin/gzip         Makefile gzexe gzexe.1 gzip.1 gzip.c 
                         unbzip2.c zdiff zdiff.1 zforce zforce.1 
                         zgrep zgrep.1 zmore zmore.1 znew znew.1 
                         zuncompress.c 
  Log:
  Add gzip based on libz. This is faster for decompression and yields
  better compression than GNU gzip (300 KB for the plan9 ISO image).
  
  The optional support for decompression of compress and bzip2 is disabled,
  the normal frontends should be used instead. They can be activated by
  setting GZIP_UNCOMPRESS and GZIP_UNBZIP2 respectively.
  
  The only missing features from GNU gzip are the omission of zip support
  (it could only handle the first entry anyway) and unpack support.
  
  This differs from the NetBSD version in that all compile time warnings
  has been fixed.
  
  Obtained-from: NetBSD




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]