aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* free coniditionally, just to make it play nice with dmalloc which is ↵Glenn L McGrath2001-07-112-4/+12
| | | | incompatable with standard free()
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-292-0/+2
| | | | | | | Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c.
* Fix a type promotion bug discivered and analyzed by Alan ModraEric Andersen2001-06-272-2/+2
| | | | <amodra@bigpond.net.au>, which caused false checksum errors
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-252-8/+0
| | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik
* Eliminated seeks so that we work correctly on pipes, and removed reliance onMatt Kraai2001-04-182-4/+18
| | | | | undefined evaluation ordering. Thanks to Anthony Towns for explanation and solution.
* Disable sigtermGlenn L McGrath2001-04-112-6/+6
|
* Move unzip, gz_open, gz_close to libbbGlenn L McGrath2001-04-112-0/+2050