Bugfix (tiny change)
[debian/tar] / src / list.c
2010-01-25 Sergey PoznyakoffRead POSIX multivolume archives split at the header...
2010-01-24 Sergey PoznyakoffImprove handling of --test-label.
2010-01-24 Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2009-10-04 Sergey PoznyakoffFix bug in OLDGNU format creation.
2009-08-05 Sergey PoznyakoffImplement the --warning option.
2008-10-30 Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2007-10-18 Paul EggertAvoid compiler warnings.
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-06-01 Sergey Poznyakoff (decode_xform): Exempt symbolic links from component
2007-05-19 Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-03-30 Sergey Poznyakoff(transform_member_name): New function
2006-11-30 Paul Eggert* NEWS: Remove support for mangled names.
2006-06-02 Sergey Poznyakoff(print_header): Update displayable name selection.
2006-05-13 Sergey Poznyakoff(read_header_primitive): New function
2006-02-07 Paul EggertUpdate copyright year to 2006.
2006-01-31 Sergey Poznyakoff(list_archive): Use is_dumpdir
2005-11-09 Sergey PoznyakoffUse mv_.* functions uniformly instead of fiddling with...
2005-11-07 Sergey Poznyakoff(list_archive): Handle incremental backups in pax
2005-09-28 Sergey Poznyakoff(print_header): If show_stored_names_option is given,
2005-09-28 Sergey Poznyakoff(print_header): Special handling if test_label_option...
2005-09-17 Paul EggertDon't filter time stamps through the resolution supported
2005-09-14 Sergey Poznyakoff(list_archive): Use list_dumpdir() to display GNUTYPE_D...
2005-06-22 Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-19 Sergey PoznyakoffRemove defines and declarations imported from paxutils
2005-05-15 Paul EggertUpdate FSF postal mail address.
2005-04-14 Sergey PoznyakoffHandle Solaris 'X' type flag
2005-04-07 Sergey PoznyakoffAssign orig_file_name
2005-03-03 Sergey Poznyakoff(print_header): Print UID/GID in case of
2005-02-10 Sergey Poznyakoff(read_header): Removed assignment to oldgnu_header...
2005-02-04 Paul Eggert(from_header): New arg OCTAL_ONLY, normally false.
2005-02-04 Sergey PoznyakoffRemoved unused variables.
2005-02-04 Sergey PoznyakoffAdd translators' comments
2005-01-13 Sergey PoznyakoffUse memset instead of bzero, memmove
2004-12-21 Sergey Poznyakoff(from_header, tar_checksum): Changed declaration. All...
2004-11-26 Sergey Poznyakoff(tar_checksum): New function
2004-10-25 Sergey Poznyakoff(decode_header): Set uname/gname to NULL if their heade...
2004-09-06 Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31 Sergey PoznyakoffFixed initialization of stat_info->is_sparse
2004-08-09 Sergey Poznyakoff(read_and): Call decode_header before calling skip_member()
2004-05-19 Sergey Poznyakoff(skip_file): Use seek_archive() if possible.
2004-05-16 Sergey PoznyakoffFix improper use of 'path' word
2004-05-10 Sergey Poznyakoff(read_and): Print block number before
2004-04-05 Paul EggertMerge recent gnulib changes, and remove some lint.
2004-04-04 Sergey Poznyakoff(decode_header): Use sparse_fixup_header to correct
2004-03-12 Sergey Poznyakoff(read_and): Stop processing the archive after
2004-02-29 Sergey Poznyakoff(tartime): Print UTC if --utc was given.
2004-02-24 Sergey Poznyakoff(decode_header): Call xheader_decode before the assign...
2004-02-22 Sergey PoznyakoffDecode encountered global headers.
2004-02-20 Sergey Poznyakoff(decode_header): Call xheader_decode unconditionally.
2003-12-25 uid65697(read_and): Treat only two successive zero filled block...
2003-12-25 uid65697(print_header): Use archive_file_size member when print...
2003-12-25 uid65697(decode_header): Discern between pax and ustar formats
2003-11-17 Sergey PoznyakoffMinor changes
2003-11-13 Sergey Poznyakoff(read_and): Initialize current_stat_info
2003-11-12 Sergey Poznyakoff(decode_header): Initialize st_atime and st_ctime.
2003-10-04 Sergey Poznyakoff(read_and): Honor --occurence option.
2003-10-02 Sergey Poznyakoff(read_and): Use all_names_found() as `while' condition.
2003-09-04 Sergey Poznyakoff(read_header): Minor change.
2003-09-03 Paul Eggert(read_and): Abort if HEADER_SUCCESS_EXTENDED occurs...
2003-09-03 Sergey Poznyakoff(list_archive): Always decode the header. This
2003-09-01 Sergey Poznyakoff(print_header): Take user/group from current_stat_info.
2003-08-31 Sergey Poznyakoff(decode_header): Added initial support for POSIX extended
2003-07-27 Sergey Poznyakoff(print_header): Use orig_file_name.
2003-07-25 Sergey Poznyakoff(print_header): Revised
2003-07-24 Sergey Poznyakoff(print_header): Print trailing slash if
2003-07-05 Paul Eggert(read_and): Give full type for procedure arg.
2001-09-26 Paul Eggert(read_header): Don't keep around extended name and...
2001-09-23 Paul EggertAllocate one more byte than the size would indicate...
2001-09-22 Paul Eggert(recent_long_name, recent_long_link, recent_long_name_b...
2001-08-27 Paul Eggert(from_header): Do not issue a diagnostic if TYPE is...
2001-01-13 Paul Eggertsystem.h now does time.h stuff.
2000-10-24 Paul Eggert(read_and):
2000-01-07 Paul EggertUpdate copyright year.
2000-01-07 Paul Eggert(read_and): Invoke apply_nonancestor_delayed_set_stat...
1999-12-13 Paul Eggert(read_and, list_archive):
1999-12-03 Paul EggertRemove bogus errno FIXMEs.
1999-11-07 Paul Eggert(from_header): Handle 32-bit two's complement negative...
1999-10-11 Paul Eggert(tartime): Now extern.
1999-09-22 Paul Eggert(time): Declare if not defined.
1999-08-23 Paul EggertLint cleanup.
1999-08-20 Paul Eggert(max): New macro.
1999-08-18 Paul Eggert(from_chars): Skip only the initial null byte from...
1999-08-18 Paul Eggert(read_and, list_archive): Simplify code.
1999-08-16 Paul EggertFix bugs when interpreting POSIX-compliant headers...
1999-08-14 Paul Eggert(isotime): Report ??? if localtime returns null.
1999-08-11 Paul Eggert(read_header): Don't parse OLDGNU_FORMAT incremental...
1999-08-11 Paul Eggert(<fnmatch.h>): Do not include.
1999-07-20 Paul EggertRemove S_IS* ifdefs.
1999-07-17 Paul Eggert(read_and): Exclude pathnames if any of their component...
1999-07-12 Paul Eggert(decode_header): Do not assume that S_IFBLK and S_IFCHR...
1999-07-08 Paul Eggert(read_and): Use excluded_filename instead of check_exclude.
1999-07-02 Paul EggertDon't include <ctype.h>; system.h already does this.
1999-07-01 Paul EggertFix copyright notice.
1999-06-16 Paul Eggert(print_header): Change sizes of uform and gform from...
1999-03-22 Paul EggertInclude <quotearg.h>.
1999-03-02 Paul Eggert(gid_from_oct, major_from_oct, minor_from_oct, mode_fro...
1999-01-27 Paul Eggert(gid_from_oct, major_from_oct, minor_from_oct, mode_fro...
1998-12-07 Paul Eggert(read_header): Accept file names as specified by POSIX...
1997-12-04 junioImplement -E (ending-file) option.
1997-10-31 Paul Eggert(read_and, list_archive, read_header, decode_mode,...
next