Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2010 19:44:37 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h cmdline.c err.c err.h matching.c read.c siginfo.c subst.c util.c write.c
Message-ID:  <201002061945.o16Jj344072905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-02-06 19:44:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          Makefile bsdtar.c bsdtar.h cmdline.c 
                         matching.c read.c siginfo.c subst.c 
                         util.c write.c 
  Added files:
    usr.bin/tar          err.c err.h 
  Log:
  SVN rev 203557 on 2010-02-06 19:44:37Z by kientzle
  
  Diff reduction compared to portable bsdtar 2.8:  Move the
  program name into a global, which eliminates an extra
  argument from a lot of places.
  
  Revision  Changes    Path
  1.47      +1 -1      src/usr.bin/tar/Makefile
  1.99      +45 -44    src/usr.bin/tar/bsdtar.c
  1.41      +1 -6      src/usr.bin/tar/bsdtar.h
  1.4       +7 -6      src/usr.bin/tar/cmdline.c
  1.1       +74 -0     src/usr.bin/tar/err.c (new)
  1.1       +43 -0     src/usr.bin/tar/err.h (new)
  1.18      +8 -7      src/usr.bin/tar/matching.c
  1.44      +11 -10    src/usr.bin/tar/read.c
  1.4       +4 -3      src/usr.bin/tar/siginfo.c
  1.6       +22 -21    src/usr.bin/tar/subst.c
  1.28      +13 -45    src/usr.bin/tar/util.c
  1.86      +42 -41    src/usr.bin/tar/write.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002061945.o16Jj344072905>