Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it
authorMark Whitley <markw@lineo.com>
Fri, 3 Nov 2000 20:23:49 +0000 (20:23 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 3 Nov 2000 20:23:49 +0000 (20:23 -0000)
commiteb69ead09102ef9cb404a4b3e72b6615321b49e6
treee3c2b2a36eb3f318628c36023ad646103cd97a23
parente7ff2842dd180f1d9b35ae6d6d7bca5ee8af77d9
Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it
would not match blank lines (bug #1064). Followed Matt Kraii's suit on his
1.42 revision of grep. Tested it, works.
editors/sed.c
sed.c