1. 9b04f18 Fix the substitution print subcommand, it should only print if its by Glenn L McGrath · 21 years ago
  2. 91e1978 New commands, 'G' and 'H' by Glenn L McGrath · 22 years ago
  3. fc4cb4d Fix logic error in grouped commands by Glenn L McGrath · 22 years ago
  4. d4185b0 Fix up indenting by Glenn L McGrath · 22 years ago
  5. d7fe39b Really fix the 'r' command by Glenn L McGrath · 22 years ago
  6. d87a7ac Fix the sed 'r' command by Glenn L McGrath · 22 years ago
  7. 2410386 fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else by Glenn L McGrath · 22 years ago
  8. bd9b32b Label ends at a newline, update comments, rename linked list field by Glenn L McGrath · 22 years ago
  9. 8d6395d Run through indent by Glenn L McGrath · 22 years ago
  10. c1d9507 Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified by Glenn L McGrath · 22 years ago
  11. 7ce9e24 Add hold space commands 'g', 'h', 'x' by Glenn L McGrath · 22 years ago
  12. c6adada Rename "line" to pattern_space to be more descriptive and closer to the POSIX description by Glenn L McGrath · 22 years ago
  13. 9a52bb6 Group common string by Glenn L McGrath · 22 years ago
  14. 30b47df Small fix for sed 'y' command by Glenn L McGrath · 22 years ago
  15. f01b46d sed 'y' command, simplify some other code by Glenn L McGrath · 22 years ago
  16. 0c51832 Experimental support for embeded newline. (im evil) by Glenn L McGrath · 22 years ago
  17. a0f0f0c Still fine tunning the printing of the substitute command by Glenn L McGrath · 22 years ago
  18. 595a6a4 sed 't' branching command by Glenn L McGrath · 22 years ago
  19. ccd43a8 Fix sed 's' command's 'p' flag, so it can print line twice by Glenn L McGrath · 22 years ago
  20. b08e3e8 fix q command by Glenn L McGrath · 22 years ago
  21. 961c6c1 Add basic branching support, sed ':' and 'b' commands by Glenn L McGrath · 22 years ago
  22. 56c633c make sed cleanup use linked list by Glenn L McGrath · 22 years ago
  23. c949bfa Use a linked list for sed commands in preparation for branching support by Glenn L McGrath · 22 years ago
  24. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  25. e01f966 Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used. by Glenn L McGrath · 22 years ago
  26. 2971ef1 Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) by Glenn L McGrath · 22 years ago
  27. 4157a8a fix n, add N, P by Glenn L McGrath · 22 years ago
  28. ff724fb add the 'n' command by Glenn L McGrath · 22 years ago
  29. bed4033 Add the q (quit) option by Glenn L McGrath · 22 years ago
  30. f3bd7c4 Fix a delimiter matching bug i introduced. by Glenn L McGrath · 22 years ago
  31. f50ce31 Support grouped commands, i.e. {cmd1;cmd2} by Glenn L McGrath · 22 years ago
  32. 4c6523a alloc array for commands, use string ptr in parse_command_string() by Glenn L McGrath · 22 years ago
  33. e7a8bc9 use typedef for struct sed_cmd by Glenn L McGrath · 22 years ago
  34. 1fb4467 redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. by Glenn L McGrath · 22 years ago
  35. 2f8a401 Woops, remove the code i didnt mean to commit by Glenn L McGrath · 22 years ago
  36. d5eadea Mention the opengroup sed reference, add a check which is disabled at present. by Glenn L McGrath · 22 years ago
  37. 505bd0f Fix matching for the $ address (last line) by Glenn L McGrath · 22 years ago
  38. 0a65e19 Support the '=' command by Glenn L McGrath · 22 years ago
  39. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  40. 00f5ecb Somehow I applied an old patch for the last commit - this one works now: by Robert Griebl · 22 years ago
  41. 7940147 Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) by Robert Griebl · 22 years ago
  42. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  43. 47abc49 Patch from Simon Krahnke: by Robert Griebl · 23 years ago
  44. 5c69cd8 * editors/sed.c (process_file): Stop processing deleted lines. by Matt Kraai · 23 years ago
  45. 9eaf059 * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial by Matt Kraai · 23 years ago
  46. 5ed78ad * editors/sed.c (parse_edit_cmd): Rewrite. by Matt Kraai · 23 years ago
  47. d21735d * editors/sed.c (parse_edit_command): Require a newline after the backslash by Matt Kraai · 23 years ago
  48. 7062484 Ignore blanks before the first address and before the command. by Matt Kraai · 23 years ago
  49. 0c390a7 Eliminate warning. by Matt Kraai · 23 years ago
  50. 9c6b5fc Minor warning cleanups by Eric Andersen · 23 years ago
  51. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  52. a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
  53. c52a6b0 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> by Eric Andersen · 23 years ago
  54. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  55. 8470b9a Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
  56. a0065d5 Fix s/[/]// handling (noted by Dumas Patrice). by Matt Kraai · 23 years ago
  57. b76cb68 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to by Eric Andersen · 23 years ago
  58. a3e4f45 Fix a problem with unsatisfied backrefs (noted by Martin Bene). by Matt Kraai · 23 years ago
  59. 547e102 Preserve whether or not the line was previously altered when running a by Matt Kraai · 23 years ago
  60. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  61. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 24 years ago
  62. 02c40a7 Always apply commands with no specified range. by Matt Kraai · 24 years ago
  63. 0915c4b - Fixed bug where you couldn't mix line number and regexes in two-address cmds by Mark Whitley · 24 years ago
  64. 6e9e136 Use safe_strncpy. by Matt Kraai · 24 years ago
  65. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  66. 2338174 Always print a newline after a matching substitution. by Matt Kraai · 24 years ago
  67. d928acc ...Need to print just a few more newlines. by Mark Whitley · 24 years ago
  68. dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 24 years ago
  69. 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 24 years ago
  70. 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 24 years ago
  71. 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 24 years ago
  72. 56c14a6 Fixed a buglet where an extra newline was being added after an insert command by Mark Whitley · 24 years ago
  73. 497ef46 Made a correction to a bad test expression. Props to Larry Doolittle for by Mark Whitley · 24 years ago
  74. af63375 Applied patch from Anthony Towns that he posted to Debian bug tracking. by Mark Whitley · 24 years ago
  75. 038c8eb Applied patch from Erik Habbinga to fix a problem with an uninitialized by Mark Whitley · 24 years ago
  76. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  77. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  78. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  79. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  80. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  81. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  82. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  83. 28b3c53 I just whipped up support for arbitrary regex delimiters, so by Eric Andersen · 24 years ago
  84. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  85. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  86. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  87. f61caf0 Remove unneeded junk by Eric Andersen · 24 years ago
  88. eb69ead Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it by Mark Whitley · 24 years ago
  89. e7ff284 Now, what was that logic block doing up there? by Mark Whitley · 24 years ago
  90. 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
  91. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  92. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  93. 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
  94. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  95. 40406e6 Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where by Mark Whitley · 24 years ago
  96. 83e85f6 Modified print_subst_w_backrefs() so it will print backslash escaped by Mark Whitley · 24 years ago
  97. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  98. 1f45b26 As per a discussion on the mailing list between Matt and Pavel. I have removed by Mark Whitley · 24 years ago
  99. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  100. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago