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-335-g2a80681


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-335-g2a80681
Date: Tue, 04 Feb 2014 04:26:03 +0000

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  2a80681e33f26908d19cebf043b28c951f2b82ef (commit)
       via  c9d672c5a1b2b6f1094ac0f3cc9d51c3ad02ea5c (commit)
       via  b8d5e85062765f4bad3a05f6186bc6b7c25abd84 (commit)
       via  489a63923b753883500b8981b1fa578491d8f4ad (commit)
      from  297ddda23ef3be22274481316ac708a389cfd23c (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=2a80681e33f26908d19cebf043b28c951f2b82ef

commit 2a80681e33f26908d19cebf043b28c951f2b82ef
Merge: 297ddda c9d672c
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Feb 4 06:25:50 2014 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc doc/gawk.info
index a823cdb,329f15d..2667d53
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -32906,374 -32896,374 +32905,374 @@@ Node: Variable Typing33451
  Ref: Variable Typing-Footnote-1338412
  Node: Comparison Operators338534
  Ref: table-relational-ops338944
- Node: POSIX String Comparison342493
- Ref: POSIX String Comparison-Footnote-1343449
- Node: Boolean Ops343587
- Ref: Boolean Ops-Footnote-1347665
- Node: Conditional Exp347756
- Node: Function Calls349488
- Node: Precedence353082
- Node: Locales356751
- Node: Patterns and Actions357840
- Node: Pattern Overview358894
- Node: Regexp Patterns360563
- Node: Expression Patterns361106
- Node: Ranges364791
- Node: BEGIN/END367757
- Node: Using BEGIN/END368519
- Ref: Using BEGIN/END-Footnote-1371250
- Node: I/O And BEGIN/END371356
- Node: BEGINFILE/ENDFILE373638
- Node: Empty376552
- Node: Using Shell Variables376868
- Node: Action Overview379153
- Node: Statements381510
- Node: If Statement383364
- Node: While Statement384863
- Node: Do Statement386907
- Node: For Statement388063
- Node: Switch Statement391215
- Node: Break Statement393312
- Node: Continue Statement395302
- Node: Next Statement397095
- Node: Nextfile Statement399485
- Node: Exit Statement402128
- Node: Built-in Variables404544
- Node: User-modified405639
- Ref: User-modified-Footnote-1413997
- Node: Auto-set414059
- Ref: Auto-set-Footnote-1427529
- Ref: Auto-set-Footnote-2427734
- Node: ARGC and ARGV427790
- Node: Arrays431641
- Node: Array Basics433146
- Node: Array Intro433972
- Node: Reference to Elements438289
- Node: Assigning Elements440559
- Node: Array Example441050
- Node: Scanning an Array442782
- Node: Controlling Scanning445096
- Ref: Controlling Scanning-Footnote-1450183
- Node: Delete450499
- Ref: Delete-Footnote-1453264
- Node: Numeric Array Subscripts453321
- Node: Uninitialized Subscripts455504
- Node: Multidimensional457131
- Node: Multiscanning460224
- Node: Arrays of Arrays461813
- Node: Functions466453
- Node: Built-in467272
- Node: Calling Built-in468350
- Node: Numeric Functions470338
- Ref: Numeric Functions-Footnote-1474170
- Ref: Numeric Functions-Footnote-2474527
- Ref: Numeric Functions-Footnote-3474575
- Node: String Functions474844
- Ref: String Functions-Footnote-1497764
- Ref: String Functions-Footnote-2497893
- Ref: String Functions-Footnote-3498141
- Node: Gory Details498228
- Ref: table-sub-escapes499907
- Ref: table-sub-posix-92501261
- Ref: table-sub-proposed502612
- Ref: table-posix-sub503966
- Ref: table-gensub-escapes505511
- Ref: Gory Details-Footnote-1506687
- Ref: Gory Details-Footnote-2506738
- Node: I/O Functions506889
- Ref: I/O Functions-Footnote-1513874
- Node: Time Functions514021
- Ref: Time Functions-Footnote-1524954
- Ref: Time Functions-Footnote-2525022
- Ref: Time Functions-Footnote-3525180
- Ref: Time Functions-Footnote-4525291
- Ref: Time Functions-Footnote-5525403
- Ref: Time Functions-Footnote-6525630
- Node: Bitwise Functions525896
- Ref: table-bitwise-ops526458
- Ref: Bitwise Functions-Footnote-1530679
- Node: Type Functions530863
- Node: I18N Functions532014
- Node: User-defined533641
- Node: Definition Syntax534445
- Ref: Definition Syntax-Footnote-1539355
- Node: Function Example539424
- Node: Function Caveats542018
- Node: Calling A Function542439
- Node: Variable Scope543554
- Node: Pass By Value/Reference546517
- Node: Return Statement550025
- Node: Dynamic Typing553006
- Node: Indirect Calls553937
- Node: Library Functions563622
- Ref: Library Functions-Footnote-1567135
- Ref: Library Functions-Footnote-2567278
- Node: Library Names567449
- Ref: Library Names-Footnote-1570920
- Ref: Library Names-Footnote-2571140
- Node: General Functions571226
- Node: Strtonum Function572254
- Node: Assert Function575184
- Node: Round Function578510
- Node: Cliff Random Function580053
- Node: Ordinal Functions581069
- Ref: Ordinal Functions-Footnote-1584141
- Ref: Ordinal Functions-Footnote-2584393
- Node: Join Function584602
- Ref: Join Function-Footnote-1586373
- Node: Getlocaltime Function586573
- Node: Readfile Function590314
- Node: Data File Management592153
- Node: Filetrans Function592785
- Node: Rewind Function596854
- Node: File Checking598241
- Node: Empty Files599335
- Node: Ignoring Assigns601565
- Node: Getopt Function603118
- Ref: Getopt Function-Footnote-1614421
- Node: Passwd Functions614624
- Ref: Passwd Functions-Footnote-1623599
- Node: Group Functions623687
- Node: Walking Arrays631771
- Node: Sample Programs633908
- Node: Running Examples634582
- Node: Clones635310
- Node: Cut Program636534
- Node: Egrep Program646379
- Ref: Egrep Program-Footnote-1654152
- Node: Id Program654262
- Node: Split Program657878
- Ref: Split Program-Footnote-1661397
- Node: Tee Program661525
- Node: Uniq Program664328
- Node: Wc Program671757
- Ref: Wc Program-Footnote-1676023
- Ref: Wc Program-Footnote-2676223
- Node: Miscellaneous Programs676315
- Node: Dupword Program677503
- Node: Alarm Program679534
- Node: Translate Program684287
- Ref: Translate Program-Footnote-1688674
- Ref: Translate Program-Footnote-2688922
- Node: Labels Program689056
- Ref: Labels Program-Footnote-1692427
- Node: Word Sorting692511
- Node: History Sorting696395
- Node: Extract Program698234
- Ref: Extract Program-Footnote-1705737
- Node: Simple Sed705865
- Node: Igawk Program708927
- Ref: Igawk Program-Footnote-1724084
- Ref: Igawk Program-Footnote-2724285
- Node: Anagram Program724423
- Node: Signature Program727491
- Node: Advanced Features728591
- Node: Nondecimal Data730477
- Node: Array Sorting732060
- Node: Controlling Array Traversal732757
- Node: Array Sorting Functions741041
- Ref: Array Sorting Functions-Footnote-1744910
- Node: Two-way I/O745104
- Ref: Two-way I/O-Footnote-1750536
- Node: TCP/IP Networking750606
- Node: Profiling753450
- Node: Internationalization760947
- Node: I18N and L10N762372
- Node: Explaining gettext763058
- Ref: Explaining gettext-Footnote-1768126
- Ref: Explaining gettext-Footnote-2768310
- Node: Programmer i18n768475
- Node: Translator i18n772677
- Node: String Extraction773470
- Ref: String Extraction-Footnote-1774431
- Node: Printf Ordering774517
- Ref: Printf Ordering-Footnote-1777301
- Node: I18N Portability777365
- Ref: I18N Portability-Footnote-1779814
- Node: I18N Example779877
- Ref: I18N Example-Footnote-1782515
- Node: Gawk I18N782587
- Node: Debugger783208
- Node: Debugging784179
- Node: Debugging Concepts784612
- Node: Debugging Terms786468
- Node: Awk Debugging789065
- Node: Sample Debugging Session789957
- Node: Debugger Invocation790477
- Node: Finding The Bug791809
- Node: List of Debugger Commands798297
- Node: Breakpoint Control799631
- Node: Debugger Execution Control803295
- Node: Viewing And Changing Data806655
- Node: Execution Stack810011
- Node: Debugger Info811478
- Node: Miscellaneous Debugger Commands815460
- Node: Readline Support820636
- Node: Limitations821467
- Node: Arbitrary Precision Arithmetic823719
- Ref: Arbitrary Precision Arithmetic-Footnote-1825368
- Node: General Arithmetic825516
- Node: Floating Point Issues827236
- Node: String Conversion Precision828117
- Ref: String Conversion Precision-Footnote-1829822
- Node: Unexpected Results829931
- Node: POSIX Floating Point Problems832084
- Ref: POSIX Floating Point Problems-Footnote-1835909
- Node: Integer Programming835947
- Node: Floating-point Programming837686
- Ref: Floating-point Programming-Footnote-1844017
- Ref: Floating-point Programming-Footnote-2844287
- Node: Floating-point Representation844551
- Node: Floating-point Context845716
- Ref: table-ieee-formats846555
- Node: Rounding Mode847939
- Ref: table-rounding-modes848418
- Ref: Rounding Mode-Footnote-1851433
- Node: Gawk and MPFR851612
- Node: Arbitrary Precision Floats852867
- Ref: Arbitrary Precision Floats-Footnote-1855310
- Node: Setting Precision855626
- Ref: table-predefined-precision-strings856312
- Node: Setting Rounding Mode858457
- Ref: table-gawk-rounding-modes858861
- Node: Floating-point Constants860048
- Node: Changing Precision861477
- Ref: Changing Precision-Footnote-1862874
- Node: Exact Arithmetic863048
- Node: Arbitrary Precision Integers866186
- Ref: Arbitrary Precision Integers-Footnote-1869204
- Node: Dynamic Extensions869351
- Node: Extension Intro870809
- Node: Plugin License872074
- Node: Extension Mechanism Outline872759
- Ref: load-extension873176
- Ref: load-new-function874654
- Ref: call-new-function875649
- Node: Extension API Description877664
- Node: Extension API Functions Introduction878877
- Node: General Data Types883743
- Ref: General Data Types-Footnote-1889348
- Node: Requesting Values889647
- Ref: table-value-types-returned890378
- Node: Constructor Functions891332
- Node: Registration Functions894352
- Node: Extension Functions895037
- Node: Exit Callback Functions897262
- Node: Extension Version String898511
- Node: Input Parsers899161
- Node: Output Wrappers908918
- Node: Two-way processors913428
- Node: Printing Messages915636
- Ref: Printing Messages-Footnote-1916713
- Node: Updating `ERRNO'916865
- Node: Accessing Parameters917604
- Node: Symbol Table Access918834
- Node: Symbol table by name919346
- Node: Symbol table by cookie921093
- Ref: Symbol table by cookie-Footnote-1925223
- Node: Cached values925286
- Ref: Cached values-Footnote-1928735
- Node: Array Manipulation928826
- Ref: Array Manipulation-Footnote-1929924
- Node: Array Data Types929963
- Ref: Array Data Types-Footnote-1932666
- Node: Array Functions932758
- Node: Flattening Arrays936524
- Node: Creating Arrays943376
- Node: Extension API Variables948101
- Node: Extension Versioning948737
- Node: Extension API Informational Variables950638
- Node: Extension API Boilerplate951724
- Node: Finding Extensions955528
- Node: Extension Example956088
- Node: Internal File Description956818
- Node: Internal File Ops960909
- Ref: Internal File Ops-Footnote-1972417
- Node: Using Internal File Ops972557
- Ref: Using Internal File Ops-Footnote-1974910
- Node: Extension Samples975176
- Node: Extension Sample File Functions976700
- Node: Extension Sample Fnmatch985185
- Node: Extension Sample Fork986911
- Node: Extension Sample Inplace988129
- Node: Extension Sample Ord989907
- Node: Extension Sample Readdir990743
- Node: Extension Sample Revout992275
- Node: Extension Sample Rev2way992868
- Node: Extension Sample Read write array993558
- Node: Extension Sample Readfile995441
- Node: Extension Sample API Tests996259
- Node: Extension Sample Time996784
- Node: gawkextlib998148
- Node: Language History1000929
- Node: V7/SVR3.11002522
- Node: SVR41004842
- Node: POSIX1006284
- Node: BTL1007670
- Node: POSIX/GNU1008404
- Node: Feature History1014003
- Node: Common Extensions1026967
- Node: Ranges and Locales1028279
- Ref: Ranges and Locales-Footnote-11032897
- Ref: Ranges and Locales-Footnote-21032924
- Ref: Ranges and Locales-Footnote-31033184
- Node: Contributors1033405
- Node: Installation1038550
- Node: Gawk Distribution1039444
- Node: Getting1039928
- Node: Extracting1040754
- Node: Distribution contents1042446
- Node: Unix Installation1048151
- Node: Quick Installation1048768
- Node: Additional Configuration Options1051212
- Node: Configuration Philosophy1052948
- Node: Non-Unix Installation1055302
- Node: PC Installation1055760
- Node: PC Binary Installation1057059
- Node: PC Compiling1058907
- Node: PC Testing1061851
- Node: PC Using1063027
- Node: Cygwin1067212
- Node: MSYS1068212
- Node: VMS Installation1068726
- Node: VMS Compilation1069490
- Ref: VMS Compilation-Footnote-11071105
- Node: VMS Dynamic Extensions1071163
- Node: VMS Installation Details1072536
- Node: VMS Running1074783
- Node: VMS GNV1077617
- Node: VMS Old Gawk1078340
- Node: Bugs1078810
- Node: Other Versions1082728
- Node: Notes1088812
- Node: Compatibility Mode1089612
- Node: Additions1090395
- Node: Accessing The Source1091322
- Node: Adding Code1092762
- Node: New Ports1098807
- Node: Derived Files1102942
- Ref: Derived Files-Footnote-11108263
- Ref: Derived Files-Footnote-21108297
- Ref: Derived Files-Footnote-31108897
- Node: Future Extensions1108995
- Node: Implementation Limitations1109578
- Node: Extension Design1110830
- Node: Old Extension Problems1111984
- Ref: Old Extension Problems-Footnote-11113492
- Node: Extension New Mechanism Goals1113549
- Ref: Extension New Mechanism Goals-Footnote-11116914
- Node: Extension Other Design Decisions1117100
- Node: Extension Future Growth1119206
- Node: Old Extension Mechanism1120042
- Node: Basic Concepts1121782
- Node: Basic High Level1122463
- Ref: figure-general-flow1122734
- Ref: figure-process-flow1123333
- Ref: Basic High Level-Footnote-11126562
- Node: Basic Data Typing1126747
- Node: Glossary1130102
- Node: Copying1155564
- Node: GNU Free Documentation License1193121
- Node: Index1218258
+ Node: POSIX String Comparison342492
+ Ref: POSIX String Comparison-Footnote-1343448
+ Node: Boolean Ops343586
+ Ref: Boolean Ops-Footnote-1347664
+ Node: Conditional Exp347755
+ Node: Function Calls349487
+ Node: Precedence353081
+ Node: Locales356750
+ Node: Patterns and Actions357839
+ Node: Pattern Overview358893
+ Node: Regexp Patterns360562
+ Node: Expression Patterns361105
+ Node: Ranges364790
+ Node: BEGIN/END367756
+ Node: Using BEGIN/END368518
+ Ref: Using BEGIN/END-Footnote-1371249
+ Node: I/O And BEGIN/END371355
+ Node: BEGINFILE/ENDFILE373637
+ Node: Empty376551
+ Node: Using Shell Variables376867
+ Node: Action Overview379152
+ Node: Statements381509
+ Node: If Statement383363
+ Node: While Statement384862
+ Node: Do Statement386906
+ Node: For Statement388062
+ Node: Switch Statement391214
+ Node: Break Statement393311
+ Node: Continue Statement395301
+ Node: Next Statement397094
+ Node: Nextfile Statement399484
+ Node: Exit Statement402127
+ Node: Built-in Variables404543
+ Node: User-modified405638
+ Ref: User-modified-Footnote-1413996
+ Node: Auto-set414058
 -Ref: Auto-set-Footnote-1427136
 -Ref: Auto-set-Footnote-2427341
 -Node: ARGC and ARGV427397
 -Node: Arrays431248
 -Node: Array Basics432753
 -Node: Array Intro433579
 -Node: Reference to Elements437896
 -Node: Assigning Elements440166
 -Node: Array Example440657
 -Node: Scanning an Array442389
 -Node: Controlling Scanning444703
 -Ref: Controlling Scanning-Footnote-1449790
 -Node: Delete450106
 -Ref: Delete-Footnote-1452871
 -Node: Numeric Array Subscripts452928
 -Node: Uninitialized Subscripts455111
 -Node: Multidimensional456738
 -Node: Multiscanning459831
 -Node: Arrays of Arrays461420
 -Node: Functions466060
 -Node: Built-in466879
 -Node: Calling Built-in467957
 -Node: Numeric Functions469945
 -Ref: Numeric Functions-Footnote-1473777
 -Ref: Numeric Functions-Footnote-2474134
 -Ref: Numeric Functions-Footnote-3474182
 -Node: String Functions474451
 -Ref: String Functions-Footnote-1497371
 -Ref: String Functions-Footnote-2497500
 -Ref: String Functions-Footnote-3497748
 -Node: Gory Details497835
 -Ref: table-sub-escapes499514
 -Ref: table-sub-posix-92500868
 -Ref: table-sub-proposed502219
 -Ref: table-posix-sub503573
 -Ref: table-gensub-escapes505118
 -Ref: Gory Details-Footnote-1506294
 -Ref: Gory Details-Footnote-2506345
 -Node: I/O Functions506496
 -Ref: I/O Functions-Footnote-1513481
 -Node: Time Functions513628
 -Ref: Time Functions-Footnote-1524561
 -Ref: Time Functions-Footnote-2524629
 -Ref: Time Functions-Footnote-3524787
 -Ref: Time Functions-Footnote-4524898
 -Ref: Time Functions-Footnote-5525010
 -Ref: Time Functions-Footnote-6525237
 -Node: Bitwise Functions525503
 -Ref: table-bitwise-ops526065
 -Ref: Bitwise Functions-Footnote-1530286
 -Node: Type Functions530470
 -Node: I18N Functions531621
 -Node: User-defined533248
 -Node: Definition Syntax534052
 -Ref: Definition Syntax-Footnote-1538962
 -Node: Function Example539031
 -Node: Function Caveats541625
 -Node: Calling A Function542046
 -Node: Variable Scope543161
 -Node: Pass By Value/Reference546124
 -Node: Return Statement549632
 -Node: Dynamic Typing552613
 -Node: Indirect Calls553544
 -Node: Library Functions563229
 -Ref: Library Functions-Footnote-1566742
 -Ref: Library Functions-Footnote-2566885
 -Node: Library Names567056
 -Ref: Library Names-Footnote-1570527
 -Ref: Library Names-Footnote-2570747
 -Node: General Functions570833
 -Node: Strtonum Function571861
 -Node: Assert Function574791
 -Node: Round Function578117
 -Node: Cliff Random Function579660
 -Node: Ordinal Functions580676
 -Ref: Ordinal Functions-Footnote-1583748
 -Ref: Ordinal Functions-Footnote-2584000
 -Node: Join Function584209
 -Ref: Join Function-Footnote-1585980
 -Node: Getlocaltime Function586180
 -Node: Readfile Function589921
 -Node: Data File Management591760
 -Node: Filetrans Function592392
 -Node: Rewind Function596461
 -Node: File Checking597848
 -Node: Empty Files598942
 -Node: Ignoring Assigns601172
 -Node: Getopt Function602725
 -Ref: Getopt Function-Footnote-1614028
 -Node: Passwd Functions614231
 -Ref: Passwd Functions-Footnote-1623206
 -Node: Group Functions623294
 -Node: Walking Arrays631378
 -Node: Sample Programs633515
 -Node: Running Examples634189
 -Node: Clones634917
 -Node: Cut Program636141
 -Node: Egrep Program645986
 -Ref: Egrep Program-Footnote-1653759
 -Node: Id Program653869
 -Node: Split Program657485
 -Ref: Split Program-Footnote-1661004
 -Node: Tee Program661132
 -Node: Uniq Program663935
 -Node: Wc Program671364
 -Ref: Wc Program-Footnote-1675630
 -Ref: Wc Program-Footnote-2675830
 -Node: Miscellaneous Programs675922
 -Node: Dupword Program677110
 -Node: Alarm Program679141
 -Node: Translate Program683894
 -Ref: Translate Program-Footnote-1688281
 -Ref: Translate Program-Footnote-2688529
 -Node: Labels Program688663
 -Ref: Labels Program-Footnote-1692034
 -Node: Word Sorting692118
 -Node: History Sorting696002
 -Node: Extract Program697841
 -Ref: Extract Program-Footnote-1705344
 -Node: Simple Sed705472
 -Node: Igawk Program708534
 -Ref: Igawk Program-Footnote-1723691
 -Ref: Igawk Program-Footnote-2723892
 -Node: Anagram Program724030
 -Node: Signature Program727098
 -Node: Advanced Features728198
 -Node: Nondecimal Data730084
 -Node: Array Sorting731667
 -Node: Controlling Array Traversal732364
 -Node: Array Sorting Functions740648
 -Ref: Array Sorting Functions-Footnote-1744517
 -Node: Two-way I/O744711
 -Ref: Two-way I/O-Footnote-1750143
 -Node: TCP/IP Networking750213
 -Node: Profiling753057
 -Node: Internationalization760554
 -Node: I18N and L10N761979
 -Node: Explaining gettext762665
 -Ref: Explaining gettext-Footnote-1767733
 -Ref: Explaining gettext-Footnote-2767917
 -Node: Programmer i18n768082
 -Node: Translator i18n772284
 -Node: String Extraction773077
 -Ref: String Extraction-Footnote-1774038
 -Node: Printf Ordering774124
 -Ref: Printf Ordering-Footnote-1776908
 -Node: I18N Portability776972
 -Ref: I18N Portability-Footnote-1779421
 -Node: I18N Example779484
 -Ref: I18N Example-Footnote-1782122
 -Node: Gawk I18N782194
 -Node: Debugger782815
 -Node: Debugging783786
 -Node: Debugging Concepts784219
 -Node: Debugging Terms786075
 -Node: Awk Debugging788672
 -Node: Sample Debugging Session789564
 -Node: Debugger Invocation790084
 -Node: Finding The Bug791416
 -Node: List of Debugger Commands797904
 -Node: Breakpoint Control799238
 -Node: Debugger Execution Control802902
 -Node: Viewing And Changing Data806262
 -Node: Execution Stack809618
 -Node: Debugger Info811085
 -Node: Miscellaneous Debugger Commands815067
 -Node: Readline Support820243
 -Node: Limitations821074
 -Node: Arbitrary Precision Arithmetic823326
 -Ref: Arbitrary Precision Arithmetic-Footnote-1824975
 -Node: General Arithmetic825123
 -Node: Floating Point Issues826843
 -Node: String Conversion Precision827724
 -Ref: String Conversion Precision-Footnote-1829429
 -Node: Unexpected Results829538
 -Node: POSIX Floating Point Problems831691
 -Ref: POSIX Floating Point Problems-Footnote-1835516
 -Node: Integer Programming835554
 -Node: Floating-point Programming837293
 -Ref: Floating-point Programming-Footnote-1843624
 -Ref: Floating-point Programming-Footnote-2843894
 -Node: Floating-point Representation844158
 -Node: Floating-point Context845323
 -Ref: table-ieee-formats846162
 -Node: Rounding Mode847546
 -Ref: table-rounding-modes848025
 -Ref: Rounding Mode-Footnote-1851040
 -Node: Gawk and MPFR851219
 -Node: Arbitrary Precision Floats852474
 -Ref: Arbitrary Precision Floats-Footnote-1854917
 -Node: Setting Precision855233
 -Ref: table-predefined-precision-strings855919
 -Node: Setting Rounding Mode858064
 -Ref: table-gawk-rounding-modes858468
 -Node: Floating-point Constants859655
 -Node: Changing Precision861084
 -Ref: Changing Precision-Footnote-1862481
 -Node: Exact Arithmetic862655
 -Node: Arbitrary Precision Integers865793
 -Ref: Arbitrary Precision Integers-Footnote-1868811
 -Node: Dynamic Extensions868958
 -Node: Extension Intro870416
 -Node: Plugin License871681
 -Node: Extension Mechanism Outline872366
 -Ref: load-extension872783
 -Ref: load-new-function874261
 -Ref: call-new-function875256
 -Node: Extension API Description877271
 -Node: Extension API Functions Introduction878484
 -Node: General Data Types883350
 -Ref: General Data Types-Footnote-1888955
 -Node: Requesting Values889254
 -Ref: table-value-types-returned889985
 -Node: Constructor Functions890939
 -Node: Registration Functions893959
 -Node: Extension Functions894644
 -Node: Exit Callback Functions896869
 -Node: Extension Version String898118
 -Node: Input Parsers898768
 -Node: Output Wrappers908525
 -Node: Two-way processors913035
 -Node: Printing Messages915243
 -Ref: Printing Messages-Footnote-1916320
 -Node: Updating `ERRNO'916472
 -Node: Accessing Parameters917211
 -Node: Symbol Table Access918441
 -Node: Symbol table by name918953
 -Node: Symbol table by cookie920700
 -Ref: Symbol table by cookie-Footnote-1924830
 -Node: Cached values924893
 -Ref: Cached values-Footnote-1928342
 -Node: Array Manipulation928433
 -Ref: Array Manipulation-Footnote-1929531
 -Node: Array Data Types929570
 -Ref: Array Data Types-Footnote-1932273
 -Node: Array Functions932365
 -Node: Flattening Arrays936131
 -Node: Creating Arrays942983
 -Node: Extension API Variables947708
 -Node: Extension Versioning948344
 -Node: Extension API Informational Variables950245
 -Node: Extension API Boilerplate951331
 -Node: Finding Extensions955135
 -Node: Extension Example955695
 -Node: Internal File Description956425
 -Node: Internal File Ops960516
 -Ref: Internal File Ops-Footnote-1972024
 -Node: Using Internal File Ops972164
 -Ref: Using Internal File Ops-Footnote-1974517
 -Node: Extension Samples974783
 -Node: Extension Sample File Functions976307
 -Node: Extension Sample Fnmatch984792
 -Node: Extension Sample Fork986518
 -Node: Extension Sample Inplace987736
 -Node: Extension Sample Ord989514
 -Node: Extension Sample Readdir990350
 -Node: Extension Sample Revout991882
 -Node: Extension Sample Rev2way992475
 -Node: Extension Sample Read write array993165
 -Node: Extension Sample Readfile995048
 -Node: Extension Sample API Tests995866
 -Node: Extension Sample Time996391
 -Node: gawkextlib997755
 -Node: Language History1000536
 -Node: V7/SVR3.11002129
 -Node: SVR41004449
 -Node: POSIX1005891
 -Node: BTL1007277
 -Node: POSIX/GNU1008011
 -Node: Feature History1013610
 -Node: Common Extensions1026574
 -Node: Ranges and Locales1027886
 -Ref: Ranges and Locales-Footnote-11032504
 -Ref: Ranges and Locales-Footnote-21032531
 -Ref: Ranges and Locales-Footnote-31032791
 -Node: Contributors1033012
 -Node: Installation1038157
 -Node: Gawk Distribution1039051
 -Node: Getting1039535
 -Node: Extracting1040361
 -Node: Distribution contents1042053
 -Node: Unix Installation1047758
 -Node: Quick Installation1048375
 -Node: Additional Configuration Options1050819
 -Node: Configuration Philosophy1052555
 -Node: Non-Unix Installation1054909
 -Node: PC Installation1055367
 -Node: PC Binary Installation1056666
 -Node: PC Compiling1058514
 -Node: PC Testing1061458
 -Node: PC Using1062634
 -Node: Cygwin1066819
 -Node: MSYS1067819
 -Node: VMS Installation1068333
 -Node: VMS Compilation1069097
 -Ref: VMS Compilation-Footnote-11070712
 -Node: VMS Dynamic Extensions1070770
 -Node: VMS Installation Details1072143
 -Node: VMS Running1074390
 -Node: VMS GNV1077224
 -Node: VMS Old Gawk1077947
 -Node: Bugs1078417
 -Node: Other Versions1082335
 -Node: Notes1088419
 -Node: Compatibility Mode1089219
 -Node: Additions1090002
 -Node: Accessing The Source1090929
 -Node: Adding Code1092369
 -Node: New Ports1098414
 -Node: Derived Files1102549
 -Ref: Derived Files-Footnote-11107870
 -Ref: Derived Files-Footnote-21107904
 -Ref: Derived Files-Footnote-31108504
 -Node: Future Extensions1108602
 -Node: Implementation Limitations1109185
 -Node: Extension Design1110437
 -Node: Old Extension Problems1111591
 -Ref: Old Extension Problems-Footnote-11113099
 -Node: Extension New Mechanism Goals1113156
 -Ref: Extension New Mechanism Goals-Footnote-11116521
 -Node: Extension Other Design Decisions1116707
 -Node: Extension Future Growth1118813
 -Node: Old Extension Mechanism1119649
 -Node: Basic Concepts1121389
 -Node: Basic High Level1122070
 -Ref: figure-general-flow1122341
 -Ref: figure-process-flow1122940
 -Ref: Basic High Level-Footnote-11126169
 -Node: Basic Data Typing1126354
 -Node: Glossary1129709
 -Node: Copying1155171
 -Node: GNU Free Documentation License1192728
 -Node: Index1217865
++Ref: Auto-set-Footnote-1427528
++Ref: Auto-set-Footnote-2427733
++Node: ARGC and ARGV427789
++Node: Arrays431640
++Node: Array Basics433145
++Node: Array Intro433971
++Node: Reference to Elements438288
++Node: Assigning Elements440558
++Node: Array Example441049
++Node: Scanning an Array442781
++Node: Controlling Scanning445095
++Ref: Controlling Scanning-Footnote-1450182
++Node: Delete450498
++Ref: Delete-Footnote-1453263
++Node: Numeric Array Subscripts453320
++Node: Uninitialized Subscripts455503
++Node: Multidimensional457130
++Node: Multiscanning460223
++Node: Arrays of Arrays461812
++Node: Functions466452
++Node: Built-in467271
++Node: Calling Built-in468349
++Node: Numeric Functions470337
++Ref: Numeric Functions-Footnote-1474169
++Ref: Numeric Functions-Footnote-2474526
++Ref: Numeric Functions-Footnote-3474574
++Node: String Functions474843
++Ref: String Functions-Footnote-1497763
++Ref: String Functions-Footnote-2497892
++Ref: String Functions-Footnote-3498140
++Node: Gory Details498227
++Ref: table-sub-escapes499906
++Ref: table-sub-posix-92501260
++Ref: table-sub-proposed502611
++Ref: table-posix-sub503965
++Ref: table-gensub-escapes505510
++Ref: Gory Details-Footnote-1506686
++Ref: Gory Details-Footnote-2506737
++Node: I/O Functions506888
++Ref: I/O Functions-Footnote-1513873
++Node: Time Functions514020
++Ref: Time Functions-Footnote-1524953
++Ref: Time Functions-Footnote-2525021
++Ref: Time Functions-Footnote-3525179
++Ref: Time Functions-Footnote-4525290
++Ref: Time Functions-Footnote-5525402
++Ref: Time Functions-Footnote-6525629
++Node: Bitwise Functions525895
++Ref: table-bitwise-ops526457
++Ref: Bitwise Functions-Footnote-1530678
++Node: Type Functions530862
++Node: I18N Functions532013
++Node: User-defined533640
++Node: Definition Syntax534444
++Ref: Definition Syntax-Footnote-1539354
++Node: Function Example539423
++Node: Function Caveats542017
++Node: Calling A Function542438
++Node: Variable Scope543553
++Node: Pass By Value/Reference546516
++Node: Return Statement550024
++Node: Dynamic Typing553005
++Node: Indirect Calls553936
++Node: Library Functions563621
++Ref: Library Functions-Footnote-1567134
++Ref: Library Functions-Footnote-2567277
++Node: Library Names567448
++Ref: Library Names-Footnote-1570919
++Ref: Library Names-Footnote-2571139
++Node: General Functions571225
++Node: Strtonum Function572253
++Node: Assert Function575183
++Node: Round Function578509
++Node: Cliff Random Function580052
++Node: Ordinal Functions581068
++Ref: Ordinal Functions-Footnote-1584140
++Ref: Ordinal Functions-Footnote-2584392
++Node: Join Function584601
++Ref: Join Function-Footnote-1586372
++Node: Getlocaltime Function586572
++Node: Readfile Function590313
++Node: Data File Management592152
++Node: Filetrans Function592784
++Node: Rewind Function596853
++Node: File Checking598240
++Node: Empty Files599334
++Node: Ignoring Assigns601564
++Node: Getopt Function603117
++Ref: Getopt Function-Footnote-1614420
++Node: Passwd Functions614623
++Ref: Passwd Functions-Footnote-1623598
++Node: Group Functions623686
++Node: Walking Arrays631770
++Node: Sample Programs633907
++Node: Running Examples634581
++Node: Clones635309
++Node: Cut Program636533
++Node: Egrep Program646378
++Ref: Egrep Program-Footnote-1654151
++Node: Id Program654261
++Node: Split Program657877
++Ref: Split Program-Footnote-1661396
++Node: Tee Program661524
++Node: Uniq Program664327
++Node: Wc Program671756
++Ref: Wc Program-Footnote-1676022
++Ref: Wc Program-Footnote-2676222
++Node: Miscellaneous Programs676314
++Node: Dupword Program677502
++Node: Alarm Program679533
++Node: Translate Program684286
++Ref: Translate Program-Footnote-1688673
++Ref: Translate Program-Footnote-2688921
++Node: Labels Program689055
++Ref: Labels Program-Footnote-1692426
++Node: Word Sorting692510
++Node: History Sorting696394
++Node: Extract Program698233
++Ref: Extract Program-Footnote-1705736
++Node: Simple Sed705864
++Node: Igawk Program708926
++Ref: Igawk Program-Footnote-1724083
++Ref: Igawk Program-Footnote-2724284
++Node: Anagram Program724422
++Node: Signature Program727490
++Node: Advanced Features728590
++Node: Nondecimal Data730476
++Node: Array Sorting732059
++Node: Controlling Array Traversal732756
++Node: Array Sorting Functions741040
++Ref: Array Sorting Functions-Footnote-1744909
++Node: Two-way I/O745103
++Ref: Two-way I/O-Footnote-1750535
++Node: TCP/IP Networking750605
++Node: Profiling753449
++Node: Internationalization760946
++Node: I18N and L10N762371
++Node: Explaining gettext763057
++Ref: Explaining gettext-Footnote-1768125
++Ref: Explaining gettext-Footnote-2768309
++Node: Programmer i18n768474
++Node: Translator i18n772676
++Node: String Extraction773469
++Ref: String Extraction-Footnote-1774430
++Node: Printf Ordering774516
++Ref: Printf Ordering-Footnote-1777300
++Node: I18N Portability777364
++Ref: I18N Portability-Footnote-1779813
++Node: I18N Example779876
++Ref: I18N Example-Footnote-1782514
++Node: Gawk I18N782586
++Node: Debugger783207
++Node: Debugging784178
++Node: Debugging Concepts784611
++Node: Debugging Terms786467
++Node: Awk Debugging789064
++Node: Sample Debugging Session789956
++Node: Debugger Invocation790476
++Node: Finding The Bug791808
++Node: List of Debugger Commands798296
++Node: Breakpoint Control799630
++Node: Debugger Execution Control803294
++Node: Viewing And Changing Data806654
++Node: Execution Stack810010
++Node: Debugger Info811477
++Node: Miscellaneous Debugger Commands815459
++Node: Readline Support820635
++Node: Limitations821466
++Node: Arbitrary Precision Arithmetic823718
++Ref: Arbitrary Precision Arithmetic-Footnote-1825367
++Node: General Arithmetic825515
++Node: Floating Point Issues827235
++Node: String Conversion Precision828116
++Ref: String Conversion Precision-Footnote-1829821
++Node: Unexpected Results829930
++Node: POSIX Floating Point Problems832083
++Ref: POSIX Floating Point Problems-Footnote-1835908
++Node: Integer Programming835946
++Node: Floating-point Programming837685
++Ref: Floating-point Programming-Footnote-1844016
++Ref: Floating-point Programming-Footnote-2844286
++Node: Floating-point Representation844550
++Node: Floating-point Context845715
++Ref: table-ieee-formats846554
++Node: Rounding Mode847938
++Ref: table-rounding-modes848417
++Ref: Rounding Mode-Footnote-1851432
++Node: Gawk and MPFR851611
++Node: Arbitrary Precision Floats852866
++Ref: Arbitrary Precision Floats-Footnote-1855309
++Node: Setting Precision855625
++Ref: table-predefined-precision-strings856311
++Node: Setting Rounding Mode858456
++Ref: table-gawk-rounding-modes858860
++Node: Floating-point Constants860047
++Node: Changing Precision861476
++Ref: Changing Precision-Footnote-1862873
++Node: Exact Arithmetic863047
++Node: Arbitrary Precision Integers866185
++Ref: Arbitrary Precision Integers-Footnote-1869203
++Node: Dynamic Extensions869350
++Node: Extension Intro870808
++Node: Plugin License872073
++Node: Extension Mechanism Outline872758
++Ref: load-extension873175
++Ref: load-new-function874653
++Ref: call-new-function875648
++Node: Extension API Description877663
++Node: Extension API Functions Introduction878876
++Node: General Data Types883742
++Ref: General Data Types-Footnote-1889347
++Node: Requesting Values889646
++Ref: table-value-types-returned890377
++Node: Constructor Functions891331
++Node: Registration Functions894351
++Node: Extension Functions895036
++Node: Exit Callback Functions897261
++Node: Extension Version String898510
++Node: Input Parsers899160
++Node: Output Wrappers908917
++Node: Two-way processors913427
++Node: Printing Messages915635
++Ref: Printing Messages-Footnote-1916712
++Node: Updating `ERRNO'916864
++Node: Accessing Parameters917603
++Node: Symbol Table Access918833
++Node: Symbol table by name919345
++Node: Symbol table by cookie921092
++Ref: Symbol table by cookie-Footnote-1925222
++Node: Cached values925285
++Ref: Cached values-Footnote-1928734
++Node: Array Manipulation928825
++Ref: Array Manipulation-Footnote-1929923
++Node: Array Data Types929962
++Ref: Array Data Types-Footnote-1932665
++Node: Array Functions932757
++Node: Flattening Arrays936523
++Node: Creating Arrays943375
++Node: Extension API Variables948100
++Node: Extension Versioning948736
++Node: Extension API Informational Variables950637
++Node: Extension API Boilerplate951723
++Node: Finding Extensions955527
++Node: Extension Example956087
++Node: Internal File Description956817
++Node: Internal File Ops960908
++Ref: Internal File Ops-Footnote-1972416
++Node: Using Internal File Ops972556
++Ref: Using Internal File Ops-Footnote-1974909
++Node: Extension Samples975175
++Node: Extension Sample File Functions976699
++Node: Extension Sample Fnmatch985184
++Node: Extension Sample Fork986910
++Node: Extension Sample Inplace988128
++Node: Extension Sample Ord989906
++Node: Extension Sample Readdir990742
++Node: Extension Sample Revout992274
++Node: Extension Sample Rev2way992867
++Node: Extension Sample Read write array993557
++Node: Extension Sample Readfile995440
++Node: Extension Sample API Tests996258
++Node: Extension Sample Time996783
++Node: gawkextlib998147
++Node: Language History1000928
++Node: V7/SVR3.11002521
++Node: SVR41004841
++Node: POSIX1006283
++Node: BTL1007669
++Node: POSIX/GNU1008403
++Node: Feature History1014002
++Node: Common Extensions1026966
++Node: Ranges and Locales1028278
++Ref: Ranges and Locales-Footnote-11032896
++Ref: Ranges and Locales-Footnote-21032923
++Ref: Ranges and Locales-Footnote-31033183
++Node: Contributors1033404
++Node: Installation1038549
++Node: Gawk Distribution1039443
++Node: Getting1039927
++Node: Extracting1040753
++Node: Distribution contents1042445
++Node: Unix Installation1048150
++Node: Quick Installation1048767
++Node: Additional Configuration Options1051211
++Node: Configuration Philosophy1052947
++Node: Non-Unix Installation1055301
++Node: PC Installation1055759
++Node: PC Binary Installation1057058
++Node: PC Compiling1058906
++Node: PC Testing1061850
++Node: PC Using1063026
++Node: Cygwin1067211
++Node: MSYS1068211
++Node: VMS Installation1068725
++Node: VMS Compilation1069489
++Ref: VMS Compilation-Footnote-11071104
++Node: VMS Dynamic Extensions1071162
++Node: VMS Installation Details1072535
++Node: VMS Running1074782
++Node: VMS GNV1077616
++Node: VMS Old Gawk1078339
++Node: Bugs1078809
++Node: Other Versions1082727
++Node: Notes1088811
++Node: Compatibility Mode1089611
++Node: Additions1090394
++Node: Accessing The Source1091321
++Node: Adding Code1092761
++Node: New Ports1098806
++Node: Derived Files1102941
++Ref: Derived Files-Footnote-11108262
++Ref: Derived Files-Footnote-21108296
++Ref: Derived Files-Footnote-31108896
++Node: Future Extensions1108994
++Node: Implementation Limitations1109577
++Node: Extension Design1110829
++Node: Old Extension Problems1111983
++Ref: Old Extension Problems-Footnote-11113491
++Node: Extension New Mechanism Goals1113548
++Ref: Extension New Mechanism Goals-Footnote-11116913
++Node: Extension Other Design Decisions1117099
++Node: Extension Future Growth1119205
++Node: Old Extension Mechanism1120041
++Node: Basic Concepts1121781
++Node: Basic High Level1122462
++Ref: figure-general-flow1122733
++Ref: figure-process-flow1123332
++Ref: Basic High Level-Footnote-11126561
++Node: Basic Data Typing1126746
++Node: Glossary1130101
++Node: Copying1155563
++Node: GNU Free Documentation License1193120
++Node: Index1218257
  
  End Tag Table

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

Summary of changes:
 ChangeLog       |    4 +
 dfa.c           |    2 +-
 doc/ChangeLog   |    4 +
 doc/gawk.info   |  745 +++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   64 +++---
 doc/gawktexi.in |   64 +++---
 test/ChangeLog  |    2 +-
 7 files changed, 446 insertions(+), 439 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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