Date: Fri, 12 Apr 2002 12:46:05 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c Message-ID: <200204121946.g3CJk5x70522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2002/04/12 12:46:05 PDT Modified files: usr.bin/sed compile.c Log: Fix an ages-old bug in sed(1), which resulted in the absolutely valid substitution expressions in the form `s,[fooexp],[barexp],;...' treated as invalid when the third `,' is (_POSIX2_LINE_MAX * N)-th character in the line. MFC after: 2 weeks Revision Changes Path 1.20 +1 -1 src/usr.bin/sed/compile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204121946.g3CJk5x70522>