gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-809


From: John Malmberg
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-809-ge9ecd25
Date: Wed, 03 Feb 2016 02:58:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  e9ecd258b6f15d90b7c47cba8a56305d8631fb50 (commit)
      from  b6a18e65dfdd0581d3e5b6c4b33503bfe51033db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e9ecd258b6f15d90b7c47cba8a56305d8631fb50

commit e9ecd258b6f15d90b7c47cba8a56305d8631fb50
Author: John Malmberg <address@hidden>
Date:   Tue Feb 2 20:49:15 2016 -0600

    Update VMSTEST.COM for new tests

diff --git a/vms/ChangeLog b/vms/ChangeLog
index 0560a9d..cdcdcf0 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,24 @@
+2016-02-02         John E. Malmberg      <address@hidden>
+
+       * descrip.mms: Add gawk_debug target.
+       * vms_sort.com: Implement sort function for tests.
+       * vmstest.com: updates
+         Reorganize test lists to make them easier to read and
+         update.
+         (vms_debug) New command to switch to debug_gawk
+         New/fixed tests:
+          (basic) badassign1,dfamb1,exit2,nfloop,badbuild,
+               callparam,exitval2,exitval3,inpref,paramasfunc1,
+               paramasfunc2,regexpbrack,sortglos,rebrackloc
+               aryprm9,nulinsrc,rstest4,rstest5
+         (ext) id,profile4,profile5,crlf,dbugeval,fpat4,genpot,
+               indirectbuiltin,printfbad4,printhuge,profile0,
+               profile6,profile7,regnul1,regnul2,rsgetline,
+               rsglstdin,mbstr2,profile8,watchpoint1,rsstart3
+         (locale) backbigs1,backsmalls1,backsmalls2,mbprintf4
+         (shlib) inplace2,testext,lc_num1,mbprintf1,
+               mbprintf2,mbprintf3,mbprintf4,mbfw1,ordchr2
+
 2016-01-27         John E. Malmberg      <address@hidden>
 
        * generate_config_vms_h_gawk.com: Add missing define
diff --git a/vms/descrip.mms b/vms/descrip.mms
index e47660b..5e83b41 100644
--- a/vms/descrip.mms
+++ b/vms/descrip.mms
@@ -121,16 +121,22 @@ VMSOBJS = $(VMSCODE),$(VMSCMD)
 DOCS= $(DOCDIR)gawk.1,$(DOCDIR)gawk.texi,$(DOCDIR)texinfo.tex
 
 # generic target
-all : gawk
+all : gawk gawk_debug
       @        $(NOOP)
 
 # dummy target to allow building "gawk" in addition to explicit "gawk.exe"
 gawk : gawk.exe
       @        $(ECHO) "$< is upto date"
 
+gawk_debug : gawk_debug.exe
+      @        $(ECHO) "$< is upto date"
+
 # rules to build gawk
 gawk.exe : $(GAWKOBJ) $(AWKOBJS) $(VMSOBJS) gawk.opt
-       $(LINK) $(LINKFLAGS) gawk.opt/options
+       $(LINK) $(LINKFLAGS)/EXE=$(MMS$TARGET) gawk.opt/options
+
+gawk_debug.exe : $(GAWKOBJ) $(AWKOBJS) $(VMSOBJS) gawk.opt
+       $(LINK) $(LINKFLAGS)/DEBUG/EXE=$(MMS$TARGET) gawk.opt/options
 
 gawk.opt : $(MAKEFILE) config.h         # create linker options file
       @        open/write opt sys$disk:[]gawk.opt      ! ~ 'cat <<close 
>gawk.opt'
diff --git a/vms/vms_sort.com b/vms/vms_sort.com
new file mode 100755
index 0000000..b8b614f
--- /dev/null
+++ b/vms/vms_sort.com
@@ -0,0 +1,4 @@
+$!'f$verify(0,0)'
+$ sort := sort
+$ define/user sys$input sys$command:
+$ sort sys$input: sys$output:

-----------------------------------------------------------------------

Summary of changes:
 vms/ChangeLog    |   21 +++++++++++++++++++++
 vms/descrip.mms  |   10 ++++++++--
 vms/vms_sort.com |    4 ++++
 3 files changed, 33 insertions(+), 2 deletions(-)
 create mode 100755 vms/vms_sort.com


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]