Date: Mon, 09 Feb 2015 13:25:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195929] usr.bin/sed -- constify, remove line-length limits Message-ID: <bug-195929-8-Vk4cZQQtCq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195929-8@https.bugs.freebsd.org/bugzilla/> References: <bug-195929-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin <mi@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150663|0 |1 is obsolete| | CC| |mi@FreeBSD.org --- Comment #6 from Mikhail Teterin <mi@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195929-8-Vk4cZQQtCq>