]> Dogcows Code - chaz/tar/commit
Version 1.20.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 5 May 2008 21:30:57 +0000 (21:30 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 5 May 2008 21:30:57 +0000 (21:30 +0000)
commitb94eed6d03bd9f34f1d6336af8ea682804eb15b4
tree231fde5ad2f08be83d200f2f69348f11e1e590b9
parent192860abb8f6f6fba8c61da7fcb8a94ca31b9957
Version 1.20.

* configure.ac: Raise version number to 1.20
* src/compare.c (diff_dumpdir): const.
* src/common.h (dumpdir_t,dumpdir_iter_t): New data types.
(dumpdir_create0,dumpdir_create,dumpdir_free,dumpdir_locate)
(dumpdir_first,dumpdir_next): New functions.
* src/incremen.c (dumpdir_create0,dumpdir_create,dumpdir_free)
(dumpdir_first,dumpdir_next): New functions.
(dumpdir_locate): Rewrite using binary search.
(struct directory): Change members char *contents, *icontents to
struct dumpdir *dump, *idump. All references updated.
(note_directory): Last arg is const.
* src/names.c (add_hierarchy_to_namelist): buffer is const.
* tests/incr03.at, tests/incr04.at, tests/rename02.at,
tests/rename03.at: Insert calls to sleep between creation of files
and adding them to the archive.
configure.ac
src/common.h
src/compare.c
src/incremen.c
src/names.c
tests/incr03.at
tests/incr04.at
tests/rename02.at
tests/rename03.at
This page took 0.029692 seconds and 4 git commands to generate.