Commit History

作者 SHA1 備註 提交日期
  Glenn L McGrath 738fb33994 Patch by Rob Landley, fix "newline after edit command" 21 年之前
  Glenn L McGrath aa5a602689 Patch by Rob Landley, work in progress update, fixes lots of bugs, 21 年之前
  Glenn L McGrath 761ec20f81 Fix some typo's, remove some extra free statements 21 年之前
  Glenn L McGrath 2570b43e82 Configuration option to define wether to follows GNU sed's behaviour 21 年之前
  Glenn L McGrath 204ff1cea4 Fix a bug that creapt in recently with substitution subprinting, and add 21 年之前
  Glenn L McGrath 977451ef44 Fix a simple mistake with pattern space, and add a test for it 21 年之前
  Glenn L McGrath e3e28d3bb6 Fix some memory allocation problems 21 年之前
  Glenn L McGrath 2eed0e2d47 Add a test for the 'P' command and fix current implementation so it 21 年之前
  Glenn L McGrath 6e5687abc3 A test and fix for the sed 'n' command 21 年之前
  Glenn L McGrath 73116311e5 Fix for the sed-append-next-line test 21 年之前
  Glenn L McGrath 640c1f547f Fix recursion problem 21 年之前
  Glenn L McGrath 294d113adb Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` 21 年之前
  Glenn L McGrath 8417c8c38b Cleanup memory usage 21 年之前
  Glenn L McGrath edc388cf4e The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of 21 年之前
  Glenn L McGrath 3fe475677a Preserve substitution flag value within the current line. 21 年之前
  Glenn L McGrath f4523562b6 Fix branching commands. 21 年之前
  Glenn L McGrath 8aac05bfe5 Patch from Rob Landley 21 年之前
  Glenn L McGrath 7c59a83a77 Stupid typo 21 年之前
  Glenn L McGrath 4dc1d25a30 Fix some memory allocation problems 21 年之前
  Glenn L McGrath f36635cec6 Fix the following testcase by disabling global substitution if the regex 21 年之前
  Glenn L McGrath c18ce373a2 Fix the following testcase by storing the state of the adress match with 21 年之前
  Glenn L McGrath 9b04f1841e Fix the substitution print subcommand, it should only print if its 21 年之前
  Glenn L McGrath 91e1978ff0 New commands, 'G' and 'H' 21 年之前
  Glenn L McGrath fc4cb4dbb5 Fix logic error in grouped commands 21 年之前
  Glenn L McGrath d4185b0e15 Fix up indenting 21 年之前
  Glenn L McGrath d7fe39b587 Really fix the 'r' command 21 年之前
  Glenn L McGrath d87a7ac269 Fix the sed 'r' command 21 年之前
  Glenn L McGrath 2410386611 fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else 21 年之前
  Glenn L McGrath bd9b32bc0d Label ends at a newline, update comments, rename linked list field 21 年之前
  Glenn L McGrath 8d6395d41a Run through indent 21 年之前