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