| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied patch from I.Q. to add sort -u as a feature. | markw | 2001-04-17 | 1 | -7/+21 |
* | Changed line[strlen(line) - 1] = '\0'; to chomp(line); | markw | 2001-04-17 | 1 | -1/+1 |
* | Applied patch from I.Q. to fix problem with sort -n. | markw | 2001-04-17 | 1 | -3/+5 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | andersen | 2001-03-09 | 1 | -2/+2 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | andersen | 2001-03-09 | 1 | -0/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+2 |
* | Rewrote. | kraai | 2000-12-20 | 1 | -239/+37 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -2/+2 |
* | + shortened main() a little, and a few aesthetic cleanups here & there. | beppu | 2000-09-28 | 1 | -21/+19 |
* | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 2000-09-25 | 1 | -2/+2 |
* | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | kraai | 2000-09-13 | 1 | -9/+3 |
* | Extract usage information into a separate file. | kraai | 2000-07-16 | 1 | -11/+1 |
* | Use errorMsg rather than fprintf. | kraai | 2000-07-14 | 1 | -2/+2 |
* | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | markw | 2000-06-28 | 1 | -2/+2 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | andersen | 2000-06-19 | 1 | -2/+2 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | erik | 2000-05-12 | 1 | -2/+6 |
* | + in the interest of robustness, I added | beppu | 2000-04-17 | 1 | -26/+6 |
* | More documentation updates, and minor fixes to make things sync | erik | 2000-04-15 | 1 | -2/+2 |
* | Upates to include copyright 2000 to everything | erik | 2000-04-13 | 1 | -2/+2 |
* | A few updates (including the cp fix the Craig has been looking for) | erik | 2000-03-04 | 1 | -9/+19 |
* | Some formatting updates (ran the code through indent) | erik | 2000-02-08 | 1 | -192/+193 |
* | A few minor updates. ;-) | erik | 2000-02-07 | 1 | -1/+1 |
* | * added (and documented) "-n" option for head - | erik | 2000-01-23 | 1 | -2/+2 |
* | sort is good to go. | beppu | 1999-12-23 | 1 | -23/+26 |
* | implemented numeric sort (sort -g) | beppu | 1999-12-23 | 1 | -9/+30 |
* | oops.. qsort(2) misunderstanding on my part. | beppu | 1999-12-22 | 1 | -5/+24 |
* | playing w/ $Log$ | beppu | 1999-12-22 | 1 | -7/+7 |
* | the base is nearly done. | beppu | 1999-12-22 | 1 | -21/+72 |
* | added hooks for sort | beppu | 1999-12-22 | 1 | -2/+22 |
* | work in progress... | beppu | 1999-12-22 | 1 | -11/+82 |
* | this is my work in progress. | beppu | 1999-12-21 | 1 | -0/+127 |