- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 19578b4 Add help text for 'uniq -i' by Jody Bruchon · 8 years ago
- 8808f7f uniq: add -i option to ignore case by Jody Bruchon · 8 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 44f174e uniq: shave off whole 10 bytes off, oh my by Denys Vlasenko · 15 years ago
- 1249dbb uniq: code shrink by Denys Vlasenko · 15 years ago
- a9c9bf5 uniq: plug memory leak (patch from OpenWRT project) by Denys Vlasenko · 15 years ago
- 0aec9ff uniq: rename some variables. no code changes by Denys Vlasenko · 15 years ago
- 1a6adbd uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- de17ece - use skip_non_whitespace() where appropriate by Bernhard Reutner-Fischer · 18 years ago
- 4caa09a uniq: getopt32-ization. -38 bytes. by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
- ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
- 84b93f7 Get rid of warnings, remove compat with older gnu uniq to truly conform to susv3, and cut size a bit. by Manuel Novoa III · 19 years ago
- 415f6c9 Rob, I don't know why you feel some unexplainable compulsion to get rid of by Manuel Novoa III · 19 years ago
- 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
- 1283a15 Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and by Rob Landley · 19 years ago
- 0d3ca72 tell people to ignore the dups/e0 warnings by Mike Frysinger · 19 years ago
- b225e2a Fixup some warnings by Eric Andersen · 20 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
- e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- e5b6c7d More updates to the docs, and fixes to sync things with the docs. -Erik by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 9d83165 added uniq_usage message by John Beppu · 25 years ago
- 96f1f33 did tedious stuff by John Beppu · 25 years ago
- 0b874ed Cool. Beppu is doing uniq. -Erik by Erik Andersen · 25 years ago
- abb4772 i am busybox of borg. unix will be assimilated. by John Beppu · 25 years ago