1. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  2. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 14 years ago
  3. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 14 years ago
  4. eb08b6e sed: trivial code shrink -18 bytes by Denys Vlasenko · 14 years ago
  5. e329089 Revert "sed: trivial code shrink" by Denys Vlasenko · 14 years ago
  6. c2c7aa4 sed: trivial code shrink by Denys Vlasenko · 14 years ago
  7. 3b727cc add a comment about sed and suid bits by Denys Vlasenko · 14 years ago
  8. c467924 typo fix by Denys Vlasenko · 15 years ago
  9. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  10. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  11. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  12. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  13. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  14. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  15. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  16. 5799248 sed: on output file, set not only mode, but owner too by Denys Vlasenko · 15 years ago
  17. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  18. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  19. 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
  20. 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
  21. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  22. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  23. 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
  24. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  25. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  26. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  27. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  28. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  29. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  30. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  31. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  32. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  33. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  34. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  35. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  36. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  37. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  38. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  39. 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
  40. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  41. 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago
  42. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  43. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  44. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  45. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  46. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
  47. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  48. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  49. 945bd3d sed: fix escaped newlines in -f; fix multiple -f and -e by Denis Vlasenko · 18 years ago
  50. 17a1526 sed: a communal variable managed to slip past 'size' by Denis Vlasenko · 18 years ago
  51. 4b0bb9e sed: fix very obscure case of escaped newline in sed command by Denis Vlasenko · 18 years ago
  52. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  53. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  54. 34c4e5f silly space saving in sed by Denis Vlasenko · 18 years ago
  55. 54767db micro optimization by Denis Vlasenko · 18 years ago
  56. 9356b50 preparatory patch for -Wwrite-strings #7: sed by Denis Vlasenko · 18 years ago
  57. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  58. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  59. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  60. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  61. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  62. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  63. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  64. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  65. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  66. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  67. 2ea630f bb_makedev: fix for glibc 2.3.2 sed: fix C++ style declaration by Denis Vlasenko · 18 years ago
  68. 2f8f71b sed: style fixes by Denis Vlasenko · 18 years ago
  69. 1375bc7 sed: fix handling of files not ending in '\n' by Denis Vlasenko · 18 years ago
  70. 8b22b07 sed: improve handling of NULs by Denis Vlasenko · 18 years ago
  71. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  72. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  73. 8077850 sed: mostly style fixes, very small changes in actual code by Denis Vlasenko · 18 years ago
  74. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  75. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  76. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  77. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  78. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  79. e2016e1 sed: -e options were handled in reverse order. fix that. by Denis Vlasenko · 18 years ago
  80. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  81. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  82. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  83. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  84. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  85. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  86. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  87. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  88. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 18 years ago
  89. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  90. 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
  91. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  92. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  93. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 19 years ago
  94. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 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. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  98. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  99. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  100. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago