1. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  2. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  3. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  4. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  5. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  6. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  7. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  8. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  9. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
  10. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  11. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  12. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  13. 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
  14. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  15. dfe6e74 changed strange mix signed<->unsigned by "Vladimir N. Oleynik" · 19 years ago
  16. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  17. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  18. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  19. c1ef7bd just whitespace by Tim Riker · 19 years ago
  20. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  21. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  22. 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago
  23. d957b95 fix bug #474: 0000474: vi crashes often by Paul Fox · 19 years ago
  24. fae1dc8 Support # comments after s/// option list. by Rob Landley · 19 years ago
  25. c63fe91 \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. by Rob Landley · 19 years ago
  26. ee9cf48 - correct boilerplate by Bernhard Reutner-Fischer · 19 years ago
  27. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  28. bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
  29. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  30. 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
  31. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  32. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
  33. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  34. 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
  35. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  36. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  37. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  38. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  39. c350485 initialize a couple of vars whose warnings were suppressed because by Paul Fox · 19 years ago
  40. 8552aec some combinations of status line and screen refresh don't give a by Paul Fox · 19 years ago
  41. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  42. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  43. f2de0b7 allow either backspace or DEL, in addition to the user's erase by Paul Fox · 19 years ago
  44. babd3fb Missing break was screwing up 'y//' command. Bug #248. by Rob Landley · 19 years ago
  45. 078bacf Patch -i support from Berhnard Fischer. by Rob Landley · 19 years ago
  46. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  47. 18433aa applying fix for: by Paul Fox · 19 years ago
  48. d13b90b allow both ^H and DEL to backspace in insert mode (bug #23) by Paul Fox · 19 years ago
  49. 0ef24c6 Fix vi so that error messages, insert mode messages, etc are by Eric Andersen · 19 years ago
  50. ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 20 years ago
  51. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 20 years ago
  52. 5797c7f Doug Swarin pointed out a security bug in the -i option of sed. by Rob Landley · 20 years ago
  53. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  54. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
  55. dcc2866 Hiroshi found another bug. Currently sed's $ triggers at end of every file, by Rob Landley · 20 years ago
  56. ce4f0e9 Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwired by Rob Landley · 20 years ago
  57. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  58. ca29ffc Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. by Glenn L McGrath · 20 years ago
  59. a9eb33d regularly update the status line display -Erik by Eric Andersen · 20 years ago
  60. 67776be Simon Poole reports that awk segfaults when environment variables by Eric Andersen · 20 years ago
  61. 1fbc909 Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script. by Glenn L McGrath · 20 years ago
  62. 165e8cb Assign 'forced' before the goto to avoid a warning by Eric Andersen · 20 years ago
  63. 9855548 Rob Landley writes: by Eric Andersen · 21 years ago
  64. 21d7d61 Use int instead of char for return type, in theory avoiding a cast by Glenn L McGrath · 21 years ago
  65. 5d2edbf Fix for debian bug #248106, should use int for returned getopt value. by Glenn L McGrath · 21 years ago
  66. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  67. b946695 This sed patch can only be described as "duh". Stat the source file, chmod by Eric Andersen · 21 years ago
  68. faa7d86 So I'm building a linux from scratch system, using a working script to do this by Eric Andersen · 21 years ago
  69. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  70. 25d8239 The last patch broke: sed -i "/^boo/a fred" ipsec.conf by Rob Landley · 21 years ago
  71. 46390ed Junio Hamano, junio at twinsun dot com writes: by Eric Andersen · 21 years ago
  72. 90fb65f Patch from Thomas Winkler -- vi -R did not work by Eric Andersen · 21 years ago
  73. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  74. 4bded58 Patch from Dmitry Zakharov, this line was missedfrom the last patch by Glenn L McGrath · 21 years ago
  75. 53302f8 Add -i option to sed, to edit files in-place. by Rob Landley · 21 years ago
  76. 5cc90ea Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  77. aeea32c Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  78. c06f568 Rob Landley writes: by Eric Andersen · 21 years ago
  79. ee82906 Patch by Richard Kojedzinszky, when using END at end of lines it was by Glenn L McGrath · 21 years ago
  80. 40ec4ae by Rob Landley · 21 years ago
  81. d10f36f Match changes made to cmdedit by Eric Andersen · 21 years ago
  82. 52a3c27 Patch from Matt Kraai: by Eric Andersen · 21 years ago
  83. 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
  84. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  85. 638da75 Fix some warnings that have crept in recently by Eric Andersen · 21 years ago
  86. 586d86c Comaptability with gcc-2.95 by Glenn L McGrath · 21 years ago
  87. 42c2573 Patch from Rob Landley; by Glenn L McGrath · 21 years ago
  88. 0ad4daa Patch from Rob Landley to fix backrefs by Glenn L McGrath · 21 years ago
  89. 738fb33 Patch by Rob Landley, fix "newline after edit command" by Glenn L McGrath · 21 years ago
  90. aa5a602 Patch by Rob Landley, work in progress update, fixes lots of bugs, by Glenn L McGrath · 21 years ago
  91. 761ec20 Fix some typo's, remove some extra free statements by Glenn L McGrath · 21 years ago
  92. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  93. 204ff1c Fix a bug that creapt in recently with substitution subprinting, and add by Glenn L McGrath · 21 years ago
  94. 977451e Fix a simple mistake with pattern space, and add a test for it by Glenn L McGrath · 21 years ago
  95. e3e28d3 Fix some memory allocation problems by Glenn L McGrath · 21 years ago
  96. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  97. 2eed0e2 Add a test for the 'P' command and fix current implementation so it by Glenn L McGrath · 21 years ago
  98. 6e5687a A test and fix for the sed 'n' command by Glenn L McGrath · 21 years ago
  99. 7311631 Fix for the sed-append-next-line test by Glenn L McGrath · 21 years ago
  100. 640c1f5 Fix recursion problem by Glenn L McGrath · 21 years ago