cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h fts.c matching.c read.c write.c

Tim Kientzle kientzle at FreeBSD.org
Sat Jul 24 15:13:45 PDT 2004


kientzle    2004-07-24 22:13:44 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h bsdtar_platform.h fts.c 
                         matching.c read.c write.c 
  Log:
  A bunch of stuff from Christoph Mellon:
    * Whitespace fixes
    * Check some malloc calls
    * Simplify long_help formatting
    * Spell "LINUX" -> "linux"
    * A few other miscellaneous style improvements
  
  Revision  Changes    Path
  1.42      +40 -49    src/usr.bin/tar/bsdtar.c
  1.17      +1 -1      src/usr.bin/tar/bsdtar.h
  1.5       +1 -1      src/usr.bin/tar/bsdtar_platform.h
  1.2       +1 -1      src/usr.bin/tar/fts.c
  1.7       +1 -1      src/usr.bin/tar/matching.c
  1.15      +18 -13    src/usr.bin/tar/read.c
  1.28      +15 -8     src/usr.bin/tar/write.c


More information about the cvs-src mailing list