OSDN Git Service

More sed bugs.
authorRob Landley <rob@landley.net>
Sat, 20 Dec 2014 03:17:49 +0000 (21:17 -0600)
committerRob Landley <rob@landley.net>
Sat, 20 Dec 2014 03:17:49 +0000 (21:17 -0600)
commit95b76828d62afa87eec3d1b1544758a025521912
tree3d7210f881931e71036502b5dc19301478e8c696
parentc2d6740a142f1e6b71b9bc320b09575e29867bc2
More sed bugs.

1) Newline in -e after s/// was eaten as "whitespace before flags"
2) \\ needs to be passed through to regex to avoid "trailing \" error and
"\\n" is not a newline.
toys/pending/sed.c