Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / uniq.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-08-31 Denys Vlasenkouniq: shave off whole 10 bytes off, oh my
2009-08-30 Denys Vlasenkouniq: code shrink
2009-08-30 Denys Vlasenkouniq: plug memory leak (patch from OpenWRT project)
2009-08-30 Denys Vlasenkouniq: rename some variables. no code changes
2009-03-09 Denis Vlasenkouniq: strncmp(a,b, -1) might be problematic, use INT_MA...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-03 Denis Vlasenkouniq: support -w. closes bug 3094.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-03-31 Denis Vlasenkouniq: getopt32-ization. -38 bytes.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-09-15 Manuel Novoa III Get rid of warnings, remove compat with older gnu uniq...
2005-09-08 Manuel Novoa III Rob, I don't know why you feel some unexplainable compu...
2005-09-07 Rob LandleyDon't comment warnings. Don't put #warnings about...
2005-09-06 Rob LandleyWhitespace-level changes. Replace s0,s1,e0,e1 with...
2005-07-30 Mike Frysingertell people to ignore the dups/e0 warnings
2004-08-28 Eric AndersenFixup some warnings
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-09 Eric AndersenPatch from Matt Kraai to implement uniq -[cdu]
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-07 John Beppuadded uniq_usage message
2000-01-06 John Beppudid tedious stuff
2000-01-06 Erik AndersenCool. Beppu is doing uniq.
2000-01-06 John Beppui am busybox of borg. unix will be assimilated.