gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3250-g334a4d


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3250-g334a4d6
Date: Tue, 27 Nov 2018 13:28:31 -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, master has been updated
       via  334a4d623501739b794239add6fade23abbdb645 (commit)
       via  9b393a2e9d9d46ddea86e20bffaa0214cd40204b (commit)
      from  4d481023b2ff756dc8c77c66e6a4864f9c072007 (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=334a4d623501739b794239add6fade23abbdb645

commit 334a4d623501739b794239add6fade23abbdb645
Merge: 4d48102 9b393a2
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Nov 27 20:28:24 2018 +0200

    Merge branch 'gawk-4.2-stable'

diff --cc doc/ChangeLog
index 0112f02,3320cff..f31aae7
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,11 -1,10 +1,16 @@@
+ 2018-11-27         Arnold D. Robbins     <address@hidden>
+ 
+       * gawktexi.in (Other Versions): Document GoAWK, an awk interpreter
+       written in Go.
+ 
  2018-11-26         Arnold D. Robbins     <address@hidden>
  
 +      * gawktexi.in (Auto-set) : Update values of PROCINFO["platform"].
 +      (PC Using): Add to BINMODE discussion to always set it and
 +      not worry about checking platforms. Per discussion with the dev team.
 +
 +2018-11-26         Arnold D. Robbins     <address@hidden>
 +
        * gawktexi.in: Document that split() third arg is like FS, if it's
        a single character, that character is used, even if it's a
        regexp metacharacter.
diff --cc doc/gawk.info
index dacbee1,889a2a8..561a40f
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36369,369 -36355,369 +36380,369 @@@ 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-1560431
 -Ref: String Functions-Footnote-2560559
 -Ref: String Functions-Footnote-3560807
 -Node: Gory Details560894
 -Ref: table-sub-escapes562685
 -Ref: table-sub-proposed564204
 -Ref: table-posix-sub565567
 -Ref: table-gensub-escapes567108
 -Ref: Gory Details-Footnote-1567931
 -Node: I/O Functions568085
 -Ref: table-system-return-values574553
 -Ref: I/O Functions-Footnote-1576633
 -Ref: I/O Functions-Footnote-2576781
 -Node: Time Functions576901
 -Ref: Time Functions-Footnote-1587572
 -Ref: Time Functions-Footnote-2587640
 -Ref: Time Functions-Footnote-3587798
 -Ref: Time Functions-Footnote-4587909
 -Ref: Time Functions-Footnote-5588021
 -Ref: Time Functions-Footnote-6588248
 -Node: Bitwise Functions588514
 -Ref: table-bitwise-ops589108
 -Ref: Bitwise Functions-Footnote-1595171
 -Ref: Bitwise Functions-Footnote-2595344
 -Node: Type Functions595535
 -Node: I18N Functions598286
 -Node: User-defined599937
 -Node: Definition Syntax600742
 -Ref: Definition Syntax-Footnote-1606429
 -Node: Function Example606500
 -Ref: Function Example-Footnote-1609422
 -Node: Function Caveats609444
 -Node: Calling A Function609962
 -Node: Variable Scope610920
 -Node: Pass By Value/Reference613914
 -Node: Return Statement617413
 -Node: Dynamic Typing620392
 -Node: Indirect Calls621322
 -Ref: Indirect Calls-Footnote-1631574
 -Node: Functions Summary631702
 -Node: Library Functions634407
 -Ref: Library Functions-Footnote-1638014
 -Ref: Library Functions-Footnote-2638157
 -Node: Library Names638328
 -Ref: Library Names-Footnote-1641788
 -Ref: Library Names-Footnote-2642011
 -Node: General Functions642097
 -Node: Strtonum Function643200
 -Node: Assert Function646222
 -Node: Round Function649548
 -Node: Cliff Random Function651088
 -Node: Ordinal Functions652104
 -Ref: Ordinal Functions-Footnote-1655167
 -Ref: Ordinal Functions-Footnote-2655419
 -Node: Join Function655629
 -Ref: Join Function-Footnote-1657399
 -Node: Getlocaltime Function657599
 -Node: Readfile Function661341
 -Node: Shell Quoting663318
 -Node: Data File Management664719
 -Node: Filetrans Function665351
 -Node: Rewind Function669447
 -Node: File Checking671357
 -Ref: File Checking-Footnote-1672691
 -Node: Empty Files672892
 -Node: Ignoring Assigns674871
 -Node: Getopt Function676421
 -Ref: Getopt Function-Footnote-1687890
 -Node: Passwd Functions688090
 -Ref: Passwd Functions-Footnote-1696929
 -Node: Group Functions697017
 -Ref: Group Functions-Footnote-1704915
 -Node: Walking Arrays705122
 -Node: Library Functions Summary708130
 -Node: Library Exercises709536
 -Node: Sample Programs710001
 -Node: Running Examples710771
 -Node: Clones711499
 -Node: Cut Program712723
 -Node: Egrep Program722652
 -Ref: Egrep Program-Footnote-1730164
 -Node: Id Program730274
 -Node: Split Program733954
 -Ref: Split Program-Footnote-1737412
 -Node: Tee Program737541
 -Node: Uniq Program740331
 -Node: Wc Program747757
 -Ref: Wc Program-Footnote-1752012
 -Node: Miscellaneous Programs752106
 -Node: Dupword Program753319
 -Node: Alarm Program755349
 -Node: Translate Program760204
 -Ref: Translate Program-Footnote-1764769
 -Node: Labels Program765039
 -Ref: Labels Program-Footnote-1768390
 -Node: Word Sorting768474
 -Node: History Sorting772546
 -Node: Extract Program774381
 -Node: Simple Sed782435
 -Node: Igawk Program785509
 -Ref: Igawk Program-Footnote-1799840
 -Ref: Igawk Program-Footnote-2800042
 -Ref: Igawk Program-Footnote-3800164
 -Node: Anagram Program800279
 -Node: Signature Program803341
 -Node: Programs Summary804588
 -Node: Programs Exercises805802
 -Ref: Programs Exercises-Footnote-1809931
 -Node: Advanced Features810022
 -Node: Nondecimal Data812012
 -Node: Array Sorting813603
 -Node: Controlling Array Traversal814303
 -Ref: Controlling Array Traversal-Footnote-1822671
 -Node: Array Sorting Functions822789
 -Ref: Array Sorting Functions-Footnote-1827880
 -Node: Two-way I/O828076
 -Ref: Two-way I/O-Footnote-1835796
 -Ref: Two-way I/O-Footnote-2835983
 -Node: TCP/IP Networking836065
 -Node: Profiling839183
 -Ref: Profiling-Footnote-1847855
 -Node: Advanced Features Summary848178
 -Node: Internationalization850022
 -Node: I18N and L10N851502
 -Node: Explaining gettext852189
 -Ref: Explaining gettext-Footnote-1858081
 -Ref: Explaining gettext-Footnote-2858266
 -Node: Programmer i18n858431
 -Ref: Programmer i18n-Footnote-1863380
 -Node: Translator i18n863429
 -Node: String Extraction864223
 -Ref: String Extraction-Footnote-1865355
 -Node: Printf Ordering865441
 -Ref: Printf Ordering-Footnote-1868227
 -Node: I18N Portability868291
 -Ref: I18N Portability-Footnote-1870747
 -Node: I18N Example870810
 -Ref: I18N Example-Footnote-1873616
 -Node: Gawk I18N873689
 -Node: I18N Summary874334
 -Node: Debugger875675
 -Node: Debugging876698
 -Node: Debugging Concepts877139
 -Node: Debugging Terms878948
 -Node: Awk Debugging881523
 -Node: Sample Debugging Session882429
 -Node: Debugger Invocation882963
 -Node: Finding The Bug884349
 -Node: List of Debugger Commands890827
 -Node: Breakpoint Control892160
 -Node: Debugger Execution Control895854
 -Node: Viewing And Changing Data899216
 -Node: Execution Stack902590
 -Node: Debugger Info904227
 -Node: Miscellaneous Debugger Commands908298
 -Node: Readline Support913360
 -Node: Limitations914256
 -Node: Debugging Summary916365
 -Node: Arbitrary Precision Arithmetic917644
 -Node: Computer Arithmetic919129
 -Ref: table-numeric-ranges922895
 -Ref: table-floating-point-ranges923388
 -Ref: Computer Arithmetic-Footnote-1924046
 -Node: Math Definitions924103
 -Ref: table-ieee-formats927419
 -Ref: Math Definitions-Footnote-1928022
 -Node: MPFR features928127
 -Node: FP Math Caution929845
 -Ref: FP Math Caution-Footnote-1930917
 -Node: Inexactness of computations931286
 -Node: Inexact representation932246
 -Node: Comparing FP Values933606
 -Node: Errors accumulate934847
 -Node: Getting Accuracy936280
 -Node: Try To Round938990
 -Node: Setting precision939889
 -Ref: table-predefined-precision-strings940586
 -Node: Setting the rounding mode942416
 -Ref: table-gawk-rounding-modes942790
 -Ref: Setting the rounding mode-Footnote-1946721
 -Node: Arbitrary Precision Integers946900
 -Ref: Arbitrary Precision Integers-Footnote-1950075
 -Node: Checking for MPFR950224
 -Node: POSIX Floating Point Problems951698
 -Ref: POSIX Floating Point Problems-Footnote-1955983
 -Node: Floating point summary956021
 -Node: Dynamic Extensions958211
 -Node: Extension Intro959764
 -Node: Plugin License961030
 -Node: Extension Mechanism Outline961827
 -Ref: figure-load-extension962266
 -Ref: figure-register-new-function963831
 -Ref: figure-call-new-function964923
 -Node: Extension API Description966985
 -Node: Extension API Functions Introduction968627
 -Node: General Data Types974167
 -Ref: General Data Types-Footnote-1982528
 -Node: Memory Allocation Functions982827
 -Ref: Memory Allocation Functions-Footnote-1987037
 -Node: Constructor Functions987136
 -Node: Registration Functions990722
 -Node: Extension Functions991407
 -Node: Exit Callback Functions996622
 -Node: Extension Version String997872
 -Node: Input Parsers998535
 -Node: Output Wrappers1011256
 -Node: Two-way processors1015768
 -Node: Printing Messages1018033
 -Ref: Printing Messages-Footnote-11019204
 -Node: Updating ERRNO1019357
 -Node: Requesting Values1020096
 -Ref: table-value-types-returned1020833
 -Node: Accessing Parameters1021769
 -Node: Symbol Table Access1023004
 -Node: Symbol table by name1023516
 -Node: Symbol table by cookie1025305
 -Ref: Symbol table by cookie-Footnote-11029490
 -Node: Cached values1029554
 -Ref: Cached values-Footnote-11033090
 -Node: Array Manipulation1033243
 -Ref: Array Manipulation-Footnote-11034334
 -Node: Array Data Types1034371
 -Ref: Array Data Types-Footnote-11037029
 -Node: Array Functions1037121
 -Node: Flattening Arrays1041619
 -Node: Creating Arrays1048595
 -Node: Redirection API1053362
 -Node: Extension API Variables1056195
 -Node: Extension Versioning1056906
 -Ref: gawk-api-version1057335
 -Node: Extension GMP/MPFR Versioning1059066
 -Node: Extension API Informational Variables1060694
 -Node: Extension API Boilerplate1061767
 -Node: Changes from API V11065741
 -Node: Finding Extensions1067313
 -Node: Extension Example1067872
 -Node: Internal File Description1068670
 -Node: Internal File Ops1072750
 -Ref: Internal File Ops-Footnote-11084100
 -Node: Using Internal File Ops1084240
 -Ref: Using Internal File Ops-Footnote-11086623
 -Node: Extension Samples1086897
 -Node: Extension Sample File Functions1088426
 -Node: Extension Sample Fnmatch1096075
 -Node: Extension Sample Fork1097562
 -Node: Extension Sample Inplace1098780
 -Node: Extension Sample Ord1101997
 -Node: Extension Sample Readdir1102833
 -Ref: table-readdir-file-types1103722
 -Node: Extension Sample Revout1104527
 -Node: Extension Sample Rev2way1105116
 -Node: Extension Sample Read write array1105856
 -Node: Extension Sample Readfile1107798
 -Node: Extension Sample Time1108893
 -Node: Extension Sample API Tests1110241
 -Node: gawkextlib1110733
 -Node: Extension summary1113651
 -Node: Extension Exercises1117353
 -Node: Language History1118851
 -Node: V7/SVR3.11120507
 -Node: SVR41122659
 -Node: POSIX1124093
 -Node: BTL1125473
 -Node: POSIX/GNU1126202
 -Node: Feature History1131980
 -Node: Common Extensions1147839
 -Node: Ranges and Locales1149122
 -Ref: Ranges and Locales-Footnote-11153738
 -Ref: Ranges and Locales-Footnote-21153765
 -Ref: Ranges and Locales-Footnote-31154000
 -Node: Contributors1154221
 -Node: History summary1160166
 -Node: Installation1161546
 -Node: Gawk Distribution1162490
 -Node: Getting1162974
 -Node: Extracting1163937
 -Node: Distribution contents1165575
 -Node: Unix Installation1172055
 -Node: Quick Installation1172737
 -Node: Shell Startup Files1175151
 -Node: Additional Configuration Options1176240
 -Node: Configuration Philosophy1178533
 -Node: Non-Unix Installation1180902
 -Node: PC Installation1181362
 -Node: PC Binary Installation1182200
 -Node: PC Compiling1182635
 -Node: PC Using1183752
 -Node: Cygwin1186967
 -Node: MSYS1188066
 -Node: VMS Installation1188567
 -Node: VMS Compilation1189358
 -Ref: VMS Compilation-Footnote-11190587
 -Node: VMS Dynamic Extensions1190645
 -Node: VMS Installation Details1192330
 -Node: VMS Running1194583
 -Node: VMS GNV1198862
 -Node: VMS Old Gawk1199597
 -Node: Bugs1200068
 -Node: Bug address1200731
 -Node: Usenet1203713
 -Node: Maintainers1204717
 -Node: Other Versions1205978
 -Node: Installation summary1212892
 -Node: Notes1214094
 -Node: Compatibility Mode1214888
 -Node: Additions1215670
 -Node: Accessing The Source1216595
 -Node: Adding Code1218032
 -Node: New Ports1224251
 -Node: Derived Files1228739
 -Ref: Derived Files-Footnote-11234385
 -Ref: Derived Files-Footnote-21234420
 -Ref: Derived Files-Footnote-31235018
 -Node: Future Extensions1235132
 -Node: Implementation Limitations1235790
 -Node: Extension Design1236973
 -Node: Old Extension Problems1238117
 -Ref: Old Extension Problems-Footnote-11239635
 -Node: Extension New Mechanism Goals1239692
 -Ref: Extension New Mechanism Goals-Footnote-11243056
 -Node: Extension Other Design Decisions1243245
 -Node: Extension Future Growth1245358
 -Node: Notes summary1246194
 -Node: Basic Concepts1247369
 -Node: Basic High Level1248050
 -Ref: figure-general-flow1248332
 -Ref: figure-process-flow1249017
 -Ref: Basic High Level-Footnote-11252318
 -Node: Basic Data Typing1252503
 -Node: Glossary1255831
 -Node: Copying1287669
 -Node: GNU Free Documentation License1325212
 -Node: Index1350332
 +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: Installation summary1213823
++Node: Notes1215025
++Node: Compatibility Mode1215819
++Node: Additions1216601
++Node: Accessing The Source1217526
++Node: Adding Code1218963
++Node: New Ports1225182
++Node: Derived Files1229670
++Ref: Derived Files-Footnote-11235316
++Ref: Derived Files-Footnote-21235351
++Ref: Derived Files-Footnote-31235949
++Node: Future Extensions1236063
++Node: Implementation Limitations1236721
++Node: Extension Design1237904
++Node: Old Extension Problems1239048
++Ref: Old Extension Problems-Footnote-11240566
++Node: Extension New Mechanism Goals1240623
++Ref: Extension New Mechanism Goals-Footnote-11243987
++Node: Extension Other Design Decisions1244176
++Node: Extension Future Growth1246289
++Node: Notes summary1247125
++Node: Basic Concepts1248300
++Node: Basic High Level1248981
++Ref: figure-general-flow1249263
++Ref: figure-process-flow1249948
++Ref: Basic High Level-Footnote-11253249
++Node: Basic Data Typing1253434
++Node: Glossary1256762
++Node: Copying1288600
++Node: GNU Free Documentation License1326143
++Node: Index1351263
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |  5 +++
 doc/gawk.info   | 95 ++++++++++++++++++++++++++++++++-------------------------
 doc/gawk.texi   | 12 ++++++++
 doc/gawktexi.in | 12 ++++++++
 4 files changed, 82 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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