K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-05-24T20:52:13.000000Z K 7 svn:log V 439 MFC: String operations could silently truncate long strings, leaving the output corrupted. Mark's patch fixes this be removing the MAXTOK limitation on substring operations and allowing the putback buffer size to be the limiting factor. If the putback buffer size if reached, m4 gives an error instead of silently truncating the string. Revision Changes Path 1.12 +9 -9 src/usr.bin/m4/eval.c END