diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ChangeLog | 14 | ||||
-rw-r--r-- | vms/descrip.mms | 4 | ||||
-rw-r--r-- | vms/vms-conf.h | 6 | ||||
-rw-r--r-- | vms/vmstest.com | 4 |
4 files changed, 22 insertions, 6 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog index 6c56405f..9e2f6297 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,17 @@ +2012-12-23 Arnold D. Robbins <arnold@skeeve.com> + + * vmstest.com (paramuninitglobal): New test. + + And then: + + * 4.0.2: Release tar ball made. + +2012-12-23 Arnold D. Robbins <arnold@skeeve.com> + + * 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-12-18 John E. Malmberg <wb8tyw@qsl.net> * descrip.mms: Make the build procedure run on a default directory diff --git a/vms/descrip.mms b/vms/descrip.mms index 069c45f4..77dad90a 100644 --- a/vms/descrip.mms +++ b/vms/descrip.mms @@ -113,8 +113,8 @@ VMSOBJS = $(VMSCODE),$(VMSCMD) DOCS= $(DOCDIR)gawk.1,$(DOCDIR)gawk.texi,$(DOCDIR)texinfo.tex # Release of gawk -REL=4.0 -PATCHLVL=1 +REL=4.1 +PATCHLVL=0 # generic target all : gawk diff --git a/vms/vms-conf.h b/vms/vms-conf.h index fbd611f2..910d519b 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -403,7 +403,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" @@ -412,7 +412,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 @@ -442,7 +442,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/vmstest.com b/vms/vmstest.com index 360f2fd5..2aebe9ff 100644 --- a/vms/vmstest.com +++ b/vms/vmstest.com @@ -70,7 +70,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" - @@ -313,6 +314,7 @@ $nondec: $octsub: $ofmta: $paramtyp: +$paramuninitglobal: $patsplit: $pcntplus: $printf1: |