Commit History

Author SHA1 Message Date
  Robert Griebl 00f5ecb141 Somehow I applied an old patch for the last commit - this one works now: 22 years ago
  Robert Griebl 7940147e25 Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) 22 years ago
  Eric Andersen 2276d83639 Fixup warnings and undefined operations that show up in gcc-3.1 22 years ago
  Robert Griebl 47abc49c4a Patch from Simon Krahnke: 22 years ago
  Matt Kraai 5c69cd84ff * editors/sed.c (process_file): Stop processing deleted lines. 22 years ago
  Matt Kraai 9eaf059d28 * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial 23 years ago
  Matt Kraai 5ed78adca5 * editors/sed.c (parse_edit_cmd): Rewrite. 23 years ago
  Matt Kraai d21735de2d * editors/sed.c (parse_edit_command): Require a newline after the backslash 23 years ago
  Matt Kraai 70624846fd Ignore blanks before the first address and before the command. 23 years ago
  Matt Kraai 0c390a76fe Eliminate warning. 23 years ago
  Eric Andersen 9c6b5fcb0a Minor warning cleanups 23 years ago
  Matt Kraai c8227639db Change strdup calls to xstrdup (patch from Steve Merrifield). 23 years ago
  Matt Kraai a5f09c668e Use fopen wrapper. 23 years ago
  Eric Andersen c52a6b0f10 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> 23 years ago
  Eric Andersen bdfd0d78bc Major rework of the directory structure and the entire build system. 23 years ago
  Matt Kraai 8470b9a85c Fix empty line substitutions (noted by Joshua Hudson). 23 years ago
  Matt Kraai a0065d5955 Fix s/[/]// handling (noted by Dumas Patrice). 23 years ago
  Eric Andersen b76cb68979 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to 23 years ago
  Matt Kraai a3e4f455ac Fix a problem with unsatisfied backrefs (noted by Martin Bene). 23 years ago
  Matt Kraai 547e102082 Preserve whether or not the line was previously altered when running a 23 years ago
  Matt Kraai 5009f90ea2 Removed obsolete function, strdup_substr. 23 years ago
  Matt Kraai ceeff73819 Rewrote mkdir (and touched lots of things in the process). 23 years ago
  Matt Kraai 02c40a72b8 Always apply commands with no specified range. 23 years ago
  Mark Whitley 0915c4b985 - Fixed bug where you couldn't mix line number and regexes in two-address cmds 23 years ago
  Matt Kraai 6e9e136fcb Use safe_strncpy. 23 years ago
  Eric Andersen 77d9268892 Patch from larry to fix some grammar errors. 23 years ago
  Matt Kraai 233817437d Always print a newline after a matching substitution. 23 years ago
  Mark Whitley d928accbbd ...Need to print just a few more newlines. 23 years ago
  Mark Whitley dd527d3c62 ...And now that we're chomping lines, we need to re-add the newline later... 23 years ago
  Mark Whitley 9de2659264 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. 23 years ago