gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4917-gbf9dcd1b


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4917-gbf9dcd1b
Date: Sun, 25 Sep 2022 04:09:18 -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.2-stable has been updated
       via  bf9dcd1bcd9854076ebc862aee872f3100286ff6 (commit)
       via  cf32acc8edd9b5be054f3787b0045f67f3f807c5 (commit)
      from  165b1e4922e2fe2f54f94c9befeb27bc91141842 (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=bf9dcd1bcd9854076ebc862aee872f3100286ff6

commit bf9dcd1bcd9854076ebc862aee872f3100286ff6
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Sep 25 11:08:58 2022 +0300

    Documentation update.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 2c988426..dfbd541e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in (Persistent Memory): Document REALLY_USE_PERSIST_MALLOC
+       environment variable for testing unsupported systems.
+
 2022-09-21         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Persistent Memory): Document that FreeBSD 13 and
diff --git a/doc/gawk.info b/doc/gawk.info
index 55cc58ae..8358af1f 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22165,8 +22165,11 @@ If you see the 'PMA' with a version indicator, then 
it's supported.
 
    As of this writing, persistent memory has only been tested on
 GNU/Linux, Cygwin, Solaris 2.11, Mac OS, FreeBSD 13.1 and OpenBSD 7.1.
-On others, your mileage may vary, and/or you may need to investigate how
-to make it work for you.
+On all others, persistent memory is disabled by default.  You can force
+it to be enabled by exporting the shell variable
+'REALLY_USE_PERSIST_MALLOC' with a nonempty value before running
+'configure' (*note Quick Installation::).  If you do so and all the
+tests pass, please let the maintainer know.
 
    To use persistent memory, follow these steps:
 
@@ -37069,10 +37072,12 @@ Index
 * environment variables, LC_ALL:         Split Program.       (line  39)
 * environment variables, AWKPATH <3>:    Igawk Program.       (line  12)
 * environment variables, AWKPATH <4>:    Igawk Program.       (line 211)
+* environment variables, REALLY_USE_PERSIST_MALLOC: Persistent Memory.
+                                                              (line  29)
 * environment variables, GAWK_PERSIST_FILE <1>: Persistent Memory.
-                                                              (line  42)
+                                                              (line  45)
 * environment variables, PMA_VERBOSITY <1>: Persistent Memory.
-                                                              (line  86)
+                                                              (line  89)
 * environment variables, LANGUAGE:       Explaining gettext.  (line 120)
 * environment variables, GAWK_LOCALE_DIR <1>: Explaining gettext.
                                                               (line 132)
@@ -37566,7 +37571,7 @@ Index
 * GAWK_PERSIST_FILE environment variable: Other Environment Variables.
                                                               (line  15)
 * GAWK_PERSIST_FILE environment variable <1>: Persistent Memory.
-                                                              (line  42)
+                                                              (line  45)
 * GAWK_READ_TIMEOUT environment variable: Other Environment Variables.
                                                               (line  19)
 * GAWK_READ_TIMEOUT environment variable <1>: Read Timeout.   (line  71)
@@ -37824,8 +37829,8 @@ Index
 * Kahrs, Jürgen:                         Acknowledgments.     (line  60)
 * Kahrs, Jürgen <1>:                     Contributors.        (line  71)
 * Kasal, Stepan:                         Acknowledgments.     (line  60)
-* Kelly, Terence:                        Persistent Memory.   (line  68)
-* Kelly, Terence <1>:                    Persistent Memory.   (line 110)
+* Kelly, Terence:                        Persistent Memory.   (line  71)
+* Kelly, Terence <1>:                    Persistent Memory.   (line 113)
 * Kelly, Terence <2>:                    Feature History.     (line 508)
 * Kenobi, Obi-Wan:                       Undocumented.        (line   6)
 * Kernighan, Brian:                      History.             (line  17)
@@ -38261,7 +38266,7 @@ Index
 * plus sign (+), += operator <1>:        Precedence.          (line  94)
 * PMA_VERBOSITY environment variable:    Other Environment Variables.
                                                               (line  29)
-* PMA_VERBOSITY environment variable <1>: Persistent Memory.  (line  86)
+* PMA_VERBOSITY environment variable <1>: Persistent Memory.  (line  89)
 * pointers to functions:                 Indirect Calls.      (line   6)
 * portability, #! (executable scripts):  Executable Scripts.  (line  29)
 * portability, ARGV variable:            Executable Scripts.  (line  55)
@@ -38515,6 +38520,8 @@ Index
                                                               (line  12)
 * readfile() user-defined function:      Readfile Function.   (line  30)
 * reading input files:                   Reading Files.       (line   6)
+* REALLY_USE_PERSIST_MALLOC environment variable: Persistent Memory.
+                                                              (line  29)
 * recipe for a programming language:     History.             (line   6)
 * record separators:                     awk split records.   (line   6)
 * record separators, newlines as:        awk split records.   (line  12)
@@ -39617,245 +39624,245 @@ Ref: Two-way I/O-Footnote-2884696
 Node: TCP/IP Networking884778
 Node: Profiling887854
 Node: Persistent Memory897160
-Ref: Persistent Memory-Footnote-1905098
-Node: Extension Philosophy905225
-Node: Advanced Features Summary906712
-Node: Internationalization908884
-Node: I18N and L10N910558
-Node: Explaining gettext911245
-Ref: Explaining gettext-Footnote-1917137
-Ref: Explaining gettext-Footnote-2917322
-Node: Programmer i18n917487
-Ref: Programmer i18n-Footnote-1922436
-Node: Translator i18n922485
-Node: String Extraction923279
-Ref: String Extraction-Footnote-1924411
-Node: Printf Ordering924497
-Ref: Printf Ordering-Footnote-1927283
-Node: I18N Portability927347
-Ref: I18N Portability-Footnote-1929803
-Node: I18N Example929866
-Ref: I18N Example-Footnote-1933141
-Ref: I18N Example-Footnote-2933214
-Node: Gawk I18N933323
-Node: I18N Summary933945
-Node: Debugger935286
-Node: Debugging936286
-Node: Debugging Concepts936727
-Node: Debugging Terms938536
-Node: Awk Debugging941111
-Ref: Awk Debugging-Footnote-1942056
-Node: Sample Debugging Session942188
-Node: Debugger Invocation942722
-Node: Finding The Bug944108
-Node: List of Debugger Commands950582
-Node: Breakpoint Control951915
-Node: Debugger Execution Control955609
-Node: Viewing And Changing Data958971
-Node: Execution Stack962512
-Node: Debugger Info964149
-Node: Miscellaneous Debugger Commands968220
-Node: Readline Support973282
-Node: Limitations974178
-Node: Debugging Summary976732
-Node: Namespaces978011
-Node: Global Namespace979122
-Node: Qualified Names980520
-Node: Default Namespace981519
-Node: Changing The Namespace982260
-Node: Naming Rules983874
-Node: Internal Name Management985722
-Node: Namespace Example986764
-Node: Namespace And Features989326
-Node: Namespace Summary990761
-Node: Arbitrary Precision Arithmetic992238
-Node: Computer Arithmetic993725
-Ref: table-numeric-ranges997491
-Ref: table-floating-point-ranges997985
-Ref: Computer Arithmetic-Footnote-1998644
-Node: Math Definitions998701
-Ref: table-ieee-formats1001677
-Node: MPFR features1002245
-Node: MPFR On Parole1002690
-Ref: MPFR On Parole-Footnote-11003519
-Node: MPFR Intro1003674
-Node: FP Math Caution1005325
-Ref: FP Math Caution-Footnote-11006397
-Node: Inexactness of computations1006766
-Node: Inexact representation1007797
-Node: Comparing FP Values1009157
-Node: Errors accumulate1010398
-Node: Strange values1011854
-Ref: Strange values-Footnote-11014442
-Node: Getting Accuracy1014547
-Node: Try To Round1017257
-Node: Setting precision1018156
-Ref: table-predefined-precision-strings1018853
-Node: Setting the rounding mode1020684
-Ref: table-gawk-rounding-modes1021058
-Ref: Setting the rounding mode-Footnote-11024990
-Node: Arbitrary Precision Integers1025169
-Ref: Arbitrary Precision Integers-Footnote-11028344
-Node: Checking for MPFR1028493
-Node: POSIX Floating Point Problems1029967
-Ref: POSIX Floating Point Problems-Footnote-11034620
-Node: Floating point summary1034658
-Node: Dynamic Extensions1036848
-Node: Extension Intro1038401
-Node: Plugin License1039667
-Node: Extension Mechanism Outline1040464
-Ref: figure-load-extension1040903
-Ref: figure-register-new-function1042469
-Ref: figure-call-new-function1043562
-Node: Extension API Description1045625
-Node: Extension API Functions Introduction1047338
-Ref: table-api-std-headers1049174
-Node: General Data Types1053424
-Ref: General Data Types-Footnote-11062130
-Node: Memory Allocation Functions1062429
-Ref: Memory Allocation Functions-Footnote-11066930
-Node: Constructor Functions1067029
-Node: API Ownership of MPFR and GMP Values1070682
-Node: Registration Functions1072215
-Node: Extension Functions1072915
-Node: Exit Callback Functions1078237
-Node: Extension Version String1079487
-Node: Input Parsers1080150
-Node: Output Wrappers1092871
-Node: Two-way processors1097383
-Node: Printing Messages1099648
-Ref: Printing Messages-Footnote-11100819
-Node: Updating ERRNO1100972
-Node: Requesting Values1101711
-Ref: table-value-types-returned1102448
-Node: Accessing Parameters1103557
-Node: Symbol Table Access1104794
-Node: Symbol table by name1105306
-Ref: Symbol table by name-Footnote-11108331
-Node: Symbol table by cookie1108459
-Ref: Symbol table by cookie-Footnote-11112644
-Node: Cached values1112708
-Ref: Cached values-Footnote-11116244
-Node: Array Manipulation1116397
-Ref: Array Manipulation-Footnote-11117488
-Node: Array Data Types1117525
-Ref: Array Data Types-Footnote-11120183
-Node: Array Functions1120275
-Node: Flattening Arrays1125060
-Node: Creating Arrays1132036
-Node: Redirection API1136803
-Node: Extension API Variables1139636
-Node: Extension Versioning1140347
-Ref: gawk-api-version1140776
-Node: Extension GMP/MPFR Versioning1142508
-Node: Extension API Informational Variables1144136
-Node: Extension API Boilerplate1145209
-Node: Changes from API V11149183
-Node: Finding Extensions1150755
-Node: Extension Example1151314
-Node: Internal File Description1152112
-Node: Internal File Ops1156192
-Ref: Internal File Ops-Footnote-11167542
-Node: Using Internal File Ops1167682
-Ref: Using Internal File Ops-Footnote-11170065
-Node: Extension Samples1170339
-Node: Extension Sample File Functions1171868
-Node: Extension Sample Fnmatch1179517
-Node: Extension Sample Fork1181004
-Node: Extension Sample Inplace1182222
-Node: Extension Sample Ord1185848
-Node: Extension Sample Readdir1186684
-Ref: table-readdir-file-types1187573
-Node: Extension Sample Revout1188641
-Node: Extension Sample Rev2way1189230
-Node: Extension Sample Read write array1189970
-Node: Extension Sample Readfile1193156
-Node: Extension Sample Time1194251
-Node: Extension Sample API Tests1196003
-Node: gawkextlib1196495
-Node: Extension summary1199413
-Node: Extension Exercises1203115
-Node: Language History1204357
-Node: V7/SVR3.11206013
-Node: SVR41208165
-Node: POSIX1209599
-Node: BTL1210980
-Node: POSIX/GNU1211709
-Node: Feature History1217634
-Node: Common Extensions1235373
-Node: Ranges and Locales1236656
-Ref: Ranges and Locales-Footnote-11241272
-Ref: Ranges and Locales-Footnote-21241299
-Ref: Ranges and Locales-Footnote-31241534
-Node: Contributors1241757
-Node: History summary1247754
-Node: Installation1249134
-Node: Gawk Distribution1250078
-Node: Getting1250562
-Node: Extracting1251525
-Node: Distribution contents1253163
-Node: Unix Installation1260669
-Node: Quick Installation1261473
-Node: Compiling with MPFR1263893
-Node: Shell Startup Files1264583
-Node: Additional Configuration Options1265672
-Node: Configuration Philosophy1267987
-Node: Compiling from Git1270383
-Node: Building the Documentation1270938
-Node: Non-Unix Installation1272322
-Node: PC Installation1272782
-Node: PC Binary Installation1273623
-Node: PC Compiling1274496
-Node: PC Using1275602
-Node: Cygwin1279098
-Node: MSYS1280322
-Node: VMS Installation1280924
-Node: VMS Compilation1281643
-Ref: VMS Compilation-Footnote-11283050
-Node: VMS Dynamic Extensions1283108
-Ref: VMS Dynamic Extensions-Footnote-11284832
-Node: VMS Installation Details1284922
-Node: VMS Running1287184
-Node: VMS GNV1291463
-Node: Bugs1292177
-Node: Bug definition1293089
-Node: Bug address1296591
-Node: Usenet1300110
-Node: Performance bugs1301299
-Node: Asking for help1304220
-Node: Maintainers1306187
-Node: Other Versions1307194
-Node: Installation summary1315464
-Node: Notes1316821
-Node: Compatibility Mode1317615
-Node: Additions1318397
-Node: Accessing The Source1319322
-Node: Adding Code1320759
-Node: New Ports1327574
-Node: Derived Files1331949
-Ref: Derived Files-Footnote-11337609
-Ref: Derived Files-Footnote-21337644
-Ref: Derived Files-Footnote-31338242
-Node: Future Extensions1338356
-Node: Implementation Limitations1339014
-Node: Extension Design1340224
-Node: Old Extension Problems1341368
-Ref: Old Extension Problems-Footnote-11342886
-Node: Extension New Mechanism Goals1342943
-Ref: Extension New Mechanism Goals-Footnote-11346307
-Node: Extension Other Design Decisions1346496
-Node: Extension Future Growth1348609
-Node: Notes summary1349215
-Node: Basic Concepts1350373
-Node: Basic High Level1351054
-Ref: figure-general-flow1351336
-Ref: figure-process-flow1352022
-Ref: Basic High Level-Footnote-11355324
-Node: Basic Data Typing1355509
-Node: Glossary1358837
-Node: Copying1390724
-Node: GNU Free Documentation License1428267
-Node: Index1453387
+Ref: Persistent Memory-Footnote-1905298
+Node: Extension Philosophy905425
+Node: Advanced Features Summary906912
+Node: Internationalization909084
+Node: I18N and L10N910758
+Node: Explaining gettext911445
+Ref: Explaining gettext-Footnote-1917337
+Ref: Explaining gettext-Footnote-2917522
+Node: Programmer i18n917687
+Ref: Programmer i18n-Footnote-1922636
+Node: Translator i18n922685
+Node: String Extraction923479
+Ref: String Extraction-Footnote-1924611
+Node: Printf Ordering924697
+Ref: Printf Ordering-Footnote-1927483
+Node: I18N Portability927547
+Ref: I18N Portability-Footnote-1930003
+Node: I18N Example930066
+Ref: I18N Example-Footnote-1933341
+Ref: I18N Example-Footnote-2933414
+Node: Gawk I18N933523
+Node: I18N Summary934145
+Node: Debugger935486
+Node: Debugging936486
+Node: Debugging Concepts936927
+Node: Debugging Terms938736
+Node: Awk Debugging941311
+Ref: Awk Debugging-Footnote-1942256
+Node: Sample Debugging Session942388
+Node: Debugger Invocation942922
+Node: Finding The Bug944308
+Node: List of Debugger Commands950782
+Node: Breakpoint Control952115
+Node: Debugger Execution Control955809
+Node: Viewing And Changing Data959171
+Node: Execution Stack962712
+Node: Debugger Info964349
+Node: Miscellaneous Debugger Commands968420
+Node: Readline Support973482
+Node: Limitations974378
+Node: Debugging Summary976932
+Node: Namespaces978211
+Node: Global Namespace979322
+Node: Qualified Names980720
+Node: Default Namespace981719
+Node: Changing The Namespace982460
+Node: Naming Rules984074
+Node: Internal Name Management985922
+Node: Namespace Example986964
+Node: Namespace And Features989526
+Node: Namespace Summary990961
+Node: Arbitrary Precision Arithmetic992438
+Node: Computer Arithmetic993925
+Ref: table-numeric-ranges997691
+Ref: table-floating-point-ranges998185
+Ref: Computer Arithmetic-Footnote-1998844
+Node: Math Definitions998901
+Ref: table-ieee-formats1001877
+Node: MPFR features1002445
+Node: MPFR On Parole1002890
+Ref: MPFR On Parole-Footnote-11003719
+Node: MPFR Intro1003874
+Node: FP Math Caution1005525
+Ref: FP Math Caution-Footnote-11006597
+Node: Inexactness of computations1006966
+Node: Inexact representation1007997
+Node: Comparing FP Values1009357
+Node: Errors accumulate1010598
+Node: Strange values1012054
+Ref: Strange values-Footnote-11014642
+Node: Getting Accuracy1014747
+Node: Try To Round1017457
+Node: Setting precision1018356
+Ref: table-predefined-precision-strings1019053
+Node: Setting the rounding mode1020884
+Ref: table-gawk-rounding-modes1021258
+Ref: Setting the rounding mode-Footnote-11025190
+Node: Arbitrary Precision Integers1025369
+Ref: Arbitrary Precision Integers-Footnote-11028544
+Node: Checking for MPFR1028693
+Node: POSIX Floating Point Problems1030167
+Ref: POSIX Floating Point Problems-Footnote-11034820
+Node: Floating point summary1034858
+Node: Dynamic Extensions1037048
+Node: Extension Intro1038601
+Node: Plugin License1039867
+Node: Extension Mechanism Outline1040664
+Ref: figure-load-extension1041103
+Ref: figure-register-new-function1042669
+Ref: figure-call-new-function1043762
+Node: Extension API Description1045825
+Node: Extension API Functions Introduction1047538
+Ref: table-api-std-headers1049374
+Node: General Data Types1053624
+Ref: General Data Types-Footnote-11062330
+Node: Memory Allocation Functions1062629
+Ref: Memory Allocation Functions-Footnote-11067130
+Node: Constructor Functions1067229
+Node: API Ownership of MPFR and GMP Values1070882
+Node: Registration Functions1072415
+Node: Extension Functions1073115
+Node: Exit Callback Functions1078437
+Node: Extension Version String1079687
+Node: Input Parsers1080350
+Node: Output Wrappers1093071
+Node: Two-way processors1097583
+Node: Printing Messages1099848
+Ref: Printing Messages-Footnote-11101019
+Node: Updating ERRNO1101172
+Node: Requesting Values1101911
+Ref: table-value-types-returned1102648
+Node: Accessing Parameters1103757
+Node: Symbol Table Access1104994
+Node: Symbol table by name1105506
+Ref: Symbol table by name-Footnote-11108531
+Node: Symbol table by cookie1108659
+Ref: Symbol table by cookie-Footnote-11112844
+Node: Cached values1112908
+Ref: Cached values-Footnote-11116444
+Node: Array Manipulation1116597
+Ref: Array Manipulation-Footnote-11117688
+Node: Array Data Types1117725
+Ref: Array Data Types-Footnote-11120383
+Node: Array Functions1120475
+Node: Flattening Arrays1125260
+Node: Creating Arrays1132236
+Node: Redirection API1137003
+Node: Extension API Variables1139836
+Node: Extension Versioning1140547
+Ref: gawk-api-version1140976
+Node: Extension GMP/MPFR Versioning1142708
+Node: Extension API Informational Variables1144336
+Node: Extension API Boilerplate1145409
+Node: Changes from API V11149383
+Node: Finding Extensions1150955
+Node: Extension Example1151514
+Node: Internal File Description1152312
+Node: Internal File Ops1156392
+Ref: Internal File Ops-Footnote-11167742
+Node: Using Internal File Ops1167882
+Ref: Using Internal File Ops-Footnote-11170265
+Node: Extension Samples1170539
+Node: Extension Sample File Functions1172068
+Node: Extension Sample Fnmatch1179717
+Node: Extension Sample Fork1181204
+Node: Extension Sample Inplace1182422
+Node: Extension Sample Ord1186048
+Node: Extension Sample Readdir1186884
+Ref: table-readdir-file-types1187773
+Node: Extension Sample Revout1188841
+Node: Extension Sample Rev2way1189430
+Node: Extension Sample Read write array1190170
+Node: Extension Sample Readfile1193356
+Node: Extension Sample Time1194451
+Node: Extension Sample API Tests1196203
+Node: gawkextlib1196695
+Node: Extension summary1199613
+Node: Extension Exercises1203315
+Node: Language History1204557
+Node: V7/SVR3.11206213
+Node: SVR41208365
+Node: POSIX1209799
+Node: BTL1211180
+Node: POSIX/GNU1211909
+Node: Feature History1217834
+Node: Common Extensions1235573
+Node: Ranges and Locales1236856
+Ref: Ranges and Locales-Footnote-11241472
+Ref: Ranges and Locales-Footnote-21241499
+Ref: Ranges and Locales-Footnote-31241734
+Node: Contributors1241957
+Node: History summary1247954
+Node: Installation1249334
+Node: Gawk Distribution1250278
+Node: Getting1250762
+Node: Extracting1251725
+Node: Distribution contents1253363
+Node: Unix Installation1260869
+Node: Quick Installation1261673
+Node: Compiling with MPFR1264093
+Node: Shell Startup Files1264783
+Node: Additional Configuration Options1265872
+Node: Configuration Philosophy1268187
+Node: Compiling from Git1270583
+Node: Building the Documentation1271138
+Node: Non-Unix Installation1272522
+Node: PC Installation1272982
+Node: PC Binary Installation1273823
+Node: PC Compiling1274696
+Node: PC Using1275802
+Node: Cygwin1279298
+Node: MSYS1280522
+Node: VMS Installation1281124
+Node: VMS Compilation1281843
+Ref: VMS Compilation-Footnote-11283250
+Node: VMS Dynamic Extensions1283308
+Ref: VMS Dynamic Extensions-Footnote-11285032
+Node: VMS Installation Details1285122
+Node: VMS Running1287384
+Node: VMS GNV1291663
+Node: Bugs1292377
+Node: Bug definition1293289
+Node: Bug address1296791
+Node: Usenet1300310
+Node: Performance bugs1301499
+Node: Asking for help1304420
+Node: Maintainers1306387
+Node: Other Versions1307394
+Node: Installation summary1315664
+Node: Notes1317021
+Node: Compatibility Mode1317815
+Node: Additions1318597
+Node: Accessing The Source1319522
+Node: Adding Code1320959
+Node: New Ports1327774
+Node: Derived Files1332149
+Ref: Derived Files-Footnote-11337809
+Ref: Derived Files-Footnote-21337844
+Ref: Derived Files-Footnote-31338442
+Node: Future Extensions1338556
+Node: Implementation Limitations1339214
+Node: Extension Design1340424
+Node: Old Extension Problems1341568
+Ref: Old Extension Problems-Footnote-11343086
+Node: Extension New Mechanism Goals1343143
+Ref: Extension New Mechanism Goals-Footnote-11346507
+Node: Extension Other Design Decisions1346696
+Node: Extension Future Growth1348809
+Node: Notes summary1349415
+Node: Basic Concepts1350573
+Node: Basic High Level1351254
+Ref: figure-general-flow1351536
+Ref: figure-process-flow1352222
+Ref: Basic High Level-Footnote-11355524
+Node: Basic Data Typing1355709
+Node: Glossary1359037
+Node: Copying1390924
+Node: GNU Free Documentation License1428467
+Node: Index1453587
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5cbe3883..0789b54b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31066,10 +31066,15 @@ $ @kbd{gawk --version}
 @noindent
 If you see the @samp{PMA} with a version indicator, then it's supported.
 
+@cindex @env{REALLY_USE_PERSIST_MALLOC} environment variable
+@cindex environment variables @subentry @env{REALLY_USE_PERSIST_MALLOC}
 As of this writing, persistent memory has only been tested on GNU/Linux,
 Cygwin, Solaris 2.11, Mac OS, FreeBSD 13.1 and OpenBSD 7.1.
-On others, your mileage may
-vary, and/or you may need to investigate how to make it work for you.
+On all others, persistent memory is disabled by default. You can force
+it to be enabled by exporting the shell variable
+@env{REALLY_USE_PERSIST_MALLOC} with a nonempty value before
+running @command{configure} (@pxref{Quick Installation}).
+If you do so and all the tests pass, please let the maintainer know.
 
 To use persistent memory, follow these steps:
 
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9e85e1bb..854b6e0c 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29948,10 +29948,15 @@ $ @kbd{gawk --version}
 @noindent
 If you see the @samp{PMA} with a version indicator, then it's supported.
 
+@cindex @env{REALLY_USE_PERSIST_MALLOC} environment variable
+@cindex environment variables @subentry @env{REALLY_USE_PERSIST_MALLOC}
 As of this writing, persistent memory has only been tested on GNU/Linux,
 Cygwin, Solaris 2.11, Mac OS, FreeBSD 13.1 and OpenBSD 7.1.
-On others, your mileage may
-vary, and/or you may need to investigate how to make it work for you.
+On all others, persistent memory is disabled by default. You can force
+it to be enabled by exporting the shell variable
+@env{REALLY_USE_PERSIST_MALLOC} with a nonempty value before
+running @command{configure} (@pxref{Quick Installation}).
+If you do so and all the tests pass, please let the maintainer know.
 
 To use persistent memory, follow these steps:
 

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

commit cf32acc8edd9b5be054f3787b0045f67f3f807c5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Sep 25 10:54:02 2022 +0300

    Rename test/elemnew files to be test/mdim files.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 1d193744..18edd9ee 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.tst: Regenerated.
+
 2022-09-23         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Regenerated.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index e37f1841..17b03c00 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -190,8 +190,7 @@ GAWK_EXT_TESTS = \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
        clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
-       devfd devfd1 devfd2 \
-       dfacheck1 dumpvars elemnew1 elemnew2 elemnew3 elemnew4 \
+       devfd devfd1 devfd2 dfacheck1 dumpvars \
        errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
@@ -202,8 +201,9 @@ GAWK_EXT_TESTS = \
        indirectbuiltin indirectcall indirectcall2 \
        indirectcall3 intarray iolint isarrayunset lint \
        lintexp lintindex lintint lintlength lintold lintplus lintset \
-       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 mdim1 mdim2 \
-       mdim3 mdim4 mixed1 mktime modifiers muldimposix nastyparm negtime \
+       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       mdim1 mdim2 mdim3 mdim4 mdim5 mdim6 mdim7 mdim8 \
+       mixed1 mktime modifiers muldimposix nastyparm negtime \
        next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 nsawk1a nsawk1b \
        nsawk1c nsawk2a nsawk2b nsbad nsbad2 nsbad3 nsbad_cmd nsforloop \
        nsfuncrecurse nsidentifier nsindirect1 nsindirect2 nsprof1 nsprof2 \
@@ -2742,26 +2742,6 @@ dfacheck1:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
-elemnew1:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew2:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew3:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew4:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
 exit:
        @echo $@
        @-$(LOCALES) AWK="$(AWKPROG)" "$(srcdir)"/$@.sh  > _$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
@@ -3107,6 +3087,26 @@ mdim4:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
+mdim5:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim6:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim7:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim8:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 mktime:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
diff --git a/test/ChangeLog b/test/ChangeLog
index 0e17406b..89a884b2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am: Rename elemnew tests to mdim:
+       * mdim5.*: Renamed from elemnew1.*.
+       * mdim6.*: Renamed from elemnew2.*.
+       * mdim7.*: Renamed from elemnew3.*.
+       * mdim8.*: Renamed from elemnew4.*.
+
 2022-09-23         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.am (EXTRA_DIST): New test: elemnew4.
diff --git a/test/Makefile.am b/test/Makefile.am
index dd55aa21..bece95b6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -285,15 +285,6 @@ EXTRA_DIST = \
        dumpvars.ok \
        dynlj.awk \
        dynlj.ok \
-       elemnew1.awk \
-       elemnew1.ok \
-       elemnew2.awk \
-       elemnew2.ok \
-       elemnew3.awk \
-       elemnew3.ok \
-       elemnew4.awk \
-       elemnew4.in \
-       elemnew4.ok \
        escapebrace.awk \
        escapebrace.in \
        escapebrace.ok \
@@ -702,6 +693,15 @@ EXTRA_DIST = \
        mdim4.awk \
        mdim4.in \
        mdim4.ok \
+       mdim5.awk \
+       mdim5.ok \
+       mdim6.awk \
+       mdim6.ok \
+       mdim7.awk \
+       mdim7.ok \
+       mdim8.awk \
+       mdim8.in \
+       mdim8.ok \
        modifiers.sh \
        modifiers.ok \
        muldimposix.awk \
@@ -1492,8 +1492,7 @@ GAWK_EXT_TESTS = \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
        clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
-       devfd devfd1 devfd2 \
-       dfacheck1 dumpvars elemnew1 elemnew2 elemnew3 elemnew4 \
+       devfd devfd1 devfd2 dfacheck1 dumpvars \
        errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
@@ -1504,8 +1503,9 @@ GAWK_EXT_TESTS = \
        indirectbuiltin indirectcall indirectcall2 \
        indirectcall3 intarray iolint isarrayunset lint \
        lintexp lintindex lintint lintlength lintold lintplus lintset \
-       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 mdim1 mdim2 \
-       mdim3 mdim4 mixed1 mktime modifiers muldimposix nastyparm negtime \
+       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       mdim1 mdim2 mdim3 mdim4 mdim5 mdim6 mdim7 mdim8 \
+       mixed1 mktime modifiers muldimposix nastyparm negtime \
        next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 nsawk1a nsawk1b \
        nsawk1c nsawk2a nsawk2b nsbad nsbad2 nsbad3 nsbad_cmd nsforloop \
        nsfuncrecurse nsidentifier nsindirect1 nsindirect2 nsprof1 nsprof2 \
diff --git a/test/Makefile.in b/test/Makefile.in
index 8a0b2f56..f6a18605 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -553,15 +553,6 @@ EXTRA_DIST = \
        dumpvars.ok \
        dynlj.awk \
        dynlj.ok \
-       elemnew1.awk \
-       elemnew1.ok \
-       elemnew2.awk \
-       elemnew2.ok \
-       elemnew3.awk \
-       elemnew3.ok \
-       elemnew4.awk \
-       elemnew4.in \
-       elemnew4.ok \
        escapebrace.awk \
        escapebrace.in \
        escapebrace.ok \
@@ -970,6 +961,15 @@ EXTRA_DIST = \
        mdim4.awk \
        mdim4.in \
        mdim4.ok \
+       mdim5.awk \
+       mdim5.ok \
+       mdim6.awk \
+       mdim6.ok \
+       mdim7.awk \
+       mdim7.ok \
+       mdim8.awk \
+       mdim8.in \
+       mdim8.ok \
        modifiers.sh \
        modifiers.ok \
        muldimposix.awk \
@@ -1760,8 +1760,7 @@ GAWK_EXT_TESTS = \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
        clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
-       devfd devfd1 devfd2 \
-       dfacheck1 dumpvars elemnew1 elemnew2 elemnew3 elemnew4 \
+       devfd devfd1 devfd2 dfacheck1 dumpvars \
        errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
@@ -1772,8 +1771,9 @@ GAWK_EXT_TESTS = \
        indirectbuiltin indirectcall indirectcall2 \
        indirectcall3 intarray iolint isarrayunset lint \
        lintexp lintindex lintint lintlength lintold lintplus lintset \
-       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 mdim1 mdim2 \
-       mdim3 mdim4 mixed1 mktime modifiers muldimposix nastyparm negtime \
+       lintwarn manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       mdim1 mdim2 mdim3 mdim4 mdim5 mdim6 mdim7 mdim8 \
+       mixed1 mktime modifiers muldimposix nastyparm negtime \
        next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 nsawk1a nsawk1b \
        nsawk1c nsawk2a nsawk2b nsbad nsbad2 nsbad3 nsbad_cmd nsforloop \
        nsfuncrecurse nsidentifier nsindirect1 nsindirect2 nsprof1 nsprof2 \
@@ -4495,26 +4495,6 @@ dfacheck1:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
-elemnew1:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew2:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew3:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew4:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
 exit:
        @echo $@
        @-$(LOCALES) AWK="$(AWKPROG)" "$(srcdir)"/$@.sh  > _$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
@@ -4858,6 +4838,26 @@ mdim4:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
+mdim5:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim6:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim7:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim8:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 mktime:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
diff --git a/test/Maketests b/test/Maketests
index 31eb89f1..43672fa7 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1437,26 +1437,6 @@ dfacheck1:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
-elemnew1:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew2:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew3:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
-elemnew4:
-       @echo $@
-       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
 exit:
        @echo $@
        @-$(LOCALES) AWK="$(AWKPROG)" "$(srcdir)"/$@.sh  > _$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
@@ -1800,6 +1780,26 @@ mdim4:
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
+mdim5:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim6:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim7:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+mdim8:
+       @echo $@
+       @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
+       @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
 mktime:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 
|| echo EXIT CODE: $$? >>_$@
diff --git a/test/elemnew2.ok b/test/elemnew2.ok
deleted file mode 100644
index d6f2d78a..00000000
--- a/test/elemnew2.ok
+++ /dev/null
@@ -1,2 +0,0 @@
-gawk: elemnew2.awk:5: fatal: attempt to use array `a["0"]' in a scalar context
-EXIT CODE: 2
diff --git a/test/elemnew1.awk b/test/mdim5.awk
similarity index 100%
rename from test/elemnew1.awk
rename to test/mdim5.awk
diff --git a/test/elemnew1.ok b/test/mdim5.ok
similarity index 100%
rename from test/elemnew1.ok
rename to test/mdim5.ok
diff --git a/test/elemnew2.awk b/test/mdim6.awk
similarity index 100%
rename from test/elemnew2.awk
rename to test/mdim6.awk
diff --git a/test/mdim6.ok b/test/mdim6.ok
new file mode 100644
index 00000000..fc9990f0
--- /dev/null
+++ b/test/mdim6.ok
@@ -0,0 +1,2 @@
+gawk: mdim6.awk:5: fatal: attempt to use array `a["0"]' in a scalar context
+EXIT CODE: 2
diff --git a/test/elemnew3.awk b/test/mdim7.awk
similarity index 100%
rename from test/elemnew3.awk
rename to test/mdim7.awk
diff --git a/test/elemnew3.ok b/test/mdim7.ok
similarity index 100%
rename from test/elemnew3.ok
rename to test/mdim7.ok
diff --git a/test/elemnew4.awk b/test/mdim8.awk
similarity index 100%
rename from test/elemnew4.awk
rename to test/mdim8.awk
diff --git a/test/elemnew4.in b/test/mdim8.in
similarity index 100%
rename from test/elemnew4.in
rename to test/mdim8.in
diff --git a/test/elemnew4.ok b/test/mdim8.ok
similarity index 100%
rename from test/elemnew4.ok
rename to test/mdim8.ok

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

Summary of changes:
 doc/ChangeLog                    |   5 +
 doc/gawk.info                    | 501 ++++++++++++++++++++-------------------
 doc/gawk.texi                    |   9 +-
 doc/gawktexi.in                  |   9 +-
 pc/ChangeLog                     |   4 +
 pc/Makefile.tst                  |  48 ++--
 test/ChangeLog                   |   8 +
 test/Makefile.am                 |  26 +-
 test/Makefile.in                 |  66 +++---
 test/Maketests                   |  40 ++--
 test/elemnew2.ok                 |   2 -
 test/{elemnew1.awk => mdim5.awk} |   0
 test/{elemnew1.ok => mdim5.ok}   |   0
 test/{elemnew2.awk => mdim6.awk} |   0
 test/mdim6.ok                    |   2 +
 test/{elemnew3.awk => mdim7.awk} |   0
 test/{elemnew3.ok => mdim7.ok}   |   0
 test/{elemnew4.awk => mdim8.awk} |   0
 test/{elemnew4.in => mdim8.in}   |   0
 test/{elemnew4.ok => mdim8.ok}   |   0
 20 files changed, 377 insertions(+), 343 deletions(-)
 delete mode 100644 test/elemnew2.ok
 rename test/{elemnew1.awk => mdim5.awk} (100%)
 rename test/{elemnew1.ok => mdim5.ok} (100%)
 rename test/{elemnew2.awk => mdim6.awk} (100%)
 create mode 100644 test/mdim6.ok
 rename test/{elemnew3.awk => mdim7.awk} (100%)
 rename test/{elemnew3.ok => mdim7.ok} (100%)
 rename test/{elemnew4.awk => mdim8.awk} (100%)
 rename test/{elemnew4.in => mdim8.in} (100%)
 rename test/{elemnew4.ok => mdim8.ok} (100%)


hooks/post-receive
-- 
gawk



reply via email to

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