1. 0a65e19 Support the '=' command by Glenn L McGrath · 22 years ago
  2. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  3. 7127b58 Fix crashme code, by Jim Treadway by Glenn L McGrath · 22 years ago
  4. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  5. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  6. d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
  7. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  8. fda2b7f A patch from Jouni Malinen to avoid some buffer overflows in vi, by Eric Andersen · 22 years ago
  9. 6fdacc7 vi inlining by Aaron Lehmann · 22 years ago
  10. 00f5ecb Somehow I applied an old patch for the last commit - this one works now: by Robert Griebl · 22 years ago
  11. 7940147 Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) by Robert Griebl · 22 years ago
  12. a71389b Applied a patch from Philip Blundell <pb@nexus.co.uk>: by Robert Griebl · 22 years ago
  13. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  14. 47abc49 Patch from Simon Krahnke: by Robert Griebl · 22 years ago
  15. 86c76a9 fix from kergoth by Tim Riker · 22 years ago
  16. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  17. 5c69cd8 * editors/sed.c (process_file): Stop processing deleted lines. by Matt Kraai · 22 years ago
  18. 9eaf059 * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial by Matt Kraai · 23 years ago
  19. 5ed78ad * editors/sed.c (parse_edit_cmd): Rewrite. by Matt Kraai · 23 years ago
  20. d21735d * editors/sed.c (parse_edit_command): Require a newline after the backslash by Matt Kraai · 23 years ago
  21. 7062484 Ignore blanks before the first address and before the command. by Matt Kraai · 23 years ago
  22. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  23. 0c390a7 Eliminate warning. by Matt Kraai · 23 years ago
  24. 9c6b5fc Minor warning cleanups by Eric Andersen · 23 years ago
  25. bff7a60 Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor by Eric Andersen · 23 years ago
  26. 80f5ac7 Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi use xmalloc by Eric Andersen · 23 years ago
  27. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  28. a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
  29. c52a6b0 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> by Eric Andersen · 23 years ago
  30. 882cbcd more config.in entries from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  31. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  32. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  33. 8470b9a Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
  34. a0065d5 Fix s/[/]// handling (noted by Dumas Patrice). by Matt Kraai · 23 years ago
  35. b76cb68 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to by Eric Andersen · 23 years ago
  36. a3e4f45 Fix a problem with unsatisfied backrefs (noted by Martin Bene). by Matt Kraai · 23 years ago
  37. fdbac35 Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes by Eric Andersen · 23 years ago
  38. 51038a3 Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. by Matt Kraai · 23 years ago
  39. 547e102 Preserve whether or not the line was previously altered when running a by Matt Kraai · 23 years ago
  40. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  41. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  42. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  43. dd8500b Cleanups and sinze reduction for the vi applet from Aaron Lehmann by Eric Andersen · 23 years ago
  44. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  45. e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
  46. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  47. 02c40a7 Always apply commands with no specified range. by Matt Kraai · 23 years ago
  48. 0915c4b - Fixed bug where you couldn't mix line number and regexes in two-address cmds by Mark Whitley · 23 years ago
  49. 6e9e136 Use safe_strncpy. by Matt Kraai · 23 years ago
  50. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  51. 2338174 Always print a newline after a matching substitution. by Matt Kraai · 23 years ago
  52. d928acc ...Need to print just a few more newlines. by Mark Whitley · 23 years ago
  53. dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 23 years ago
  54. 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 23 years ago
  55. 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 23 years ago
  56. ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 23 years ago
  57. 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 23 years ago
  58. c33ebc9 A patch from Vladimir to use last_char_is(), and a patch from by Eric Andersen · 23 years ago
  59. 822c383 Another vi update from Sterling Huxley: by Eric Andersen · 23 years ago
  60. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  61. 56c14a6 Fixed a buglet where an extra newline was being added after an insert command by Mark Whitley · 23 years ago
  62. 497ef46 Made a correction to a bad test expression. Props to Larry Doolittle for by Mark Whitley · 23 years ago
  63. 1c0d311 Several fixes from Sterling Huxley for the vi applet. by Eric Andersen · 23 years ago
  64. 4fd382e Remove unused optarg variable by Eric Andersen · 23 years ago
  65. d402edf Some cleanups for libc5 support by Eric Andersen · 23 years ago
  66. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 23 years ago
  67. af63375 Applied patch from Anthony Towns that he posted to Debian bug tracking. by Mark Whitley · 23 years ago
  68. 038c8eb Applied patch from Erik Habbinga to fix a problem with an uninitialized by Mark Whitley · 23 years ago
  69. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  70. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  71. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  72. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  73. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  74. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  75. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  76. 28b3c53 I just whipped up support for arbitrary regex delimiters, so by Eric Andersen · 24 years ago
  77. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  78. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  79. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  80. f61caf0 Remove unneeded junk by Eric Andersen · 24 years ago
  81. eb69ead Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it by Mark Whitley · 24 years ago
  82. e7ff284 Now, what was that logic block doing up there? by Mark Whitley · 24 years ago
  83. 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
  84. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  85. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  86. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  87. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  88. 40406e6 Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where by Mark Whitley · 24 years ago
  89. 83e85f6 Modified print_subst_w_backrefs() so it will print backslash escaped by Mark Whitley · 24 years ago
  90. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  91. 1f45b26 As per a discussion on the mailing list between Matt and Pavel. I have removed by Mark Whitley · 24 years ago
  92. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  93. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  94. 97562bd - Added support for backreferences in substitution expressions up to nine by Mark Whitley · 24 years ago
  95. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  96. 464c5de Fixed a couple of buglets: by Mark Whitley · 24 years ago
  97. 70705d7 - Added support for semicolon delimited command lines. (woo-hoo!) by Mark Whitley · 24 years ago
  98. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  99. 34623db It dawned on me that I would need to grow a char buffer one extra char bigger by Mark Whitley · 24 years ago
  100. 0200834 Added error checking for edit commands; only a beginning address can be by Mark Whitley · 24 years ago