From c69d3f597aa92b6352531e1b585c9b5cbf1bd5ab Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 16 Apr 2006 19:44:54 +0000 Subject: [PATCH] - In single pass mode we cannot easily optimize out YYMARKER. We actually would have to know whether an Accept block is being used that generates a YYMARKER reference. In two pass mode we know this after the first run. --- CHANGELOG | 2 +- htdocs/index.html | 2 +- main.cc | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7ba14857..207975c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 0.10.2 (2006-??-??) --------------------------- +- Changed to generate YYMARKER only when needed or in single pass mode. - Added -t switch to force two pass generation. -- Changed to not generate YYMARKER unless needed. - Fixed -i switch. - Added configuration 'yyfill:enable' to allow suppression of YYFILL() blocks. - Added tutorial like lessons to re2c. diff --git a/htdocs/index.html b/htdocs/index.html index 71289dbe..96687a9e 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -78,8 +78,8 @@ provide re2c packages.

Changelog

2006-??-??: 0.10.2