Age | Commit message (Collapse) | Author |
|
tar files wernt being created.
|
|
|
|
(gzip_main): Handle multiple files.
* include/usage.h (gzip_trivial_usage): Allow multiple FILEs.
(gzip_full_usage): Ditto.
* testsuite/gzip/gzip-accepts-multiple-files: New.
* testsuite/gzip/gzip-removes-original-file: New.
|
|
|
|
|
|
* archival/tar.c (append_file_list_to_list): Likewise.
|
|
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
filename was not explicitly specified were segfaulting.
-Erik
|
|
|
|
binary size.
|
|
|
|
|
|
|
|
|
|
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression,
as it was eating into the crc/size field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with some minor edits from me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
|
|
|
|
-Erik
|
|
applets that use unarchive changed to match.
|
|
|
|
|
|
|
|
|
|
set its status correctly.
|
|
Only initialise a new entry in the status hashtable if it really is a new entry.
|
|
This code could be improvemed by
1) supporting more options,
2) Creating a shared crc table with gunzip, or perhaps generated on the fly.
3) Removing any remaining unneccessary code (e.g. if (noisy))
|
|
|
|
package the old packages status was getting overwritten.
|
|
up by Stefan
|