1. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
  2. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  3. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  4. 945bd3d sed: fix escaped newlines in -f; fix multiple -f and -e by Denis Vlasenko · 18 years ago
  5. 17a1526 sed: a communal variable managed to slip past 'size' by Denis Vlasenko · 18 years ago
  6. 4b0bb9e sed: fix very obscure case of escaped newline in sed command by Denis Vlasenko · 18 years ago
  7. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. 34c4e5f silly space saving in sed by Denis Vlasenko · 18 years ago
  10. 54767db micro optimization by Denis Vlasenko · 18 years ago
  11. 9356b50 preparatory patch for -Wwrite-strings #7: sed by Denis Vlasenko · 18 years ago
  12. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  13. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  14. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  15. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  16. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  17. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  18. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  19. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  20. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  21. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  22. 2ea630f bb_makedev: fix for glibc 2.3.2 sed: fix C++ style declaration by Denis Vlasenko · 18 years ago
  23. 2f8f71b sed: style fixes by Denis Vlasenko · 18 years ago
  24. 1375bc7 sed: fix handling of files not ending in '\n' by Denis Vlasenko · 18 years ago
  25. 8b22b07 sed: improve handling of NULs by Denis Vlasenko · 18 years ago
  26. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  27. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  28. 8077850 sed: mostly style fixes, very small changes in actual code by Denis Vlasenko · 18 years ago
  29. d18a3a2 use skip_whitespace where appropriate 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. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  32. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  33. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  34. e2016e1 sed: -e options were handled in reverse order. fix that. by Denis Vlasenko · 18 years ago
  35. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  36. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  37. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  38. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  39. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  40. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  41. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  42. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  43. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 18 years ago
  44. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  45. 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
  46. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  47. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  48. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 19 years ago
  49. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  50. e3f5a3f Convert sed's static variables to a single global structure. by Rob Landley · 19 years ago
  51. 0b65628 Move sed over to the generic llist_t for append. Saves about 90 bytes. by Rob Landley · 19 years ago
  52. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  53. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  54. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  55. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
  56. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  57. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  58. c1ef7bd just whitespace by Tim Riker · 19 years ago
  59. fae1dc8 Support # comments after s/// option list. by Rob Landley · 19 years ago
  60. c63fe91 \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. by Rob Landley · 19 years ago
  61. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  62. babd3fb Missing break was screwing up 'y//' command. Bug #248. by Rob Landley · 19 years ago
  63. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 20 years ago
  64. 5797c7f Doug Swarin pointed out a security bug in the -i option of sed. by Rob Landley · 20 years ago
  65. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  66. dcc2866 Hiroshi found another bug. Currently sed's $ triggers at end of every file, by Rob Landley · 20 years ago
  67. ce4f0e9 Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwired by Rob Landley · 20 years ago
  68. 9855548 Rob Landley writes: by Eric Andersen · 21 years ago
  69. 21d7d61 Use int instead of char for return type, in theory avoiding a cast by Glenn L McGrath · 21 years ago
  70. 5d2edbf Fix for debian bug #248106, should use int for returned getopt value. by Glenn L McGrath · 21 years ago
  71. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  72. b946695 This sed patch can only be described as "duh". Stat the source file, chmod by Eric Andersen · 21 years ago
  73. faa7d86 So I'm building a linux from scratch system, using a working script to do this by Eric Andersen · 21 years ago
  74. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  75. 25d8239 The last patch broke: sed -i "/^boo/a fred" ipsec.conf by Rob Landley · 21 years ago
  76. 46390ed Junio Hamano, junio at twinsun dot com writes: by Eric Andersen · 21 years ago
  77. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  78. 53302f8 Add -i option to sed, to edit files in-place. by Rob Landley · 21 years ago
  79. c06f568 Rob Landley writes: by Eric Andersen · 21 years ago
  80. 40ec4ae by Rob Landley · 21 years ago
  81. 52a3c27 Patch from Matt Kraai: by Eric Andersen · 21 years ago
  82. 638da75 Fix some warnings that have crept in recently by Eric Andersen · 21 years ago
  83. 586d86c Comaptability with gcc-2.95 by Glenn L McGrath · 21 years ago
  84. 42c2573 Patch from Rob Landley; by Glenn L McGrath · 21 years ago
  85. 0ad4daa Patch from Rob Landley to fix backrefs by Glenn L McGrath · 21 years ago
  86. 738fb33 Patch by Rob Landley, fix "newline after edit command" by Glenn L McGrath · 21 years ago
  87. aa5a602 Patch by Rob Landley, work in progress update, fixes lots of bugs, by Glenn L McGrath · 21 years ago
  88. 761ec20 Fix some typo's, remove some extra free statements by Glenn L McGrath · 21 years ago
  89. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  90. 204ff1c Fix a bug that creapt in recently with substitution subprinting, and add by Glenn L McGrath · 21 years ago
  91. 977451e Fix a simple mistake with pattern space, and add a test for it by Glenn L McGrath · 21 years ago
  92. e3e28d3 Fix some memory allocation problems by Glenn L McGrath · 21 years ago
  93. 2eed0e2 Add a test for the 'P' command and fix current implementation so it by Glenn L McGrath · 21 years ago
  94. 6e5687a A test and fix for the sed 'n' command by Glenn L McGrath · 21 years ago
  95. 7311631 Fix for the sed-append-next-line test by Glenn L McGrath · 21 years ago
  96. 640c1f5 Fix recursion problem by Glenn L McGrath · 21 years ago
  97. 294d113 Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` by Glenn L McGrath · 21 years ago
  98. 8417c8c Cleanup memory usage by Glenn L McGrath · 21 years ago
  99. edc388c The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of by Glenn L McGrath · 21 years ago
  100. 3fe4756 Preserve substitution flag value within the current line. by Glenn L McGrath · 21 years ago