gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-556


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-556-g501f5c4
Date: Tue, 20 Jan 2015 20:00:47 +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, gawk-4.1-stable has been updated
       via  501f5c4fc53a1c74a8a4074832dcc2bd72224ed6 (commit)
      from  f1aae2393344a21675bc3d5f3c24f9b555c5744b (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=501f5c4fc53a1c74a8a4074832dcc2bd72224ed6

commit 501f5c4fc53a1c74a8a4074832dcc2bd72224ed6
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jan 20 22:00:37 2015 +0200

    Fix a typo.

diff --git a/doc/gawk.info b/doc/gawk.info
index 3f32c44..b81c070 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -5916,7 +5916,7 @@ the same as specifying no timeout at all.
 implicit loop that reads input records and matches them against
 patterns, like so:
 
-     $  gawk 'BEGIN { PROCINFO["-", "READ_TIMEOUT"] = 5000 }
+     $ gawk 'BEGIN { PROCINFO["-", "READ_TIMEOUT"] = 5000 }
      > { print "You entered: " $0 }'
      gawk
      -| You entered: gawk
@@ -34408,450 +34408,450 @@ Node: Getline Notes257180
 Node: Getline Summary259972
 Ref: table-getline-variants260384
 Node: Read Timeout261213
-Ref: Read Timeout-Footnote-1265038
-Node: Command-line directories265096
-Node: Input Summary266001
-Node: Input Exercises269302
-Node: Printing270030
-Node: Print271807
-Node: Print Examples273264
-Node: Output Separators276043
-Node: OFMT278061
-Node: Printf279415
-Node: Basic Printf280200
-Node: Control Letters281770
-Node: Format Modifiers285753
-Node: Printf Examples291762
-Node: Redirection294248
-Node: Special FD301089
-Ref: Special FD-Footnote-1304249
-Node: Special Files304323
-Node: Other Inherited Files304940
-Node: Special Network305940
-Node: Special Caveats306802
-Node: Close Files And Pipes307753
-Ref: Close Files And Pipes-Footnote-1314935
-Ref: Close Files And Pipes-Footnote-2315083
-Node: Output Summary315233
-Node: Output Exercises316231
-Node: Expressions316911
-Node: Values318096
-Node: Constants318774
-Node: Scalar Constants319465
-Ref: Scalar Constants-Footnote-1320324
-Node: Nondecimal-numbers320574
-Node: Regexp Constants323592
-Node: Using Constant Regexps324117
-Node: Variables327260
-Node: Using Variables327915
-Node: Assignment Options329826
-Node: Conversion331701
-Node: Strings And Numbers332225
-Ref: Strings And Numbers-Footnote-1335290
-Node: Locale influences conversions335399
-Ref: table-locale-affects338146
-Node: All Operators338734
-Node: Arithmetic Ops339364
-Node: Concatenation341869
-Ref: Concatenation-Footnote-1344688
-Node: Assignment Ops344794
-Ref: table-assign-ops349773
-Node: Increment Ops351045
-Node: Truth Values and Conditions354483
-Node: Truth Values355568
-Node: Typing and Comparison356617
-Node: Variable Typing357427
-Node: Comparison Operators361080
-Ref: table-relational-ops361490
-Node: POSIX String Comparison364985
-Ref: POSIX String Comparison-Footnote-1366057
-Node: Boolean Ops366195
-Ref: Boolean Ops-Footnote-1370674
-Node: Conditional Exp370765
-Node: Function Calls372492
-Node: Precedence376372
-Node: Locales380033
-Node: Expressions Summary381665
-Node: Patterns and Actions384225
-Node: Pattern Overview385345
-Node: Regexp Patterns387024
-Node: Expression Patterns387567
-Node: Ranges391277
-Node: BEGIN/END394383
-Node: Using BEGIN/END395144
-Ref: Using BEGIN/END-Footnote-1397878
-Node: I/O And BEGIN/END397984
-Node: BEGINFILE/ENDFILE400298
-Node: Empty403199
-Node: Using Shell Variables403516
-Node: Action Overview405789
-Node: Statements408115
-Node: If Statement409963
-Node: While Statement411458
-Node: Do Statement413487
-Node: For Statement414631
-Node: Switch Statement417788
-Node: Break Statement420170
-Node: Continue Statement422211
-Node: Next Statement424038
-Node: Nextfile Statement426419
-Node: Exit Statement429049
-Node: Built-in Variables431452
-Node: User-modified432585
-Ref: User-modified-Footnote-1440266
-Node: Auto-set440328
-Ref: Auto-set-Footnote-1453363
-Ref: Auto-set-Footnote-2453568
-Node: ARGC and ARGV453624
-Node: Pattern Action Summary457842
-Node: Arrays460269
-Node: Array Basics461598
-Node: Array Intro462442
-Ref: figure-array-elements464406
-Ref: Array Intro-Footnote-1466932
-Node: Reference to Elements467060
-Node: Assigning Elements469512
-Node: Array Example470003
-Node: Scanning an Array471761
-Node: Controlling Scanning474777
-Ref: Controlling Scanning-Footnote-1479973
-Node: Numeric Array Subscripts480289
-Node: Uninitialized Subscripts482474
-Node: Delete484091
-Ref: Delete-Footnote-1486834
-Node: Multidimensional486891
-Node: Multiscanning489988
-Node: Arrays of Arrays491577
-Node: Arrays Summary496336
-Node: Functions498428
-Node: Built-in499327
-Node: Calling Built-in500405
-Node: Numeric Functions502396
-Ref: Numeric Functions-Footnote-1506413
-Ref: Numeric Functions-Footnote-2506770
-Ref: Numeric Functions-Footnote-3506818
-Node: String Functions507090
-Ref: String Functions-Footnote-1530565
-Ref: String Functions-Footnote-2530694
-Ref: String Functions-Footnote-3530942
-Node: Gory Details531029
-Ref: table-sub-escapes532810
-Ref: table-sub-proposed534330
-Ref: table-posix-sub535694
-Ref: table-gensub-escapes537230
-Ref: Gory Details-Footnote-1538062
-Node: I/O Functions538213
-Ref: I/O Functions-Footnote-1545431
-Node: Time Functions545578
-Ref: Time Functions-Footnote-1556066
-Ref: Time Functions-Footnote-2556134
-Ref: Time Functions-Footnote-3556292
-Ref: Time Functions-Footnote-4556403
-Ref: Time Functions-Footnote-5556515
-Ref: Time Functions-Footnote-6556742
-Node: Bitwise Functions557008
-Ref: table-bitwise-ops557570
-Ref: Bitwise Functions-Footnote-1561879
-Node: Type Functions562048
-Node: I18N Functions563199
-Node: User-defined564844
-Node: Definition Syntax565649
-Ref: Definition Syntax-Footnote-1571056
-Node: Function Example571127
-Ref: Function Example-Footnote-1574046
-Node: Function Caveats574068
-Node: Calling A Function574586
-Node: Variable Scope575544
-Node: Pass By Value/Reference578532
-Node: Return Statement582027
-Node: Dynamic Typing585008
-Node: Indirect Calls585937
-Ref: Indirect Calls-Footnote-1597239
-Node: Functions Summary597367
-Node: Library Functions600069
-Ref: Library Functions-Footnote-1603678
-Ref: Library Functions-Footnote-2603821
-Node: Library Names603992
-Ref: Library Names-Footnote-1607446
-Ref: Library Names-Footnote-2607669
-Node: General Functions607755
-Node: Strtonum Function608858
-Node: Assert Function611880
-Node: Round Function615204
-Node: Cliff Random Function616745
-Node: Ordinal Functions617761
-Ref: Ordinal Functions-Footnote-1620824
-Ref: Ordinal Functions-Footnote-2621076
-Node: Join Function621287
-Ref: Join Function-Footnote-1623056
-Node: Getlocaltime Function623256
-Node: Readfile Function627000
-Node: Shell Quoting628970
-Node: Data File Management630371
-Node: Filetrans Function631003
-Node: Rewind Function635059
-Node: File Checking636446
-Ref: File Checking-Footnote-1637778
-Node: Empty Files637979
-Node: Ignoring Assigns639958
-Node: Getopt Function641509
-Ref: Getopt Function-Footnote-1652971
-Node: Passwd Functions653171
-Ref: Passwd Functions-Footnote-1662008
-Node: Group Functions662096
-Ref: Group Functions-Footnote-1669990
-Node: Walking Arrays670203
-Node: Library Functions Summary671806
-Node: Library Exercises673207
-Node: Sample Programs674487
-Node: Running Examples675257
-Node: Clones675985
-Node: Cut Program677209
-Node: Egrep Program686928
-Ref: Egrep Program-Footnote-1694426
-Node: Id Program694536
-Node: Split Program698181
-Ref: Split Program-Footnote-1701629
-Node: Tee Program701757
-Node: Uniq Program704546
-Node: Wc Program711965
-Ref: Wc Program-Footnote-1716215
-Node: Miscellaneous Programs716309
-Node: Dupword Program717522
-Node: Alarm Program719553
-Node: Translate Program724357
-Ref: Translate Program-Footnote-1728922
-Node: Labels Program729192
-Ref: Labels Program-Footnote-1732543
-Node: Word Sorting732627
-Node: History Sorting736698
-Node: Extract Program738534
-Node: Simple Sed746059
-Node: Igawk Program749127
-Ref: Igawk Program-Footnote-1763451
-Ref: Igawk Program-Footnote-2763652
-Ref: Igawk Program-Footnote-3763774
-Node: Anagram Program763889
-Node: Signature Program766946
-Node: Programs Summary768193
-Node: Programs Exercises769386
-Ref: Programs Exercises-Footnote-1773517
-Node: Advanced Features773608
-Node: Nondecimal Data775556
-Node: Array Sorting777146
-Node: Controlling Array Traversal777843
-Ref: Controlling Array Traversal-Footnote-1786176
-Node: Array Sorting Functions786294
-Ref: Array Sorting Functions-Footnote-1790183
-Node: Two-way I/O790379
-Ref: Two-way I/O-Footnote-1795324
-Ref: Two-way I/O-Footnote-2795510
-Node: TCP/IP Networking795592
-Node: Profiling798465
-Node: Advanced Features Summary806012
-Node: Internationalization807945
-Node: I18N and L10N809425
-Node: Explaining gettext810111
-Ref: Explaining gettext-Footnote-1815136
-Ref: Explaining gettext-Footnote-2815320
-Node: Programmer i18n815485
-Ref: Programmer i18n-Footnote-1820351
-Node: Translator i18n820400
-Node: String Extraction821194
-Ref: String Extraction-Footnote-1822325
-Node: Printf Ordering822411
-Ref: Printf Ordering-Footnote-1825197
-Node: I18N Portability825261
-Ref: I18N Portability-Footnote-1827716
-Node: I18N Example827779
-Ref: I18N Example-Footnote-1830582
-Node: Gawk I18N830654
-Node: I18N Summary831292
-Node: Debugger832631
-Node: Debugging833653
-Node: Debugging Concepts834094
-Node: Debugging Terms835947
-Node: Awk Debugging838519
-Node: Sample Debugging Session839413
-Node: Debugger Invocation839933
-Node: Finding The Bug841317
-Node: List of Debugger Commands847792
-Node: Breakpoint Control849125
-Node: Debugger Execution Control852821
-Node: Viewing And Changing Data856185
-Node: Execution Stack859563
-Node: Debugger Info861200
-Node: Miscellaneous Debugger Commands865217
-Node: Readline Support870246
-Node: Limitations871138
-Node: Debugging Summary873252
-Node: Arbitrary Precision Arithmetic874420
-Node: Computer Arithmetic875836
-Ref: table-numeric-ranges879434
-Ref: Computer Arithmetic-Footnote-1880293
-Node: Math Definitions880350
-Ref: table-ieee-formats883638
-Ref: Math Definitions-Footnote-1884242
-Node: MPFR features884347
-Node: FP Math Caution886018
-Ref: FP Math Caution-Footnote-1887068
-Node: Inexactness of computations887437
-Node: Inexact representation888396
-Node: Comparing FP Values889753
-Node: Errors accumulate890835
-Node: Getting Accuracy892268
-Node: Try To Round894930
-Node: Setting precision895829
-Ref: table-predefined-precision-strings896513
-Node: Setting the rounding mode898302
-Ref: table-gawk-rounding-modes898666
-Ref: Setting the rounding mode-Footnote-1902121
-Node: Arbitrary Precision Integers902300
-Ref: Arbitrary Precision Integers-Footnote-1905286
-Node: POSIX Floating Point Problems905435
-Ref: POSIX Floating Point Problems-Footnote-1909308
-Node: Floating point summary909346
-Node: Dynamic Extensions911540
-Node: Extension Intro913092
-Node: Plugin License914358
-Node: Extension Mechanism Outline915155
-Ref: figure-load-extension915583
-Ref: figure-register-new-function917063
-Ref: figure-call-new-function918067
-Node: Extension API Description920053
-Node: Extension API Functions Introduction921503
-Node: General Data Types926327
-Ref: General Data Types-Footnote-1932066
-Node: Memory Allocation Functions932365
-Ref: Memory Allocation Functions-Footnote-1935204
-Node: Constructor Functions935300
-Node: Registration Functions937034
-Node: Extension Functions937719
-Node: Exit Callback Functions940016
-Node: Extension Version String941264
-Node: Input Parsers941929
-Node: Output Wrappers951808
-Node: Two-way processors956323
-Node: Printing Messages958527
-Ref: Printing Messages-Footnote-1959603
-Node: Updating `ERRNO'959755
-Node: Requesting Values960495
-Ref: table-value-types-returned961223
-Node: Accessing Parameters962180
-Node: Symbol Table Access963411
-Node: Symbol table by name963925
-Node: Symbol table by cookie965906
-Ref: Symbol table by cookie-Footnote-1970050
-Node: Cached values970113
-Ref: Cached values-Footnote-1973612
-Node: Array Manipulation973703
-Ref: Array Manipulation-Footnote-1974801
-Node: Array Data Types974838
-Ref: Array Data Types-Footnote-1977493
-Node: Array Functions977585
-Node: Flattening Arrays981439
-Node: Creating Arrays988331
-Node: Extension API Variables993102
-Node: Extension Versioning993738
-Node: Extension API Informational Variables995639
-Node: Extension API Boilerplate996704
-Node: Finding Extensions1000513
-Node: Extension Example1001073
-Node: Internal File Description1001845
-Node: Internal File Ops1005912
-Ref: Internal File Ops-Footnote-11017582
-Node: Using Internal File Ops1017722
-Ref: Using Internal File Ops-Footnote-11020105
-Node: Extension Samples1020378
-Node: Extension Sample File Functions1021904
-Node: Extension Sample Fnmatch1029542
-Node: Extension Sample Fork1031033
-Node: Extension Sample Inplace1032248
-Node: Extension Sample Ord1033923
-Node: Extension Sample Readdir1034759
-Ref: table-readdir-file-types1035635
-Node: Extension Sample Revout1036446
-Node: Extension Sample Rev2way1037036
-Node: Extension Sample Read write array1037776
-Node: Extension Sample Readfile1039716
-Node: Extension Sample Time1040811
-Node: Extension Sample API Tests1042160
-Node: gawkextlib1042651
-Node: Extension summary1045309
-Node: Extension Exercises1048998
-Node: Language History1049720
-Node: V7/SVR3.11051376
-Node: SVR41053557
-Node: POSIX1055002
-Node: BTL1056391
-Node: POSIX/GNU1057125
-Node: Feature History1062689
-Node: Common Extensions1075787
-Node: Ranges and Locales1077111
-Ref: Ranges and Locales-Footnote-11081729
-Ref: Ranges and Locales-Footnote-21081756
-Ref: Ranges and Locales-Footnote-31081990
-Node: Contributors1082211
-Node: History summary1087752
-Node: Installation1089122
-Node: Gawk Distribution1090068
-Node: Getting1090552
-Node: Extracting1091375
-Node: Distribution contents1093010
-Node: Unix Installation1098727
-Node: Quick Installation1099344
-Node: Additional Configuration Options1101768
-Node: Configuration Philosophy1103506
-Node: Non-Unix Installation1105875
-Node: PC Installation1106333
-Node: PC Binary Installation1107652
-Node: PC Compiling1109500
-Ref: PC Compiling-Footnote-11112521
-Node: PC Testing1112630
-Node: PC Using1113806
-Node: Cygwin1117921
-Node: MSYS1118744
-Node: VMS Installation1119244
-Node: VMS Compilation1120036
-Ref: VMS Compilation-Footnote-11121258
-Node: VMS Dynamic Extensions1121316
-Node: VMS Installation Details1123000
-Node: VMS Running1125252
-Node: VMS GNV1128088
-Node: VMS Old Gawk1128822
-Node: Bugs1129292
-Node: Other Versions1133175
-Node: Installation summary1139603
-Node: Notes1140659
-Node: Compatibility Mode1141524
-Node: Additions1142306
-Node: Accessing The Source1143231
-Node: Adding Code1144667
-Node: New Ports1150832
-Node: Derived Files1155314
-Ref: Derived Files-Footnote-11160789
-Ref: Derived Files-Footnote-21160823
-Ref: Derived Files-Footnote-31161419
-Node: Future Extensions1161533
-Node: Implementation Limitations1162139
-Node: Extension Design1163387
-Node: Old Extension Problems1164541
-Ref: Old Extension Problems-Footnote-11166058
-Node: Extension New Mechanism Goals1166115
-Ref: Extension New Mechanism Goals-Footnote-11169475
-Node: Extension Other Design Decisions1169664
-Node: Extension Future Growth1171772
-Node: Old Extension Mechanism1172608
-Node: Notes summary1174370
-Node: Basic Concepts1175556
-Node: Basic High Level1176237
-Ref: figure-general-flow1176509
-Ref: figure-process-flow1177108
-Ref: Basic High Level-Footnote-11180337
-Node: Basic Data Typing1180522
-Node: Glossary1183850
-Node: Copying1209008
-Node: GNU Free Documentation License1246564
-Node: Index1271700
+Ref: Read Timeout-Footnote-1265037
+Node: Command-line directories265095
+Node: Input Summary266000
+Node: Input Exercises269301
+Node: Printing270029
+Node: Print271806
+Node: Print Examples273263
+Node: Output Separators276042
+Node: OFMT278060
+Node: Printf279414
+Node: Basic Printf280199
+Node: Control Letters281769
+Node: Format Modifiers285752
+Node: Printf Examples291761
+Node: Redirection294247
+Node: Special FD301088
+Ref: Special FD-Footnote-1304248
+Node: Special Files304322
+Node: Other Inherited Files304939
+Node: Special Network305939
+Node: Special Caveats306801
+Node: Close Files And Pipes307752
+Ref: Close Files And Pipes-Footnote-1314934
+Ref: Close Files And Pipes-Footnote-2315082
+Node: Output Summary315232
+Node: Output Exercises316230
+Node: Expressions316910
+Node: Values318095
+Node: Constants318773
+Node: Scalar Constants319464
+Ref: Scalar Constants-Footnote-1320323
+Node: Nondecimal-numbers320573
+Node: Regexp Constants323591
+Node: Using Constant Regexps324116
+Node: Variables327259
+Node: Using Variables327914
+Node: Assignment Options329825
+Node: Conversion331700
+Node: Strings And Numbers332224
+Ref: Strings And Numbers-Footnote-1335289
+Node: Locale influences conversions335398
+Ref: table-locale-affects338145
+Node: All Operators338733
+Node: Arithmetic Ops339363
+Node: Concatenation341868
+Ref: Concatenation-Footnote-1344687
+Node: Assignment Ops344793
+Ref: table-assign-ops349772
+Node: Increment Ops351044
+Node: Truth Values and Conditions354482
+Node: Truth Values355567
+Node: Typing and Comparison356616
+Node: Variable Typing357426
+Node: Comparison Operators361079
+Ref: table-relational-ops361489
+Node: POSIX String Comparison364984
+Ref: POSIX String Comparison-Footnote-1366056
+Node: Boolean Ops366194
+Ref: Boolean Ops-Footnote-1370673
+Node: Conditional Exp370764
+Node: Function Calls372491
+Node: Precedence376371
+Node: Locales380032
+Node: Expressions Summary381664
+Node: Patterns and Actions384224
+Node: Pattern Overview385344
+Node: Regexp Patterns387023
+Node: Expression Patterns387566
+Node: Ranges391276
+Node: BEGIN/END394382
+Node: Using BEGIN/END395143
+Ref: Using BEGIN/END-Footnote-1397877
+Node: I/O And BEGIN/END397983
+Node: BEGINFILE/ENDFILE400297
+Node: Empty403198
+Node: Using Shell Variables403515
+Node: Action Overview405788
+Node: Statements408114
+Node: If Statement409962
+Node: While Statement411457
+Node: Do Statement413486
+Node: For Statement414630
+Node: Switch Statement417787
+Node: Break Statement420169
+Node: Continue Statement422210
+Node: Next Statement424037
+Node: Nextfile Statement426418
+Node: Exit Statement429048
+Node: Built-in Variables431451
+Node: User-modified432584
+Ref: User-modified-Footnote-1440265
+Node: Auto-set440327
+Ref: Auto-set-Footnote-1453362
+Ref: Auto-set-Footnote-2453567
+Node: ARGC and ARGV453623
+Node: Pattern Action Summary457841
+Node: Arrays460268
+Node: Array Basics461597
+Node: Array Intro462441
+Ref: figure-array-elements464405
+Ref: Array Intro-Footnote-1466931
+Node: Reference to Elements467059
+Node: Assigning Elements469511
+Node: Array Example470002
+Node: Scanning an Array471760
+Node: Controlling Scanning474776
+Ref: Controlling Scanning-Footnote-1479972
+Node: Numeric Array Subscripts480288
+Node: Uninitialized Subscripts482473
+Node: Delete484090
+Ref: Delete-Footnote-1486833
+Node: Multidimensional486890
+Node: Multiscanning489987
+Node: Arrays of Arrays491576
+Node: Arrays Summary496335
+Node: Functions498427
+Node: Built-in499326
+Node: Calling Built-in500404
+Node: Numeric Functions502395
+Ref: Numeric Functions-Footnote-1506412
+Ref: Numeric Functions-Footnote-2506769
+Ref: Numeric Functions-Footnote-3506817
+Node: String Functions507089
+Ref: String Functions-Footnote-1530564
+Ref: String Functions-Footnote-2530693
+Ref: String Functions-Footnote-3530941
+Node: Gory Details531028
+Ref: table-sub-escapes532809
+Ref: table-sub-proposed534329
+Ref: table-posix-sub535693
+Ref: table-gensub-escapes537229
+Ref: Gory Details-Footnote-1538061
+Node: I/O Functions538212
+Ref: I/O Functions-Footnote-1545430
+Node: Time Functions545577
+Ref: Time Functions-Footnote-1556065
+Ref: Time Functions-Footnote-2556133
+Ref: Time Functions-Footnote-3556291
+Ref: Time Functions-Footnote-4556402
+Ref: Time Functions-Footnote-5556514
+Ref: Time Functions-Footnote-6556741
+Node: Bitwise Functions557007
+Ref: table-bitwise-ops557569
+Ref: Bitwise Functions-Footnote-1561878
+Node: Type Functions562047
+Node: I18N Functions563198
+Node: User-defined564843
+Node: Definition Syntax565648
+Ref: Definition Syntax-Footnote-1571055
+Node: Function Example571126
+Ref: Function Example-Footnote-1574045
+Node: Function Caveats574067
+Node: Calling A Function574585
+Node: Variable Scope575543
+Node: Pass By Value/Reference578531
+Node: Return Statement582026
+Node: Dynamic Typing585007
+Node: Indirect Calls585936
+Ref: Indirect Calls-Footnote-1597238
+Node: Functions Summary597366
+Node: Library Functions600068
+Ref: Library Functions-Footnote-1603677
+Ref: Library Functions-Footnote-2603820
+Node: Library Names603991
+Ref: Library Names-Footnote-1607445
+Ref: Library Names-Footnote-2607668
+Node: General Functions607754
+Node: Strtonum Function608857
+Node: Assert Function611879
+Node: Round Function615203
+Node: Cliff Random Function616744
+Node: Ordinal Functions617760
+Ref: Ordinal Functions-Footnote-1620823
+Ref: Ordinal Functions-Footnote-2621075
+Node: Join Function621286
+Ref: Join Function-Footnote-1623055
+Node: Getlocaltime Function623255
+Node: Readfile Function626999
+Node: Shell Quoting628969
+Node: Data File Management630370
+Node: Filetrans Function631002
+Node: Rewind Function635058
+Node: File Checking636445
+Ref: File Checking-Footnote-1637777
+Node: Empty Files637978
+Node: Ignoring Assigns639957
+Node: Getopt Function641508
+Ref: Getopt Function-Footnote-1652970
+Node: Passwd Functions653170
+Ref: Passwd Functions-Footnote-1662007
+Node: Group Functions662095
+Ref: Group Functions-Footnote-1669989
+Node: Walking Arrays670202
+Node: Library Functions Summary671805
+Node: Library Exercises673206
+Node: Sample Programs674486
+Node: Running Examples675256
+Node: Clones675984
+Node: Cut Program677208
+Node: Egrep Program686927
+Ref: Egrep Program-Footnote-1694425
+Node: Id Program694535
+Node: Split Program698180
+Ref: Split Program-Footnote-1701628
+Node: Tee Program701756
+Node: Uniq Program704545
+Node: Wc Program711964
+Ref: Wc Program-Footnote-1716214
+Node: Miscellaneous Programs716308
+Node: Dupword Program717521
+Node: Alarm Program719552
+Node: Translate Program724356
+Ref: Translate Program-Footnote-1728921
+Node: Labels Program729191
+Ref: Labels Program-Footnote-1732542
+Node: Word Sorting732626
+Node: History Sorting736697
+Node: Extract Program738533
+Node: Simple Sed746058
+Node: Igawk Program749126
+Ref: Igawk Program-Footnote-1763450
+Ref: Igawk Program-Footnote-2763651
+Ref: Igawk Program-Footnote-3763773
+Node: Anagram Program763888
+Node: Signature Program766945
+Node: Programs Summary768192
+Node: Programs Exercises769385
+Ref: Programs Exercises-Footnote-1773516
+Node: Advanced Features773607
+Node: Nondecimal Data775555
+Node: Array Sorting777145
+Node: Controlling Array Traversal777842
+Ref: Controlling Array Traversal-Footnote-1786175
+Node: Array Sorting Functions786293
+Ref: Array Sorting Functions-Footnote-1790182
+Node: Two-way I/O790378
+Ref: Two-way I/O-Footnote-1795323
+Ref: Two-way I/O-Footnote-2795509
+Node: TCP/IP Networking795591
+Node: Profiling798464
+Node: Advanced Features Summary806011
+Node: Internationalization807944
+Node: I18N and L10N809424
+Node: Explaining gettext810110
+Ref: Explaining gettext-Footnote-1815135
+Ref: Explaining gettext-Footnote-2815319
+Node: Programmer i18n815484
+Ref: Programmer i18n-Footnote-1820350
+Node: Translator i18n820399
+Node: String Extraction821193
+Ref: String Extraction-Footnote-1822324
+Node: Printf Ordering822410
+Ref: Printf Ordering-Footnote-1825196
+Node: I18N Portability825260
+Ref: I18N Portability-Footnote-1827715
+Node: I18N Example827778
+Ref: I18N Example-Footnote-1830581
+Node: Gawk I18N830653
+Node: I18N Summary831291
+Node: Debugger832630
+Node: Debugging833652
+Node: Debugging Concepts834093
+Node: Debugging Terms835946
+Node: Awk Debugging838518
+Node: Sample Debugging Session839412
+Node: Debugger Invocation839932
+Node: Finding The Bug841316
+Node: List of Debugger Commands847791
+Node: Breakpoint Control849124
+Node: Debugger Execution Control852820
+Node: Viewing And Changing Data856184
+Node: Execution Stack859562
+Node: Debugger Info861199
+Node: Miscellaneous Debugger Commands865216
+Node: Readline Support870245
+Node: Limitations871137
+Node: Debugging Summary873251
+Node: Arbitrary Precision Arithmetic874419
+Node: Computer Arithmetic875835
+Ref: table-numeric-ranges879433
+Ref: Computer Arithmetic-Footnote-1880292
+Node: Math Definitions880349
+Ref: table-ieee-formats883637
+Ref: Math Definitions-Footnote-1884241
+Node: MPFR features884346
+Node: FP Math Caution886017
+Ref: FP Math Caution-Footnote-1887067
+Node: Inexactness of computations887436
+Node: Inexact representation888395
+Node: Comparing FP Values889752
+Node: Errors accumulate890834
+Node: Getting Accuracy892267
+Node: Try To Round894929
+Node: Setting precision895828
+Ref: table-predefined-precision-strings896512
+Node: Setting the rounding mode898301
+Ref: table-gawk-rounding-modes898665
+Ref: Setting the rounding mode-Footnote-1902120
+Node: Arbitrary Precision Integers902299
+Ref: Arbitrary Precision Integers-Footnote-1905285
+Node: POSIX Floating Point Problems905434
+Ref: POSIX Floating Point Problems-Footnote-1909307
+Node: Floating point summary909345
+Node: Dynamic Extensions911539
+Node: Extension Intro913091
+Node: Plugin License914357
+Node: Extension Mechanism Outline915154
+Ref: figure-load-extension915582
+Ref: figure-register-new-function917062
+Ref: figure-call-new-function918066
+Node: Extension API Description920052
+Node: Extension API Functions Introduction921502
+Node: General Data Types926326
+Ref: General Data Types-Footnote-1932065
+Node: Memory Allocation Functions932364
+Ref: Memory Allocation Functions-Footnote-1935203
+Node: Constructor Functions935299
+Node: Registration Functions937033
+Node: Extension Functions937718
+Node: Exit Callback Functions940015
+Node: Extension Version String941263
+Node: Input Parsers941928
+Node: Output Wrappers951807
+Node: Two-way processors956322
+Node: Printing Messages958526
+Ref: Printing Messages-Footnote-1959602
+Node: Updating `ERRNO'959754
+Node: Requesting Values960494
+Ref: table-value-types-returned961222
+Node: Accessing Parameters962179
+Node: Symbol Table Access963410
+Node: Symbol table by name963924
+Node: Symbol table by cookie965905
+Ref: Symbol table by cookie-Footnote-1970049
+Node: Cached values970112
+Ref: Cached values-Footnote-1973611
+Node: Array Manipulation973702
+Ref: Array Manipulation-Footnote-1974800
+Node: Array Data Types974837
+Ref: Array Data Types-Footnote-1977492
+Node: Array Functions977584
+Node: Flattening Arrays981438
+Node: Creating Arrays988330
+Node: Extension API Variables993101
+Node: Extension Versioning993737
+Node: Extension API Informational Variables995638
+Node: Extension API Boilerplate996703
+Node: Finding Extensions1000512
+Node: Extension Example1001072
+Node: Internal File Description1001844
+Node: Internal File Ops1005911
+Ref: Internal File Ops-Footnote-11017581
+Node: Using Internal File Ops1017721
+Ref: Using Internal File Ops-Footnote-11020104
+Node: Extension Samples1020377
+Node: Extension Sample File Functions1021903
+Node: Extension Sample Fnmatch1029541
+Node: Extension Sample Fork1031032
+Node: Extension Sample Inplace1032247
+Node: Extension Sample Ord1033922
+Node: Extension Sample Readdir1034758
+Ref: table-readdir-file-types1035634
+Node: Extension Sample Revout1036445
+Node: Extension Sample Rev2way1037035
+Node: Extension Sample Read write array1037775
+Node: Extension Sample Readfile1039715
+Node: Extension Sample Time1040810
+Node: Extension Sample API Tests1042159
+Node: gawkextlib1042650
+Node: Extension summary1045308
+Node: Extension Exercises1048997
+Node: Language History1049719
+Node: V7/SVR3.11051375
+Node: SVR41053556
+Node: POSIX1055001
+Node: BTL1056390
+Node: POSIX/GNU1057124
+Node: Feature History1062688
+Node: Common Extensions1075786
+Node: Ranges and Locales1077110
+Ref: Ranges and Locales-Footnote-11081728
+Ref: Ranges and Locales-Footnote-21081755
+Ref: Ranges and Locales-Footnote-31081989
+Node: Contributors1082210
+Node: History summary1087751
+Node: Installation1089121
+Node: Gawk Distribution1090067
+Node: Getting1090551
+Node: Extracting1091374
+Node: Distribution contents1093009
+Node: Unix Installation1098726
+Node: Quick Installation1099343
+Node: Additional Configuration Options1101767
+Node: Configuration Philosophy1103505
+Node: Non-Unix Installation1105874
+Node: PC Installation1106332
+Node: PC Binary Installation1107651
+Node: PC Compiling1109499
+Ref: PC Compiling-Footnote-11112520
+Node: PC Testing1112629
+Node: PC Using1113805
+Node: Cygwin1117920
+Node: MSYS1118743
+Node: VMS Installation1119243
+Node: VMS Compilation1120035
+Ref: VMS Compilation-Footnote-11121257
+Node: VMS Dynamic Extensions1121315
+Node: VMS Installation Details1122999
+Node: VMS Running1125251
+Node: VMS GNV1128087
+Node: VMS Old Gawk1128821
+Node: Bugs1129291
+Node: Other Versions1133174
+Node: Installation summary1139602
+Node: Notes1140658
+Node: Compatibility Mode1141523
+Node: Additions1142305
+Node: Accessing The Source1143230
+Node: Adding Code1144666
+Node: New Ports1150831
+Node: Derived Files1155313
+Ref: Derived Files-Footnote-11160788
+Ref: Derived Files-Footnote-21160822
+Ref: Derived Files-Footnote-31161418
+Node: Future Extensions1161532
+Node: Implementation Limitations1162138
+Node: Extension Design1163386
+Node: Old Extension Problems1164540
+Ref: Old Extension Problems-Footnote-11166057
+Node: Extension New Mechanism Goals1166114
+Ref: Extension New Mechanism Goals-Footnote-11169474
+Node: Extension Other Design Decisions1169663
+Node: Extension Future Growth1171771
+Node: Old Extension Mechanism1172607
+Node: Notes summary1174369
+Node: Basic Concepts1175555
+Node: Basic High Level1176236
+Ref: figure-general-flow1176508
+Ref: figure-process-flow1177107
+Ref: Basic High Level-Footnote-11180336
+Node: Basic Data Typing1180521
+Node: Glossary1183849
+Node: Copying1209007
+Node: GNU Free Documentation License1246563
+Node: Index1271699
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c0c672f..afb9455 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -8754,7 +8754,7 @@ loop that reads input records and matches them against 
patterns,
 like so:
 
 @example
-$ @kbd{ gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}}
+$ @kbd{gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}}
 > @address@hidden print "You entered: " $0 @}'}
 @kbd{gawk}
 @print{} You entered: gawk
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 5cff1e5..b346e21 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -8355,7 +8355,7 @@ loop that reads input records and matches them against 
patterns,
 like so:
 
 @example
-$ @kbd{ gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}}
+$ @kbd{gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}}
 > @address@hidden print "You entered: " $0 @}'}
 @kbd{gawk}
 @print{} You entered: gawk

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

Summary of changes:
 doc/gawk.info   |  892 +++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |    2 +-
 doc/gawktexi.in |    2 +-
 3 files changed, 448 insertions(+), 448 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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