summaryrefslogtreecommitdiff
path: root/deallocvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
|
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
|
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-8/+4
|
* Added some necessary brackets, removed debug noise.Mark Whitley2000-12-131-4/+3
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-3/+3
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix the bandaid.Eric Andersen2000-09-231-3/+6
|
* Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvtEric Andersen2000-09-221-1/+1
| | | | | | has code for handling no arguments, but the usage checking code aborted if there are any other than two arguments. -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-8/+8
| | | | for their extraction to a separate file.
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-5/+3
|
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-7/+3
|
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-2/+5
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-3/+3
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+5
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-1/+0
| | | | | compatability. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-30/+32
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-2/+4
| | | | -Erik
* StufEric Andersen1999-10-281-0/+1
|
* StufEric Andersen1999-10-251-0/+47