Age | Commit message (Expand) | Author |
2006-01-30 | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley |
2005-12-15 | - Stephane Billiart writes: | Bernhard Reutner-Fischer |
2005-12-13 | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning | Bernhard Reutner-Fischer |
2005-12-11 | Add build options to control SuS compatability, allows numeric | Glenn L McGrath |
2005-08-13 | Very minor tweak to tail. | Rob Landley |
2005-07-26 | remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ... | Mike Frysinger |
2005-07-20 | applying fix for: | Paul Fox |
2005-05-07 | Manuel points out that if printf needs a flush to act like dprintf, the result | Rob Landley |
2005-05-07 | Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. | Rob Landley |
2004-09-30 | Patch from William Barsse to fix a segfault when multiple files are specified. | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-10-31 | Move the tail -c option from FANCY_TAIL to the default tail, this makes | Glenn L McGrath |
2003-03-28 | trivial fix to make sure we have sufficient arguments before | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-23 | Support the obsolete '+' option | Glenn L McGrath |
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl |
2002-05-17 | SUpport old style -[::digit::] options for head and tail | Robert Griebl |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen |
2001-06-26 | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen |
2001-05-21 | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-18 | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-05 | Turned some #define constants into static const ints. | Mark Whitley |
2001-01-05 | Rewrote tail. | Matt Kraai |
2000-12-18 | Rewrote dd. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-10-19 | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai |
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-08-22 | Fixed misuse of type "char" | Pavel Roskin |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-08-02 | Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. | Eric Andersen |
2000-08-02 | Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> | Eric Andersen |
2000-07-31 | Commit the rewrite of tail by Allen Soard | Eric Andersen |
2000-07-26 | Fixed a syntax error & superfluous param decl that was causing the build to | Mark Whitley |
2000-07-26 | Fix some bitrot. | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | More cleanups. | Eric Andersen |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-05-01 | Some accrued fixes/updates. | Erik Andersen |
2000-04-06 | Some more minor updates to better use some gcc attributes. | Erik Andersen |
2000-02-18 | Some updates for the day, | Erik Andersen |