summaryrefslogtreecommitdiff
path: root/archival/libunarchive/check_header_gzip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gunzip: s/unsigned char extra_short/unsigned extra_short/Denis Vlasenko2007-03-151-1/+1
| | | | we can unzip openssh-4.3p2.tar.gz now :)
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-6/+3
| | | | fix few corner cases, reduce size by 450 bytes. Update testsuite.
* style fixesDenis Vlasenko2006-12-261-2/+2
| | | | last xcalloc replaced by xzalloc
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-7/+7
|
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-7/+7
| | | | xlseek and fdlength() for the new mkswap.
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+3
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-0/+1
| | | | which were otherwise cluttering the global namespace.
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
|
* Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath2002-11-031-23/+12
|
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-9/+2
|
* New common unarchive code.Glenn L McGrath2002-09-251-0/+75