Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -4/+5 |
| | | | | -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -14/+26 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -1/+1 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Get rid of redundant TRUE and FALSE definitions. | Matt Kraai | 2000-12-07 | 1 | -7/+0 |
| | |||||
* | Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' | Eric Andersen | 2000-12-06 | 1 | -1/+1 |
| | | | | so it properly outputs "1 2 3". | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -13/+0 |
| | |||||
* | More cleanups. | Eric Andersen | 2000-07-14 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | Fix uninitialized variable. | Eric Andersen | 2000-07-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | From Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen | 2000-07-13 | 1 | -24/+28 |
| | | | | | | | | | | | | | > Here is a patch so that tr can handle NULL characters as well. Give it > a shot and let me know what you think. It is against the latest CVS > version. > > In my tests, the following now works as expected. > > tr '\0' '\n' > > Later, > Matt | ||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | GNU tr complains on the following: $ tr a '' tr: when not truncating set1, string2 must be non-empty BusyBox tr does not complain: $ tr a '' a ^D 0 It should result in an error, not in some spurious output. The attached patch generates an error. Matt | ||||
* | * Fix to tr so it recognizes standard escape sequences. Merged common | Eric Andersen | 2000-07-05 | 1 | -10/+2 |
| | | | | | | | escape seq. code from tr and echo into utility.c. Fix thanks to Matt Kraai <kraai@alumni.carnegiemellon.edu>. * This should close Bug #1015. Please test. -Erik | ||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -12/+17 |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | ||||
* | More stuff | Erik Andersen | 2000-05-02 | 1 | -2/+4 |
| | | | | -Erik | ||||
* | Due to the license change I can now use Minix code. Minix tr | Erik Andersen | 2000-05-01 | 1 | -525/+190 |
| | | | | | | (adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik | ||||
* | Bugfixes. | Erik Andersen | 2000-04-17 | 1 | -5/+2 |
| | | | | -Erik | ||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -7/+7 |
| | | | | | up with the docs. -Erik | ||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -3/+2 |
| | | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | ||||
* | Add in tr and dirname | Erik Andersen | 2000-03-05 | 1 | -0/+578 |
-Erik |