1. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  2. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  3. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  4. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  5. 890ac9d awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 by Denis Vlasenko · 18 years ago
  6. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  7. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  8. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  9. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  10. e2016e1 sed: -e options were handled in reverse order. fix that. by Denis Vlasenko · 18 years ago
  11. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  12. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  13. 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  14. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  15. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  16. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  17. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  18. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  19. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  20. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  21. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  22. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  23. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 19 years ago
  24. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 19 years ago
  25. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 19 years ago
  26. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 19 years ago
  27. e5e1a10 Remove pointless "inline" wrapper around get_terminal_width_height(). by Rob Landley · 19 years ago
  28. 2d6af16 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close by Rob Landley · 19 years ago
  29. 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 19 years ago
  30. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  31. 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
  32. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  33. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  34. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  35. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 19 years ago
  36. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  37. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 19 years ago
  38. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 19 years ago
  39. d9ed35c - remove superfluous legacy includes. by Bernhard Reutner-Fischer · 19 years ago
  40. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  41. 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
  42. e3f5a3f Convert sed's static variables to a single global structure. by Rob Landley · 19 years ago
  43. 0b65628 Move sed over to the generic llist_t for append. Saves about 90 bytes. by Rob Landley · 19 years ago
  44. baa89b3 Patch to fix bug 868, and some related cleanup while I was in the area. by Rob Landley · 19 years ago
  45. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  46. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  47. 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago
  48. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  49. b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 19 years ago
  50. f0305b7 fix behavior of ZZ, with respect to readonly mode(s). original by Paul Fox · 19 years ago
  51. 9360f42 add support for :wn (initial patch from Alexander Griesser) by Paul Fox · 19 years ago
  52. dbf935d drop obsolete version string in favor of actual BB version (from by Paul Fox · 19 years ago
  53. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  54. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  55. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  56. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  57. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  58. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  59. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  60. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  61. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
  62. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  63. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  64. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  65. 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
  66. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  67. dfe6e74 changed strange mix signed<->unsigned by "Vladimir N. Oleynik" · 19 years ago
  68. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  69. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  70. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  71. c1ef7bd just whitespace by Tim Riker · 19 years ago
  72. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  73. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  74. 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago
  75. d957b95 fix bug #474: 0000474: vi crashes often by Paul Fox · 19 years ago
  76. fae1dc8 Support # comments after s/// option list. by Rob Landley · 19 years ago
  77. c63fe91 \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. by Rob Landley · 19 years ago
  78. ee9cf48 - correct boilerplate by Bernhard Reutner-Fischer · 19 years ago
  79. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  80. bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
  81. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  82. 554a9ff - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe by Bernhard Reutner-Fischer · 19 years ago
  83. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  84. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
  85. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  86. f87b3e3 as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits by Mike Frysinger · 19 years ago
  87. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  88. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  89. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  90. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  91. c350485 initialize a couple of vars whose warnings were suppressed because by Paul Fox · 19 years ago
  92. 8552aec some combinations of status line and screen refresh don't give a by Paul Fox · 19 years ago
  93. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  94. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  95. f2de0b7 allow either backspace or DEL, in addition to the user's erase by Paul Fox · 19 years ago
  96. babd3fb Missing break was screwing up 'y//' command. Bug #248. by Rob Landley · 19 years ago
  97. 078bacf Patch -i support from Berhnard Fischer. by Rob Landley · 19 years ago
  98. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  99. 18433aa applying fix for: by Paul Fox · 19 years ago
  100. d13b90b allow both ^H and DEL to backspace in insert mode (bug #23) by Paul Fox · 19 years ago