Commit Graph

1449 Commits

Author SHA1 Message Date
Sergey Poznyakoff 2ad41b6fe0 (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks Mike Frysinger <vapier@gentoo.org> for reporting. 2005-01-05 17:30:36 +00:00
Paul Eggert af2fa08aa0 * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
needless sed command.
2005-01-04 20:20:56 +00:00
Paul Eggert 93e4188e60 Accommodate latest gnulib. 2004-12-24 07:44:30 +00:00
Paul Eggert c0eaf364d0 Add getdate.texi. 2004-12-24 07:43:52 +00:00
Paul Eggert 86c379f7c1 Do not treat alloca-opt specially; this is no
longer needed (and breaks builds) with latest gnulib.
2004-12-24 07:43:32 +00:00
Sergey Poznyakoff 3352016cf0 Updated release_1_15_1 2004-12-22 10:54:22 +00:00
Sergey Poznyakoff 6bc808b25f (main): Reverted recent changes (#ifdef). 2004-12-22 10:53:48 +00:00
Sergey Poznyakoff 19f60610d1 Updated 2004-12-21 16:21:53 +00:00
Sergey Poznyakoff 2433f6813e (open_compressed_archive): Do not attemt to determine compression type if handling multi-volume archive 2004-12-21 15:10:56 +00:00
Sergey Poznyakoff 76bbb5710f Minor improvement: reset hit_eof in open_compressed_archive 2004-12-21 15:00:29 +00:00
Sergey Poznyakoff e8fbac5ec1 Updated 2004-12-21 14:45:18 +00:00
Sergey Poznyakoff 5842962ed6 (main): Protect invocation of setlocale by ifdef. 2004-12-21 14:44:15 +00:00
Sergey Poznyakoff 368172bf25 (from_header, tar_checksum): Changed declaration. All callers updated. 2004-12-21 14:44:03 +00:00
Sergey Poznyakoff 0f9b299745 (tar_checksum): changed declaration 2004-12-21 14:42:15 +00:00
Sergey Poznyakoff ab3b31cfef (check_compressed_archive): Check remote archves as well 2004-12-21 14:41:35 +00:00
Sergey Poznyakoff f152367c57 Updated 2004-12-21 13:38:01 +00:00
Sergey Poznyakoff a34d0e906f Updated 2004-12-21 13:27:50 +00:00
Sergey Poznyakoff dcedecad2b Rewritten in xhtml to follow recent GNU site standards. 2004-12-21 13:27:28 +00:00
Sergey Poznyakoff 436741221c Discard stderr from sort, on some systems it spits out lots of irrelevant info. 2004-12-21 13:27:06 +00:00
Sergey Poznyakoff 8ccde495f4 Use AT_GZIP_PREREQ 2004-12-21 13:26:41 +00:00
Sergey Poznyakoff 29a6b977e9 (comprec.at,pipe.at): New tests 2004-12-21 13:26:07 +00:00
Sergey Poznyakoff 5129d9eb8c New test 2004-12-21 13:24:37 +00:00
Sergey Poznyakoff b5c890b887 (main): Protect invocation of setlocale by ifdef. 2004-12-21 13:24:00 +00:00
Sergey Poznyakoff 2d57bb240d Bugfix. Changes introduced 2004-11-26 broke extraction from stdin. 2004-12-21 13:23:46 +00:00
Sergey Poznyakoff 554e50b438 Entry for 1.15.1 2004-12-21 13:23:27 +00:00
Sergey Poznyakoff c6834baaf6 Raise version number to 1.15.1; Check for locale.h 2004-12-21 13:23:10 +00:00
Sergey Poznyakoff 17600e0de8 Updated 2004-12-20 14:02:22 +00:00
Sergey Poznyakoff fb782b023f Updated release_1_15 2004-12-20 13:59:15 +00:00
Sergey Poznyakoff 8d44c6b51e Added to the repository 2004-12-20 13:56:41 +00:00
Sergey Poznyakoff c575787495 Removed 2004-12-20 13:56:31 +00:00
Sergey Poznyakoff 71850c6ab3 Document quicktest.sh 2004-12-20 13:55:37 +00:00
Sergey Poznyakoff fa87656256 Distribute star/quicktest.sh 2004-12-20 13:55:22 +00:00
Sergey Poznyakoff 7c3510b40d (update_po): Give -r to wget. Always remove index.html
Ignore alloca-opt module (it duplicates alloca)
2004-12-20 13:55:06 +00:00
Sergey Poznyakoff 5f1e6a6a3b Raised version number to 1.15 2004-12-20 13:54:01 +00:00
Sergey Poznyakoff aa600ee769 Updated 2004-12-18 20:14:34 +00:00
Sergey Poznyakoff bf2b8556e8 Updated 2004-12-18 20:09:55 +00:00
Sergey Poznyakoff 8263cc7bc0 Added delete05.at 2004-12-18 20:08:56 +00:00
Sergey Poznyakoff 6af2e16b9b Fixed typo in AT_SETUP 2004-12-18 20:08:11 +00:00
Sergey Poznyakoff 664ec232d4 Test deletion of non-existing members 2004-12-18 20:07:59 +00:00
Sergey Poznyakoff 90b1e24487 (decode_options): Ignore --seek if used with --delete.
Delete.c is based on the assumption that the archive is being
actually read, not lseeked.
2004-12-18 20:07:04 +00:00
Sergey Poznyakoff 94f7d4e7c1 Document auto-detection of compressed archive formats. 2004-12-18 20:06:39 +00:00
Sergey Poznyakoff 6323ff0880 Updated 2004-12-18 20:06:18 +00:00
Sergey Poznyakoff 7b29b10847 Updated 2004-12-17 16:12:01 +00:00
Sergey Poznyakoff e6a67c2eb5 (delete_archive_members): Bugfix: when
attempting to delete an unexisting member, the last
blocking_factor blocks were zeroed.
2004-12-17 16:10:36 +00:00
Paul Eggert 2e7378e819 * TODO: Mention sub-second resolution, lutimes, lchmod. 2004-12-14 19:07:44 +00:00
Paul Eggert 849ec50941 Mention sub-second resolution, lutimes, lchmod. 2004-12-14 19:07:20 +00:00
Paul Eggert 889b8a1046 Remove unnecessary entries from lib/.cvsignore and m4/.cvsignore. 2004-11-28 06:41:15 +00:00
Paul Eggert 2f034ae71b Remove pathmax.h, xstrdup.c. 2004-11-28 06:40:35 +00:00
Paul Eggert bf8852627a Remove malloc.m4, pathmax.m4, realloc.m4. 2004-11-28 06:40:03 +00:00
Paul Eggert 73b52b1b9b Adjust to recent gnulib changes. 2004-11-28 06:32:01 +00:00