https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929

Mikhail Teterin <m...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150663|0                           |1
        is obsolete|                            |
                 CC|                            |m...@freebsd.org

--- Comment #6 from Mikhail Teterin <m...@freebsd.org> ---
Created attachment 152797
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152797&action=edit
Latest installment of sed cleanup

The patch adds some minor cleanups and solves the following actual problems:

* When parsing a regexp in an address (rather than command), only "I" (capital)
  was treated as indication, nocase regexp was desired. Man-page documented the
  "i" (lower case) letter as the flag. GNU sed seems to allow only the upper
  case, but this patch now accepts both upper and lower case "i" in the address
  for consistency with treatment of regexps in the s-command
* Do not compile s-command's regexps twice

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to