summaryrefslogtreecommitdiff
path: root/more.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
| | | | | | | 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
* Make cin be staticEric Andersen2001-01-261-1/+1
|
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-6/+6
| | | | Vladimir N. Oleynik.
* Improvements from Vladimir N. Oleynik.Matt Kraai2000-12-301-1/+1
|
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-1/+1
| | | | LDFLAGS += -Wl,-warn-common
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-5/+1
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Large file >2Gib support.Eric Andersen2000-09-211-0/+4
|
* Centralize handling of --help.Matt Kraai2000-07-191-4/+0
|
* Extract usage information into a separate file.Matt Kraai2000-07-161-6/+0
|
* More fixes for "missing initializers"Pavel Roskin2000-07-141-1/+1
|
* Cleaned up some #ifdef spiderwebs.Mark Whitley2000-06-211-30/+19
|
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Added some comments and changed a variable name to be more meaningful. NoMark Whitley2000-06-161-5/+22
| | | | fixes yet for the space bug, but should be coming soon.
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-2/+2
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+9
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+10
| | | | | compatability. -Erik
* Some more updates and such...Erik Andersen2000-04-211-0/+2
| | | | -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-6/+15
|
* UpdatesErik Andersen2000-04-181-17/+5
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-97/+102
| | | | -Erik
* StufEric Andersen1999-11-191-8/+0
|
* StufEric Andersen1999-11-191-1/+1
|
* Latest and greatestEric Andersen1999-11-121-6/+7
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
| | | | -Erik
* StuffEric Andersen1999-11-091-20/+53
|
* StuffEric Andersen1999-11-081-10/+11
| | | | -Erik
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+5
|
* Add a trivial ps command.Eric Andersen1999-10-201-1/+1
|
* More stuffEric Andersen1999-10-191-23/+39
|
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
|
* More stuff.Eric Andersen1999-10-181-2/+1
| | | | -Erik
* More fixesEric Andersen1999-10-131-2/+2
|
* More stuff...Eric Andersen1999-10-121-13/+66
|
* more stuffEric Andersen1999-10-061-7/+12
|
* latest and greatest.Eric Andersen1999-10-061-97/+72
|
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+110