From: helly Date: Sun, 11 Jun 2006 10:24:47 +0000 (+0000) Subject: - Provide MSVC 2003 project files and rename 2002 files to contain version in name X-Git-Tag: 0.13.6~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91cf496af74d5f2dd4a56e298da249c19496843f;p=re2c - Provide MSVC 2003 project files and rename 2002 files to contain version in name --- diff --git a/re2c/.cvsignore b/re2c/.cvsignore index f7d148e4..30d83b40 100644 --- a/re2c/.cvsignore +++ b/re2c/.cvsignore @@ -45,6 +45,10 @@ Release Debug re2c.ncb re2c.suo +Debug-2002 +Release-2002 +Debug-2003 +Release-2003 Debug-2005 Release-2005 re2c-2005.vcproj.* diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index f9b90f9c..6f9ec4c4 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,6 +1,7 @@ Version 0.10.5 (200?-??-??) --------------------------- - Fixed long form of -1 switch to --single-pass as noted in man page and help. +- Added MSVC 2003 project files and renamed old 2002 ones. Version 0.10.4 (2006-06-01) --------------------------- diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index f0604621..0a88573e 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -82,6 +82,7 @@ fixes which were incorporated. 200?-??-??: 0.10.5

2006-06-01: 0.10.4