| Commit message (Expand) | Author | Age | Files | Lines |
* | uniq: really support -z | Ron Yorston | 2021-06-24 | 1 | -1/+1 |
* | uniq: support -z | Denys Vlasenko | 2021-06-17 | 1 | -9/+13 |
* | help text tweaks | Denys Vlasenko | 2020-12-18 | 1 | -1/+1 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -1/+1 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Add help text for 'uniq -i' | Jody Bruchon | 2017-04-05 | 1 | -0/+1 |
* | uniq: add -i option to ignore case | Jody Bruchon | 2017-03-30 | 1 | -2/+8 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+9 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+1 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+18 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | *: replace xopen3 with xopen where makes sense | Denys Vlasenko | 2010-10-18 | 1 | -2/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | uniq: shave off whole 10 bytes off, oh my | Denys Vlasenko | 2009-08-31 | 1 | -23/+22 |
* | uniq: code shrink | Denys Vlasenko | 2009-08-30 | 1 | -17/+17 |
* | uniq: plug memory leak (patch from OpenWRT project) | Denys Vlasenko | 2009-08-30 | 1 | -0/+1 |
* | uniq: rename some variables. no code changes | Denys Vlasenko | 2009-08-30 | 1 | -23/+28 |
* | uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead | Denis Vlasenko | 2009-03-09 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | uniq: support -w. closes bug 3094. | Denis Vlasenko | 2008-05-03 | 1 | -12/+11 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -1/+1 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -3/+1 |
* | uniq: getopt32-ization. -38 bytes. | Denis Vlasenko | 2007-03-31 | 1 | -22/+23 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -7/+7 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -5/+2 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -4/+2 |
* | * uniq.c: remove unneeded include and use short boilerplate. | Bernhard Reutner-Fischer | 2005-10-26 | 1 | -15/+1 |
* | Get rid of warnings, remove compat with older gnu uniq to truly conform to su... | Manuel Novoa III | 2005-09-15 | 1 | -46/+43 |
* | Rob, I don't know why you feel some unexplainable compulsion to get rid of | Manuel Novoa III | 2005-09-08 | 1 | -48/+70 |
* | Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. | Rob Landley | 2005-09-07 | 1 | -31/+36 |
* | Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and | Rob Landley | 2005-09-06 | 1 | -39/+24 |
* | tell people to ignore the dups/e0 warnings | Mike Frysinger | 2005-07-30 | 1 | -0/+1 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -51/+75 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -3/+2 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen | 2000-12-09 | 1 | -7/+38 |