gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.0-3541-ged06eea
Date: Sun, 25 Nov 2018 13:16:20 -0500 (EST)

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, feature/fix-comments has been updated
       via  ed06eeafe3dc901759e20466446fec48e83402fc (commit)
       via  868a694807f0b0a617a47648910a7004b2b9ff97 (commit)
       via  19d38d292158e651c8c7175ae9bbd3e5855e2c94 (commit)
       via  f33f0191191802f34dc2203d64e6cad40b8d6865 (commit)
       via  33c91cfc227c4075c1d3946d0f65611f7dba8d26 (commit)
       via  6022bbd8411ff8a38353f41f1a872a4acc4036bc (commit)
      from  ccf5a6d8f08e024c93922440b16c90f0339fbe33 (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=ed06eeafe3dc901759e20466446fec48e83402fc

commit ed06eeafe3dc901759e20466446fec48e83402fc
Merge: ccf5a6d 868a694
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Nov 25 20:16:12 2018 +0200

    Merge branch 'master' into feature/fix-comments

diff --cc ChangeLog
index 9ee360c,0b0ba24..b43973c
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,16 +1,22 @@@
+ 2018-11-25         Arnold D. Robbins     <address@hidden>
+ 
+       * main.c (platform_name): New function returning platform name.
+       (load_procinfo): Use `platform_name()' to add "platform" element.
+       Thanks to Eli Zaretskii for the suggestion.
+       * NEWS: Updated with info about PROCINFO["platform"].
+ 
+ 2018-11-25         Arnold D. Robbins     <address@hidden>
+ 
+       * config.sub: Updated from GNULIB.
+ 
  2018-11-24         Arnold D. Robbins     <address@hidden>
  
 +      * awkgram.y (interblock_comment, pending_comment): New variables.
 +      (Grammar, mk_program, add_rule): Adjust to use them. Changes
 +      handle comments at the outermost level, between blocks and functions.
 +
 +2018-11-24         Arnold D. Robbins     <address@hidden>
 +
        * main.c (arg_assign): Allow assigning strongly typed regexp
        constants to variables on the command line and with -v.
        Thanks to Peng Yu <address@hidden> for the report.
diff --cc NEWS
index be7b8a4,a25c30d..9489e05
--- a/NEWS
+++ b/NEWS
@@@ -15,10 -15,9 +15,13 @@@ Changes from 4.2.x to 5.0.
  
  3. The code now makes some stronger assumptions about a C99 environment.
  
- 4. Comment handling in the pretty-printer has been reworked almost completely
- from scratch. As a result, comments in many corner cases that were previously
- lost are now included in the formatted output.
+ 4. PROCINFO["platform"] yields a string indicating the platform for
+    which gawk was compiled.
+ 
++5. Comment handling in the pretty-printer has been reworked almost completely
++   from scratch. As a result, comments in many corner cases that were
++   previously lost are now included in the formatted output.
 +
  Changes from 4.2.1 to 4.2.2
  ---------------------------
  
diff --cc doc/gawk.info
index e059a12,986c97d..2c7bf82
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -34542,8 -34572,8 +34569,8 @@@ Inde
  * G., Daniel Richard:                    Acknowledgments.     (line  60)
  * G., Daniel Richard <1>:                Maintainers.         (line  14)
  * Garfinkle, Scott:                      Contributors.        (line  35)
 -* gawk program, dynamic profiling:       Profiling.           (line 177)
 +* gawk program, dynamic profiling:       Profiling.           (line 179)
- * gawk version:                          Auto-set.            (line 241)
+ * gawk version:                          Auto-set.            (line 263)
  * gawk, ARGIND variable in:              Other Arguments.     (line  15)
  * gawk, awk and:                         Preface.             (line  21)
  * gawk, awk and <1>:                     This Manual.         (line  14)
@@@ -36331,368 -36362,369 +36359,368 @@@ Node: Exit Statement45465
  Node: Built-in Variables457056
  Node: User-modified458189
  Node: Auto-set465956
- Ref: Auto-set-Footnote-1482258
- Ref: Auto-set-Footnote-2482464
- Node: ARGC and ARGV482520
- Node: Pattern Action Summary486733
- Node: Arrays489163
- Node: Array Basics490492
- Node: Array Intro491336
- Ref: figure-array-elements493311
- Ref: Array Intro-Footnote-1496015
- Node: Reference to Elements496143
- Node: Assigning Elements498607
- Node: Array Example499098
- Node: Scanning an Array500857
- Node: Controlling Scanning503879
- Ref: Controlling Scanning-Footnote-1509278
- Node: Numeric Array Subscripts509594
- Node: Uninitialized Subscripts511778
- Node: Delete513397
- Ref: Delete-Footnote-1516149
- Node: Multidimensional516206
- Node: Multiscanning519301
- Node: Arrays of Arrays520892
- Node: Arrays Summary525660
- Node: Functions527753
- Node: Built-in528791
- Node: Calling Built-in529872
- Node: Numeric Functions531868
- Ref: Numeric Functions-Footnote-1535896
- Ref: Numeric Functions-Footnote-2536253
- Ref: Numeric Functions-Footnote-3536301
- Node: String Functions536573
- Ref: String Functions-Footnote-1560282
- Ref: String Functions-Footnote-2560410
- Ref: String Functions-Footnote-3560658
- Node: Gory Details560745
- Ref: table-sub-escapes562536
- Ref: table-sub-proposed564055
- Ref: table-posix-sub565418
- Ref: table-gensub-escapes566959
- Ref: Gory Details-Footnote-1567782
- Node: I/O Functions567936
- Ref: table-system-return-values574404
- Ref: I/O Functions-Footnote-1576484
- Ref: I/O Functions-Footnote-2576632
- Node: Time Functions576752
- Ref: Time Functions-Footnote-1587423
- Ref: Time Functions-Footnote-2587491
- Ref: Time Functions-Footnote-3587649
- Ref: Time Functions-Footnote-4587760
- Ref: Time Functions-Footnote-5587872
- Ref: Time Functions-Footnote-6588099
- Node: Bitwise Functions588365
- Ref: table-bitwise-ops588959
- Ref: Bitwise Functions-Footnote-1595022
- Ref: Bitwise Functions-Footnote-2595195
- Node: Type Functions595386
- Node: I18N Functions598137
- Node: User-defined599788
- Node: Definition Syntax600593
- Ref: Definition Syntax-Footnote-1606280
- Node: Function Example606351
- Ref: Function Example-Footnote-1609273
- Node: Function Caveats609295
- Node: Calling A Function609813
- Node: Variable Scope610771
- Node: Pass By Value/Reference613765
- Node: Return Statement617264
- Node: Dynamic Typing620243
- Node: Indirect Calls621173
- Ref: Indirect Calls-Footnote-1631425
- Node: Functions Summary631553
- Node: Library Functions634258
- Ref: Library Functions-Footnote-1637865
- Ref: Library Functions-Footnote-2638008
- Node: Library Names638179
- Ref: Library Names-Footnote-1641639
- Ref: Library Names-Footnote-2641862
- Node: General Functions641948
- Node: Strtonum Function643051
- Node: Assert Function646073
- Node: Round Function649399
- Node: Cliff Random Function650939
- Node: Ordinal Functions651955
- Ref: Ordinal Functions-Footnote-1655018
- Ref: Ordinal Functions-Footnote-2655270
- Node: Join Function655480
- Ref: Join Function-Footnote-1657250
- Node: Getlocaltime Function657450
- Node: Readfile Function661192
- Node: Shell Quoting663169
- Node: Data File Management664570
- Node: Filetrans Function665202
- Node: Rewind Function669298
- Node: File Checking671208
- Ref: File Checking-Footnote-1672542
- Node: Empty Files672743
- Node: Ignoring Assigns674722
- Node: Getopt Function676272
- Ref: Getopt Function-Footnote-1687741
- Node: Passwd Functions687941
- Ref: Passwd Functions-Footnote-1696780
- Node: Group Functions696868
- Ref: Group Functions-Footnote-1704766
- Node: Walking Arrays704973
- Node: Library Functions Summary707981
- Node: Library Exercises709387
- Node: Sample Programs709852
- Node: Running Examples710622
- Node: Clones711350
- Node: Cut Program712574
- Node: Egrep Program722503
- Ref: Egrep Program-Footnote-1730015
- Node: Id Program730125
- Node: Split Program733805
- Ref: Split Program-Footnote-1737263
- Node: Tee Program737392
- Node: Uniq Program740182
- Node: Wc Program747608
- Ref: Wc Program-Footnote-1751863
- Node: Miscellaneous Programs751957
- Node: Dupword Program753170
- Node: Alarm Program755200
- Node: Translate Program760055
- Ref: Translate Program-Footnote-1764620
- Node: Labels Program764890
- Ref: Labels Program-Footnote-1768241
- Node: Word Sorting768325
- Node: History Sorting772397
- Node: Extract Program774232
- Node: Simple Sed782286
- Node: Igawk Program785360
- Ref: Igawk Program-Footnote-1799691
- Ref: Igawk Program-Footnote-2799893
- Ref: Igawk Program-Footnote-3800015
- Node: Anagram Program800130
- Node: Signature Program803192
- Node: Programs Summary804439
- Node: Programs Exercises805653
- Ref: Programs Exercises-Footnote-1809782
- Node: Advanced Features809873
- Node: Nondecimal Data811863
- Node: Array Sorting813454
- Node: Controlling Array Traversal814154
- Ref: Controlling Array Traversal-Footnote-1822522
- Node: Array Sorting Functions822640
- Ref: Array Sorting Functions-Footnote-1827731
- Node: Two-way I/O827927
- Ref: Two-way I/O-Footnote-1835647
- Ref: Two-way I/O-Footnote-2835834
- Node: TCP/IP Networking835916
- Node: Profiling839034
- Node: Advanced Features Summary848039
- Node: Internationalization849883
- Node: I18N and L10N851363
- Node: Explaining gettext852050
- Ref: Explaining gettext-Footnote-1857942
- Ref: Explaining gettext-Footnote-2858127
- Node: Programmer i18n858292
- Ref: Programmer i18n-Footnote-1863241
- Node: Translator i18n863290
- Node: String Extraction864084
- Ref: String Extraction-Footnote-1865216
- Node: Printf Ordering865302
- Ref: Printf Ordering-Footnote-1868088
- Node: I18N Portability868152
- Ref: I18N Portability-Footnote-1870608
- Node: I18N Example870671
- Ref: I18N Example-Footnote-1873477
- Node: Gawk I18N873550
- Node: I18N Summary874195
- Node: Debugger875536
- Node: Debugging876559
- Node: Debugging Concepts877000
- Node: Debugging Terms878809
- Node: Awk Debugging881384
- Node: Sample Debugging Session882290
- Node: Debugger Invocation882824
- Node: Finding The Bug884210
- Node: List of Debugger Commands890688
- Node: Breakpoint Control892021
- Node: Debugger Execution Control895715
- Node: Viewing And Changing Data899077
- Node: Execution Stack902451
- Node: Debugger Info904088
- Node: Miscellaneous Debugger Commands908159
- Node: Readline Support913221
- Node: Limitations914117
- Node: Debugging Summary916226
- Node: Arbitrary Precision Arithmetic917505
- Node: Computer Arithmetic918990
- Ref: table-numeric-ranges922756
- Ref: table-floating-point-ranges923249
- Ref: Computer Arithmetic-Footnote-1923907
- Node: Math Definitions923964
- Ref: table-ieee-formats927280
- Ref: Math Definitions-Footnote-1927883
- Node: MPFR features927988
- Node: FP Math Caution929706
- Ref: FP Math Caution-Footnote-1930778
- Node: Inexactness of computations931147
- Node: Inexact representation932107
- Node: Comparing FP Values933467
- Node: Errors accumulate934708
- Node: Getting Accuracy936141
- Node: Try To Round938851
- Node: Setting precision939750
- Ref: table-predefined-precision-strings940447
- Node: Setting the rounding mode942277
- Ref: table-gawk-rounding-modes942651
- Ref: Setting the rounding mode-Footnote-1946582
- Node: Arbitrary Precision Integers946761
- Ref: Arbitrary Precision Integers-Footnote-1949936
- Node: Checking for MPFR950085
- Node: POSIX Floating Point Problems951559
- Ref: POSIX Floating Point Problems-Footnote-1955844
- Node: Floating point summary955882
- Node: Dynamic Extensions958072
- Node: Extension Intro959625
- Node: Plugin License960891
- Node: Extension Mechanism Outline961688
- Ref: figure-load-extension962127
- Ref: figure-register-new-function963692
- Ref: figure-call-new-function964784
- Node: Extension API Description966846
- Node: Extension API Functions Introduction968488
- Node: General Data Types974028
- Ref: General Data Types-Footnote-1982389
- Node: Memory Allocation Functions982688
- Ref: Memory Allocation Functions-Footnote-1986898
- Node: Constructor Functions986997
- Node: Registration Functions990583
- Node: Extension Functions991268
- Node: Exit Callback Functions996483
- Node: Extension Version String997733
- Node: Input Parsers998396
- Node: Output Wrappers1011117
- Node: Two-way processors1015629
- Node: Printing Messages1017894
- Ref: Printing Messages-Footnote-11019065
- Node: Updating ERRNO1019218
- Node: Requesting Values1019957
- Ref: table-value-types-returned1020694
- Node: Accessing Parameters1021630
- Node: Symbol Table Access1022865
- Node: Symbol table by name1023377
- Node: Symbol table by cookie1025166
- Ref: Symbol table by cookie-Footnote-11029351
- Node: Cached values1029415
- Ref: Cached values-Footnote-11032951
- Node: Array Manipulation1033104
- Ref: Array Manipulation-Footnote-11034195
- Node: Array Data Types1034232
- Ref: Array Data Types-Footnote-11036890
- Node: Array Functions1036982
- Node: Flattening Arrays1041480
- Node: Creating Arrays1048456
- Node: Redirection API1053223
- Node: Extension API Variables1056056
- Node: Extension Versioning1056767
- Ref: gawk-api-version1057196
- Node: Extension GMP/MPFR Versioning1058927
- Node: Extension API Informational Variables1060555
- Node: Extension API Boilerplate1061628
- Node: Changes from API V11065602
- Node: Finding Extensions1067174
- Node: Extension Example1067733
- Node: Internal File Description1068531
- Node: Internal File Ops1072611
- Ref: Internal File Ops-Footnote-11083961
- Node: Using Internal File Ops1084101
- Ref: Using Internal File Ops-Footnote-11086484
- Node: Extension Samples1086758
- Node: Extension Sample File Functions1088287
- Node: Extension Sample Fnmatch1095936
- Node: Extension Sample Fork1097423
- Node: Extension Sample Inplace1098641
- Node: Extension Sample Ord1101858
- Node: Extension Sample Readdir1102694
- Ref: table-readdir-file-types1103583
- Node: Extension Sample Revout1104388
- Node: Extension Sample Rev2way1104977
- Node: Extension Sample Read write array1105717
- Node: Extension Sample Readfile1107659
- Node: Extension Sample Time1108754
- Node: Extension Sample API Tests1110102
- Node: gawkextlib1110594
- Node: Extension summary1113512
- Node: Extension Exercises1117214
- Node: Language History1118712
- Node: V7/SVR3.11120368
- Node: SVR41122520
- Node: POSIX1123954
- Node: BTL1125334
- Node: POSIX/GNU1126063
- Node: Feature History1131841
- Node: Common Extensions1147700
- Node: Ranges and Locales1148983
- Ref: Ranges and Locales-Footnote-11153599
- Ref: Ranges and Locales-Footnote-21153626
- Ref: Ranges and Locales-Footnote-31153861
- Node: Contributors1154082
- Node: History summary1160027
- Node: Installation1161407
- Node: Gawk Distribution1162351
- Node: Getting1162835
- Node: Extracting1163798
- Node: Distribution contents1165436
- Node: Unix Installation1171916
- Node: Quick Installation1172598
- Node: Shell Startup Files1175012
- Node: Additional Configuration Options1176101
- Node: Configuration Philosophy1178266
- Node: Non-Unix Installation1180635
- Node: PC Installation1181095
- Node: PC Binary Installation1181933
- Node: PC Compiling1182368
- Node: PC Using1183485
- Node: Cygwin1186700
- Node: MSYS1187799
- Node: VMS Installation1188300
- Node: VMS Compilation1189091
- Ref: VMS Compilation-Footnote-11190320
- Node: VMS Dynamic Extensions1190378
- Node: VMS Installation Details1192063
- Node: VMS Running1194316
- Node: VMS GNV1198595
- Node: VMS Old Gawk1199330
- Node: Bugs1199801
- Node: Bug address1200464
- Node: Usenet1203446
- Node: Maintainers1204450
- Node: Other Versions1205711
- Node: Installation summary1212269
- Node: Notes1213471
- Node: Compatibility Mode1214265
- Node: Additions1215047
- Node: Accessing The Source1215972
- Node: Adding Code1217409
- Node: New Ports1223628
- Node: Derived Files1228116
- Ref: Derived Files-Footnote-11233762
- Ref: Derived Files-Footnote-21233797
- Ref: Derived Files-Footnote-31234395
- Node: Future Extensions1234509
- Node: Implementation Limitations1235167
- Node: Extension Design1236350
- Node: Old Extension Problems1237494
- Ref: Old Extension Problems-Footnote-11239012
- Node: Extension New Mechanism Goals1239069
- Ref: Extension New Mechanism Goals-Footnote-11242433
- Node: Extension Other Design Decisions1242622
- Node: Extension Future Growth1244735
- Node: Notes summary1245571
- Node: Basic Concepts1246746
- Node: Basic High Level1247427
- Ref: figure-general-flow1247709
- Ref: figure-process-flow1248394
- Ref: Basic High Level-Footnote-11251695
- Node: Basic Data Typing1251880
- Node: Glossary1255208
- Node: Copying1287046
- Node: GNU Free Documentation License1324589
- Node: Index1349709
+ Ref: Auto-set-Footnote-1482806
+ Ref: Auto-set-Footnote-2483012
+ Node: ARGC and ARGV483068
+ Node: Pattern Action Summary487281
+ Node: Arrays489711
+ Node: Array Basics491040
+ Node: Array Intro491884
+ Ref: figure-array-elements493859
+ Ref: Array Intro-Footnote-1496563
+ Node: Reference to Elements496691
+ Node: Assigning Elements499155
+ Node: Array Example499646
+ Node: Scanning an Array501405
+ Node: Controlling Scanning504427
+ Ref: Controlling Scanning-Footnote-1509826
+ Node: Numeric Array Subscripts510142
+ Node: Uninitialized Subscripts512326
+ Node: Delete513945
+ Ref: Delete-Footnote-1516697
+ Node: Multidimensional516754
+ Node: Multiscanning519849
+ Node: Arrays of Arrays521440
+ Node: Arrays Summary526208
+ Node: Functions528301
+ Node: Built-in529339
+ Node: Calling Built-in530420
+ Node: Numeric Functions532416
+ Ref: Numeric Functions-Footnote-1536444
+ Ref: Numeric Functions-Footnote-2536801
+ Ref: Numeric Functions-Footnote-3536849
+ Node: String Functions537121
+ Ref: String Functions-Footnote-1560830
+ Ref: String Functions-Footnote-2560958
+ Ref: String Functions-Footnote-3561206
+ Node: Gory Details561293
+ Ref: table-sub-escapes563084
+ Ref: table-sub-proposed564603
+ Ref: table-posix-sub565966
+ Ref: table-gensub-escapes567507
+ Ref: Gory Details-Footnote-1568330
+ Node: I/O Functions568484
+ Ref: table-system-return-values574952
+ Ref: I/O Functions-Footnote-1577032
+ Ref: I/O Functions-Footnote-2577180
+ Node: Time Functions577300
+ Ref: Time Functions-Footnote-1587971
+ Ref: Time Functions-Footnote-2588039
+ Ref: Time Functions-Footnote-3588197
+ Ref: Time Functions-Footnote-4588308
+ Ref: Time Functions-Footnote-5588420
+ Ref: Time Functions-Footnote-6588647
+ Node: Bitwise Functions588913
+ Ref: table-bitwise-ops589507
+ Ref: Bitwise Functions-Footnote-1595570
+ Ref: Bitwise Functions-Footnote-2595743
+ Node: Type Functions595934
+ Node: I18N Functions598685
+ Node: User-defined600336
+ Node: Definition Syntax601141
+ Ref: Definition Syntax-Footnote-1606828
+ Node: Function Example606899
+ Ref: Function Example-Footnote-1609821
+ Node: Function Caveats609843
+ Node: Calling A Function610361
+ Node: Variable Scope611319
+ Node: Pass By Value/Reference614313
+ Node: Return Statement617812
+ Node: Dynamic Typing620791
+ Node: Indirect Calls621721
+ Ref: Indirect Calls-Footnote-1631973
+ Node: Functions Summary632101
+ Node: Library Functions634806
+ Ref: Library Functions-Footnote-1638413
+ Ref: Library Functions-Footnote-2638556
+ Node: Library Names638727
+ Ref: Library Names-Footnote-1642187
+ Ref: Library Names-Footnote-2642410
+ Node: General Functions642496
+ Node: Strtonum Function643599
+ Node: Assert Function646621
+ Node: Round Function649947
+ Node: Cliff Random Function651487
+ Node: Ordinal Functions652503
+ Ref: Ordinal Functions-Footnote-1655566
+ Ref: Ordinal Functions-Footnote-2655818
+ Node: Join Function656028
+ Ref: Join Function-Footnote-1657798
+ Node: Getlocaltime Function657998
+ Node: Readfile Function661740
+ Node: Shell Quoting663717
+ Node: Data File Management665118
+ Node: Filetrans Function665750
+ Node: Rewind Function669846
+ Node: File Checking671756
+ Ref: File Checking-Footnote-1673090
+ Node: Empty Files673291
+ Node: Ignoring Assigns675270
+ Node: Getopt Function676820
+ Ref: Getopt Function-Footnote-1688289
+ Node: Passwd Functions688489
+ Ref: Passwd Functions-Footnote-1697328
+ Node: Group Functions697416
+ Ref: Group Functions-Footnote-1705314
+ Node: Walking Arrays705521
+ Node: Library Functions Summary708529
+ Node: Library Exercises709935
+ Node: Sample Programs710400
+ Node: Running Examples711170
+ Node: Clones711898
+ Node: Cut Program713122
+ Node: Egrep Program723051
+ Ref: Egrep Program-Footnote-1730563
+ Node: Id Program730673
+ Node: Split Program734353
+ Ref: Split Program-Footnote-1737811
+ Node: Tee Program737940
+ Node: Uniq Program740730
+ Node: Wc Program748156
+ Ref: Wc Program-Footnote-1752411
+ Node: Miscellaneous Programs752505
+ Node: Dupword Program753718
+ Node: Alarm Program755748
+ Node: Translate Program760603
+ Ref: Translate Program-Footnote-1765168
+ Node: Labels Program765438
+ Ref: Labels Program-Footnote-1768789
+ Node: Word Sorting768873
+ Node: History Sorting772945
+ Node: Extract Program774780
+ Node: Simple Sed782834
+ Node: Igawk Program785908
+ Ref: Igawk Program-Footnote-1800239
+ Ref: Igawk Program-Footnote-2800441
+ Ref: Igawk Program-Footnote-3800563
+ Node: Anagram Program800678
+ Node: Signature Program803740
+ Node: Programs Summary804987
+ Node: Programs Exercises806201
+ Ref: Programs Exercises-Footnote-1810330
+ Node: Advanced Features810421
+ Node: Nondecimal Data812411
+ Node: Array Sorting814002
+ Node: Controlling Array Traversal814702
+ Ref: Controlling Array Traversal-Footnote-1823070
+ Node: Array Sorting Functions823188
+ Ref: Array Sorting Functions-Footnote-1828279
+ Node: Two-way I/O828475
+ Ref: Two-way I/O-Footnote-1836195
+ Ref: Two-way I/O-Footnote-2836382
+ Node: TCP/IP Networking836464
+ Node: Profiling839582
 -Ref: Profiling-Footnote-1848254
 -Node: Advanced Features Summary848577
 -Node: Internationalization850421
 -Node: I18N and L10N851901
 -Node: Explaining gettext852588
 -Ref: Explaining gettext-Footnote-1858480
 -Ref: Explaining gettext-Footnote-2858665
 -Node: Programmer i18n858830
 -Ref: Programmer i18n-Footnote-1863779
 -Node: Translator i18n863828
 -Node: String Extraction864622
 -Ref: String Extraction-Footnote-1865754
 -Node: Printf Ordering865840
 -Ref: Printf Ordering-Footnote-1868626
 -Node: I18N Portability868690
 -Ref: I18N Portability-Footnote-1871146
 -Node: I18N Example871209
 -Ref: I18N Example-Footnote-1874015
 -Node: Gawk I18N874088
 -Node: I18N Summary874733
 -Node: Debugger876074
 -Node: Debugging877097
 -Node: Debugging Concepts877538
 -Node: Debugging Terms879347
 -Node: Awk Debugging881922
 -Node: Sample Debugging Session882828
 -Node: Debugger Invocation883362
 -Node: Finding The Bug884748
 -Node: List of Debugger Commands891226
 -Node: Breakpoint Control892559
 -Node: Debugger Execution Control896253
 -Node: Viewing And Changing Data899615
 -Node: Execution Stack902989
 -Node: Debugger Info904626
 -Node: Miscellaneous Debugger Commands908697
 -Node: Readline Support913759
 -Node: Limitations914655
 -Node: Debugging Summary916764
 -Node: Arbitrary Precision Arithmetic918043
 -Node: Computer Arithmetic919528
 -Ref: table-numeric-ranges923294
 -Ref: table-floating-point-ranges923787
 -Ref: Computer Arithmetic-Footnote-1924445
 -Node: Math Definitions924502
 -Ref: table-ieee-formats927818
 -Ref: Math Definitions-Footnote-1928421
 -Node: MPFR features928526
 -Node: FP Math Caution930244
 -Ref: FP Math Caution-Footnote-1931316
 -Node: Inexactness of computations931685
 -Node: Inexact representation932645
 -Node: Comparing FP Values934005
 -Node: Errors accumulate935246
 -Node: Getting Accuracy936679
 -Node: Try To Round939389
 -Node: Setting precision940288
 -Ref: table-predefined-precision-strings940985
 -Node: Setting the rounding mode942815
 -Ref: table-gawk-rounding-modes943189
 -Ref: Setting the rounding mode-Footnote-1947120
 -Node: Arbitrary Precision Integers947299
 -Ref: Arbitrary Precision Integers-Footnote-1950474
 -Node: Checking for MPFR950623
 -Node: POSIX Floating Point Problems952097
 -Ref: POSIX Floating Point Problems-Footnote-1956382
 -Node: Floating point summary956420
 -Node: Dynamic Extensions958610
 -Node: Extension Intro960163
 -Node: Plugin License961429
 -Node: Extension Mechanism Outline962226
 -Ref: figure-load-extension962665
 -Ref: figure-register-new-function964230
 -Ref: figure-call-new-function965322
 -Node: Extension API Description967384
 -Node: Extension API Functions Introduction969026
 -Node: General Data Types974566
 -Ref: General Data Types-Footnote-1982927
 -Node: Memory Allocation Functions983226
 -Ref: Memory Allocation Functions-Footnote-1987436
 -Node: Constructor Functions987535
 -Node: Registration Functions991121
 -Node: Extension Functions991806
 -Node: Exit Callback Functions997021
 -Node: Extension Version String998271
 -Node: Input Parsers998934
 -Node: Output Wrappers1011655
 -Node: Two-way processors1016167
 -Node: Printing Messages1018432
 -Ref: Printing Messages-Footnote-11019603
 -Node: Updating ERRNO1019756
 -Node: Requesting Values1020495
 -Ref: table-value-types-returned1021232
 -Node: Accessing Parameters1022168
 -Node: Symbol Table Access1023403
 -Node: Symbol table by name1023915
 -Node: Symbol table by cookie1025704
 -Ref: Symbol table by cookie-Footnote-11029889
 -Node: Cached values1029953
 -Ref: Cached values-Footnote-11033489
 -Node: Array Manipulation1033642
 -Ref: Array Manipulation-Footnote-11034733
 -Node: Array Data Types1034770
 -Ref: Array Data Types-Footnote-11037428
 -Node: Array Functions1037520
 -Node: Flattening Arrays1042018
 -Node: Creating Arrays1048994
 -Node: Redirection API1053761
 -Node: Extension API Variables1056594
 -Node: Extension Versioning1057305
 -Ref: gawk-api-version1057734
 -Node: Extension GMP/MPFR Versioning1059465
 -Node: Extension API Informational Variables1061093
 -Node: Extension API Boilerplate1062166
 -Node: Changes from API V11066140
 -Node: Finding Extensions1067712
 -Node: Extension Example1068271
 -Node: Internal File Description1069069
 -Node: Internal File Ops1073149
 -Ref: Internal File Ops-Footnote-11084499
 -Node: Using Internal File Ops1084639
 -Ref: Using Internal File Ops-Footnote-11087022
 -Node: Extension Samples1087296
 -Node: Extension Sample File Functions1088825
 -Node: Extension Sample Fnmatch1096474
 -Node: Extension Sample Fork1097961
 -Node: Extension Sample Inplace1099179
 -Node: Extension Sample Ord1102396
 -Node: Extension Sample Readdir1103232
 -Ref: table-readdir-file-types1104121
 -Node: Extension Sample Revout1104926
 -Node: Extension Sample Rev2way1105515
 -Node: Extension Sample Read write array1106255
 -Node: Extension Sample Readfile1108197
 -Node: Extension Sample Time1109292
 -Node: Extension Sample API Tests1110640
 -Node: gawkextlib1111132
 -Node: Extension summary1114050
 -Node: Extension Exercises1117752
 -Node: Language History1119250
 -Node: V7/SVR3.11120906
 -Node: SVR41123058
 -Node: POSIX1124492
 -Node: BTL1125872
 -Node: POSIX/GNU1126601
 -Node: Feature History1132379
 -Node: Common Extensions1148425
 -Node: Ranges and Locales1149708
 -Ref: Ranges and Locales-Footnote-11154324
 -Ref: Ranges and Locales-Footnote-21154351
 -Ref: Ranges and Locales-Footnote-31154586
 -Node: Contributors1154807
 -Node: History summary1160752
 -Node: Installation1162132
 -Node: Gawk Distribution1163076
 -Node: Getting1163560
 -Node: Extracting1164523
 -Node: Distribution contents1166161
 -Node: Unix Installation1172641
 -Node: Quick Installation1173323
 -Node: Shell Startup Files1175737
 -Node: Additional Configuration Options1176826
 -Node: Configuration Philosophy1178991
 -Node: Non-Unix Installation1181360
 -Node: PC Installation1181820
 -Node: PC Binary Installation1182658
 -Node: PC Compiling1183093
 -Node: PC Using1184210
 -Node: Cygwin1187425
 -Node: MSYS1188524
 -Node: VMS Installation1189025
 -Node: VMS Compilation1189816
 -Ref: VMS Compilation-Footnote-11191045
 -Node: VMS Dynamic Extensions1191103
 -Node: VMS Installation Details1192788
 -Node: VMS Running1195041
 -Node: VMS GNV1199320
 -Node: VMS Old Gawk1200055
 -Node: Bugs1200526
 -Node: Bug address1201189
 -Node: Usenet1204171
 -Node: Maintainers1205175
 -Node: Other Versions1206436
 -Node: Installation summary1212994
 -Node: Notes1214196
 -Node: Compatibility Mode1214990
 -Node: Additions1215772
 -Node: Accessing The Source1216697
 -Node: Adding Code1218134
 -Node: New Ports1224353
 -Node: Derived Files1228841
 -Ref: Derived Files-Footnote-11234487
 -Ref: Derived Files-Footnote-21234522
 -Ref: Derived Files-Footnote-31235120
 -Node: Future Extensions1235234
 -Node: Implementation Limitations1235892
 -Node: Extension Design1237075
 -Node: Old Extension Problems1238219
 -Ref: Old Extension Problems-Footnote-11239737
 -Node: Extension New Mechanism Goals1239794
 -Ref: Extension New Mechanism Goals-Footnote-11243158
 -Node: Extension Other Design Decisions1243347
 -Node: Extension Future Growth1245460
 -Node: Notes summary1246296
 -Node: Basic Concepts1247471
 -Node: Basic High Level1248152
 -Ref: figure-general-flow1248434
 -Ref: figure-process-flow1249119
 -Ref: Basic High Level-Footnote-11252420
 -Node: Basic Data Typing1252605
 -Node: Glossary1255933
 -Node: Copying1287771
 -Node: GNU Free Documentation License1325314
 -Node: Index1350434
++Node: Advanced Features Summary848587
++Node: Internationalization850431
++Node: I18N and L10N851911
++Node: Explaining gettext852598
++Ref: Explaining gettext-Footnote-1858490
++Ref: Explaining gettext-Footnote-2858675
++Node: Programmer i18n858840
++Ref: Programmer i18n-Footnote-1863789
++Node: Translator i18n863838
++Node: String Extraction864632
++Ref: String Extraction-Footnote-1865764
++Node: Printf Ordering865850
++Ref: Printf Ordering-Footnote-1868636
++Node: I18N Portability868700
++Ref: I18N Portability-Footnote-1871156
++Node: I18N Example871219
++Ref: I18N Example-Footnote-1874025
++Node: Gawk I18N874098
++Node: I18N Summary874743
++Node: Debugger876084
++Node: Debugging877107
++Node: Debugging Concepts877548
++Node: Debugging Terms879357
++Node: Awk Debugging881932
++Node: Sample Debugging Session882838
++Node: Debugger Invocation883372
++Node: Finding The Bug884758
++Node: List of Debugger Commands891236
++Node: Breakpoint Control892569
++Node: Debugger Execution Control896263
++Node: Viewing And Changing Data899625
++Node: Execution Stack902999
++Node: Debugger Info904636
++Node: Miscellaneous Debugger Commands908707
++Node: Readline Support913769
++Node: Limitations914665
++Node: Debugging Summary916774
++Node: Arbitrary Precision Arithmetic918053
++Node: Computer Arithmetic919538
++Ref: table-numeric-ranges923304
++Ref: table-floating-point-ranges923797
++Ref: Computer Arithmetic-Footnote-1924455
++Node: Math Definitions924512
++Ref: table-ieee-formats927828
++Ref: Math Definitions-Footnote-1928431
++Node: MPFR features928536
++Node: FP Math Caution930254
++Ref: FP Math Caution-Footnote-1931326
++Node: Inexactness of computations931695
++Node: Inexact representation932655
++Node: Comparing FP Values934015
++Node: Errors accumulate935256
++Node: Getting Accuracy936689
++Node: Try To Round939399
++Node: Setting precision940298
++Ref: table-predefined-precision-strings940995
++Node: Setting the rounding mode942825
++Ref: table-gawk-rounding-modes943199
++Ref: Setting the rounding mode-Footnote-1947130
++Node: Arbitrary Precision Integers947309
++Ref: Arbitrary Precision Integers-Footnote-1950484
++Node: Checking for MPFR950633
++Node: POSIX Floating Point Problems952107
++Ref: POSIX Floating Point Problems-Footnote-1956392
++Node: Floating point summary956430
++Node: Dynamic Extensions958620
++Node: Extension Intro960173
++Node: Plugin License961439
++Node: Extension Mechanism Outline962236
++Ref: figure-load-extension962675
++Ref: figure-register-new-function964240
++Ref: figure-call-new-function965332
++Node: Extension API Description967394
++Node: Extension API Functions Introduction969036
++Node: General Data Types974576
++Ref: General Data Types-Footnote-1982937
++Node: Memory Allocation Functions983236
++Ref: Memory Allocation Functions-Footnote-1987446
++Node: Constructor Functions987545
++Node: Registration Functions991131
++Node: Extension Functions991816
++Node: Exit Callback Functions997031
++Node: Extension Version String998281
++Node: Input Parsers998944
++Node: Output Wrappers1011665
++Node: Two-way processors1016177
++Node: Printing Messages1018442
++Ref: Printing Messages-Footnote-11019613
++Node: Updating ERRNO1019766
++Node: Requesting Values1020505
++Ref: table-value-types-returned1021242
++Node: Accessing Parameters1022178
++Node: Symbol Table Access1023413
++Node: Symbol table by name1023925
++Node: Symbol table by cookie1025714
++Ref: Symbol table by cookie-Footnote-11029899
++Node: Cached values1029963
++Ref: Cached values-Footnote-11033499
++Node: Array Manipulation1033652
++Ref: Array Manipulation-Footnote-11034743
++Node: Array Data Types1034780
++Ref: Array Data Types-Footnote-11037438
++Node: Array Functions1037530
++Node: Flattening Arrays1042028
++Node: Creating Arrays1049004
++Node: Redirection API1053771
++Node: Extension API Variables1056604
++Node: Extension Versioning1057315
++Ref: gawk-api-version1057744
++Node: Extension GMP/MPFR Versioning1059475
++Node: Extension API Informational Variables1061103
++Node: Extension API Boilerplate1062176
++Node: Changes from API V11066150
++Node: Finding Extensions1067722
++Node: Extension Example1068281
++Node: Internal File Description1069079
++Node: Internal File Ops1073159
++Ref: Internal File Ops-Footnote-11084509
++Node: Using Internal File Ops1084649
++Ref: Using Internal File Ops-Footnote-11087032
++Node: Extension Samples1087306
++Node: Extension Sample File Functions1088835
++Node: Extension Sample Fnmatch1096484
++Node: Extension Sample Fork1097971
++Node: Extension Sample Inplace1099189
++Node: Extension Sample Ord1102406
++Node: Extension Sample Readdir1103242
++Ref: table-readdir-file-types1104131
++Node: Extension Sample Revout1104936
++Node: Extension Sample Rev2way1105525
++Node: Extension Sample Read write array1106265
++Node: Extension Sample Readfile1108207
++Node: Extension Sample Time1109302
++Node: Extension Sample API Tests1110650
++Node: gawkextlib1111142
++Node: Extension summary1114060
++Node: Extension Exercises1117762
++Node: Language History1119260
++Node: V7/SVR3.11120916
++Node: SVR41123068
++Node: POSIX1124502
++Node: BTL1125882
++Node: POSIX/GNU1126611
++Node: Feature History1132389
++Node: Common Extensions1148435
++Node: Ranges and Locales1149718
++Ref: Ranges and Locales-Footnote-11154334
++Ref: Ranges and Locales-Footnote-21154361
++Ref: Ranges and Locales-Footnote-31154596
++Node: Contributors1154817
++Node: History summary1160762
++Node: Installation1162142
++Node: Gawk Distribution1163086
++Node: Getting1163570
++Node: Extracting1164533
++Node: Distribution contents1166171
++Node: Unix Installation1172651
++Node: Quick Installation1173333
++Node: Shell Startup Files1175747
++Node: Additional Configuration Options1176836
++Node: Configuration Philosophy1179001
++Node: Non-Unix Installation1181370
++Node: PC Installation1181830
++Node: PC Binary Installation1182668
++Node: PC Compiling1183103
++Node: PC Using1184220
++Node: Cygwin1187435
++Node: MSYS1188534
++Node: VMS Installation1189035
++Node: VMS Compilation1189826
++Ref: VMS Compilation-Footnote-11191055
++Node: VMS Dynamic Extensions1191113
++Node: VMS Installation Details1192798
++Node: VMS Running1195051
++Node: VMS GNV1199330
++Node: VMS Old Gawk1200065
++Node: Bugs1200536
++Node: Bug address1201199
++Node: Usenet1204181
++Node: Maintainers1205185
++Node: Other Versions1206446
++Node: Installation summary1213004
++Node: Notes1214206
++Node: Compatibility Mode1215000
++Node: Additions1215782
++Node: Accessing The Source1216707
++Node: Adding Code1218144
++Node: New Ports1224363
++Node: Derived Files1228851
++Ref: Derived Files-Footnote-11234497
++Ref: Derived Files-Footnote-21234532
++Ref: Derived Files-Footnote-31235130
++Node: Future Extensions1235244
++Node: Implementation Limitations1235902
++Node: Extension Design1237085
++Node: Old Extension Problems1238229
++Ref: Old Extension Problems-Footnote-11239747
++Node: Extension New Mechanism Goals1239804
++Ref: Extension New Mechanism Goals-Footnote-11243168
++Node: Extension Other Design Decisions1243357
++Node: Extension Future Growth1245470
++Node: Notes summary1246306
++Node: Basic Concepts1247481
++Node: Basic High Level1248162
++Ref: figure-general-flow1248444
++Ref: figure-process-flow1249129
++Ref: Basic High Level-Footnote-11252430
++Node: Basic Data Typing1252615
++Node: Glossary1255943
++Node: Copying1287781
++Node: GNU Free Documentation License1325324
++Node: Index1350444
  
  End Tag Table
diff --cc test/ChangeLog
index 02b9fb5,9637539..bf0cbff
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,9 -1,9 +1,13 @@@
+ 2018-11-25         Arnold D. Robbins     <address@hidden>
+ 
+       * Makefile.am (GAWK_EXT_TESTS): Fix layout of the list.
+ 
  2018-11-24         Arnold D. Robbins     <address@hidden>
  
 +      * profile5.ok: Updated after code change.
 +
 +2018-11-24         Arnold D. Robbins     <address@hidden>
 +
        * spacere.awk: Move setting of LC_ALL=C out to ...
        * Makefile.am (spacere): ... here. Added test.
        Per request from Eli Zaretskii to help porting to MinGW.

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

Summary of changes:
 ChangeLog                      |  11 +
 NEWS                           |   9 +-
 config.sub                     |   3 +-
 doc/ChangeLog                  |   9 +
 doc/gawk.1                     |  22 ++
 doc/gawk.info                  | 806 +++++++++++++++++++++--------------------
 doc/gawk.texi                  |  35 +-
 doc/gawktexi.in                |  35 +-
 extension/build-aux/ChangeLog  |   4 +
 extension/build-aux/config.sub |   3 +-
 main.c                         |  24 ++
 test/ChangeLog                 |   4 +
 test/Makefile.am               |   5 +-
 test/Makefile.in               |   7 +-
 14 files changed, 575 insertions(+), 402 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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