Date: Sat, 8 Nov 2008 04:43:24 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h cmdline.c config_freebsd.h Message-ID: <200811080443.mA84hbIl002609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-11-08 04:43:24 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h Added files: usr.bin/tar cmdline.c Log: SVN rev 184761 on 2008-11-08 04:43:24Z by kientzle New command-line parser for bsdtar. This replaces the getopt()/getopt_long() wrapper, the old-style argument rewriter and the associated configuration glue with a more straightforward custom command parser. In particular, this ensures that bsdtar will have consistent option parsing on every platform, regardless of whether the platform supports getopt_long(). MFC after: 30 days Revision Changes Path 1.39 +2 -1 src/usr.bin/tar/Makefile 1.45 +15 -25 src/usr.bin/tar/bsdtar.1 1.93 +33 -329 src/usr.bin/tar/bsdtar.c 1.36 +29 -0 src/usr.bin/tar/bsdtar.h 1.1 +376 -0 src/usr.bin/tar/cmdline.c (new) 1.7 +0 -1 src/usr.bin/tar/config_freebsd.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811080443.mA84hbIl002609>