1. 56c14a6 Fixed a buglet where an extra newline was being added after an insert command by Mark Whitley · 23 years ago
  2. 497ef46 Made a correction to a bad test expression. Props to Larry Doolittle for by Mark Whitley · 23 years ago
  3. af63375 Applied patch from Anthony Towns that he posted to Debian bug tracking. by Mark Whitley · 23 years ago
  4. 038c8eb Applied patch from Erik Habbinga to fix a problem with an uninitialized by Mark Whitley · 23 years ago
  5. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  6. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  7. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  8. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  9. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  10. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  11. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  12. 28b3c53 I just whipped up support for arbitrary regex delimiters, so by Eric Andersen · 24 years ago
  13. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  14. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  15. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  16. f61caf0 Remove unneeded junk by Eric Andersen · 24 years ago
  17. eb69ead Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it by Mark Whitley · 24 years ago
  18. e7ff284 Now, what was that logic block doing up there? by Mark Whitley · 24 years ago
  19. 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
  20. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  21. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  22. 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
  23. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  24. 40406e6 Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where by Mark Whitley · 24 years ago
  25. 83e85f6 Modified print_subst_w_backrefs() so it will print backslash escaped by Mark Whitley · 24 years ago
  26. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  27. 1f45b26 As per a discussion on the mailing list between Matt and Pavel. I have removed by Mark Whitley · 24 years ago
  28. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  29. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  30. 97562bd - Added support for backreferences in substitution expressions up to nine by Mark Whitley · 24 years ago
  31. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  32. 464c5de Fixed a couple of buglets: by Mark Whitley · 24 years ago
  33. 70705d7 - Added support for semicolon delimited command lines. (woo-hoo!) by Mark Whitley · 24 years ago
  34. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  35. 34623db It dawned on me that I would need to grow a char buffer one extra char bigger by Mark Whitley · 24 years ago
  36. 0200834 Added error checking for edit commands; only a beginning address can be by Mark Whitley · 24 years ago
  37. 94074a9 Added support for (a)ppend, (i)nsert, and (c)hange commands to sed. by Mark Whitley · 24 years ago
  38. 496e33f Fixed bug where sed '/foo/p' was printing "invalid command". by Mark Whitley · 24 years ago
  39. 4f7fe77 (Something I should have done in the previous checkin...) Also broke out by Mark Whitley · 24 years ago
  40. 06f3529 Minor code reorg: Changed the interface to index_of_next_unescaped_slash to an by Mark Whitley · 24 years ago
  41. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  42. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  43. 858c1ad Applied patch from Matt Kraai to call destroy_cmd_strs in atexit(), rather by Mark Whitley · 24 years ago
  44. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  45. 6315ce6 Brand, new sed that uses libc regex routines. by Mark Whitley · 24 years ago
  46. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  47. 74c66ad Fix some spelling errors in the source as well. -Erik by Eric Andersen · 24 years ago
  48. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  49. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  50. e916d24 Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e) by Erik Andersen · 25 years ago
  51. 4d05431 More minor touchups. -Erik by Erik Andersen · 25 years ago
  52. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  53. 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
  54. 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
  55. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  56. 50d6360 Stuff by Eric Andersen · 25 years ago
  57. 7f1acfd More stuf. sed works. by Eric Andersen · 25 years ago
  58. 24d8e7d Stuf by Eric Andersen · 25 years ago
  59. c1525e8 Stuff by Eric Andersen · 25 years ago
  60. 6b6b3f6 Stuf by Eric Andersen · 25 years ago