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

Tim Kientzle kientzle at FreeBSD.org
Wed Jul 14 20:14:47 PDT 2004


kientzle    2004-07-15 03:14:47 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h bsdtar_platform.h 
                         read.c 
  Log:
  Make the day/month ordering dependent on the current locale by
  testing the locale at program startup and setting a flag, then
  using that flag to determine appropriate strftime() arguments.
  
  Revision  Changes    Path
  1.38      +6 -0      src/usr.bin/tar/bsdtar.c
  1.14      +1 -0      src/usr.bin/tar/bsdtar.h
  1.4       +3 -0      src/usr.bin/tar/bsdtar_platform.h
  1.14      +7 -4      src/usr.bin/tar/read.c


More information about the cvs-src mailing list