aboutsummaryrefslogtreecommitdiff
path: root/dpkg_deb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dpkg_deb had not been updated for the new gunzip interface. Fix it.andersen2001-04-051-2/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2251 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-4/+2
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New option 'list' produces output that can be used for the packages .list file.bug12001-02-121-5/+13
| | | | | | | Will be used be bb dpkg git-svn-id: svn://busybox.net/trunk/busybox@1794 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New function, deb-extract to be used by dpkg, code cleanups. saves some bytesbug12001-02-111-85/+86
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+3
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close files before exitbug12001-01-201-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1623 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix warning for unused variablebug12001-01-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1526 69ca8d6d-28ef-0310-b511-8ec308f3f277
* really add dpkg-deb.c this timebug12001-01-021-0/+159
git-svn-id: svn://busybox.net/trunk/busybox@1519 69ca8d6d-28ef-0310-b511-8ec308f3f277