This commit is contained in:
Sergey Poznyakoff
2003-09-04 15:49:37 +00:00
parent eada0a9b35
commit 99f41a1224

View File

@@ -1,3 +1,14 @@
2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* .cvsignore: Added *.shar.gz
* NEWS: Updated
* TODO: Updated
* src/common.h (strip_path_elements): New variable.
* src/extract.c (extract_archive): Implemented --strip-path
* src/names.c (cut_path_elements): New functon.
* src/tar.c: New option --strip-path=NUM.
(decode_options) Assign boolean values to bool variables.
2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* src/delete.c: Fixed deletion from the POSIX archives.