]> Dogcows Code - chaz/tar/commit
(options): Move globbing-related options into a
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 07:05:28 +0000 (07:05 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 07:05:28 +0000 (07:05 +0000)
commit3947e63c258213273c0cbc6a69f17f0ba0733b05
tree3d7b0f7eb1e6c9cbd4119a9b7bebdfb054da1cce
parent8b471d55ffddb1893fc0e8b78434ceb352f53119
(options): Move globbing-related options into a
separate group. Set -l as an alias to --check-links, as required
by UNIX98
(struct tar_args): New fields
wildcards,matching_flags,include_anchored
(MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS): New macros
(parse_opt): Use x2nrealloc to grow archive_name_array.
Use MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS to create appropriate
fnmatch options, and name_add_name,name_add_dir to handle member
name and -C arguments.
(decode_options): Likewise
(main): Remove call to init_names.
src/tar.c
This page took 0.024393 seconds and 4 git commands to generate.