From 0be52a8e68e2ac66e411a0659d27c824040d9694 Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 23 Nov 2008 18:16:46 +0000 Subject: [PATCH] - Fixed #2186718 Unescaped backslash in file name of #line directive. --- re2c/CHANGELOG | 3 ++- re2c/htdocs/index.html | 3 ++- re2c/stream_lc.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 641f9f8c..490ff667 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,8 +1,9 @@ Version 0.13.6 (2008-??-??) --------------------------- - Fixed inplace configuration in -e mode. +- Fixed #2186718 Unescaped backslash in file name of #line directive. - Fixed #2088583 Compile problemon AIX. -- Fixed #2038610 ebcdic problem. +- Fixed #2038610 Ebcdic problem. Version 0.13.5 (2008-05-25) --------------------------- diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index e496737c..0acde993 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -84,8 +84,9 @@ fixes which were incorporated. 2008-??-??: 0.13.6

2008-05-25: 0.13.5