summaryrefslogtreecommitdiff
path: root/cat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
| | | | | warnings with glibc 2.2 and use always use xfopen -Erik
* 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
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+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
* Continue concatenating files even if we can't open one.Matt Kraai2000-09-271-4/+5
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Handle 'cat -'Eric Andersen2000-09-211-4/+3
|
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-15/+1
| | | | | Adjusted to make lsmod and sh compilable as standalone apps. Comment fixes
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* Correct argument parsing and other minor cleanups.Matt Kraai2000-07-131-11/+11
|
* 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
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-1/+5
|
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+8
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-26/+28
| | | | -Erik
* Latest and greatestEric Andersen1999-12-081-3/+2
|
* StufEric Andersen1999-11-231-3/+1
|
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+1
|
* FixedEric Andersen1999-10-201-1/+2
|
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
|
* More stuff.Eric Andersen1999-10-181-2/+1
| | | | -Erik
* More stuff...Eric Andersen1999-10-121-10/+18
|
* Latest and greatest.Eric Andersen1999-10-121-4/+4
| | | | -Erik
* More stuff works.Eric Andersen1999-10-051-4/+4
| | | | -Erik
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+54