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