1. 17a1526 sed: a communal variable managed to slip past 'size' by Denis Vlasenko · 18 years ago
  2. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 18 years ago
  3. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  4. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  5. 2a51af2 vi: fix signed char-induced potential bugs by Denis Vlasenko · 18 years ago
  6. afa37cf vi: remove Byte typedef and massive amount of casts. by Denis Vlasenko · 18 years ago
  7. f923413 vi: support $EXINIT and -c by Denis Vlasenko · 18 years ago
  8. 4b0bb9e sed: fix very obscure case of escaped newline in sed command by Denis Vlasenko · 18 years ago
  9. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  10. be644a8 awk: support multiple -v options by Denis Vlasenko · 18 years ago
  11. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  12. 629563b awk: fix memory leak (can affect large file processing) by Denis Vlasenko · 18 years ago
  13. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  14. 34c4e5f silly space saving in sed by Denis Vlasenko · 18 years ago
  15. 54767db micro optimization by Denis Vlasenko · 18 years ago
  16. 9356b50 preparatory patch for -Wwrite-strings #7: sed by Denis Vlasenko · 18 years ago
  17. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  18. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  19. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  20. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  21. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  22. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  23. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  24. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  25. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  26. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  27. e1d3e03 awk: style fixes by Denis Vlasenko · 18 years ago
  28. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  29. f782f52 awk: style cleanup. A lot of rw data moved to ro by Denis Vlasenko · 18 years ago
  30. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  31. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  32. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  33. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  34. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  35. 249fabf Add option to disable command execution from vi & awk by Denis Vlasenko · 18 years ago
  36. 0a10da2 diff: comment - explain what happens when hunk fails to apply by Denis Vlasenko · 18 years ago
  37. f7583d8 patch: fix double-free (bug 1120) by Denis Vlasenko · 18 years ago
  38. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  39. 2ea630f bb_makedev: fix for glibc 2.3.2 sed: fix C++ style declaration by Denis Vlasenko · 18 years ago
  40. 2f8f71b sed: style fixes by Denis Vlasenko · 18 years ago
  41. 1375bc7 sed: fix handling of files not ending in '\n' by Denis Vlasenko · 18 years ago
  42. 8b22b07 sed: improve handling of NULs by Denis Vlasenko · 18 years ago
  43. 610c4aa ed: convert style to bbox's. No code changes. by Denis Vlasenko · 18 years ago
  44. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  45. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  46. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  47. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  48. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  49. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  50. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  51. 8077850 sed: mostly style fixes, very small changes in actual code by Denis Vlasenko · 18 years ago
  52. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  53. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  54. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  55. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  56. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  57. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  58. 890ac9d awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 by Denis Vlasenko · 18 years ago
  59. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  60. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  61. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  62. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  63. e2016e1 sed: -e options were handled in reverse order. fix that. by Denis Vlasenko · 18 years ago
  64. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  65. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  66. 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  67. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  68. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  69. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  70. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  71. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  72. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  73. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  74. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  75. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  76. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  77. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  78. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 18 years ago
  79. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  80. e5e1a10 Remove pointless "inline" wrapper around get_terminal_width_height(). by Rob Landley · 18 years ago
  81. 2d6af16 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close by Rob Landley · 18 years ago
  82. 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 19 years ago
  83. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  84. 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
  85. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  86. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  87. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  88. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 19 years ago
  89. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  90. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 19 years ago
  91. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 19 years ago
  92. d9ed35c - remove superfluous legacy includes. by Bernhard Reutner-Fischer · 19 years ago
  93. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  94. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  95. e3f5a3f Convert sed's static variables to a single global structure. by Rob Landley · 19 years ago
  96. 0b65628 Move sed over to the generic llist_t for append. Saves about 90 bytes. by Rob Landley · 19 years ago
  97. baa89b3 Patch to fix bug 868, and some related cleanup while I was in the area. by Rob Landley · 19 years ago
  98. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  99. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  100. 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago