Age | Commit message (Expand) | Author |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-08-31 | uniq: shave off whole 10 bytes off, oh my | Denys Vlasenko |
2009-08-30 | uniq: code shrink | Denys Vlasenko |
2009-08-30 | uniq: plug memory leak (patch from OpenWRT project) | Denys Vlasenko |
2009-08-30 | uniq: rename some variables. no code changes | Denys Vlasenko |
2009-03-09 | uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-03 | uniq: support -w. closes bug 3094. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer |
2007-03-31 | uniq: getopt32-ization. -38 bytes. | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2005-10-26 | * uniq.c: remove unneeded include and use short boilerplate. | Bernhard Reutner-Fischer |
2005-09-15 | Get rid of warnings, remove compat with older gnu uniq to truly conform to su... | Manuel Novoa III |
2005-09-08 | Rob, I don't know why you feel some unexplainable compulsion to get rid of | Manuel Novoa III |
2005-09-07 | Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. | Rob Landley |
2005-09-06 | Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and | Rob Landley |
2005-07-30 | tell people to ignore the dups/e0 warnings | Mike Frysinger |
2004-08-28 | Fixup some warnings | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2000-12-09 | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen |
2000-09-27 | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
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-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-04-17 | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen |
2000-04-13 | Upates to include copyright 2000 to everything | 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 |