From 3208008e6004a8437e92a65b55b56f797f73618c Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 24 Jun 2007 18:47:27 +0000 Subject: [PATCH] - Add release 0.13.0 --- re2c/CHANGELOG | 2 +- re2c/Makefile.am | 12 ++++++++---- re2c/config_w32.h | 4 ++++ re2c/configure.in | 2 +- re2c/htdocs/index.html | 2 +- re2c/htdocs/manual.html | 2 +- re2c/re2c.1.in | 2 +- re2c/substr.h | 4 ++++ re2c/token.h | 2 +- 9 files changed, 22 insertions(+), 10 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index ccb70ae6..51aa936e 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.13.0 (2007-??-??) +Version 0.13.0 (2007-06-24) --------------------------- - Added -c and -t to generate scanners with (f)lex-like condition support. - Fixed issue with short form of switches and parameter if not first switch. diff --git a/re2c/Makefile.am b/re2c/Makefile.am index a36b2942..b3939031 100755 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -1,7 +1,9 @@ # $Id$ +WINBUILDDIR = Release-2003 + bin_PROGRAMS = re2c -win_BINARIES = Release-2005/re2c.exe +win_BINARIES = $(WINBUILDDIR)/re2c.exe re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc\ translate.cc scanner.cc mbo_getopt.cc \ basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ @@ -35,10 +37,12 @@ dist-hook: re2c.spec rpm-files: $(bin_PROGRAMS) $(EXTRA_DIST) rpm: dist - rpmbuild -ta re2c-$(PACKAGE_VERSION).tar.gz + rpmbuild -ba re2c.spec src-rpm: dist - rpmbuild -ts re2c-$(PACKAGE_VERSION).tar.gz + cp -f re2c-$(PACKAGE_VERSION).tar.gz `rpm --eval "%{_sourcedir}"` + cp -f re2c.spec `rpm --eval "%{_specdir}"` + rpmbuild -bs re2c.spec cp -f `rpm --eval "%{_srcrpmdir}"`/re2c-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).src.rpm . zip: $(bin_PROGRAMS) $(EXTRA_ZIP) @@ -47,7 +51,7 @@ zip: $(bin_PROGRAMS) $(EXTRA_ZIP) zipinfo -1 re2c-$(PACKAGE_VERSION)-src.zip | grep .svn | xargs zip -d re2c-$(PACKAGE_VERSION)-src.zip >/dev/null zipinfo -1 re2c-$(PACKAGE_VERSION)-src.zip | grep .cvsignore | xargs zip -d re2c-$(PACKAGE_VERSION)-src.zip >/dev/null if test -f re2c-$(PACKAGE_VERSION)-bin.zip; then rm -f re2c-$(PACKAGE_VERSION)-bin.zip; fi - if test -f Release-2005/re2c.exe; then \ + if test -f $(WINBUILDDIR)/re2c.exe; then \ zip -q -o -9 -j re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \ fi; diff --git a/re2c/config_w32.h b/re2c/config_w32.h index bd6d0d01..789e7e7a 100644 --- a/re2c/config_w32.h +++ b/re2c/config_w32.h @@ -107,3 +107,7 @@ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */ + +#ifndef vsnprintf +#define vsnprintf _vsnprintf +#endif diff --git a/re2c/configure.in b/re2c/configure.in index 9fe4f171..193638c8 100644 --- a/re2c/configure.in +++ b/re2c/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.13.0.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.13.1.dev, re2c-general@lists.sourceforge.net) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h) diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index 606ea04a..0874bda9 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -80,7 +80,7 @@ fixes which were incorporated.

Changelog

-

2007-??-??: 0.13.0

+

2007-06-24: 0.13.0