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-3595-gfeebb0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3595-gfeebb01
Date: Fri, 11 Jan 2019 08:10:03 -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  feebb01f31e29740b050da1531416c90a12352ca (commit)
       via  3d0561d7546022605687802d19c5effcf89d7172 (commit)
       via  68e8a8a5bb52a3db4971204e2e23cab2eb29097b (commit)
      from  56f4a4139ad7e81064e25887f959a4a6e5e54a58 (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=feebb01f31e29740b050da1531416c90a12352ca

commit feebb01f31e29740b050da1531416c90a12352ca
Merge: 56f4a41 3d0561d
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jan 11 15:09:49 2019 +0200

    Merge branch 'gawk-4.2-stable'

diff --cc ChangeLog
index 23f1bf7,86ba9b2..11b57fe
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,10 -1,8 +1,15 @@@
 +2019-01-09         Andrew J. Schorr      <address@hidden>
 +
 +      * awkgram.y (tokentab): Indicate that typeof may take 2 arguments.
 +      (snode): Add support for typeof's optional 2nd array argument.
 +      * builtin.c (do_typeof): Add support for optional 2nd array arg,
 +      returning flag info for scalars and backend array type for arrays.
 +
+ 2019-01-09         John E. Malmberg      <address@hidden>
+ 
+       * awk.h: For non GCC, have __attribute__ definition match
+       support/regex_internal.h exactly.
+ 
  2019-01-08         Arnold D. Robbins     <address@hidden>
  
        * interpret.h (r_interpret): For a translatable string, only copy
diff --cc doc/ChangeLog
index 287f2cd,40f7675..270bdf2
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2019-01-11         Arnold D. Robbins     <address@hidden>
+ 
+       * gawktexi.in (I18N Example): $LC_MESSAGES is involved here
+       also. Document this.
+ 
 +2019-01-09         Andrew J. Schorr     <address@hidden>
 +
 +      * gawktexi.in (Undocumented): Discuss typeof's optional 2nd argument.
 +
  2019-01-08         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in (I18N Example): Add more explanation of how to
diff --cc doc/gawk.info
index 2171d6f,ee209f9..35d1f56
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36443,370 -36422,371 +36443,370 @@@ 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-1835797
 -Ref: Two-way I/O-Footnote-2835984
 -Node: TCP/IP Networking836066
 -Node: Profiling839184
 -Ref: Profiling-Footnote-1847869
 -Node: Advanced Features Summary848192
 -Node: Internationalization850036
 -Node: I18N and L10N851516
 -Node: Explaining gettext852203
 -Ref: Explaining gettext-Footnote-1858095
 -Ref: Explaining gettext-Footnote-2858280
 -Node: Programmer i18n858445
 -Ref: Programmer i18n-Footnote-1863394
 -Node: Translator i18n863443
 -Node: String Extraction864237
 -Ref: String Extraction-Footnote-1865369
 -Node: Printf Ordering865455
 -Ref: Printf Ordering-Footnote-1868241
 -Node: I18N Portability868305
 -Ref: I18N Portability-Footnote-1870761
 -Node: I18N Example870824
 -Ref: I18N Example-Footnote-1874099
 -Ref: I18N Example-Footnote-2874172
 -Node: Gawk I18N874281
 -Node: I18N Summary874926
 -Node: Debugger876267
 -Node: Debugging877287
 -Node: Debugging Concepts877728
 -Node: Debugging Terms879537
 -Node: Awk Debugging882112
 -Ref: Awk Debugging-Footnote-1883057
 -Node: Sample Debugging Session883189
 -Node: Debugger Invocation883723
 -Node: Finding The Bug885109
 -Node: List of Debugger Commands891583
 -Node: Breakpoint Control892916
 -Node: Debugger Execution Control896610
 -Node: Viewing And Changing Data899972
 -Node: Execution Stack903346
 -Node: Debugger Info904983
 -Node: Miscellaneous Debugger Commands909054
 -Node: Readline Support914116
 -Node: Limitations915012
 -Node: Debugging Summary917121
 -Node: Arbitrary Precision Arithmetic918400
 -Node: Computer Arithmetic919885
 -Ref: table-numeric-ranges923651
 -Ref: table-floating-point-ranges924144
 -Ref: Computer Arithmetic-Footnote-1924802
 -Node: Math Definitions924859
 -Ref: table-ieee-formats928175
 -Ref: Math Definitions-Footnote-1928778
 -Node: MPFR features928883
 -Node: FP Math Caution930601
 -Ref: FP Math Caution-Footnote-1931673
 -Node: Inexactness of computations932042
 -Node: Inexact representation933002
 -Node: Comparing FP Values934362
 -Node: Errors accumulate935603
 -Node: Getting Accuracy937036
 -Node: Try To Round939746
 -Node: Setting precision940645
 -Ref: table-predefined-precision-strings941342
 -Node: Setting the rounding mode943172
 -Ref: table-gawk-rounding-modes943546
 -Ref: Setting the rounding mode-Footnote-1947477
 -Node: Arbitrary Precision Integers947656
 -Ref: Arbitrary Precision Integers-Footnote-1950831
 -Node: Checking for MPFR950980
 -Node: POSIX Floating Point Problems952454
 -Ref: POSIX Floating Point Problems-Footnote-1956739
 -Node: Floating point summary956777
 -Node: Dynamic Extensions958967
 -Node: Extension Intro960520
 -Node: Plugin License961786
 -Node: Extension Mechanism Outline962583
 -Ref: figure-load-extension963022
 -Ref: figure-register-new-function964587
 -Ref: figure-call-new-function965679
 -Node: Extension API Description967741
 -Node: Extension API Functions Introduction969383
 -Node: General Data Types974923
 -Ref: General Data Types-Footnote-1983284
 -Node: Memory Allocation Functions983583
 -Ref: Memory Allocation Functions-Footnote-1987793
 -Node: Constructor Functions987892
 -Node: Registration Functions991478
 -Node: Extension Functions992163
 -Node: Exit Callback Functions997378
 -Node: Extension Version String998628
 -Node: Input Parsers999291
 -Node: Output Wrappers1012012
 -Node: Two-way processors1016524
 -Node: Printing Messages1018789
 -Ref: Printing Messages-Footnote-11019960
 -Node: Updating ERRNO1020113
 -Node: Requesting Values1020852
 -Ref: table-value-types-returned1021589
 -Node: Accessing Parameters1022525
 -Node: Symbol Table Access1023760
 -Node: Symbol table by name1024272
 -Node: Symbol table by cookie1026061
 -Ref: Symbol table by cookie-Footnote-11030246
 -Node: Cached values1030310
 -Ref: Cached values-Footnote-11033846
 -Node: Array Manipulation1033999
 -Ref: Array Manipulation-Footnote-11035090
 -Node: Array Data Types1035127
 -Ref: Array Data Types-Footnote-11037785
 -Node: Array Functions1037877
 -Node: Flattening Arrays1042375
 -Node: Creating Arrays1049351
 -Node: Redirection API1054118
 -Node: Extension API Variables1056951
 -Node: Extension Versioning1057662
 -Ref: gawk-api-version1058091
 -Node: Extension GMP/MPFR Versioning1059822
 -Node: Extension API Informational Variables1061450
 -Node: Extension API Boilerplate1062523
 -Node: Changes from API V11066497
 -Node: Finding Extensions1068069
 -Node: Extension Example1068628
 -Node: Internal File Description1069426
 -Node: Internal File Ops1073506
 -Ref: Internal File Ops-Footnote-11084856
 -Node: Using Internal File Ops1084996
 -Ref: Using Internal File Ops-Footnote-11087379
 -Node: Extension Samples1087653
 -Node: Extension Sample File Functions1089182
 -Node: Extension Sample Fnmatch1096831
 -Node: Extension Sample Fork1098318
 -Node: Extension Sample Inplace1099536
 -Node: Extension Sample Ord1102753
 -Node: Extension Sample Readdir1103589
 -Ref: table-readdir-file-types1104478
 -Node: Extension Sample Revout1105283
 -Node: Extension Sample Rev2way1105872
 -Node: Extension Sample Read write array1106612
 -Node: Extension Sample Readfile1108554
 -Node: Extension Sample Time1109649
 -Node: Extension Sample API Tests1110997
 -Node: gawkextlib1111489
 -Node: Extension summary1114407
 -Node: Extension Exercises1118109
 -Node: Language History1119607
 -Node: V7/SVR3.11121263
 -Node: SVR41123415
 -Node: POSIX1124849
 -Node: BTL1126229
 -Node: POSIX/GNU1126958
 -Node: Feature History1132736
 -Node: Common Extensions1148595
 -Node: Ranges and Locales1149878
 -Ref: Ranges and Locales-Footnote-11154494
 -Ref: Ranges and Locales-Footnote-21154521
 -Ref: Ranges and Locales-Footnote-31154756
 -Node: Contributors1154977
 -Node: History summary1160922
 -Node: Installation1162302
 -Node: Gawk Distribution1163246
 -Node: Getting1163730
 -Node: Extracting1164693
 -Node: Distribution contents1166331
 -Node: Unix Installation1172811
 -Node: Quick Installation1173493
 -Node: Shell Startup Files1175907
 -Node: Additional Configuration Options1176996
 -Node: Configuration Philosophy1179289
 -Node: Non-Unix Installation1181658
 -Node: PC Installation1182118
 -Node: PC Binary Installation1182956
 -Node: PC Compiling1183391
 -Node: PC Using1184508
 -Node: Cygwin1187723
 -Node: MSYS1188822
 -Node: VMS Installation1189323
 -Node: VMS Compilation1190114
 -Ref: VMS Compilation-Footnote-11191343
 -Node: VMS Dynamic Extensions1191401
 -Node: VMS Installation Details1193086
 -Node: VMS Running1195339
 -Node: VMS GNV1199618
 -Node: VMS Old Gawk1200353
 -Node: Bugs1200824
 -Node: Bug address1201487
 -Node: Usenet1204469
 -Node: Maintainers1205473
 -Node: Other Versions1206734
 -Node: Installation summary1213648
 -Node: Notes1214850
 -Node: Compatibility Mode1215644
 -Node: Additions1216426
 -Node: Accessing The Source1217351
 -Node: Adding Code1218788
 -Node: New Ports1225007
 -Node: Derived Files1229495
 -Ref: Derived Files-Footnote-11235141
 -Ref: Derived Files-Footnote-21235176
 -Ref: Derived Files-Footnote-31235774
 -Node: Future Extensions1235888
 -Node: Implementation Limitations1236546
 -Node: Extension Design1237729
 -Node: Old Extension Problems1238873
 -Ref: Old Extension Problems-Footnote-11240391
 -Node: Extension New Mechanism Goals1240448
 -Ref: Extension New Mechanism Goals-Footnote-11243812
 -Node: Extension Other Design Decisions1244001
 -Node: Extension Future Growth1246114
 -Node: Notes summary1246950
 -Node: Basic Concepts1248125
 -Node: Basic High Level1248806
 -Ref: figure-general-flow1249088
 -Ref: figure-process-flow1249773
 -Ref: Basic High Level-Footnote-11253074
 -Node: Basic Data Typing1253259
 -Node: Glossary1256587
 -Node: Copying1288425
 -Node: GNU Free Documentation License1325968
 -Node: Index1351088
 +Ref: Auto-set-Footnote-1482763
 +Ref: Auto-set-Footnote-2482969
 +Node: ARGC and ARGV483025
 +Node: Pattern Action Summary487238
 +Node: Arrays489668
 +Node: Array Basics490997
 +Node: Array Intro491841
 +Ref: figure-array-elements493816
 +Ref: Array Intro-Footnote-1496520
 +Node: Reference to Elements496648
 +Node: Assigning Elements499112
 +Node: Array Example499603
 +Node: Scanning an Array501362
 +Node: Controlling Scanning504384
 +Ref: Controlling Scanning-Footnote-1509783
 +Node: Numeric Array Subscripts510099
 +Node: Uninitialized Subscripts512283
 +Node: Delete513902
 +Ref: Delete-Footnote-1516654
 +Node: Multidimensional516711
 +Node: Multiscanning519806
 +Node: Arrays of Arrays521397
 +Node: Arrays Summary526165
 +Node: Functions528258
 +Node: Built-in529296
 +Node: Calling Built-in530377
 +Node: Numeric Functions532373
 +Ref: Numeric Functions-Footnote-1536401
 +Ref: Numeric Functions-Footnote-2536758
 +Ref: Numeric Functions-Footnote-3536806
 +Node: String Functions537078
 +Ref: String Functions-Footnote-1560936
 +Ref: String Functions-Footnote-2561064
 +Ref: String Functions-Footnote-3561312
 +Node: Gory Details561399
 +Ref: table-sub-escapes563190
 +Ref: table-sub-proposed564709
 +Ref: table-posix-sub566072
 +Ref: table-gensub-escapes567613
 +Ref: Gory Details-Footnote-1568436
 +Node: I/O Functions568590
 +Ref: table-system-return-values575058
 +Ref: I/O Functions-Footnote-1577138
 +Ref: I/O Functions-Footnote-2577286
 +Node: Time Functions577406
 +Ref: Time Functions-Footnote-1588077
 +Ref: Time Functions-Footnote-2588145
 +Ref: Time Functions-Footnote-3588303
 +Ref: Time Functions-Footnote-4588414
 +Ref: Time Functions-Footnote-5588526
 +Ref: Time Functions-Footnote-6588753
 +Node: Bitwise Functions589019
 +Ref: table-bitwise-ops589613
 +Ref: Bitwise Functions-Footnote-1595676
 +Ref: Bitwise Functions-Footnote-2595849
 +Node: Type Functions596040
 +Node: I18N Functions598791
 +Node: User-defined600442
 +Node: Definition Syntax601247
 +Ref: Definition Syntax-Footnote-1606934
 +Node: Function Example607005
 +Ref: Function Example-Footnote-1609927
 +Node: Function Caveats609949
 +Node: Calling A Function610467
 +Node: Variable Scope611425
 +Node: Pass By Value/Reference614419
 +Node: Return Statement617918
 +Node: Dynamic Typing620897
 +Node: Indirect Calls621827
 +Ref: Indirect Calls-Footnote-1632079
 +Node: Functions Summary632207
 +Node: Library Functions634912
 +Ref: Library Functions-Footnote-1638519
 +Ref: Library Functions-Footnote-2638662
 +Node: Library Names638833
 +Ref: Library Names-Footnote-1642293
 +Ref: Library Names-Footnote-2642516
 +Node: General Functions642602
 +Node: Strtonum Function643705
 +Node: Assert Function646727
 +Node: Round Function650053
 +Node: Cliff Random Function651593
 +Node: Ordinal Functions652609
 +Ref: Ordinal Functions-Footnote-1655672
 +Ref: Ordinal Functions-Footnote-2655924
 +Node: Join Function656134
 +Ref: Join Function-Footnote-1657904
 +Node: Getlocaltime Function658104
 +Node: Readfile Function661846
 +Node: Shell Quoting663823
 +Node: Data File Management665224
 +Node: Filetrans Function665856
 +Node: Rewind Function669952
 +Node: File Checking671862
 +Ref: File Checking-Footnote-1673196
 +Node: Empty Files673397
 +Node: Ignoring Assigns675376
 +Node: Getopt Function676926
 +Ref: Getopt Function-Footnote-1688395
 +Node: Passwd Functions688595
 +Ref: Passwd Functions-Footnote-1697434
 +Node: Group Functions697522
 +Ref: Group Functions-Footnote-1705420
 +Node: Walking Arrays705627
 +Node: Library Functions Summary708635
 +Node: Library Exercises710041
 +Node: Sample Programs710506
 +Node: Running Examples711276
 +Node: Clones712004
 +Node: Cut Program713228
 +Node: Egrep Program723157
 +Ref: Egrep Program-Footnote-1730669
 +Node: Id Program730779
 +Node: Split Program734459
 +Ref: Split Program-Footnote-1737917
 +Node: Tee Program738046
 +Node: Uniq Program740836
 +Node: Wc Program748262
 +Ref: Wc Program-Footnote-1752517
 +Node: Miscellaneous Programs752611
 +Node: Dupword Program753824
 +Node: Alarm Program755854
 +Node: Translate Program760709
 +Ref: Translate Program-Footnote-1765274
 +Node: Labels Program765544
 +Ref: Labels Program-Footnote-1768895
 +Node: Word Sorting768979
 +Node: History Sorting773051
 +Node: Extract Program774886
 +Node: Simple Sed782940
 +Node: Igawk Program786014
 +Ref: Igawk Program-Footnote-1800345
 +Ref: Igawk Program-Footnote-2800547
 +Ref: Igawk Program-Footnote-3800669
 +Node: Anagram Program800784
 +Node: Signature Program803846
 +Node: Programs Summary805093
 +Node: Programs Exercises806307
 +Ref: Programs Exercises-Footnote-1810436
 +Node: Advanced Features810527
 +Node: Nondecimal Data812517
 +Node: Array Sorting814108
 +Node: Controlling Array Traversal814808
 +Ref: Controlling Array Traversal-Footnote-1823176
 +Node: Array Sorting Functions823294
 +Ref: Array Sorting Functions-Footnote-1828385
 +Node: Two-way I/O828581
 +Ref: Two-way I/O-Footnote-1836302
 +Ref: Two-way I/O-Footnote-2836489
 +Node: TCP/IP Networking836571
 +Node: Profiling839689
 +Node: Advanced Features Summary848707
 +Node: Internationalization850551
 +Node: I18N and L10N852031
 +Node: Explaining gettext852718
 +Ref: Explaining gettext-Footnote-1858610
 +Ref: Explaining gettext-Footnote-2858795
 +Node: Programmer i18n858960
 +Ref: Programmer i18n-Footnote-1863909
 +Node: Translator i18n863958
 +Node: String Extraction864752
 +Ref: String Extraction-Footnote-1865884
 +Node: Printf Ordering865970
 +Ref: Printf Ordering-Footnote-1868756
 +Node: I18N Portability868820
 +Ref: I18N Portability-Footnote-1871276
 +Node: I18N Example871339
- Ref: I18N Example-Footnote-1874599
- Ref: I18N Example-Footnote-2874672
- Node: Gawk I18N874781
- Node: I18N Summary875426
- Node: Debugger876767
- Node: Debugging877787
- Node: Debugging Concepts878228
- Node: Debugging Terms880037
- Node: Awk Debugging882612
- Ref: Awk Debugging-Footnote-1883557
- Node: Sample Debugging Session883689
- Node: Debugger Invocation884223
- Node: Finding The Bug885609
- Node: List of Debugger Commands892083
- Node: Breakpoint Control893416
- Node: Debugger Execution Control897110
- Node: Viewing And Changing Data900472
- Node: Execution Stack903846
- Node: Debugger Info905483
- Node: Miscellaneous Debugger Commands909554
- Node: Readline Support914616
- Node: Limitations915512
- Node: Debugging Summary917621
- Node: Arbitrary Precision Arithmetic918900
- Node: Computer Arithmetic920385
- Ref: table-numeric-ranges924151
- Ref: table-floating-point-ranges924644
- Ref: Computer Arithmetic-Footnote-1925302
- Node: Math Definitions925359
- Ref: table-ieee-formats928675
- Ref: Math Definitions-Footnote-1929278
- Node: MPFR features929383
- Node: FP Math Caution931101
- Ref: FP Math Caution-Footnote-1932173
- Node: Inexactness of computations932542
- Node: Inexact representation933502
- Node: Comparing FP Values934862
- Node: Errors accumulate936103
- Node: Getting Accuracy937536
- Node: Try To Round940246
- Node: Setting precision941145
- Ref: table-predefined-precision-strings941842
- Node: Setting the rounding mode943672
- Ref: table-gawk-rounding-modes944046
- Ref: Setting the rounding mode-Footnote-1947977
- Node: Arbitrary Precision Integers948156
- Ref: Arbitrary Precision Integers-Footnote-1951331
- Node: Checking for MPFR951480
- Node: POSIX Floating Point Problems952954
- Ref: POSIX Floating Point Problems-Footnote-1957239
- Node: Floating point summary957277
- Node: Dynamic Extensions959467
- Node: Extension Intro961020
- Node: Plugin License962286
- Node: Extension Mechanism Outline963083
- Ref: figure-load-extension963522
- Ref: figure-register-new-function965087
- Ref: figure-call-new-function966179
- Node: Extension API Description968241
- Node: Extension API Functions Introduction969883
- Node: General Data Types975423
- Ref: General Data Types-Footnote-1983784
- Node: Memory Allocation Functions984083
- Ref: Memory Allocation Functions-Footnote-1988293
- Node: Constructor Functions988392
- Node: Registration Functions991978
- Node: Extension Functions992663
- Node: Exit Callback Functions997878
- Node: Extension Version String999128
- Node: Input Parsers999791
- Node: Output Wrappers1012512
- Node: Two-way processors1017024
- Node: Printing Messages1019289
- Ref: Printing Messages-Footnote-11020460
- Node: Updating ERRNO1020613
- Node: Requesting Values1021352
- Ref: table-value-types-returned1022089
- Node: Accessing Parameters1023025
- Node: Symbol Table Access1024260
- Node: Symbol table by name1024772
- Node: Symbol table by cookie1026561
- Ref: Symbol table by cookie-Footnote-11030746
- Node: Cached values1030810
- Ref: Cached values-Footnote-11034346
- Node: Array Manipulation1034499
- Ref: Array Manipulation-Footnote-11035590
- Node: Array Data Types1035627
- Ref: Array Data Types-Footnote-11038285
- Node: Array Functions1038377
- Node: Flattening Arrays1042875
- Node: Creating Arrays1049851
- Node: Redirection API1054618
- Node: Extension API Variables1057451
- Node: Extension Versioning1058162
- Ref: gawk-api-version1058591
- Node: Extension GMP/MPFR Versioning1060322
- Node: Extension API Informational Variables1061950
- Node: Extension API Boilerplate1063023
- Node: Changes from API V11066997
- Node: Finding Extensions1068569
- Node: Extension Example1069128
- Node: Internal File Description1069926
- Node: Internal File Ops1074006
- Ref: Internal File Ops-Footnote-11085356
- Node: Using Internal File Ops1085496
- Ref: Using Internal File Ops-Footnote-11087879
- Node: Extension Samples1088153
- Node: Extension Sample File Functions1089682
- Node: Extension Sample Fnmatch1097331
- Node: Extension Sample Fork1098818
- Node: Extension Sample Inplace1100036
- Node: Extension Sample Ord1103253
- Node: Extension Sample Readdir1104089
- Ref: table-readdir-file-types1104978
- Node: Extension Sample Revout1105783
- Node: Extension Sample Rev2way1106372
- Node: Extension Sample Read write array1107112
- Node: Extension Sample Readfile1109054
- Node: Extension Sample Time1110149
- Node: Extension Sample API Tests1111497
- Node: gawkextlib1111989
- Node: Extension summary1114907
- Node: Extension Exercises1118609
- Node: Language History1120107
- Node: V7/SVR3.11121763
- Node: SVR41123915
- Node: POSIX1125349
- Node: BTL1126729
- Node: POSIX/GNU1127458
- Node: Feature History1133236
- Node: Common Extensions1149282
- Node: Ranges and Locales1150565
- Ref: Ranges and Locales-Footnote-11155181
- Ref: Ranges and Locales-Footnote-21155208
- Ref: Ranges and Locales-Footnote-31155443
- Node: Contributors1155664
- Node: History summary1161609
- Node: Installation1162989
- Node: Gawk Distribution1163933
- Node: Getting1164417
- Node: Extracting1165380
- Node: Distribution contents1167018
- Node: Unix Installation1173498
- Node: Quick Installation1174180
- Node: Shell Startup Files1176594
- Node: Additional Configuration Options1177683
- Node: Configuration Philosophy1179848
- Node: Non-Unix Installation1182217
- Node: PC Installation1182677
- Node: PC Binary Installation1183515
- Node: PC Compiling1183950
- Node: PC Using1185067
- Node: Cygwin1188620
- Node: MSYS1189719
- Node: VMS Installation1190220
- Node: VMS Compilation1191011
- Ref: VMS Compilation-Footnote-11192240
- Node: VMS Dynamic Extensions1192298
- Node: VMS Installation Details1193983
- Node: VMS Running1196236
- Node: VMS GNV1200515
- Node: VMS Old Gawk1201250
- Node: Bugs1201721
- Node: Bug address1202384
- Node: Usenet1205366
- Node: Maintainers1206370
- Node: Other Versions1207631
- Node: Installation summary1214545
- Node: Notes1215747
- Node: Compatibility Mode1216541
- Node: Additions1217323
- Node: Accessing The Source1218248
- Node: Adding Code1219685
- Node: New Ports1225904
- Node: Derived Files1230392
- Ref: Derived Files-Footnote-11236038
- Ref: Derived Files-Footnote-21236073
- Ref: Derived Files-Footnote-31236671
- Node: Future Extensions1236785
- Node: Implementation Limitations1237443
- Node: Extension Design1238626
- Node: Old Extension Problems1239770
- Ref: Old Extension Problems-Footnote-11241288
- Node: Extension New Mechanism Goals1241345
- Ref: Extension New Mechanism Goals-Footnote-11244709
- Node: Extension Other Design Decisions1244898
- Node: Extension Future Growth1247011
- Node: Notes summary1247847
- Node: Basic Concepts1249022
- Node: Basic High Level1249703
- Ref: figure-general-flow1249985
- Ref: figure-process-flow1250670
- Ref: Basic High Level-Footnote-11253971
- Node: Basic Data Typing1254156
- Node: Glossary1257484
- Node: Copying1289322
- Node: GNU Free Documentation License1326865
- Node: Index1351985
++Ref: I18N Example-Footnote-1874614
++Ref: I18N Example-Footnote-2874687
++Node: Gawk I18N874796
++Node: I18N Summary875441
++Node: Debugger876782
++Node: Debugging877802
++Node: Debugging Concepts878243
++Node: Debugging Terms880052
++Node: Awk Debugging882627
++Ref: Awk Debugging-Footnote-1883572
++Node: Sample Debugging Session883704
++Node: Debugger Invocation884238
++Node: Finding The Bug885624
++Node: List of Debugger Commands892098
++Node: Breakpoint Control893431
++Node: Debugger Execution Control897125
++Node: Viewing And Changing Data900487
++Node: Execution Stack903861
++Node: Debugger Info905498
++Node: Miscellaneous Debugger Commands909569
++Node: Readline Support914631
++Node: Limitations915527
++Node: Debugging Summary917636
++Node: Arbitrary Precision Arithmetic918915
++Node: Computer Arithmetic920400
++Ref: table-numeric-ranges924166
++Ref: table-floating-point-ranges924659
++Ref: Computer Arithmetic-Footnote-1925317
++Node: Math Definitions925374
++Ref: table-ieee-formats928690
++Ref: Math Definitions-Footnote-1929293
++Node: MPFR features929398
++Node: FP Math Caution931116
++Ref: FP Math Caution-Footnote-1932188
++Node: Inexactness of computations932557
++Node: Inexact representation933517
++Node: Comparing FP Values934877
++Node: Errors accumulate936118
++Node: Getting Accuracy937551
++Node: Try To Round940261
++Node: Setting precision941160
++Ref: table-predefined-precision-strings941857
++Node: Setting the rounding mode943687
++Ref: table-gawk-rounding-modes944061
++Ref: Setting the rounding mode-Footnote-1947992
++Node: Arbitrary Precision Integers948171
++Ref: Arbitrary Precision Integers-Footnote-1951346
++Node: Checking for MPFR951495
++Node: POSIX Floating Point Problems952969
++Ref: POSIX Floating Point Problems-Footnote-1957254
++Node: Floating point summary957292
++Node: Dynamic Extensions959482
++Node: Extension Intro961035
++Node: Plugin License962301
++Node: Extension Mechanism Outline963098
++Ref: figure-load-extension963537
++Ref: figure-register-new-function965102
++Ref: figure-call-new-function966194
++Node: Extension API Description968256
++Node: Extension API Functions Introduction969898
++Node: General Data Types975438
++Ref: General Data Types-Footnote-1983799
++Node: Memory Allocation Functions984098
++Ref: Memory Allocation Functions-Footnote-1988308
++Node: Constructor Functions988407
++Node: Registration Functions991993
++Node: Extension Functions992678
++Node: Exit Callback Functions997893
++Node: Extension Version String999143
++Node: Input Parsers999806
++Node: Output Wrappers1012527
++Node: Two-way processors1017039
++Node: Printing Messages1019304
++Ref: Printing Messages-Footnote-11020475
++Node: Updating ERRNO1020628
++Node: Requesting Values1021367
++Ref: table-value-types-returned1022104
++Node: Accessing Parameters1023040
++Node: Symbol Table Access1024275
++Node: Symbol table by name1024787
++Node: Symbol table by cookie1026576
++Ref: Symbol table by cookie-Footnote-11030761
++Node: Cached values1030825
++Ref: Cached values-Footnote-11034361
++Node: Array Manipulation1034514
++Ref: Array Manipulation-Footnote-11035605
++Node: Array Data Types1035642
++Ref: Array Data Types-Footnote-11038300
++Node: Array Functions1038392
++Node: Flattening Arrays1042890
++Node: Creating Arrays1049866
++Node: Redirection API1054633
++Node: Extension API Variables1057466
++Node: Extension Versioning1058177
++Ref: gawk-api-version1058606
++Node: Extension GMP/MPFR Versioning1060337
++Node: Extension API Informational Variables1061965
++Node: Extension API Boilerplate1063038
++Node: Changes from API V11067012
++Node: Finding Extensions1068584
++Node: Extension Example1069143
++Node: Internal File Description1069941
++Node: Internal File Ops1074021
++Ref: Internal File Ops-Footnote-11085371
++Node: Using Internal File Ops1085511
++Ref: Using Internal File Ops-Footnote-11087894
++Node: Extension Samples1088168
++Node: Extension Sample File Functions1089697
++Node: Extension Sample Fnmatch1097346
++Node: Extension Sample Fork1098833
++Node: Extension Sample Inplace1100051
++Node: Extension Sample Ord1103268
++Node: Extension Sample Readdir1104104
++Ref: table-readdir-file-types1104993
++Node: Extension Sample Revout1105798
++Node: Extension Sample Rev2way1106387
++Node: Extension Sample Read write array1107127
++Node: Extension Sample Readfile1109069
++Node: Extension Sample Time1110164
++Node: Extension Sample API Tests1111512
++Node: gawkextlib1112004
++Node: Extension summary1114922
++Node: Extension Exercises1118624
++Node: Language History1120122
++Node: V7/SVR3.11121778
++Node: SVR41123930
++Node: POSIX1125364
++Node: BTL1126744
++Node: POSIX/GNU1127473
++Node: Feature History1133251
++Node: Common Extensions1149297
++Node: Ranges and Locales1150580
++Ref: Ranges and Locales-Footnote-11155196
++Ref: Ranges and Locales-Footnote-21155223
++Ref: Ranges and Locales-Footnote-31155458
++Node: Contributors1155679
++Node: History summary1161624
++Node: Installation1163004
++Node: Gawk Distribution1163948
++Node: Getting1164432
++Node: Extracting1165395
++Node: Distribution contents1167033
++Node: Unix Installation1173513
++Node: Quick Installation1174195
++Node: Shell Startup Files1176609
++Node: Additional Configuration Options1177698
++Node: Configuration Philosophy1179863
++Node: Non-Unix Installation1182232
++Node: PC Installation1182692
++Node: PC Binary Installation1183530
++Node: PC Compiling1183965
++Node: PC Using1185082
++Node: Cygwin1188635
++Node: MSYS1189734
++Node: VMS Installation1190235
++Node: VMS Compilation1191026
++Ref: VMS Compilation-Footnote-11192255
++Node: VMS Dynamic Extensions1192313
++Node: VMS Installation Details1193998
++Node: VMS Running1196251
++Node: VMS GNV1200530
++Node: VMS Old Gawk1201265
++Node: Bugs1201736
++Node: Bug address1202399
++Node: Usenet1205381
++Node: Maintainers1206385
++Node: Other Versions1207646
++Node: Installation summary1214560
++Node: Notes1215762
++Node: Compatibility Mode1216556
++Node: Additions1217338
++Node: Accessing The Source1218263
++Node: Adding Code1219700
++Node: New Ports1225919
++Node: Derived Files1230407
++Ref: Derived Files-Footnote-11236053
++Ref: Derived Files-Footnote-21236088
++Ref: Derived Files-Footnote-31236686
++Node: Future Extensions1236800
++Node: Implementation Limitations1237458
++Node: Extension Design1238641
++Node: Old Extension Problems1239785
++Ref: Old Extension Problems-Footnote-11241303
++Node: Extension New Mechanism Goals1241360
++Ref: Extension New Mechanism Goals-Footnote-11244724
++Node: Extension Other Design Decisions1244913
++Node: Extension Future Growth1247026
++Node: Notes summary1247862
++Node: Basic Concepts1249037
++Node: Basic High Level1249718
++Ref: figure-general-flow1250000
++Ref: figure-process-flow1250685
++Ref: Basic High Level-Footnote-11253986
++Node: Basic Data Typing1254171
++Node: Glossary1257499
++Node: Copying1289337
++Node: GNU Free Documentation License1326880
++Node: Index1352000
  
  End Tag Table

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

Summary of changes:
 ChangeLog                          |   5 +
 awk.h                              |   4 +-
 doc/ChangeLog                      |   5 +
 doc/gawk.info                      | 404 ++++++++++++++++++-------------------
 doc/gawk.texi                      |   8 +-
 doc/gawktexi.in                    |   8 +-
 missing_d/ChangeLog                |   4 +
 missing_d/timegm.c                 |   2 +-
 support/ChangeLog                  |   5 +
 support/cdefs.h                    |   4 +-
 support/xalloc.h                   |   6 +-
 vms/ChangeLog                      |   5 +
 vms/generate_config_vms_h_gawk.com |   4 +-
 13 files changed, 243 insertions(+), 221 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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