[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] UNNAMED PROJECT branch, master, updated. bbbfd0cb5661
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] UNNAMED PROJECT branch, master, updated. bbbfd0cb5661d96fce8ee9d0323405655a120060 |
Date: |
Sat, 26 Feb 2011 19:39:40 +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 "UNNAMED PROJECT".
The branch, master has been updated
via bbbfd0cb5661d96fce8ee9d0323405655a120060 (commit)
from b9c2fcae11dfad44c49330016f623fdb46056e5e (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=bbbfd0cb5661d96fce8ee9d0323405655a120060
commit bbbfd0cb5661d96fce8ee9d0323405655a120060
Author: Arnold D. Robbins <address@hidden>
Date: Sat Feb 26 21:39:07 2011 +0200
Sorted-in fix and repair vms/vmstest.com.
diff --git a/ChangeLog b/ChangeLog
index 736aea7..25f0281 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 25 17:34:14 2011 Pat Rankin <address@hidden>
+
+ * eval (sorted_in): Remove incorrect unref() call.
+
Wed Feb 23 21:48:20 2011 Arnold D. Robbins <address@hidden>
* main (main): Free extra_stack, to make valgrind happier.
diff --git a/eval.c b/eval.c
index 98fa462..75bf7d4 100644
--- a/eval.c
+++ b/eval.c
@@ -1292,7 +1292,6 @@ sorted_in(void)
}
got_func:
- unref(r);
if (IGNORECASE) {
if (sort_func == sort_up_index_str)
sort_func = sort_up_index_ignrcase;
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 4340d18..32a7662 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -92,9 +92,9 @@ $
$gnu:
$gawk_ext: echo "gawk_ext... (gawk.extensions)"
$ list = "aadelete1 aadelete2 aarray1 aasort" -
- + " aasorti argtest backw badargs beginfile1 binmode1" -
- + " clos1way devfd devfd1 devfd2 dumpvars fieldwdth" -
- + " fpat1 funlen fsfwfs fwtest fwtest2 gensub" -
+ + " aasorti argtest backw badargs beginfile1 binmode1" -
+ + " clos1way devfd devfd1 devfd2 dumpvars fieldwdth" -
+ + " fpat1 funlen fsfwfs fwtest fwtest2 gensub" -
+ " gensub2 getlndir gnuops2 gnuops3 gnureops icasefs" -
+ " icasers igncdym igncfs ignrcase ignrcas2"
$ gosub list_of_tests
@@ -103,7 +103,7 @@ $ list = "indirectcall lint lintold lintwarn
match1" -
+ " nondec2 patsplit posix profile1 procinfs printfbad1" -
+ " printfbad2 regx8bit rebuf reint reint2 rsstart1" -
+ " rsstart2 rsstart3 rstest6 shadow sortfor" -
- + " splitarg4 strtonum strftime switch2"
+ + " splitarg4 strtonum strftime switch2"
$ gosub list_of_tests
$ return
$
@@ -1383,7 +1383,8 @@ $ ! when subdirectories no/ and no/such/ don't exist;
$ ! vms test suite doesn't generate Makefile;
$ ! "is a directory" and "no such file" aren't capitalized
$ ! gawk -f beginfile1.awk beginfile1.awk . ./no/such/file "Makefile"
>_beginfile1.tmp 2>&1
-$ gawk -f beginfile1.awk beginfile1.awk [] ./no-such-file "Makefile.in"
>_beginfile1.tmp 2>&1 + $ gawk -f - _beginfile1.tmp >_beginfile1.too
+$ gawk -f beginfile1.awk beginfile1.awk [] ./no-such-file "Makefile.in"
>_beginfile1.tmp 2>&1
+$ gawk -f - _beginfile1.tmp >_beginfile1.too
{ if (gsub("\\[\\]",".")) gsub("no such file or directory","is a directory")
gsub("no-such-file","file"); gsub("Makefile.in","Makefile"); print }
$ rm _beginfile1.tmp;
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
eval.c | 1 -
vms/vmstest.com | 11 ++++++-----
3 files changed, 10 insertions(+), 6 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] UNNAMED PROJECT branch, master, updated. bbbfd0cb5661d96fce8ee9d0323405655a120060,
Arnold Robbins <=