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-4782-g6089ba6a


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4782-g6089ba6a
Date: Wed, 13 Jul 2022 15:30:34 -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  6089ba6ae9e5e7204ae1e3610a5b594fe8f29b4d (commit)
      from  8813da2b2a7a3c60c3e268a39275c42ff4efbcb8 (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=6089ba6ae9e5e7204ae1e3610a5b594fe8f29b4d

commit 6089ba6ae9e5e7204ae1e3610a5b594fe8f29b4d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jul 13 22:30:13 2022 +0300

    Add Solaris as supported for persistent memory.

diff --git a/configure b/configure
index 97634655..7bf938f5 100755
--- a/configure
+++ b/configure
@@ -12608,8 +12608,8 @@ printf "%s\n" "#define USE_PERSISTENT_MALLOC 1" 
>>confdefs.h
                        LDFLAGS="${LDFLAGS} -Xlinker -no_pie"
                        export LDFLAGS
                        ;;
-               *cygwin* | *CYGWIN*)
-                       true    # nothing do, Cygwin exes are not PIE
+               *cygwin* | *CYGWIN* | *solaris2.11* )
+                       true    # nothing do, Cygwin and Solaris exes are not 
PIE
                        ;;
                # Other OS's go here...
                *)
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0448457f..cfcd6a57 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in (Persistent Memory): Document that Solaris also
+       works OK.
+
 2022-07-11         Arnold D. Robbins     <arnold@skeeve.com>
 
        * awkcard.in: Update version.
diff --git a/doc/gawk.info b/doc/gawk.info
index 61c96dae..db27f25a 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22140,8 +22140,9 @@ executable.  This also means that to use the persistent 
memory, you must
 use the same 'gawk' executable from run to run.
 
    As of this writing, persistent memory has only been tested on
-GNU/Linux, Cygwin, and Mac OS systems.  On others, your mileage may
-vary, and/or you may need to investigate how to make it work for you.
+GNU/Linux, Cygwin, Solaris 2.11, and Mac OS systems.  On others, your
+mileage may vary, and/or you may need to investigate how to make it work
+for you.
 
    To use persistent memory, follow these steps:
 
@@ -37611,8 +37612,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  55)
-* Kelly, Terence <1>:                    Persistent Memory.   (line  77)
+* Kelly, Terence:                        Persistent Memory.   (line  56)
+* Kelly, Terence <1>:                    Persistent Memory.   (line  78)
 * Kelly, Terence <2>:                    Feature History.     (line 508)
 * Kenobi, Obi-Wan:                       Undocumented.        (line   6)
 * Kernighan, Brian:                      History.             (line  17)
@@ -39385,244 +39386,244 @@ Ref: Two-way I/O-Footnote-2884067
 Node: TCP/IP Networking884149
 Node: Profiling887225
 Node: Persistent Memory896531
-Ref: Persistent Memory-Footnote-1902711
-Node: Extension Philosophy902838
-Node: Advanced Features Summary904325
-Node: Internationalization906497
-Node: I18N and L10N908171
-Node: Explaining gettext908858
-Ref: Explaining gettext-Footnote-1914750
-Ref: Explaining gettext-Footnote-2914935
-Node: Programmer i18n915100
-Ref: Programmer i18n-Footnote-1920049
-Node: Translator i18n920098
-Node: String Extraction920892
-Ref: String Extraction-Footnote-1922024
-Node: Printf Ordering922110
-Ref: Printf Ordering-Footnote-1924896
-Node: I18N Portability924960
-Ref: I18N Portability-Footnote-1927416
-Node: I18N Example927479
-Ref: I18N Example-Footnote-1930754
-Ref: I18N Example-Footnote-2930827
-Node: Gawk I18N930936
-Node: I18N Summary931558
-Node: Debugger932899
-Node: Debugging933899
-Node: Debugging Concepts934340
-Node: Debugging Terms936149
-Node: Awk Debugging938724
-Ref: Awk Debugging-Footnote-1939669
-Node: Sample Debugging Session939801
-Node: Debugger Invocation940335
-Node: Finding The Bug941721
-Node: List of Debugger Commands948195
-Node: Breakpoint Control949528
-Node: Debugger Execution Control953222
-Node: Viewing And Changing Data956584
-Node: Execution Stack960125
-Node: Debugger Info961762
-Node: Miscellaneous Debugger Commands965833
-Node: Readline Support970895
-Node: Limitations971791
-Node: Debugging Summary974345
-Node: Namespaces975624
-Node: Global Namespace976735
-Node: Qualified Names978133
-Node: Default Namespace979132
-Node: Changing The Namespace979873
-Node: Naming Rules981487
-Node: Internal Name Management983335
-Node: Namespace Example984377
-Node: Namespace And Features986939
-Node: Namespace Summary988374
-Node: Arbitrary Precision Arithmetic989851
-Node: Computer Arithmetic991338
-Ref: table-numeric-ranges995104
-Ref: table-floating-point-ranges995598
-Ref: Computer Arithmetic-Footnote-1996257
-Node: Math Definitions996314
-Ref: table-ieee-formats999290
-Node: MPFR features999858
-Node: MPFR On Parole1000303
-Ref: MPFR On Parole-Footnote-11001132
-Node: MPFR Intro1001287
-Node: FP Math Caution1002926
-Ref: FP Math Caution-Footnote-11003998
-Node: Inexactness of computations1004367
-Node: Inexact representation1005398
-Node: Comparing FP Values1006758
-Node: Errors accumulate1007999
-Node: Strange values1009455
-Ref: Strange values-Footnote-11012043
-Node: Getting Accuracy1012148
-Node: Try To Round1014858
-Node: Setting precision1015757
-Ref: table-predefined-precision-strings1016454
-Node: Setting the rounding mode1018285
-Ref: table-gawk-rounding-modes1018659
-Ref: Setting the rounding mode-Footnote-11022591
-Node: Arbitrary Precision Integers1022770
-Ref: Arbitrary Precision Integers-Footnote-11025945
-Node: Checking for MPFR1026094
-Node: POSIX Floating Point Problems1027568
-Ref: POSIX Floating Point Problems-Footnote-11032221
-Node: Floating point summary1032259
-Node: Dynamic Extensions1034449
-Node: Extension Intro1036002
-Node: Plugin License1037268
-Node: Extension Mechanism Outline1038065
-Ref: figure-load-extension1038504
-Ref: figure-register-new-function1040070
-Ref: figure-call-new-function1041163
-Node: Extension API Description1043226
-Node: Extension API Functions Introduction1044939
-Ref: table-api-std-headers1046775
-Node: General Data Types1051025
-Ref: General Data Types-Footnote-11059731
-Node: Memory Allocation Functions1060030
-Ref: Memory Allocation Functions-Footnote-11064531
-Node: Constructor Functions1064630
-Node: API Ownership of MPFR and GMP Values1068283
-Node: Registration Functions1069816
-Node: Extension Functions1070516
-Node: Exit Callback Functions1075838
-Node: Extension Version String1077088
-Node: Input Parsers1077751
-Node: Output Wrappers1090472
-Node: Two-way processors1094984
-Node: Printing Messages1097249
-Ref: Printing Messages-Footnote-11098420
-Node: Updating ERRNO1098573
-Node: Requesting Values1099312
-Ref: table-value-types-returned1100049
-Node: Accessing Parameters1101158
-Node: Symbol Table Access1102395
-Node: Symbol table by name1102907
-Ref: Symbol table by name-Footnote-11105932
-Node: Symbol table by cookie1106060
-Ref: Symbol table by cookie-Footnote-11110245
-Node: Cached values1110309
-Ref: Cached values-Footnote-11113845
-Node: Array Manipulation1113998
-Ref: Array Manipulation-Footnote-11115089
-Node: Array Data Types1115126
-Ref: Array Data Types-Footnote-11117784
-Node: Array Functions1117876
-Node: Flattening Arrays1122661
-Node: Creating Arrays1129637
-Node: Redirection API1134404
-Node: Extension API Variables1137237
-Node: Extension Versioning1137948
-Ref: gawk-api-version1138377
-Node: Extension GMP/MPFR Versioning1140109
-Node: Extension API Informational Variables1141737
-Node: Extension API Boilerplate1142810
-Node: Changes from API V11146784
-Node: Finding Extensions1148356
-Node: Extension Example1148915
-Node: Internal File Description1149713
-Node: Internal File Ops1153793
-Ref: Internal File Ops-Footnote-11165143
-Node: Using Internal File Ops1165283
-Ref: Using Internal File Ops-Footnote-11167666
-Node: Extension Samples1167940
-Node: Extension Sample File Functions1169469
-Node: Extension Sample Fnmatch1177118
-Node: Extension Sample Fork1178605
-Node: Extension Sample Inplace1179823
-Node: Extension Sample Ord1183449
-Node: Extension Sample Readdir1184285
-Ref: table-readdir-file-types1185174
-Node: Extension Sample Revout1186242
-Node: Extension Sample Rev2way1186831
-Node: Extension Sample Read write array1187571
-Node: Extension Sample Readfile1190736
-Node: Extension Sample Time1191831
-Node: Extension Sample API Tests1193583
-Node: gawkextlib1194075
-Node: Extension summary1196993
-Node: Extension Exercises1200695
-Node: Language History1201937
-Node: V7/SVR3.11203593
-Node: SVR41205745
-Node: POSIX1207179
-Node: BTL1208560
-Node: POSIX/GNU1209289
-Node: Feature History1215195
-Node: Common Extensions1232934
-Node: Ranges and Locales1234217
-Ref: Ranges and Locales-Footnote-11238833
-Ref: Ranges and Locales-Footnote-21238860
-Ref: Ranges and Locales-Footnote-31239095
-Node: Contributors1239318
-Node: History summary1245315
-Node: Installation1246695
-Node: Gawk Distribution1247639
-Node: Getting1248123
-Node: Extracting1249086
-Node: Distribution contents1250724
-Node: Unix Installation1257785
-Node: Quick Installation1258589
-Node: Compiling with MPFR1261009
-Node: Shell Startup Files1261699
-Node: Additional Configuration Options1262788
-Node: Configuration Philosophy1265103
-Node: Compiling from Git1267499
-Node: Building the Documentation1268054
-Node: Non-Unix Installation1269438
-Node: PC Installation1269898
-Node: PC Binary Installation1270736
-Node: PC Compiling1271609
-Node: PC Using1272726
-Node: Cygwin1276222
-Node: MSYS1277446
-Node: VMS Installation1278048
-Node: VMS Compilation1278767
-Ref: VMS Compilation-Footnote-11279996
-Node: VMS Dynamic Extensions1280054
-Node: VMS Installation Details1281739
-Node: VMS Running1284001
-Node: VMS GNV1288280
-Node: Bugs1288994
-Node: Bug definition1289906
-Node: Bug address1292842
-Node: Usenet1296030
-Node: Performance bugs1297219
-Node: Asking for help1300140
-Node: Maintainers1302107
-Node: Other Versions1303114
-Node: Installation summary1311384
-Node: Notes1312741
-Node: Compatibility Mode1313535
-Node: Additions1314317
-Node: Accessing The Source1315242
-Node: Adding Code1316679
-Node: New Ports1323494
-Node: Derived Files1327869
-Ref: Derived Files-Footnote-11333529
-Ref: Derived Files-Footnote-21333564
-Ref: Derived Files-Footnote-31334162
-Node: Future Extensions1334276
-Node: Implementation Limitations1334934
-Node: Extension Design1336144
-Node: Old Extension Problems1337288
-Ref: Old Extension Problems-Footnote-11338806
-Node: Extension New Mechanism Goals1338863
-Ref: Extension New Mechanism Goals-Footnote-11342227
-Node: Extension Other Design Decisions1342416
-Node: Extension Future Growth1344529
-Node: Notes summary1345135
-Node: Basic Concepts1346293
-Node: Basic High Level1346974
-Ref: figure-general-flow1347256
-Ref: figure-process-flow1347942
-Ref: Basic High Level-Footnote-11351244
-Node: Basic Data Typing1351429
-Node: Glossary1354757
-Node: Copying1386644
-Node: GNU Free Documentation License1424187
-Node: Index1449307
+Ref: Persistent Memory-Footnote-1902725
+Node: Extension Philosophy902852
+Node: Advanced Features Summary904339
+Node: Internationalization906511
+Node: I18N and L10N908185
+Node: Explaining gettext908872
+Ref: Explaining gettext-Footnote-1914764
+Ref: Explaining gettext-Footnote-2914949
+Node: Programmer i18n915114
+Ref: Programmer i18n-Footnote-1920063
+Node: Translator i18n920112
+Node: String Extraction920906
+Ref: String Extraction-Footnote-1922038
+Node: Printf Ordering922124
+Ref: Printf Ordering-Footnote-1924910
+Node: I18N Portability924974
+Ref: I18N Portability-Footnote-1927430
+Node: I18N Example927493
+Ref: I18N Example-Footnote-1930768
+Ref: I18N Example-Footnote-2930841
+Node: Gawk I18N930950
+Node: I18N Summary931572
+Node: Debugger932913
+Node: Debugging933913
+Node: Debugging Concepts934354
+Node: Debugging Terms936163
+Node: Awk Debugging938738
+Ref: Awk Debugging-Footnote-1939683
+Node: Sample Debugging Session939815
+Node: Debugger Invocation940349
+Node: Finding The Bug941735
+Node: List of Debugger Commands948209
+Node: Breakpoint Control949542
+Node: Debugger Execution Control953236
+Node: Viewing And Changing Data956598
+Node: Execution Stack960139
+Node: Debugger Info961776
+Node: Miscellaneous Debugger Commands965847
+Node: Readline Support970909
+Node: Limitations971805
+Node: Debugging Summary974359
+Node: Namespaces975638
+Node: Global Namespace976749
+Node: Qualified Names978147
+Node: Default Namespace979146
+Node: Changing The Namespace979887
+Node: Naming Rules981501
+Node: Internal Name Management983349
+Node: Namespace Example984391
+Node: Namespace And Features986953
+Node: Namespace Summary988388
+Node: Arbitrary Precision Arithmetic989865
+Node: Computer Arithmetic991352
+Ref: table-numeric-ranges995118
+Ref: table-floating-point-ranges995612
+Ref: Computer Arithmetic-Footnote-1996271
+Node: Math Definitions996328
+Ref: table-ieee-formats999304
+Node: MPFR features999872
+Node: MPFR On Parole1000317
+Ref: MPFR On Parole-Footnote-11001146
+Node: MPFR Intro1001301
+Node: FP Math Caution1002940
+Ref: FP Math Caution-Footnote-11004012
+Node: Inexactness of computations1004381
+Node: Inexact representation1005412
+Node: Comparing FP Values1006772
+Node: Errors accumulate1008013
+Node: Strange values1009469
+Ref: Strange values-Footnote-11012057
+Node: Getting Accuracy1012162
+Node: Try To Round1014872
+Node: Setting precision1015771
+Ref: table-predefined-precision-strings1016468
+Node: Setting the rounding mode1018299
+Ref: table-gawk-rounding-modes1018673
+Ref: Setting the rounding mode-Footnote-11022605
+Node: Arbitrary Precision Integers1022784
+Ref: Arbitrary Precision Integers-Footnote-11025959
+Node: Checking for MPFR1026108
+Node: POSIX Floating Point Problems1027582
+Ref: POSIX Floating Point Problems-Footnote-11032235
+Node: Floating point summary1032273
+Node: Dynamic Extensions1034463
+Node: Extension Intro1036016
+Node: Plugin License1037282
+Node: Extension Mechanism Outline1038079
+Ref: figure-load-extension1038518
+Ref: figure-register-new-function1040084
+Ref: figure-call-new-function1041177
+Node: Extension API Description1043240
+Node: Extension API Functions Introduction1044953
+Ref: table-api-std-headers1046789
+Node: General Data Types1051039
+Ref: General Data Types-Footnote-11059745
+Node: Memory Allocation Functions1060044
+Ref: Memory Allocation Functions-Footnote-11064545
+Node: Constructor Functions1064644
+Node: API Ownership of MPFR and GMP Values1068297
+Node: Registration Functions1069830
+Node: Extension Functions1070530
+Node: Exit Callback Functions1075852
+Node: Extension Version String1077102
+Node: Input Parsers1077765
+Node: Output Wrappers1090486
+Node: Two-way processors1094998
+Node: Printing Messages1097263
+Ref: Printing Messages-Footnote-11098434
+Node: Updating ERRNO1098587
+Node: Requesting Values1099326
+Ref: table-value-types-returned1100063
+Node: Accessing Parameters1101172
+Node: Symbol Table Access1102409
+Node: Symbol table by name1102921
+Ref: Symbol table by name-Footnote-11105946
+Node: Symbol table by cookie1106074
+Ref: Symbol table by cookie-Footnote-11110259
+Node: Cached values1110323
+Ref: Cached values-Footnote-11113859
+Node: Array Manipulation1114012
+Ref: Array Manipulation-Footnote-11115103
+Node: Array Data Types1115140
+Ref: Array Data Types-Footnote-11117798
+Node: Array Functions1117890
+Node: Flattening Arrays1122675
+Node: Creating Arrays1129651
+Node: Redirection API1134418
+Node: Extension API Variables1137251
+Node: Extension Versioning1137962
+Ref: gawk-api-version1138391
+Node: Extension GMP/MPFR Versioning1140123
+Node: Extension API Informational Variables1141751
+Node: Extension API Boilerplate1142824
+Node: Changes from API V11146798
+Node: Finding Extensions1148370
+Node: Extension Example1148929
+Node: Internal File Description1149727
+Node: Internal File Ops1153807
+Ref: Internal File Ops-Footnote-11165157
+Node: Using Internal File Ops1165297
+Ref: Using Internal File Ops-Footnote-11167680
+Node: Extension Samples1167954
+Node: Extension Sample File Functions1169483
+Node: Extension Sample Fnmatch1177132
+Node: Extension Sample Fork1178619
+Node: Extension Sample Inplace1179837
+Node: Extension Sample Ord1183463
+Node: Extension Sample Readdir1184299
+Ref: table-readdir-file-types1185188
+Node: Extension Sample Revout1186256
+Node: Extension Sample Rev2way1186845
+Node: Extension Sample Read write array1187585
+Node: Extension Sample Readfile1190750
+Node: Extension Sample Time1191845
+Node: Extension Sample API Tests1193597
+Node: gawkextlib1194089
+Node: Extension summary1197007
+Node: Extension Exercises1200709
+Node: Language History1201951
+Node: V7/SVR3.11203607
+Node: SVR41205759
+Node: POSIX1207193
+Node: BTL1208574
+Node: POSIX/GNU1209303
+Node: Feature History1215209
+Node: Common Extensions1232948
+Node: Ranges and Locales1234231
+Ref: Ranges and Locales-Footnote-11238847
+Ref: Ranges and Locales-Footnote-21238874
+Ref: Ranges and Locales-Footnote-31239109
+Node: Contributors1239332
+Node: History summary1245329
+Node: Installation1246709
+Node: Gawk Distribution1247653
+Node: Getting1248137
+Node: Extracting1249100
+Node: Distribution contents1250738
+Node: Unix Installation1257799
+Node: Quick Installation1258603
+Node: Compiling with MPFR1261023
+Node: Shell Startup Files1261713
+Node: Additional Configuration Options1262802
+Node: Configuration Philosophy1265117
+Node: Compiling from Git1267513
+Node: Building the Documentation1268068
+Node: Non-Unix Installation1269452
+Node: PC Installation1269912
+Node: PC Binary Installation1270750
+Node: PC Compiling1271623
+Node: PC Using1272740
+Node: Cygwin1276236
+Node: MSYS1277460
+Node: VMS Installation1278062
+Node: VMS Compilation1278781
+Ref: VMS Compilation-Footnote-11280010
+Node: VMS Dynamic Extensions1280068
+Node: VMS Installation Details1281753
+Node: VMS Running1284015
+Node: VMS GNV1288294
+Node: Bugs1289008
+Node: Bug definition1289920
+Node: Bug address1292856
+Node: Usenet1296044
+Node: Performance bugs1297233
+Node: Asking for help1300154
+Node: Maintainers1302121
+Node: Other Versions1303128
+Node: Installation summary1311398
+Node: Notes1312755
+Node: Compatibility Mode1313549
+Node: Additions1314331
+Node: Accessing The Source1315256
+Node: Adding Code1316693
+Node: New Ports1323508
+Node: Derived Files1327883
+Ref: Derived Files-Footnote-11333543
+Ref: Derived Files-Footnote-21333578
+Ref: Derived Files-Footnote-31334176
+Node: Future Extensions1334290
+Node: Implementation Limitations1334948
+Node: Extension Design1336158
+Node: Old Extension Problems1337302
+Ref: Old Extension Problems-Footnote-11338820
+Node: Extension New Mechanism Goals1338877
+Ref: Extension New Mechanism Goals-Footnote-11342241
+Node: Extension Other Design Decisions1342430
+Node: Extension Future Growth1344543
+Node: Notes summary1345149
+Node: Basic Concepts1346307
+Node: Basic High Level1346988
+Ref: figure-general-flow1347270
+Ref: figure-process-flow1347956
+Ref: Basic High Level-Footnote-11351258
+Node: Basic Data Typing1351443
+Node: Glossary1354771
+Node: Copying1386658
+Node: GNU Free Documentation License1424201
+Node: Index1449321
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b23ee923..298cd8f5 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30980,9 +30980,9 @@ store ends up holding pointers to functions held within 
the @command{gawk}
 executable.  This also means that to use the persistent memory, you must
 use the same @command{gawk} executable from run to run.
 
-As of this writing, persistent memory has only been tested on GNU/Linux, 
Cygwin,
-and Mac OS systems. On others, your mileage may vary, and/or you may
-need to investigate how to make it work for you.
+As of this writing, persistent memory has only been tested on GNU/Linux,
+Cygwin, Solaris 2.11, and Mac OS systems. On others, your mileage may
+vary, and/or you may need to investigate how to make it work for you.
 
 To use persistent memory, follow these steps:
 
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index ab8ce1b5..c8340cbd 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29862,9 +29862,9 @@ store ends up holding pointers to functions held within 
the @command{gawk}
 executable.  This also means that to use the persistent memory, you must
 use the same @command{gawk} executable from run to run.
 
-As of this writing, persistent memory has only been tested on GNU/Linux, 
Cygwin,
-and Mac OS systems. On others, your mileage may vary, and/or you may
-need to investigate how to make it work for you.
+As of this writing, persistent memory has only been tested on GNU/Linux,
+Cygwin, Solaris 2.11, and Mac OS systems. On others, your mileage may
+vary, and/or you may need to investigate how to make it work for you.
 
 To use persistent memory, follow these steps:
 
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 138cbaff..ad4341fa 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * pma.m4: Add a check for Solaris. It works fine there.
+
 2022-06-29         Arnold D. Robbins     <arnold@skeeve.com>
 
        * pma.m4: Check sizeof(void *) is 8. PMA only works on
diff --git a/m4/pma.m4 b/m4/pma.m4
index 53dc3584..cb87597a 100644
--- a/m4/pma.m4
+++ b/m4/pma.m4
@@ -35,8 +35,8 @@ then
                        LDFLAGS="${LDFLAGS} -Xlinker -no_pie"
                        export LDFLAGS
                        ;;
-               *cygwin* | *CYGWIN*)
-                       true    # nothing do, Cygwin exes are not PIE
+               *cygwin* | *CYGWIN* | *solaris2.11* )
+                       true    # nothing do, Cygwin and Solaris exes are not 
PIE
                        ;;
                # Other OS's go here...
                *)

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

Summary of changes:
 configure       |   4 +-
 doc/ChangeLog   |   5 +
 doc/gawk.info   | 485 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   6 +-
 doc/gawktexi.in |   6 +-
 m4/ChangeLog    |   4 +
 m4/pma.m4       |   4 +-
 7 files changed, 262 insertions(+), 252 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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