Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -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. | ||||
* | New option 'list' produces output that can be used for the packages .list file. | Glenn L McGrath | 2001-02-12 | 1 | -5/+13 |
| | | | | Will be used be bb dpkg | ||||
* | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | Glenn L McGrath | 2001-02-11 | 1 | -85/+86 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -4/+4 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -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 | ||||
* | Close files before exit | Glenn L McGrath | 2001-01-20 | 1 | -0/+1 |
| | |||||
* | Fix warning for unused variable | Glenn L McGrath | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | really add dpkg-deb.c this time | Glenn L McGrath | 2001-01-02 | 1 | -0/+159 |