From a105a111175f499c1c3f9d9b6fa91758e90794fb Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Dec 2012 14:34:16 +0200 Subject: Update versions before making tarball. --- vms/ChangeLog | 6 ++++++ vms/descrip.mms | 2 +- vms/vms-conf.h | 6 +++--- vms/vmsbuild.com | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index d13315d2..f82de051 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,9 @@ +2012-12-23 Arnold D. Robbins + + * vmsbuild.com (REL, PATCHLVL): Move to 4.0.2. + * descrip.mms (REL, PATCHLVL): Move to 4.0.2. + * vms-conf.h (VERSION, PACKAGE_VERSION, PACKAGE_STRING): Move to 4.0.2. + 2012-11-24 Arnold D. Robbins * vmstest.com: Fix typo in applying previous patch. diff --git a/vms/descrip.mms b/vms/descrip.mms index f00921ea..d431af8f 100644 --- a/vms/descrip.mms +++ b/vms/descrip.mms @@ -140,7 +140,7 @@ DOCS= $(DOCDIR)gawk.1,$(DOCDIR)gawk.texi,$(DOCDIR)texinfo.tex # Release of gawk REL=4.0 -PATCHLVL=1 +PATCHLVL=2 # generic target all : gawk,pgawk,dgawk diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 59abd5de..d4dd0f9b 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -399,7 +399,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 3.1.8" +#define PACKAGE_STRING "GNU Awk 4.0.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -408,7 +408,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.1" +#define PACKAGE_VERSION "4.0.2" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -438,7 +438,7 @@ #define USE_INCLUDED_STRFTIME 1 /* Version number of package */ -#define VERSION "4.0.1" +#define VERSION "4.0.2" /* Define to 1 if on AIX 3. System headers sometimes define this. diff --git a/vms/vmsbuild.com b/vms/vmsbuild.com index 047e49a2..d93fefe1 100644 --- a/vms/vmsbuild.com +++ b/vms/vmsbuild.com @@ -12,7 +12,7 @@ $! gawk-bytecode revd, Jan'10 $! gawk 4.0.0 revd, May'11 $! $ REL = "4.0" !release version number -$ PATCHLVL = "1" +$ PATCHLVL = "2" $! $! $ CCFLAGS = "/noList" ! "/noOpt/Debug" -- cgit v1.2.3 From 3af9d688bb752a8865329d0a50a27ab959235f6b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Dec 2012 14:36:10 +0200 Subject: Make the 4.0.2 tarballs. --- vms/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index f82de051..1bb535dd 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,7 @@ +2012-12-23 Arnold D. Robbins + + * 4.0.2: Release tar ball made. + 2012-12-23 Arnold D. Robbins * vmsbuild.com (REL, PATCHLVL): Move to 4.0.2. -- cgit v1.2.3 From b0648b574c42f1d56253938a46f5299c95eef702 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Dec 2012 15:26:39 +0200 Subject: Add new test for pc and VMS before making tarballs. --- vms/ChangeLog | 4 ++++ vms/vmstest.com | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index 1bb535dd..a04aa3c0 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,5 +1,9 @@ 2012-12-23 Arnold D. Robbins + * vmstest.com (paramuninitglobal): New test. + + And then: + * 4.0.2: Release tar ball made. 2012-12-23 Arnold D. Robbins diff --git a/vms/vmstest.com b/vms/vmstest.com index 179ad679..60534efa 100644 --- a/vms/vmstest.com +++ b/vms/vmstest.com @@ -68,7 +68,8 @@ $ list = "nfset nlfldsep nlinstr nlstrina noeffect nofile" - + " nofmtch noloop1 noloop2 nonl noparms nors nulrsend" - + " numindex numsubstr octsub ofmt ofmtbig ofmtfidl" - + " ofmta ofmts ofs1 onlynl opasnidx opasnslf paramdup" - - + " paramres paramtyp parse1 parsefld parseme pcntplus" - + + " paramres paramtyp paramuninitglobal parse1 parsefld" - + + " parseme pcntplus" - + " posix2008sub prdupval prec printf0 printf1 prmarscl" $ gosub list_of_tests $ list = "prmreuse prt1eval prtoeval rand range1 rebt8b1" - @@ -319,6 +320,7 @@ $nondec: $octsub: $ofmta: $paramtyp: +$paramuninitglobal: $patsplit: $pcntplus: $printf1: -- cgit v1.2.3