From 91cf496af74d5f2dd4a56e298da249c19496843f Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 11 Jun 2006 10:24:47 +0000 Subject: [PATCH] - Provide MSVC 2003 project files and rename 2002 files to contain version in name --- re2c/.cvsignore | 4 + re2c/CHANGELOG | 1 + re2c/htdocs/index.html | 1 + re2c/{re2c.sln => re2c-2002.sln} | 2 +- re2c/{re2c.vcproj => re2c-2002.vcproj} | 8 +- re2c/re2c-2003.sln | 21 +++ re2c/re2c-2003.vcproj | 215 +++++++++++++++++++++++++ 7 files changed, 247 insertions(+), 5 deletions(-) rename re2c/{re2c.sln => re2c-2002.sln} (93%) rename re2c/{re2c.vcproj => re2c-2002.vcproj} (96%) create mode 100755 re2c/re2c-2003.sln create mode 100755 re2c/re2c-2003.vcproj 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