aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uniq.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-05Add help text for 'uniq -i'Jody Bruchon
2017-03-30uniq: add -i option to ignore caseJody Bruchon
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-08-31uniq: shave off whole 10 bytes off, oh myDenys Vlasenko
2009-08-30uniq: code shrinkDenys Vlasenko
2009-08-30uniq: plug memory leak (patch from OpenWRT project)Denys Vlasenko
2009-08-30uniq: rename some variables. no code changesDenys Vlasenko
2009-03-09uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-03uniq: 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 breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer
2005-09-15Get rid of warnings, remove compat with older gnu uniq to truly conform to su...Manuel Novoa III
2005-09-08Rob, I don't know why you feel some unexplainable compulsion to get rid ofManuel Novoa III
2005-09-07Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.Rob Landley
2005-09-06Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names andRob Landley
2005-07-30tell people to ignore the dups/e0 warningsMike Frysinger
2004-08-28Fixup some warningsEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen