gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5530-g544423d4


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5530-g544423d4
Date: Mon, 16 Sep 2024 01:50:54 -0400 (EDT)

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-5.3-stable has been updated
       via  544423d48c82751028a6dd9e030437cb7a0d244e (commit)
       via  9ada9954d2ba6e4c162a588fba48848e49690440 (commit)
      from  08cf1c6a6047c4282190a07f846aaddcdf329941 (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=544423d48c82751028a6dd9e030437cb7a0d244e

commit 544423d48c82751028a6dd9e030437cb7a0d244e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Sep 16 08:50:25 2024 +0300

    Add a new test.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index e9ff97a1..7bc6038f 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2024-09-16         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.tst: Regenerated.
+
 2024-08-30         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Regenerated.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 52483389..80559aea 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -180,7 +180,7 @@ BASIC_TESTS = \
        substr swaplns synerr1 synerr2 synerr3 tailrecurse tradanch \
        trailbs tweakfld uninit2 uninit3 uninit4 uninit5 uninitialized \
        unterm uparrfs uplus wideidx wideidx2 widesub widesub2 widesub3 \
-       match4 strsubscript printf-corners \
+       match4 strsubscript printf-corners matchuninitialized \
        widesub4 wjposer1 zero2 zeroe0 zeroflag
 
 UNIX_TESTS = \
@@ -2620,6 +2620,11 @@ printf-corners:
        then $(TESTOUTCMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(TESTOUTCMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
+matchuninitialized:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 widesub4:
        @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
diff --git a/test/ChangeLog b/test/ChangeLog
index 7aacaa88..6acf499e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2024-09-16         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am (EXTRA_DIST): New test, matchuninitialized.
+       * matchuninitialized.awk, matchuninitialized.ok: New files.
+       Thanks to prospero <prospero@cyber-wizard.com> for the test.
+
 2024-08-30         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.am (makepmafile): Don't ues $< in the rule, that's a
diff --git a/test/Makefile.am b/test/Makefile.am
index f2ccd99a..1275ddec 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -766,6 +766,8 @@ EXTRA_DIST = \
        match3.ok \
        match4.awk \
        match4.ok \
+       matchuninitialized.awk \
+       matchuninitialized.ok \
        math.awk \
        math.ok \
        mbfw1.awk \
@@ -1554,7 +1556,7 @@ BASIC_TESTS = \
        substr swaplns synerr1 synerr2 synerr3 tailrecurse tradanch \
        trailbs tweakfld uninit2 uninit3 uninit4 uninit5 uninitialized \
        unterm uparrfs uplus wideidx wideidx2 widesub widesub2 widesub3 \
-       match4 strsubscript printf-corners \
+       match4 strsubscript printf-corners matchuninitialized \
        widesub4 wjposer1 zero2 zeroe0 zeroflag
 
 UNIX_TESTS = \
diff --git a/test/Makefile.in b/test/Makefile.in
index fa0667d5..c56e6fab 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1030,6 +1030,8 @@ EXTRA_DIST = \
        match3.ok \
        match4.awk \
        match4.ok \
+       matchuninitialized.awk \
+       matchuninitialized.ok \
        math.awk \
        math.ok \
        mbfw1.awk \
@@ -1818,7 +1820,7 @@ BASIC_TESTS = \
        substr swaplns synerr1 synerr2 synerr3 tailrecurse tradanch \
        trailbs tweakfld uninit2 uninit3 uninit4 uninit5 uninitialized \
        unterm uparrfs uplus wideidx wideidx2 widesub widesub2 widesub3 \
-       match4 strsubscript printf-corners \
+       match4 strsubscript printf-corners matchuninitialized \
        widesub4 wjposer1 zero2 zeroe0 zeroflag
 
 UNIX_TESTS = \
@@ -4442,6 +4444,11 @@ printf-corners:
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
+matchuninitialized:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 widesub4:
        @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
diff --git a/test/Maketests b/test/Maketests
index 48f10028..6fff9498 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1305,6 +1305,11 @@ printf-corners:
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
+matchuninitialized:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 widesub4:
        @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
diff --git a/test/matchuninitialized.awk b/test/matchuninitialized.awk
new file mode 100644
index 00000000..427b5d02
--- /dev/null
+++ b/test/matchuninitialized.awk
@@ -0,0 +1,21 @@
+BEGIN {
+       if (match(uninitialized1, /^$/))
+               print "uninitialized1 matches"
+       if (match(uninitialized2, /^\s*$/))
+               print "uninitialized2 matches"
+       delete uninitialized3
+       if (match(uninitialized3[one], /^$/))
+               print "uninitialized3[one] matches"
+       if (match(uninitialized3[one], /^\s*$/))
+               print "uninitialized3[one] matches"
+
+       if (!match(uninitialized4, /./))
+               print "uninitialized4 does not match"
+       if (!match(uninitialized4, /\s+/))
+               print "uninitialized4 does not match"
+       delete uninitialized5
+       if (!match(uninitialized5[one], /./))
+               print "uninitialized5[one] does not match"
+       if (!match(uninitialized3[one], /s+/))
+               print "uninitialized5[one] does not match"
+}
diff --git a/test/matchuninitialized.ok b/test/matchuninitialized.ok
new file mode 100644
index 00000000..88375a09
--- /dev/null
+++ b/test/matchuninitialized.ok
@@ -0,0 +1,8 @@
+uninitialized1 matches
+uninitialized2 matches
+uninitialized3[one] matches
+uninitialized3[one] matches
+uninitialized4 does not match
+uninitialized4 does not match
+uninitialized5[one] does not match
+uninitialized5[one] does not match

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=9ada9954d2ba6e4c162a588fba48848e49690440

commit 9ada9954d2ba6e4c162a588fba48848e49690440
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Sep 16 08:42:06 2024 +0300

    Small doc fix.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8bc03789..abeeec15 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2024-09-16         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawk.texi (Setting the rounding mode): Small formatting fix.
+
 2024-09-13         Arnold D. Robbins     <arnold@skeeve.com>
 
        * texinfo.tex: Updated from GNULIB.
diff --git a/doc/gawk.info b/doc/gawk.info
index 2c72be5b..0082feb4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -25852,7 +25852,7 @@ change the rounding mode to be sure.
 
    (1) It is possible for the output to be completely different if the C
 library in your system does not use the IEEE 754 even-rounding rule to
-round halfway cases for ‘printf’.
+round halfway cases for ‘printf()’.
 
 
 File: gawk.info,  Node: Arbitrary Precision Integers,  Next: Checking for 
MPFR,  Prev: FP Math Caution,  Up: Arbitrary Precision Arithmetic
@@ -40411,168 +40411,168 @@ Ref: table-predefined-precision-strings1075445
 Node: Setting the rounding mode1077329
 Ref: table-gawk-rounding-modes1077711
 Ref: Setting the rounding mode-Footnote-11081763
-Node: Arbitrary Precision Integers1081946
-Ref: Arbitrary Precision Integers-Footnote-11085156
-Node: Checking for MPFR1085309
-Node: POSIX Floating Point Problems1086799
-Ref: POSIX Floating Point Problems-Footnote-11091619
-Node: Floating point summary1091657
-Node: Dynamic Extensions1093913
-Node: Extension Intro1095510
-Node: Plugin License1096812
-Node: Extension Mechanism Outline1097625
-Ref: figure-load-extension1098076
-Ref: figure-register-new-function1099654
-Ref: figure-call-new-function1100763
-Node: Extension API Description1102878
-Node: Extension API Functions Introduction1104607
-Ref: table-api-std-headers1106501
-Node: General Data Types1110942
-Ref: General Data Types-Footnote-11120088
-Node: Memory Allocation Functions1120391
-Ref: Memory Allocation Functions-Footnote-11125108
-Node: Constructor Functions1125207
-Node: API Ownership of MPFR and GMP Values1129108
-Node: Registration Functions1130661
-Node: Extension Functions1131365
-Node: Exit Callback Functions1136939
-Node: Extension Version String1138253
-Node: Input Parsers1138948
-Node: Output Wrappers1153567
-Node: Two-way processors1158409
-Node: Printing Messages1160762
-Ref: Printing Messages-Footnote-11161973
-Node: Updating ERRNO1162126
-Node: Requesting Values1162925
-Ref: table-value-types-returned1163678
-Node: Accessing Parameters1165737
-Node: Symbol Table Access1167018
-Node: Symbol table by name1167530
-Ref: Symbol table by name-Footnote-11170731
-Node: Symbol table by cookie1170863
-Ref: Symbol table by cookie-Footnote-11175132
-Node: Cached values1175196
-Ref: Cached values-Footnote-11178828
-Node: Array Manipulation1178985
-Ref: Array Manipulation-Footnote-11180084
-Node: Array Data Types1180121
-Ref: Array Data Types-Footnote-11182939
-Node: Array Functions1183035
-Node: Flattening Arrays1188064
-Node: Creating Arrays1195112
-Node: Redirection API1199954
-Node: Extension API Variables1202971
-Node: Extension Versioning1203694
-Ref: gawk-api-version1204123
-Node: Extension GMP/MPFR Versioning1205910
-Node: Extension API Informational Variables1207614
-Node: Extension API Boilerplate1208867
-Node: Changes from API V11212997
-Node: Finding Extensions1214629
-Node: Extension Example1215204
-Node: Internal File Description1216026
-Node: Internal File Ops1220318
-Ref: Internal File Ops-Footnote-11231868
-Node: Using Internal File Ops1232016
-Ref: Using Internal File Ops-Footnote-11234449
-Node: Extension Samples1234727
-Node: Extension Sample File Functions1236296
-Node: Extension Sample Fnmatch1244421
-Node: Extension Sample Fork1246016
-Node: Extension Sample Inplace1247292
-Node: Extension Sample Ord1251394
-Node: Extension Sample Readdir1252270
-Ref: table-readdir-file-types1253059
-Node: Extension Sample Revout1254415
-Node: Extension Sample Rev2way1255012
-Node: Extension Sample Read write array1255764
-Node: Extension Sample Readfile1259038
-Node: Extension Sample Time1260169
-Node: Extension Sample API Tests1262169
-Node: gawkextlib1262677
-Node: Extension summary1265709
-Node: Extension Exercises1269557
-Node: Language History1270827
-Node: V7/SVR3.11272539
-Node: SVR41274889
-Node: POSIX1276421
-Node: BTL1277846
-Node: POSIX/GNU1278613
-Ref: Gawk Extension Functions1282003
-Node: Feature History1285427
-Node: Common Extensions1305268
-Node: Ranges and Locales1306743
-Ref: Ranges and Locales-Footnote-11311528
-Ref: Ranges and Locales-Footnote-21311555
-Ref: Ranges and Locales-Footnote-31311790
-Node: Contributors1312013
-Node: History summary1318204
-Node: Installation1319646
-Node: Gawk Distribution1320610
-Node: Getting1321102
-Node: Extracting1322101
-Node: Distribution contents1323807
-Node: Unix Installation1331697
-Node: Quick Installation1332517
-Node: Compiling with MPFR1335057
-Node: Shell Startup Files1335763
-Node: Additional Configuration Options1336920
-Node: Configuration Philosophy1339303
-Node: Compiling from Git1341803
-Node: Building the Documentation1342362
-Node: Non-Unix Installation1343774
-Node: PC Installation1344250
-Node: PC Binary Installation1345119
-Node: PC Compiling1346012
-Node: PC Using1347190
-Node: Cygwin1350906
-Node: MSYS1352158
-Node: OpenVMS Installation1352784
-Node: OpenVMS Compilation1353465
-Ref: OpenVMS Compilation-Footnote-11354948
-Node: OpenVMS Dynamic Extensions1355006
-Node: OpenVMS Installation Details1356642
-Node: OpenVMS Running1359073
-Node: OpenVMS GNV1363210
-Node: Bugs1363965
-Node: Bug definition1364885
-Node: Bug address1368486
-Node: Usenet1372055
-Node: Performance bugs1373268
-Node: Asking for help1376272
-Node: Maintainers1378259
-Node: Other Versions1379286
-Node: Installation summary1389275
-Node: Notes1390657
-Node: Compatibility Mode1391467
-Node: Additions1392289
-Node: Accessing The Source1393234
-Node: Adding Code1394765
-Node: New Ports1401876
-Node: Derived Files1406379
-Ref: Derived Files-Footnote-11412190
-Ref: Derived Files-Footnote-21412225
-Ref: Derived Files-Footnote-31412836
-Node: Future Extensions1412950
-Node: Implementation Limitations1413620
-Node: Extension Design1414862
-Node: Old Extension Problems1416022
-Ref: Old Extension Problems-Footnote-11417594
-Node: Extension New Mechanism Goals1417655
-Ref: Extension New Mechanism Goals-Footnote-11421125
-Node: Extension Other Design Decisions1421326
-Node: Extension Future Growth1423523
-Node: Notes summary1424143
-Node: Basic Concepts1425353
-Node: Basic High Level1426038
-Ref: figure-general-flow1426320
-Ref: figure-process-flow1427022
-Ref: Basic High Level-Footnote-11430392
-Node: Basic Data Typing1430581
-Node: Glossary1433989
-Node: Copying1466867
-Node: GNU Free Documentation License1504425
-Node: Index1529548
+Node: Arbitrary Precision Integers1081948
+Ref: Arbitrary Precision Integers-Footnote-11085158
+Node: Checking for MPFR1085311
+Node: POSIX Floating Point Problems1086801
+Ref: POSIX Floating Point Problems-Footnote-11091621
+Node: Floating point summary1091659
+Node: Dynamic Extensions1093915
+Node: Extension Intro1095512
+Node: Plugin License1096814
+Node: Extension Mechanism Outline1097627
+Ref: figure-load-extension1098078
+Ref: figure-register-new-function1099656
+Ref: figure-call-new-function1100765
+Node: Extension API Description1102880
+Node: Extension API Functions Introduction1104609
+Ref: table-api-std-headers1106503
+Node: General Data Types1110944
+Ref: General Data Types-Footnote-11120090
+Node: Memory Allocation Functions1120393
+Ref: Memory Allocation Functions-Footnote-11125110
+Node: Constructor Functions1125209
+Node: API Ownership of MPFR and GMP Values1129110
+Node: Registration Functions1130663
+Node: Extension Functions1131367
+Node: Exit Callback Functions1136941
+Node: Extension Version String1138255
+Node: Input Parsers1138950
+Node: Output Wrappers1153569
+Node: Two-way processors1158411
+Node: Printing Messages1160764
+Ref: Printing Messages-Footnote-11161975
+Node: Updating ERRNO1162128
+Node: Requesting Values1162927
+Ref: table-value-types-returned1163680
+Node: Accessing Parameters1165739
+Node: Symbol Table Access1167020
+Node: Symbol table by name1167532
+Ref: Symbol table by name-Footnote-11170733
+Node: Symbol table by cookie1170865
+Ref: Symbol table by cookie-Footnote-11175134
+Node: Cached values1175198
+Ref: Cached values-Footnote-11178830
+Node: Array Manipulation1178987
+Ref: Array Manipulation-Footnote-11180086
+Node: Array Data Types1180123
+Ref: Array Data Types-Footnote-11182941
+Node: Array Functions1183037
+Node: Flattening Arrays1188066
+Node: Creating Arrays1195114
+Node: Redirection API1199956
+Node: Extension API Variables1202973
+Node: Extension Versioning1203696
+Ref: gawk-api-version1204125
+Node: Extension GMP/MPFR Versioning1205912
+Node: Extension API Informational Variables1207616
+Node: Extension API Boilerplate1208869
+Node: Changes from API V11212999
+Node: Finding Extensions1214631
+Node: Extension Example1215206
+Node: Internal File Description1216028
+Node: Internal File Ops1220320
+Ref: Internal File Ops-Footnote-11231870
+Node: Using Internal File Ops1232018
+Ref: Using Internal File Ops-Footnote-11234451
+Node: Extension Samples1234729
+Node: Extension Sample File Functions1236298
+Node: Extension Sample Fnmatch1244423
+Node: Extension Sample Fork1246018
+Node: Extension Sample Inplace1247294
+Node: Extension Sample Ord1251396
+Node: Extension Sample Readdir1252272
+Ref: table-readdir-file-types1253061
+Node: Extension Sample Revout1254417
+Node: Extension Sample Rev2way1255014
+Node: Extension Sample Read write array1255766
+Node: Extension Sample Readfile1259040
+Node: Extension Sample Time1260171
+Node: Extension Sample API Tests1262171
+Node: gawkextlib1262679
+Node: Extension summary1265711
+Node: Extension Exercises1269559
+Node: Language History1270829
+Node: V7/SVR3.11272541
+Node: SVR41274891
+Node: POSIX1276423
+Node: BTL1277848
+Node: POSIX/GNU1278615
+Ref: Gawk Extension Functions1282005
+Node: Feature History1285429
+Node: Common Extensions1305270
+Node: Ranges and Locales1306745
+Ref: Ranges and Locales-Footnote-11311530
+Ref: Ranges and Locales-Footnote-21311557
+Ref: Ranges and Locales-Footnote-31311792
+Node: Contributors1312015
+Node: History summary1318206
+Node: Installation1319648
+Node: Gawk Distribution1320612
+Node: Getting1321104
+Node: Extracting1322103
+Node: Distribution contents1323809
+Node: Unix Installation1331699
+Node: Quick Installation1332519
+Node: Compiling with MPFR1335059
+Node: Shell Startup Files1335765
+Node: Additional Configuration Options1336922
+Node: Configuration Philosophy1339305
+Node: Compiling from Git1341805
+Node: Building the Documentation1342364
+Node: Non-Unix Installation1343776
+Node: PC Installation1344252
+Node: PC Binary Installation1345121
+Node: PC Compiling1346014
+Node: PC Using1347192
+Node: Cygwin1350908
+Node: MSYS1352160
+Node: OpenVMS Installation1352786
+Node: OpenVMS Compilation1353467
+Ref: OpenVMS Compilation-Footnote-11354950
+Node: OpenVMS Dynamic Extensions1355008
+Node: OpenVMS Installation Details1356644
+Node: OpenVMS Running1359075
+Node: OpenVMS GNV1363212
+Node: Bugs1363967
+Node: Bug definition1364887
+Node: Bug address1368488
+Node: Usenet1372057
+Node: Performance bugs1373270
+Node: Asking for help1376274
+Node: Maintainers1378261
+Node: Other Versions1379288
+Node: Installation summary1389277
+Node: Notes1390659
+Node: Compatibility Mode1391469
+Node: Additions1392291
+Node: Accessing The Source1393236
+Node: Adding Code1394767
+Node: New Ports1401878
+Node: Derived Files1406381
+Ref: Derived Files-Footnote-11412192
+Ref: Derived Files-Footnote-21412227
+Ref: Derived Files-Footnote-31412838
+Node: Future Extensions1412952
+Node: Implementation Limitations1413622
+Node: Extension Design1414864
+Node: Old Extension Problems1416024
+Ref: Old Extension Problems-Footnote-11417596
+Node: Extension New Mechanism Goals1417657
+Ref: Extension New Mechanism Goals-Footnote-11421127
+Node: Extension Other Design Decisions1421328
+Node: Extension Future Growth1423525
+Node: Notes summary1424145
+Node: Basic Concepts1425355
+Node: Basic High Level1426040
+Ref: figure-general-flow1426322
+Ref: figure-process-flow1427024
+Ref: Basic High Level-Footnote-11430394
+Node: Basic Data Typing1430583
+Node: Glossary1433991
+Node: Copying1466869
+Node: GNU Free Documentation License1504427
+Node: Index1529550
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 7493006c..c72b162d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -34783,7 +34783,7 @@ BEGIN @{
 produces the following output when run on the author's system:@footnote{It
 is possible for the output to be completely different if the
 C library in your system does not use the IEEE 754 even-rounding
-rule to round halfway cases for @code{printf}.}
+rule to round halfway cases for @code{printf()}.}
 
 @example
 -3.5 => -4

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

Summary of changes:
 doc/ChangeLog               |   4 +
 doc/gawk.info               | 326 ++++++++++++++++++++++----------------------
 doc/gawk.texi               |   2 +-
 pc/ChangeLog                |   4 +
 pc/Makefile.tst             |   7 +-
 test/ChangeLog              |   6 +
 test/Makefile.am            |   4 +-
 test/Makefile.in            |   9 +-
 test/Maketests              |   5 +
 test/matchuninitialized.awk |  21 +++
 test/matchuninitialized.ok  |   8 ++
 11 files changed, 229 insertions(+), 167 deletions(-)
 create mode 100644 test/matchuninitialized.awk
 create mode 100644 test/matchuninitialized.ok


hooks/post-receive
-- 
gawk



reply via email to

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