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-3546-gdc9c45a
Date: Mon, 26 Nov 2018 15:02:32 -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  dc9c45a6258d9ab495bcd6dc97992532d5a2b862 (commit)
       via  4d481023b2ff756dc8c77c66e6a4864f9c072007 (commit)
       via  6e786c0622d9afd845ff56ac83c6bc9726dbe230 (commit)
       via  7eac08335f61dc6b0f236f9bf7c3ad434576b70f (commit)
      from  1e6c88c44319694bfb2e9c0ca11db01ec670f0ad (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=dc9c45a6258d9ab495bcd6dc97992532d5a2b862

commit dc9c45a6258d9ab495bcd6dc97992532d5a2b862
Merge: 1e6c88c 4d48102
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Nov 26 22:02:21 2018 +0200

    Merge branch 'master' into feature/fix-comments

diff --cc ChangeLog
index c58ea9d,e0c8abd..e4b9e78
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,9 -1,8 +1,14 @@@
  2018-11-26         Arnold D. Robbins     <address@hidden>
  
+       * main.c (platform_name): Add os390. Treat Cygwin and Mac OS X
+       as POSIX, per discussion with the dev team.
+ 
++      Unrelated:
++
 +      * profile.c (print_comment): Indent for chained comment.
 +      * awkgram.y (load_library): Return early if just pretty printing.
 +      (yylex): Fix handling of ?: and allow_newline etc.
 +
  2018-11-25         Arnold D. Robbins     <address@hidden>
  
        * main.c (platform_name): New function returning platform name.
diff --cc doc/gawk.info
index 2c7bf82,dacbee1..cd8b677
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -34569,8 -34579,8 +34576,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 263)
+ * gawk version:                          Auto-set.            (line 262)
  * gawk, ARGIND variable in:              Other Arguments.     (line  15)
  * gawk, awk and:                         Preface.             (line  21)
  * gawk, awk and <1>:                     This Manual.         (line  14)
@@@ -36359,368 -36369,369 +36366,368 @@@ Node: Exit Statement45465
  Node: Built-in Variables457056
  Node: User-modified458189
  Node: Auto-set465956
- 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
- 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
+ Ref: Auto-set-Footnote-1482792
+ Ref: Auto-set-Footnote-2482998
+ Node: ARGC and ARGV483054
+ Node: Pattern Action Summary487267
+ Node: Arrays489697
+ Node: Array Basics491026
+ Node: Array Intro491870
+ Ref: figure-array-elements493845
+ Ref: Array Intro-Footnote-1496549
+ Node: Reference to Elements496677
+ Node: Assigning Elements499141
+ Node: Array Example499632
+ Node: Scanning an Array501391
+ Node: Controlling Scanning504413
+ Ref: Controlling Scanning-Footnote-1509812
+ Node: Numeric Array Subscripts510128
+ Node: Uninitialized Subscripts512312
+ Node: Delete513931
+ Ref: Delete-Footnote-1516683
+ Node: Multidimensional516740
+ Node: Multiscanning519835
+ Node: Arrays of Arrays521426
+ Node: Arrays Summary526194
+ Node: Functions528287
+ Node: Built-in529325
+ Node: Calling Built-in530406
+ Node: Numeric Functions532402
+ Ref: Numeric Functions-Footnote-1536430
+ Ref: Numeric Functions-Footnote-2536787
+ Ref: Numeric Functions-Footnote-3536835
+ Node: String Functions537107
+ Ref: String Functions-Footnote-1560965
+ Ref: String Functions-Footnote-2561093
+ Ref: String Functions-Footnote-3561341
+ Node: Gory Details561428
+ Ref: table-sub-escapes563219
+ Ref: table-sub-proposed564738
+ Ref: table-posix-sub566101
+ Ref: table-gensub-escapes567642
+ Ref: Gory Details-Footnote-1568465
+ Node: I/O Functions568619
+ Ref: table-system-return-values575087
+ Ref: I/O Functions-Footnote-1577167
+ Ref: I/O Functions-Footnote-2577315
+ Node: Time Functions577435
+ Ref: Time Functions-Footnote-1588106
+ Ref: Time Functions-Footnote-2588174
+ Ref: Time Functions-Footnote-3588332
+ Ref: Time Functions-Footnote-4588443
+ Ref: Time Functions-Footnote-5588555
+ Ref: Time Functions-Footnote-6588782
+ Node: Bitwise Functions589048
+ Ref: table-bitwise-ops589642
+ Ref: Bitwise Functions-Footnote-1595705
+ Ref: Bitwise Functions-Footnote-2595878
+ Node: Type Functions596069
+ Node: I18N Functions598820
+ Node: User-defined600471
+ Node: Definition Syntax601276
+ Ref: Definition Syntax-Footnote-1606963
+ Node: Function Example607034
+ Ref: Function Example-Footnote-1609956
+ Node: Function Caveats609978
+ Node: Calling A Function610496
+ Node: Variable Scope611454
+ Node: Pass By Value/Reference614448
+ Node: Return Statement617947
+ Node: Dynamic Typing620926
+ Node: Indirect Calls621856
+ Ref: Indirect Calls-Footnote-1632108
+ Node: Functions Summary632236
+ Node: Library Functions634941
+ Ref: Library Functions-Footnote-1638548
+ Ref: Library Functions-Footnote-2638691
+ Node: Library Names638862
+ Ref: Library Names-Footnote-1642322
+ Ref: Library Names-Footnote-2642545
+ Node: General Functions642631
+ Node: Strtonum Function643734
+ Node: Assert Function646756
+ Node: Round Function650082
+ Node: Cliff Random Function651622
+ Node: Ordinal Functions652638
+ Ref: Ordinal Functions-Footnote-1655701
+ Ref: Ordinal Functions-Footnote-2655953
+ Node: Join Function656163
+ Ref: Join Function-Footnote-1657933
+ Node: Getlocaltime Function658133
+ Node: Readfile Function661875
+ Node: Shell Quoting663852
+ Node: Data File Management665253
+ Node: Filetrans Function665885
+ Node: Rewind Function669981
+ Node: File Checking671891
+ Ref: File Checking-Footnote-1673225
+ Node: Empty Files673426
+ Node: Ignoring Assigns675405
+ Node: Getopt Function676955
+ Ref: Getopt Function-Footnote-1688424
+ Node: Passwd Functions688624
+ Ref: Passwd Functions-Footnote-1697463
+ Node: Group Functions697551
+ Ref: Group Functions-Footnote-1705449
+ Node: Walking Arrays705656
+ Node: Library Functions Summary708664
+ Node: Library Exercises710070
+ Node: Sample Programs710535
+ Node: Running Examples711305
+ Node: Clones712033
+ Node: Cut Program713257
+ Node: Egrep Program723186
+ Ref: Egrep Program-Footnote-1730698
+ Node: Id Program730808
+ Node: Split Program734488
+ Ref: Split Program-Footnote-1737946
+ Node: Tee Program738075
+ Node: Uniq Program740865
+ Node: Wc Program748291
+ Ref: Wc Program-Footnote-1752546
+ Node: Miscellaneous Programs752640
+ Node: Dupword Program753853
+ Node: Alarm Program755883
+ Node: Translate Program760738
+ Ref: Translate Program-Footnote-1765303
+ Node: Labels Program765573
+ Ref: Labels Program-Footnote-1768924
+ Node: Word Sorting769008
+ Node: History Sorting773080
+ Node: Extract Program774915
+ Node: Simple Sed782969
+ Node: Igawk Program786043
+ Ref: Igawk Program-Footnote-1800374
+ Ref: Igawk Program-Footnote-2800576
+ Ref: Igawk Program-Footnote-3800698
+ Node: Anagram Program800813
+ Node: Signature Program803875
+ Node: Programs Summary805122
+ Node: Programs Exercises806336
+ Ref: Programs Exercises-Footnote-1810465
+ Node: Advanced Features810556
+ Node: Nondecimal Data812546
+ Node: Array Sorting814137
+ Node: Controlling Array Traversal814837
+ Ref: Controlling Array Traversal-Footnote-1823205
+ Node: Array Sorting Functions823323
+ Ref: Array Sorting Functions-Footnote-1828414
+ Node: Two-way I/O828610
+ Ref: Two-way I/O-Footnote-1836330
+ Ref: Two-way I/O-Footnote-2836517
+ Node: TCP/IP Networking836599
+ Node: Profiling839717
 -Ref: Profiling-Footnote-1848389
 -Node: Advanced Features Summary848712
 -Node: Internationalization850556
 -Node: I18N and L10N852036
 -Node: Explaining gettext852723
 -Ref: Explaining gettext-Footnote-1858615
 -Ref: Explaining gettext-Footnote-2858800
 -Node: Programmer i18n858965
 -Ref: Programmer i18n-Footnote-1863914
 -Node: Translator i18n863963
 -Node: String Extraction864757
 -Ref: String Extraction-Footnote-1865889
 -Node: Printf Ordering865975
 -Ref: Printf Ordering-Footnote-1868761
 -Node: I18N Portability868825
 -Ref: I18N Portability-Footnote-1871281
 -Node: I18N Example871344
 -Ref: I18N Example-Footnote-1874150
 -Node: Gawk I18N874223
 -Node: I18N Summary874868
 -Node: Debugger876209
 -Node: Debugging877232
 -Node: Debugging Concepts877673
 -Node: Debugging Terms879482
 -Node: Awk Debugging882057
 -Node: Sample Debugging Session882963
 -Node: Debugger Invocation883497
 -Node: Finding The Bug884883
 -Node: List of Debugger Commands891361
 -Node: Breakpoint Control892694
 -Node: Debugger Execution Control896388
 -Node: Viewing And Changing Data899750
 -Node: Execution Stack903124
 -Node: Debugger Info904761
 -Node: Miscellaneous Debugger Commands908832
 -Node: Readline Support913894
 -Node: Limitations914790
 -Node: Debugging Summary916899
 -Node: Arbitrary Precision Arithmetic918178
 -Node: Computer Arithmetic919663
 -Ref: table-numeric-ranges923429
 -Ref: table-floating-point-ranges923922
 -Ref: Computer Arithmetic-Footnote-1924580
 -Node: Math Definitions924637
 -Ref: table-ieee-formats927953
 -Ref: Math Definitions-Footnote-1928556
 -Node: MPFR features928661
 -Node: FP Math Caution930379
 -Ref: FP Math Caution-Footnote-1931451
 -Node: Inexactness of computations931820
 -Node: Inexact representation932780
 -Node: Comparing FP Values934140
 -Node: Errors accumulate935381
 -Node: Getting Accuracy936814
 -Node: Try To Round939524
 -Node: Setting precision940423
 -Ref: table-predefined-precision-strings941120
 -Node: Setting the rounding mode942950
 -Ref: table-gawk-rounding-modes943324
 -Ref: Setting the rounding mode-Footnote-1947255
 -Node: Arbitrary Precision Integers947434
 -Ref: Arbitrary Precision Integers-Footnote-1950609
 -Node: Checking for MPFR950758
 -Node: POSIX Floating Point Problems952232
 -Ref: POSIX Floating Point Problems-Footnote-1956517
 -Node: Floating point summary956555
 -Node: Dynamic Extensions958745
 -Node: Extension Intro960298
 -Node: Plugin License961564
 -Node: Extension Mechanism Outline962361
 -Ref: figure-load-extension962800
 -Ref: figure-register-new-function964365
 -Ref: figure-call-new-function965457
 -Node: Extension API Description967519
 -Node: Extension API Functions Introduction969161
 -Node: General Data Types974701
 -Ref: General Data Types-Footnote-1983062
 -Node: Memory Allocation Functions983361
 -Ref: Memory Allocation Functions-Footnote-1987571
 -Node: Constructor Functions987670
 -Node: Registration Functions991256
 -Node: Extension Functions991941
 -Node: Exit Callback Functions997156
 -Node: Extension Version String998406
 -Node: Input Parsers999069
 -Node: Output Wrappers1011790
 -Node: Two-way processors1016302
 -Node: Printing Messages1018567
 -Ref: Printing Messages-Footnote-11019738
 -Node: Updating ERRNO1019891
 -Node: Requesting Values1020630
 -Ref: table-value-types-returned1021367
 -Node: Accessing Parameters1022303
 -Node: Symbol Table Access1023538
 -Node: Symbol table by name1024050
 -Node: Symbol table by cookie1025839
 -Ref: Symbol table by cookie-Footnote-11030024
 -Node: Cached values1030088
 -Ref: Cached values-Footnote-11033624
 -Node: Array Manipulation1033777
 -Ref: Array Manipulation-Footnote-11034868
 -Node: Array Data Types1034905
 -Ref: Array Data Types-Footnote-11037563
 -Node: Array Functions1037655
 -Node: Flattening Arrays1042153
 -Node: Creating Arrays1049129
 -Node: Redirection API1053896
 -Node: Extension API Variables1056729
 -Node: Extension Versioning1057440
 -Ref: gawk-api-version1057869
 -Node: Extension GMP/MPFR Versioning1059600
 -Node: Extension API Informational Variables1061228
 -Node: Extension API Boilerplate1062301
 -Node: Changes from API V11066275
 -Node: Finding Extensions1067847
 -Node: Extension Example1068406
 -Node: Internal File Description1069204
 -Node: Internal File Ops1073284
 -Ref: Internal File Ops-Footnote-11084634
 -Node: Using Internal File Ops1084774
 -Ref: Using Internal File Ops-Footnote-11087157
 -Node: Extension Samples1087431
 -Node: Extension Sample File Functions1088960
 -Node: Extension Sample Fnmatch1096609
 -Node: Extension Sample Fork1098096
 -Node: Extension Sample Inplace1099314
 -Node: Extension Sample Ord1102531
 -Node: Extension Sample Readdir1103367
 -Ref: table-readdir-file-types1104256
 -Node: Extension Sample Revout1105061
 -Node: Extension Sample Rev2way1105650
 -Node: Extension Sample Read write array1106390
 -Node: Extension Sample Readfile1108332
 -Node: Extension Sample Time1109427
 -Node: Extension Sample API Tests1110775
 -Node: gawkextlib1111267
 -Node: Extension summary1114185
 -Node: Extension Exercises1117887
 -Node: Language History1119385
 -Node: V7/SVR3.11121041
 -Node: SVR41123193
 -Node: POSIX1124627
 -Node: BTL1126007
 -Node: POSIX/GNU1126736
 -Node: Feature History1132514
 -Node: Common Extensions1148560
 -Node: Ranges and Locales1149843
 -Ref: Ranges and Locales-Footnote-11154459
 -Ref: Ranges and Locales-Footnote-21154486
 -Ref: Ranges and Locales-Footnote-31154721
 -Node: Contributors1154942
 -Node: History summary1160887
 -Node: Installation1162267
 -Node: Gawk Distribution1163211
 -Node: Getting1163695
 -Node: Extracting1164658
 -Node: Distribution contents1166296
 -Node: Unix Installation1172776
 -Node: Quick Installation1173458
 -Node: Shell Startup Files1175872
 -Node: Additional Configuration Options1176961
 -Node: Configuration Philosophy1179126
 -Node: Non-Unix Installation1181495
 -Node: PC Installation1181955
 -Node: PC Binary Installation1182793
 -Node: PC Compiling1183228
 -Node: PC Using1184345
 -Node: Cygwin1187898
 -Node: MSYS1188997
 -Node: VMS Installation1189498
 -Node: VMS Compilation1190289
 -Ref: VMS Compilation-Footnote-11191518
 -Node: VMS Dynamic Extensions1191576
 -Node: VMS Installation Details1193261
 -Node: VMS Running1195514
 -Node: VMS GNV1199793
 -Node: VMS Old Gawk1200528
 -Node: Bugs1200999
 -Node: Bug address1201662
 -Node: Usenet1204644
 -Node: Maintainers1205648
 -Node: Other Versions1206909
 -Node: Installation summary1213467
 -Node: Notes1214669
 -Node: Compatibility Mode1215463
 -Node: Additions1216245
 -Node: Accessing The Source1217170
 -Node: Adding Code1218607
 -Node: New Ports1224826
 -Node: Derived Files1229314
 -Ref: Derived Files-Footnote-11234960
 -Ref: Derived Files-Footnote-21234995
 -Ref: Derived Files-Footnote-31235593
 -Node: Future Extensions1235707
 -Node: Implementation Limitations1236365
 -Node: Extension Design1237548
 -Node: Old Extension Problems1238692
 -Ref: Old Extension Problems-Footnote-11240210
 -Node: Extension New Mechanism Goals1240267
 -Ref: Extension New Mechanism Goals-Footnote-11243631
 -Node: Extension Other Design Decisions1243820
 -Node: Extension Future Growth1245933
 -Node: Notes summary1246769
 -Node: Basic Concepts1247944
 -Node: Basic High Level1248625
 -Ref: figure-general-flow1248907
 -Ref: figure-process-flow1249592
 -Ref: Basic High Level-Footnote-11252893
 -Node: Basic Data Typing1253078
 -Node: Glossary1256406
 -Node: Copying1288244
 -Node: GNU Free Documentation License1325787
 -Node: Index1350907
++Node: Advanced Features Summary848722
++Node: Internationalization850566
++Node: I18N and L10N852046
++Node: Explaining gettext852733
++Ref: Explaining gettext-Footnote-1858625
++Ref: Explaining gettext-Footnote-2858810
++Node: Programmer i18n858975
++Ref: Programmer i18n-Footnote-1863924
++Node: Translator i18n863973
++Node: String Extraction864767
++Ref: String Extraction-Footnote-1865899
++Node: Printf Ordering865985
++Ref: Printf Ordering-Footnote-1868771
++Node: I18N Portability868835
++Ref: I18N Portability-Footnote-1871291
++Node: I18N Example871354
++Ref: I18N Example-Footnote-1874160
++Node: Gawk I18N874233
++Node: I18N Summary874878
++Node: Debugger876219
++Node: Debugging877242
++Node: Debugging Concepts877683
++Node: Debugging Terms879492
++Node: Awk Debugging882067
++Node: Sample Debugging Session882973
++Node: Debugger Invocation883507
++Node: Finding The Bug884893
++Node: List of Debugger Commands891371
++Node: Breakpoint Control892704
++Node: Debugger Execution Control896398
++Node: Viewing And Changing Data899760
++Node: Execution Stack903134
++Node: Debugger Info904771
++Node: Miscellaneous Debugger Commands908842
++Node: Readline Support913904
++Node: Limitations914800
++Node: Debugging Summary916909
++Node: Arbitrary Precision Arithmetic918188
++Node: Computer Arithmetic919673
++Ref: table-numeric-ranges923439
++Ref: table-floating-point-ranges923932
++Ref: Computer Arithmetic-Footnote-1924590
++Node: Math Definitions924647
++Ref: table-ieee-formats927963
++Ref: Math Definitions-Footnote-1928566
++Node: MPFR features928671
++Node: FP Math Caution930389
++Ref: FP Math Caution-Footnote-1931461
++Node: Inexactness of computations931830
++Node: Inexact representation932790
++Node: Comparing FP Values934150
++Node: Errors accumulate935391
++Node: Getting Accuracy936824
++Node: Try To Round939534
++Node: Setting precision940433
++Ref: table-predefined-precision-strings941130
++Node: Setting the rounding mode942960
++Ref: table-gawk-rounding-modes943334
++Ref: Setting the rounding mode-Footnote-1947265
++Node: Arbitrary Precision Integers947444
++Ref: Arbitrary Precision Integers-Footnote-1950619
++Node: Checking for MPFR950768
++Node: POSIX Floating Point Problems952242
++Ref: POSIX Floating Point Problems-Footnote-1956527
++Node: Floating point summary956565
++Node: Dynamic Extensions958755
++Node: Extension Intro960308
++Node: Plugin License961574
++Node: Extension Mechanism Outline962371
++Ref: figure-load-extension962810
++Ref: figure-register-new-function964375
++Ref: figure-call-new-function965467
++Node: Extension API Description967529
++Node: Extension API Functions Introduction969171
++Node: General Data Types974711
++Ref: General Data Types-Footnote-1983072
++Node: Memory Allocation Functions983371
++Ref: Memory Allocation Functions-Footnote-1987581
++Node: Constructor Functions987680
++Node: Registration Functions991266
++Node: Extension Functions991951
++Node: Exit Callback Functions997166
++Node: Extension Version String998416
++Node: Input Parsers999079
++Node: Output Wrappers1011800
++Node: Two-way processors1016312
++Node: Printing Messages1018577
++Ref: Printing Messages-Footnote-11019748
++Node: Updating ERRNO1019901
++Node: Requesting Values1020640
++Ref: table-value-types-returned1021377
++Node: Accessing Parameters1022313
++Node: Symbol Table Access1023548
++Node: Symbol table by name1024060
++Node: Symbol table by cookie1025849
++Ref: Symbol table by cookie-Footnote-11030034
++Node: Cached values1030098
++Ref: Cached values-Footnote-11033634
++Node: Array Manipulation1033787
++Ref: Array Manipulation-Footnote-11034878
++Node: Array Data Types1034915
++Ref: Array Data Types-Footnote-11037573
++Node: Array Functions1037665
++Node: Flattening Arrays1042163
++Node: Creating Arrays1049139
++Node: Redirection API1053906
++Node: Extension API Variables1056739
++Node: Extension Versioning1057450
++Ref: gawk-api-version1057879
++Node: Extension GMP/MPFR Versioning1059610
++Node: Extension API Informational Variables1061238
++Node: Extension API Boilerplate1062311
++Node: Changes from API V11066285
++Node: Finding Extensions1067857
++Node: Extension Example1068416
++Node: Internal File Description1069214
++Node: Internal File Ops1073294
++Ref: Internal File Ops-Footnote-11084644
++Node: Using Internal File Ops1084784
++Ref: Using Internal File Ops-Footnote-11087167
++Node: Extension Samples1087441
++Node: Extension Sample File Functions1088970
++Node: Extension Sample Fnmatch1096619
++Node: Extension Sample Fork1098106
++Node: Extension Sample Inplace1099324
++Node: Extension Sample Ord1102541
++Node: Extension Sample Readdir1103377
++Ref: table-readdir-file-types1104266
++Node: Extension Sample Revout1105071
++Node: Extension Sample Rev2way1105660
++Node: Extension Sample Read write array1106400
++Node: Extension Sample Readfile1108342
++Node: Extension Sample Time1109437
++Node: Extension Sample API Tests1110785
++Node: gawkextlib1111277
++Node: Extension summary1114195
++Node: Extension Exercises1117897
++Node: Language History1119395
++Node: V7/SVR3.11121051
++Node: SVR41123203
++Node: POSIX1124637
++Node: BTL1126017
++Node: POSIX/GNU1126746
++Node: Feature History1132524
++Node: Common Extensions1148570
++Node: Ranges and Locales1149853
++Ref: Ranges and Locales-Footnote-11154469
++Ref: Ranges and Locales-Footnote-21154496
++Ref: Ranges and Locales-Footnote-31154731
++Node: Contributors1154952
++Node: History summary1160897
++Node: Installation1162277
++Node: Gawk Distribution1163221
++Node: Getting1163705
++Node: Extracting1164668
++Node: Distribution contents1166306
++Node: Unix Installation1172786
++Node: Quick Installation1173468
++Node: Shell Startup Files1175882
++Node: Additional Configuration Options1176971
++Node: Configuration Philosophy1179136
++Node: Non-Unix Installation1181505
++Node: PC Installation1181965
++Node: PC Binary Installation1182803
++Node: PC Compiling1183238
++Node: PC Using1184355
++Node: Cygwin1187908
++Node: MSYS1189007
++Node: VMS Installation1189508
++Node: VMS Compilation1190299
++Ref: VMS Compilation-Footnote-11191528
++Node: VMS Dynamic Extensions1191586
++Node: VMS Installation Details1193271
++Node: VMS Running1195524
++Node: VMS GNV1199803
++Node: VMS Old Gawk1200538
++Node: Bugs1201009
++Node: Bug address1201672
++Node: Usenet1204654
++Node: Maintainers1205658
++Node: Other Versions1206919
++Node: Installation summary1213477
++Node: Notes1214679
++Node: Compatibility Mode1215473
++Node: Additions1216255
++Node: Accessing The Source1217180
++Node: Adding Code1218617
++Node: New Ports1224836
++Node: Derived Files1229324
++Ref: Derived Files-Footnote-11234970
++Ref: Derived Files-Footnote-21235005
++Ref: Derived Files-Footnote-31235603
++Node: Future Extensions1235717
++Node: Implementation Limitations1236375
++Node: Extension Design1237558
++Node: Old Extension Problems1238702
++Ref: Old Extension Problems-Footnote-11240220
++Node: Extension New Mechanism Goals1240277
++Ref: Extension New Mechanism Goals-Footnote-11243641
++Node: Extension Other Design Decisions1243830
++Node: Extension Future Growth1245943
++Node: Notes summary1246779
++Node: Basic Concepts1247954
++Node: Basic High Level1248635
++Ref: figure-general-flow1248917
++Ref: figure-process-flow1249602
++Ref: Basic High Level-Footnote-11252903
++Node: Basic Data Typing1253088
++Node: Glossary1256416
++Node: Copying1288254
++Node: GNU Free Documentation License1325797
++Node: Index1350917
  
  End Tag Table

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

Summary of changes:
 ChangeLog       |   5 +
 doc/ChangeLog   |  14 +
 doc/gawk.1      |  10 +-
 doc/gawk.info   | 853 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |  26 +-
 doc/gawktexi.in |  26 +-
 main.c          |   7 +-
 7 files changed, 491 insertions(+), 450 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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