gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4856-g9ecd7884


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4856-g9ecd7884
Date: Thu, 11 Aug 2022 12:56:46 -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, master has been updated
       via  9ecd7884103e292277e2ba3038369334d347879c (commit)
       via  df0fb59074ff0a4aa1f0e68dbcb5f71300b52626 (commit)
       via  6ba5c017f6c94a4082d752d3829aaaf7d07c07c1 (commit)
      from  c2c6d40dca9a4394c4e56d01f93c20483b480338 (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=9ecd7884103e292277e2ba3038369334d347879c

commit 9ecd7884103e292277e2ba3038369334d347879c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 11 19:56:30 2022 +0300

    Small doc fix.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 945ed842..ce994d19 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-11         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in (Persistent Memory): Small typo fixes.
+
 2022-08-10         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Persistent Memory): Document (extremely briefly)
diff --git a/doc/gawk.info b/doc/gawk.info
index 1c3c6d3f..acca8ebc 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22195,10 +22195,10 @@ for you.
      variables defined by the program are preserved across runs.
 
    Interestingly, the program that you execute need not be the same from
-run to run; the persistent store only maintains the values of variables
-arrays and user-defined functions, not the totality of 'gawk''s internal
-state.  This lets you share data between unrelated programs, eliminating
-the need for scripts to communicate via text files.
+run to run; the persistent store only maintains the values of variables,
+arrays, and user-defined functions, not the totality of 'gawk''s
+internal state.  This lets you share data between unrelated programs,
+eliminating the need for scripts to communicate via text files.
 
    Terence Kelly, the author of the persistent memory allocator 'gawk'
 uses, provides the following advice about the backing file:
@@ -39565,244 +39565,244 @@ Ref: Two-way I/O-Footnote-2884578
 Node: TCP/IP Networking884660
 Node: Profiling887736
 Node: Persistent Memory897042
-Ref: Persistent Memory-Footnote-1904660
-Node: Extension Philosophy904787
-Node: Advanced Features Summary906274
-Node: Internationalization908446
-Node: I18N and L10N910120
-Node: Explaining gettext910807
-Ref: Explaining gettext-Footnote-1916699
-Ref: Explaining gettext-Footnote-2916884
-Node: Programmer i18n917049
-Ref: Programmer i18n-Footnote-1921998
-Node: Translator i18n922047
-Node: String Extraction922841
-Ref: String Extraction-Footnote-1923973
-Node: Printf Ordering924059
-Ref: Printf Ordering-Footnote-1926845
-Node: I18N Portability926909
-Ref: I18N Portability-Footnote-1929365
-Node: I18N Example929428
-Ref: I18N Example-Footnote-1932703
-Ref: I18N Example-Footnote-2932776
-Node: Gawk I18N932885
-Node: I18N Summary933507
-Node: Debugger934848
-Node: Debugging935848
-Node: Debugging Concepts936289
-Node: Debugging Terms938098
-Node: Awk Debugging940673
-Ref: Awk Debugging-Footnote-1941618
-Node: Sample Debugging Session941750
-Node: Debugger Invocation942284
-Node: Finding The Bug943670
-Node: List of Debugger Commands950144
-Node: Breakpoint Control951477
-Node: Debugger Execution Control955171
-Node: Viewing And Changing Data958533
-Node: Execution Stack962074
-Node: Debugger Info963711
-Node: Miscellaneous Debugger Commands967782
-Node: Readline Support972844
-Node: Limitations973740
-Node: Debugging Summary976294
-Node: Namespaces977573
-Node: Global Namespace978684
-Node: Qualified Names980082
-Node: Default Namespace981081
-Node: Changing The Namespace981822
-Node: Naming Rules983436
-Node: Internal Name Management985284
-Node: Namespace Example986326
-Node: Namespace And Features988888
-Node: Namespace Summary990323
-Node: Arbitrary Precision Arithmetic991800
-Node: Computer Arithmetic993287
-Ref: table-numeric-ranges997053
-Ref: table-floating-point-ranges997547
-Ref: Computer Arithmetic-Footnote-1998206
-Node: Math Definitions998263
-Ref: table-ieee-formats1001239
-Node: MPFR features1001807
-Node: MPFR On Parole1002252
-Ref: MPFR On Parole-Footnote-11003081
-Node: MPFR Intro1003236
-Node: FP Math Caution1004887
-Ref: FP Math Caution-Footnote-11005959
-Node: Inexactness of computations1006328
-Node: Inexact representation1007359
-Node: Comparing FP Values1008719
-Node: Errors accumulate1009960
-Node: Strange values1011416
-Ref: Strange values-Footnote-11014004
-Node: Getting Accuracy1014109
-Node: Try To Round1016819
-Node: Setting precision1017718
-Ref: table-predefined-precision-strings1018415
-Node: Setting the rounding mode1020246
-Ref: table-gawk-rounding-modes1020620
-Ref: Setting the rounding mode-Footnote-11024552
-Node: Arbitrary Precision Integers1024731
-Ref: Arbitrary Precision Integers-Footnote-11027906
-Node: Checking for MPFR1028055
-Node: POSIX Floating Point Problems1029529
-Ref: POSIX Floating Point Problems-Footnote-11034182
-Node: Floating point summary1034220
-Node: Dynamic Extensions1036410
-Node: Extension Intro1037963
-Node: Plugin License1039229
-Node: Extension Mechanism Outline1040026
-Ref: figure-load-extension1040465
-Ref: figure-register-new-function1042031
-Ref: figure-call-new-function1043124
-Node: Extension API Description1045187
-Node: Extension API Functions Introduction1046900
-Ref: table-api-std-headers1048736
-Node: General Data Types1052986
-Ref: General Data Types-Footnote-11061692
-Node: Memory Allocation Functions1061991
-Ref: Memory Allocation Functions-Footnote-11066492
-Node: Constructor Functions1066591
-Node: API Ownership of MPFR and GMP Values1070244
-Node: Registration Functions1071777
-Node: Extension Functions1072477
-Node: Exit Callback Functions1077799
-Node: Extension Version String1079049
-Node: Input Parsers1079712
-Node: Output Wrappers1092433
-Node: Two-way processors1096945
-Node: Printing Messages1099210
-Ref: Printing Messages-Footnote-11100381
-Node: Updating ERRNO1100534
-Node: Requesting Values1101273
-Ref: table-value-types-returned1102010
-Node: Accessing Parameters1103119
-Node: Symbol Table Access1104356
-Node: Symbol table by name1104868
-Ref: Symbol table by name-Footnote-11107893
-Node: Symbol table by cookie1108021
-Ref: Symbol table by cookie-Footnote-11112206
-Node: Cached values1112270
-Ref: Cached values-Footnote-11115806
-Node: Array Manipulation1115959
-Ref: Array Manipulation-Footnote-11117050
-Node: Array Data Types1117087
-Ref: Array Data Types-Footnote-11119745
-Node: Array Functions1119837
-Node: Flattening Arrays1124622
-Node: Creating Arrays1131598
-Node: Redirection API1136365
-Node: Extension API Variables1139198
-Node: Extension Versioning1139909
-Ref: gawk-api-version1140338
-Node: Extension GMP/MPFR Versioning1142070
-Node: Extension API Informational Variables1143698
-Node: Extension API Boilerplate1144771
-Node: Changes from API V11148745
-Node: Finding Extensions1150317
-Node: Extension Example1150876
-Node: Internal File Description1151674
-Node: Internal File Ops1155754
-Ref: Internal File Ops-Footnote-11167104
-Node: Using Internal File Ops1167244
-Ref: Using Internal File Ops-Footnote-11169627
-Node: Extension Samples1169901
-Node: Extension Sample File Functions1171430
-Node: Extension Sample Fnmatch1179079
-Node: Extension Sample Fork1180566
-Node: Extension Sample Inplace1181784
-Node: Extension Sample Ord1185410
-Node: Extension Sample Readdir1186246
-Ref: table-readdir-file-types1187135
-Node: Extension Sample Revout1188203
-Node: Extension Sample Rev2way1188792
-Node: Extension Sample Read write array1189532
-Node: Extension Sample Readfile1192697
-Node: Extension Sample Time1193792
-Node: Extension Sample API Tests1195544
-Node: gawkextlib1196036
-Node: Extension summary1198954
-Node: Extension Exercises1202656
-Node: Language History1203898
-Node: V7/SVR3.11205554
-Node: SVR41207706
-Node: POSIX1209140
-Node: BTL1210521
-Node: POSIX/GNU1211250
-Node: Feature History1217156
-Node: Common Extensions1234895
-Node: Ranges and Locales1236178
-Ref: Ranges and Locales-Footnote-11240794
-Ref: Ranges and Locales-Footnote-21240821
-Ref: Ranges and Locales-Footnote-31241056
-Node: Contributors1241279
-Node: History summary1247276
-Node: Installation1248656
-Node: Gawk Distribution1249600
-Node: Getting1250084
-Node: Extracting1251047
-Node: Distribution contents1252685
-Node: Unix Installation1259746
-Node: Quick Installation1260550
-Node: Compiling with MPFR1262970
-Node: Shell Startup Files1263660
-Node: Additional Configuration Options1264749
-Node: Configuration Philosophy1267064
-Node: Compiling from Git1269460
-Node: Building the Documentation1270015
-Node: Non-Unix Installation1271399
-Node: PC Installation1271859
-Node: PC Binary Installation1272700
-Node: PC Compiling1273573
-Node: PC Using1274679
-Node: Cygwin1278175
-Node: MSYS1279399
-Node: VMS Installation1280001
-Node: VMS Compilation1280720
-Ref: VMS Compilation-Footnote-11281949
-Node: VMS Dynamic Extensions1282007
-Node: VMS Installation Details1283692
-Node: VMS Running1285954
-Node: VMS GNV1290233
-Node: Bugs1290947
-Node: Bug definition1291859
-Node: Bug address1294795
-Node: Usenet1297983
-Node: Performance bugs1299172
-Node: Asking for help1302093
-Node: Maintainers1304060
-Node: Other Versions1305067
-Node: Installation summary1313337
-Node: Notes1314694
-Node: Compatibility Mode1315488
-Node: Additions1316270
-Node: Accessing The Source1317195
-Node: Adding Code1318632
-Node: New Ports1325447
-Node: Derived Files1329822
-Ref: Derived Files-Footnote-11335482
-Ref: Derived Files-Footnote-21335517
-Ref: Derived Files-Footnote-31336115
-Node: Future Extensions1336229
-Node: Implementation Limitations1336887
-Node: Extension Design1338097
-Node: Old Extension Problems1339241
-Ref: Old Extension Problems-Footnote-11340759
-Node: Extension New Mechanism Goals1340816
-Ref: Extension New Mechanism Goals-Footnote-11344180
-Node: Extension Other Design Decisions1344369
-Node: Extension Future Growth1346482
-Node: Notes summary1347088
-Node: Basic Concepts1348246
-Node: Basic High Level1348927
-Ref: figure-general-flow1349209
-Ref: figure-process-flow1349895
-Ref: Basic High Level-Footnote-11353197
-Node: Basic Data Typing1353382
-Node: Glossary1356710
-Node: Copying1388597
-Node: GNU Free Documentation License1426140
-Node: Index1451260
+Ref: Persistent Memory-Footnote-1904662
+Node: Extension Philosophy904789
+Node: Advanced Features Summary906276
+Node: Internationalization908448
+Node: I18N and L10N910122
+Node: Explaining gettext910809
+Ref: Explaining gettext-Footnote-1916701
+Ref: Explaining gettext-Footnote-2916886
+Node: Programmer i18n917051
+Ref: Programmer i18n-Footnote-1922000
+Node: Translator i18n922049
+Node: String Extraction922843
+Ref: String Extraction-Footnote-1923975
+Node: Printf Ordering924061
+Ref: Printf Ordering-Footnote-1926847
+Node: I18N Portability926911
+Ref: I18N Portability-Footnote-1929367
+Node: I18N Example929430
+Ref: I18N Example-Footnote-1932705
+Ref: I18N Example-Footnote-2932778
+Node: Gawk I18N932887
+Node: I18N Summary933509
+Node: Debugger934850
+Node: Debugging935850
+Node: Debugging Concepts936291
+Node: Debugging Terms938100
+Node: Awk Debugging940675
+Ref: Awk Debugging-Footnote-1941620
+Node: Sample Debugging Session941752
+Node: Debugger Invocation942286
+Node: Finding The Bug943672
+Node: List of Debugger Commands950146
+Node: Breakpoint Control951479
+Node: Debugger Execution Control955173
+Node: Viewing And Changing Data958535
+Node: Execution Stack962076
+Node: Debugger Info963713
+Node: Miscellaneous Debugger Commands967784
+Node: Readline Support972846
+Node: Limitations973742
+Node: Debugging Summary976296
+Node: Namespaces977575
+Node: Global Namespace978686
+Node: Qualified Names980084
+Node: Default Namespace981083
+Node: Changing The Namespace981824
+Node: Naming Rules983438
+Node: Internal Name Management985286
+Node: Namespace Example986328
+Node: Namespace And Features988890
+Node: Namespace Summary990325
+Node: Arbitrary Precision Arithmetic991802
+Node: Computer Arithmetic993289
+Ref: table-numeric-ranges997055
+Ref: table-floating-point-ranges997549
+Ref: Computer Arithmetic-Footnote-1998208
+Node: Math Definitions998265
+Ref: table-ieee-formats1001241
+Node: MPFR features1001809
+Node: MPFR On Parole1002254
+Ref: MPFR On Parole-Footnote-11003083
+Node: MPFR Intro1003238
+Node: FP Math Caution1004889
+Ref: FP Math Caution-Footnote-11005961
+Node: Inexactness of computations1006330
+Node: Inexact representation1007361
+Node: Comparing FP Values1008721
+Node: Errors accumulate1009962
+Node: Strange values1011418
+Ref: Strange values-Footnote-11014006
+Node: Getting Accuracy1014111
+Node: Try To Round1016821
+Node: Setting precision1017720
+Ref: table-predefined-precision-strings1018417
+Node: Setting the rounding mode1020248
+Ref: table-gawk-rounding-modes1020622
+Ref: Setting the rounding mode-Footnote-11024554
+Node: Arbitrary Precision Integers1024733
+Ref: Arbitrary Precision Integers-Footnote-11027908
+Node: Checking for MPFR1028057
+Node: POSIX Floating Point Problems1029531
+Ref: POSIX Floating Point Problems-Footnote-11034184
+Node: Floating point summary1034222
+Node: Dynamic Extensions1036412
+Node: Extension Intro1037965
+Node: Plugin License1039231
+Node: Extension Mechanism Outline1040028
+Ref: figure-load-extension1040467
+Ref: figure-register-new-function1042033
+Ref: figure-call-new-function1043126
+Node: Extension API Description1045189
+Node: Extension API Functions Introduction1046902
+Ref: table-api-std-headers1048738
+Node: General Data Types1052988
+Ref: General Data Types-Footnote-11061694
+Node: Memory Allocation Functions1061993
+Ref: Memory Allocation Functions-Footnote-11066494
+Node: Constructor Functions1066593
+Node: API Ownership of MPFR and GMP Values1070246
+Node: Registration Functions1071779
+Node: Extension Functions1072479
+Node: Exit Callback Functions1077801
+Node: Extension Version String1079051
+Node: Input Parsers1079714
+Node: Output Wrappers1092435
+Node: Two-way processors1096947
+Node: Printing Messages1099212
+Ref: Printing Messages-Footnote-11100383
+Node: Updating ERRNO1100536
+Node: Requesting Values1101275
+Ref: table-value-types-returned1102012
+Node: Accessing Parameters1103121
+Node: Symbol Table Access1104358
+Node: Symbol table by name1104870
+Ref: Symbol table by name-Footnote-11107895
+Node: Symbol table by cookie1108023
+Ref: Symbol table by cookie-Footnote-11112208
+Node: Cached values1112272
+Ref: Cached values-Footnote-11115808
+Node: Array Manipulation1115961
+Ref: Array Manipulation-Footnote-11117052
+Node: Array Data Types1117089
+Ref: Array Data Types-Footnote-11119747
+Node: Array Functions1119839
+Node: Flattening Arrays1124624
+Node: Creating Arrays1131600
+Node: Redirection API1136367
+Node: Extension API Variables1139200
+Node: Extension Versioning1139911
+Ref: gawk-api-version1140340
+Node: Extension GMP/MPFR Versioning1142072
+Node: Extension API Informational Variables1143700
+Node: Extension API Boilerplate1144773
+Node: Changes from API V11148747
+Node: Finding Extensions1150319
+Node: Extension Example1150878
+Node: Internal File Description1151676
+Node: Internal File Ops1155756
+Ref: Internal File Ops-Footnote-11167106
+Node: Using Internal File Ops1167246
+Ref: Using Internal File Ops-Footnote-11169629
+Node: Extension Samples1169903
+Node: Extension Sample File Functions1171432
+Node: Extension Sample Fnmatch1179081
+Node: Extension Sample Fork1180568
+Node: Extension Sample Inplace1181786
+Node: Extension Sample Ord1185412
+Node: Extension Sample Readdir1186248
+Ref: table-readdir-file-types1187137
+Node: Extension Sample Revout1188205
+Node: Extension Sample Rev2way1188794
+Node: Extension Sample Read write array1189534
+Node: Extension Sample Readfile1192699
+Node: Extension Sample Time1193794
+Node: Extension Sample API Tests1195546
+Node: gawkextlib1196038
+Node: Extension summary1198956
+Node: Extension Exercises1202658
+Node: Language History1203900
+Node: V7/SVR3.11205556
+Node: SVR41207708
+Node: POSIX1209142
+Node: BTL1210523
+Node: POSIX/GNU1211252
+Node: Feature History1217158
+Node: Common Extensions1234897
+Node: Ranges and Locales1236180
+Ref: Ranges and Locales-Footnote-11240796
+Ref: Ranges and Locales-Footnote-21240823
+Ref: Ranges and Locales-Footnote-31241058
+Node: Contributors1241281
+Node: History summary1247278
+Node: Installation1248658
+Node: Gawk Distribution1249602
+Node: Getting1250086
+Node: Extracting1251049
+Node: Distribution contents1252687
+Node: Unix Installation1259748
+Node: Quick Installation1260552
+Node: Compiling with MPFR1262972
+Node: Shell Startup Files1263662
+Node: Additional Configuration Options1264751
+Node: Configuration Philosophy1267066
+Node: Compiling from Git1269462
+Node: Building the Documentation1270017
+Node: Non-Unix Installation1271401
+Node: PC Installation1271861
+Node: PC Binary Installation1272702
+Node: PC Compiling1273575
+Node: PC Using1274681
+Node: Cygwin1278177
+Node: MSYS1279401
+Node: VMS Installation1280003
+Node: VMS Compilation1280722
+Ref: VMS Compilation-Footnote-11281951
+Node: VMS Dynamic Extensions1282009
+Node: VMS Installation Details1283694
+Node: VMS Running1285956
+Node: VMS GNV1290235
+Node: Bugs1290949
+Node: Bug definition1291861
+Node: Bug address1294797
+Node: Usenet1297985
+Node: Performance bugs1299174
+Node: Asking for help1302095
+Node: Maintainers1304062
+Node: Other Versions1305069
+Node: Installation summary1313339
+Node: Notes1314696
+Node: Compatibility Mode1315490
+Node: Additions1316272
+Node: Accessing The Source1317197
+Node: Adding Code1318634
+Node: New Ports1325449
+Node: Derived Files1329824
+Ref: Derived Files-Footnote-11335484
+Ref: Derived Files-Footnote-21335519
+Ref: Derived Files-Footnote-31336117
+Node: Future Extensions1336231
+Node: Implementation Limitations1336889
+Node: Extension Design1338099
+Node: Old Extension Problems1339243
+Ref: Old Extension Problems-Footnote-11340761
+Node: Extension New Mechanism Goals1340818
+Ref: Extension New Mechanism Goals-Footnote-11344182
+Node: Extension Other Design Decisions1344371
+Node: Extension Future Growth1346484
+Node: Notes summary1347090
+Node: Basic Concepts1348248
+Node: Basic High Level1348929
+Ref: figure-general-flow1349211
+Ref: figure-process-flow1349897
+Ref: Basic High Level-Footnote-11353199
+Node: Basic Data Typing1353384
+Node: Glossary1356712
+Node: Copying1388599
+Node: GNU Free Documentation License1426142
+Node: Index1451262
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 39036349..f82085e4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31110,10 +31110,10 @@ Only the variables defined by the program are 
preserved across runs.
 @end enumerate
 
 Interestingly, the program that you execute need not be the same from
-run to run; the persistent store only maintains the values of variables
-arrays and user-defined functions, not the totality of @command{gawk}'s 
internal state.
-This lets you share data between unrelated programs, eliminating
-the need for scripts to communicate via text files.
+run to run; the persistent store only maintains the values of variables,
+arrays, and user-defined functions, not the totality of @command{gawk}'s
+internal state.  This lets you share data between unrelated programs,
+eliminating the need for scripts to communicate via text files.
 
 @cindex Kelly, Terence
 Terence Kelly, the author of the persistent memory allocator
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 2955848f..7262cefc 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29992,10 +29992,10 @@ Only the variables defined by the program are 
preserved across runs.
 @end enumerate
 
 Interestingly, the program that you execute need not be the same from
-run to run; the persistent store only maintains the values of variables
-arrays and user-defined functions, not the totality of @command{gawk}'s 
internal state.
-This lets you share data between unrelated programs, eliminating
-the need for scripts to communicate via text files.
+run to run; the persistent store only maintains the values of variables,
+arrays, and user-defined functions, not the totality of @command{gawk}'s
+internal state.  This lets you share data between unrelated programs,
+eliminating the need for scripts to communicate via text files.
 
 @cindex Kelly, Terence
 Terence Kelly, the author of the persistent memory allocator

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

commit df0fb59074ff0a4aa1f0e68dbcb5f71300b52626
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 11 19:55:30 2022 +0300

    Update awkgram.c.

diff --git a/awkgram.c b/awkgram.c
index a3197dbe..b948a83a 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -6120,17 +6120,6 @@ yylex(void)
                return lasttok = NEWLINE_EOF;
        pushback();
 
-#if defined __EMX__
-       /*
-        * added for OS/2's extproc feature of cmd.exe
-        * (like #! in BSD sh)
-        */
-       if (strncasecmp(lexptr, "extproc ", 8) == 0) {
-               while (*lexptr && *lexptr != '\n')
-                       lexptr++;
-       }
-#endif
-
        lexeme = lexptr;
        thisline = NULL;
 

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

commit 6ba5c017f6c94a4082d752d3829aaaf7d07c07c1
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 11 19:54:26 2022 +0300

    Fix logic in m4/pma.m4.

diff --git a/configure b/configure
index 73eb41ee..11ca1f84 100755
--- a/configure
+++ b/configure
@@ -12683,6 +12683,7 @@ fi
                use_persistent_malloc=no
        fi
 fi
+
  if test "$use_persistent_malloc" = "yes"; then
   USE_PERSISTENT_MALLOC_TRUE=
   USE_PERSISTENT_MALLOC_FALSE='#'
@@ -12692,6 +12693,13 @@ else
 fi
 
 
+if test "$use_persistent_malloc" = "yes"
+then
+
+printf "%s\n" "#define USE_PERSISTENT_MALLOC 1" >>confdefs.h
+
+fi
+
 
 # Check whether --enable-extensions was given.
 if test ${enable_extensions+y}
diff --git a/m4/pma.m4 b/m4/pma.m4
index 452cc8c4..fff9a68d 100644
--- a/m4/pma.m4
+++ b/m4/pma.m4
@@ -47,9 +47,11 @@ then
                use_persistent_malloc=no
        fi
 fi
+
 AM_CONDITIONAL([USE_PERSISTENT_MALLOC], [test "$use_persistent_malloc" = 
"yes"])
-])
+
 if test "$use_persistent_malloc" = "yes"
 then
        AC_DEFINE(USE_PERSISTENT_MALLOC, 1, [Define to 1 if we can use the pma 
allocator])
 fi
+])

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

Summary of changes:
 awkgram.c       |  11 --
 configure       |   8 +
 doc/ChangeLog   |   4 +
 doc/gawk.info   | 484 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   8 +-
 doc/gawktexi.in |   8 +-
 m4/pma.m4       |   4 +-
 7 files changed, 265 insertions(+), 262 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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