]> granicus.if.org Git - re2c/commitdiff
- Better wording
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 10 Apr 2005 17:25:02 +0000 (17:25 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 10 Apr 2005 17:25:02 +0000 (17:25 +0000)
CHANGELOG

index cfa2d40412c61bcae8f6a551cc60f76500a871e7..fdf5b8fa745d76c94fa470b2be8cc7fc83df9adb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,7 +10,7 @@ Version 0.9.5
 - Added /*!max:re2c */ which emits a '#define YYMAXFILL <max>\n' line
   This allows to define buffers of the minimum required length. Occurence
   must follow '/*re2c */ and cannot preceed it.
-- Changed re2c to two pass generation to generates warning free code.
+- Changed re2c to two pass generation to output warning free code.
 - Fixed bug 1163046 re2c hangs when processing valid re-file.
 - Fixed bug 1022799 re2c scanner has buffering bug.