~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to doc/gawk.info

  • Committer: Arnold D. Robbins
  • Date: 2019-04-12 09:28:05 UTC
  • Revision ID: git-v1:846375cf4aa711be438d5da3a0ac00ef6acbf836
Update gettext version in the doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21680
21680
'gawk' itself has been internationalized using the GNU 'gettext'
21681
21681
package.  (GNU 'gettext' is described in complete detail in *note (GNU
21682
21682
'gettext' utilities, gettext, GNU 'gettext' utilities)Top::.)  As of
21683
 
this writing, the latest version of GNU 'gettext' is version 0.19.4
21684
 
(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz).
 
21683
this writing, the latest version of GNU 'gettext' is version 0.19.8.1
 
21684
(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz).
21685
21685
 
21686
21686
   If a translation of 'gawk''s messages exists, then 'gawk' produces
21687
21687
usage messages, warnings, and fatal errors in the local language.
37257
37257
Ref: I18N Example-Footnote-1879215
37258
37258
Ref: I18N Example-Footnote-2879288
37259
37259
Node: Gawk I18N879397
37260
 
Node: I18N Summary880042
37261
 
Node: Debugger881383
37262
 
Node: Debugging882383
37263
 
Node: Debugging Concepts882824
37264
 
Node: Debugging Terms884633
37265
 
Node: Awk Debugging887208
37266
 
Ref: Awk Debugging-Footnote-1888153
37267
 
Node: Sample Debugging Session888285
37268
 
Node: Debugger Invocation888819
37269
 
Node: Finding The Bug890205
37270
 
Node: List of Debugger Commands896679
37271
 
Node: Breakpoint Control898012
37272
 
Node: Debugger Execution Control901706
37273
 
Node: Viewing And Changing Data905068
37274
 
Node: Execution Stack908609
37275
 
Node: Debugger Info910246
37276
 
Node: Miscellaneous Debugger Commands914317
37277
 
Node: Readline Support919379
37278
 
Node: Limitations920275
37279
 
Node: Debugging Summary922384
37280
 
Node: Namespaces923663
37281
 
Node: Global Namespace924742
37282
 
Node: Qualified Names926140
37283
 
Node: Default Namespace927139
37284
 
Node: Changing The Namespace927880
37285
 
Node: Naming Rules929494
37286
 
Node: Internal Name Management931342
37287
 
Node: Namespace Example932384
37288
 
Node: Namespace And Features934946
37289
 
Node: Namespace Summary936381
37290
 
Node: Arbitrary Precision Arithmetic937858
37291
 
Node: Computer Arithmetic939345
37292
 
Ref: table-numeric-ranges943111
37293
 
Ref: table-floating-point-ranges943604
37294
 
Ref: Computer Arithmetic-Footnote-1944262
37295
 
Node: Math Definitions944319
37296
 
Ref: table-ieee-formats947635
37297
 
Ref: Math Definitions-Footnote-1948238
37298
 
Node: MPFR features948343
37299
 
Node: FP Math Caution950061
37300
 
Ref: FP Math Caution-Footnote-1951133
37301
 
Node: Inexactness of computations951502
37302
 
Node: Inexact representation952462
37303
 
Node: Comparing FP Values953822
37304
 
Node: Errors accumulate955063
37305
 
Node: Getting Accuracy956496
37306
 
Node: Try To Round959206
37307
 
Node: Setting precision960105
37308
 
Ref: table-predefined-precision-strings960802
37309
 
Node: Setting the rounding mode962632
37310
 
Ref: table-gawk-rounding-modes963006
37311
 
Ref: Setting the rounding mode-Footnote-1966937
37312
 
Node: Arbitrary Precision Integers967116
37313
 
Ref: Arbitrary Precision Integers-Footnote-1970291
37314
 
Node: Checking for MPFR970440
37315
 
Node: POSIX Floating Point Problems971914
37316
 
Ref: POSIX Floating Point Problems-Footnote-1976199
37317
 
Node: Floating point summary976237
37318
 
Node: Dynamic Extensions978427
37319
 
Node: Extension Intro979980
37320
 
Node: Plugin License981246
37321
 
Node: Extension Mechanism Outline982043
37322
 
Ref: figure-load-extension982482
37323
 
Ref: figure-register-new-function984047
37324
 
Ref: figure-call-new-function985139
37325
 
Node: Extension API Description987201
37326
 
Node: Extension API Functions Introduction988843
37327
 
Ref: table-api-std-headers990679
37328
 
Node: General Data Types994544
37329
 
Ref: General Data Types-Footnote-11002905
37330
 
Node: Memory Allocation Functions1003204
37331
 
Ref: Memory Allocation Functions-Footnote-11007414
37332
 
Node: Constructor Functions1007513
37333
 
Node: Registration Functions1011099
37334
 
Node: Extension Functions1011784
37335
 
Node: Exit Callback Functions1017106
37336
 
Node: Extension Version String1018356
37337
 
Node: Input Parsers1019019
37338
 
Node: Output Wrappers1031740
37339
 
Node: Two-way processors1036252
37340
 
Node: Printing Messages1038517
37341
 
Ref: Printing Messages-Footnote-11039688
37342
 
Node: Updating ERRNO1039841
37343
 
Node: Requesting Values1040580
37344
 
Ref: table-value-types-returned1041317
37345
 
Node: Accessing Parameters1042253
37346
 
Node: Symbol Table Access1043488
37347
 
Node: Symbol table by name1044000
37348
 
Ref: Symbol table by name-Footnote-11047024
37349
 
Node: Symbol table by cookie1047152
37350
 
Ref: Symbol table by cookie-Footnote-11051337
37351
 
Node: Cached values1051401
37352
 
Ref: Cached values-Footnote-11054937
37353
 
Node: Array Manipulation1055090
37354
 
Ref: Array Manipulation-Footnote-11056181
37355
 
Node: Array Data Types1056218
37356
 
Ref: Array Data Types-Footnote-11058876
37357
 
Node: Array Functions1058968
37358
 
Node: Flattening Arrays1063466
37359
 
Node: Creating Arrays1070442
37360
 
Node: Redirection API1075209
37361
 
Node: Extension API Variables1078042
37362
 
Node: Extension Versioning1078753
37363
 
Ref: gawk-api-version1079182
37364
 
Node: Extension GMP/MPFR Versioning1080913
37365
 
Node: Extension API Informational Variables1082541
37366
 
Node: Extension API Boilerplate1083614
37367
 
Node: Changes from API V11087588
37368
 
Node: Finding Extensions1089160
37369
 
Node: Extension Example1089719
37370
 
Node: Internal File Description1090517
37371
 
Node: Internal File Ops1094597
37372
 
Ref: Internal File Ops-Footnote-11105947
37373
 
Node: Using Internal File Ops1106087
37374
 
Ref: Using Internal File Ops-Footnote-11108470
37375
 
Node: Extension Samples1108744
37376
 
Node: Extension Sample File Functions1110273
37377
 
Node: Extension Sample Fnmatch1117922
37378
 
Node: Extension Sample Fork1119409
37379
 
Node: Extension Sample Inplace1120627
37380
 
Node: Extension Sample Ord1123931
37381
 
Node: Extension Sample Readdir1124767
37382
 
Ref: table-readdir-file-types1125656
37383
 
Node: Extension Sample Revout1126461
37384
 
Node: Extension Sample Rev2way1127050
37385
 
Node: Extension Sample Read write array1127790
37386
 
Node: Extension Sample Readfile1129732
37387
 
Node: Extension Sample Time1130827
37388
 
Node: Extension Sample API Tests1132175
37389
 
Node: gawkextlib1132667
37390
 
Node: Extension summary1135585
37391
 
Node: Extension Exercises1139287
37392
 
Node: Language History1140529
37393
 
Node: V7/SVR3.11142185
37394
 
Node: SVR41144337
37395
 
Node: POSIX1145771
37396
 
Node: BTL1147151
37397
 
Node: POSIX/GNU1147880
37398
 
Node: Feature History1153658
37399
 
Node: Common Extensions1169704
37400
 
Node: Ranges and Locales1170987
37401
 
Ref: Ranges and Locales-Footnote-11175603
37402
 
Ref: Ranges and Locales-Footnote-21175630
37403
 
Ref: Ranges and Locales-Footnote-31175865
37404
 
Node: Contributors1176086
37405
 
Node: History summary1182031
37406
 
Node: Installation1183411
37407
 
Node: Gawk Distribution1184355
37408
 
Node: Getting1184839
37409
 
Node: Extracting1185802
37410
 
Node: Distribution contents1187440
37411
 
Node: Unix Installation1193920
37412
 
Node: Quick Installation1194602
37413
 
Node: Shell Startup Files1197016
37414
 
Node: Additional Configuration Options1198105
37415
 
Node: Configuration Philosophy1200270
37416
 
Node: Non-Unix Installation1202639
37417
 
Node: PC Installation1203099
37418
 
Node: PC Binary Installation1203937
37419
 
Node: PC Compiling1204372
37420
 
Node: PC Using1205489
37421
 
Node: Cygwin1209042
37422
 
Node: MSYS1210141
37423
 
Node: VMS Installation1210642
37424
 
Node: VMS Compilation1211433
37425
 
Ref: VMS Compilation-Footnote-11212662
37426
 
Node: VMS Dynamic Extensions1212720
37427
 
Node: VMS Installation Details1214405
37428
 
Node: VMS Running1216658
37429
 
Node: VMS GNV1220937
37430
 
Node: VMS Old Gawk1221672
37431
 
Node: Bugs1222143
37432
 
Node: Bug address1222806
37433
 
Node: Usenet1225788
37434
 
Node: Maintainers1226792
37435
 
Node: Other Versions1228053
37436
 
Node: Installation summary1234967
37437
 
Node: Notes1236169
37438
 
Node: Compatibility Mode1236963
37439
 
Node: Additions1237745
37440
 
Node: Accessing The Source1238670
37441
 
Node: Adding Code1240107
37442
 
Node: New Ports1246326
37443
 
Node: Derived Files1250701
37444
 
Ref: Derived Files-Footnote-11256361
37445
 
Ref: Derived Files-Footnote-21256396
37446
 
Ref: Derived Files-Footnote-31256994
37447
 
Node: Future Extensions1257108
37448
 
Node: Implementation Limitations1257766
37449
 
Node: Extension Design1258949
37450
 
Node: Old Extension Problems1260093
37451
 
Ref: Old Extension Problems-Footnote-11261611
37452
 
Node: Extension New Mechanism Goals1261668
37453
 
Ref: Extension New Mechanism Goals-Footnote-11265032
37454
 
Node: Extension Other Design Decisions1265221
37455
 
Node: Extension Future Growth1267334
37456
 
Node: Notes summary1268170
37457
 
Node: Basic Concepts1269328
37458
 
Node: Basic High Level1270009
37459
 
Ref: figure-general-flow1270291
37460
 
Ref: figure-process-flow1270976
37461
 
Ref: Basic High Level-Footnote-11274277
37462
 
Node: Basic Data Typing1274462
37463
 
Node: Glossary1277790
37464
 
Node: Copying1309628
37465
 
Node: GNU Free Documentation License1347171
37466
 
Node: Index1372291
 
37260
Node: I18N Summary880046
 
37261
Node: Debugger881387
 
37262
Node: Debugging882387
 
37263
Node: Debugging Concepts882828
 
37264
Node: Debugging Terms884637
 
37265
Node: Awk Debugging887212
 
37266
Ref: Awk Debugging-Footnote-1888157
 
37267
Node: Sample Debugging Session888289
 
37268
Node: Debugger Invocation888823
 
37269
Node: Finding The Bug890209
 
37270
Node: List of Debugger Commands896683
 
37271
Node: Breakpoint Control898016
 
37272
Node: Debugger Execution Control901710
 
37273
Node: Viewing And Changing Data905072
 
37274
Node: Execution Stack908613
 
37275
Node: Debugger Info910250
 
37276
Node: Miscellaneous Debugger Commands914321
 
37277
Node: Readline Support919383
 
37278
Node: Limitations920279
 
37279
Node: Debugging Summary922388
 
37280
Node: Namespaces923667
 
37281
Node: Global Namespace924746
 
37282
Node: Qualified Names926144
 
37283
Node: Default Namespace927143
 
37284
Node: Changing The Namespace927884
 
37285
Node: Naming Rules929498
 
37286
Node: Internal Name Management931346
 
37287
Node: Namespace Example932388
 
37288
Node: Namespace And Features934950
 
37289
Node: Namespace Summary936385
 
37290
Node: Arbitrary Precision Arithmetic937862
 
37291
Node: Computer Arithmetic939349
 
37292
Ref: table-numeric-ranges943115
 
37293
Ref: table-floating-point-ranges943608
 
37294
Ref: Computer Arithmetic-Footnote-1944266
 
37295
Node: Math Definitions944323
 
37296
Ref: table-ieee-formats947639
 
37297
Ref: Math Definitions-Footnote-1948242
 
37298
Node: MPFR features948347
 
37299
Node: FP Math Caution950065
 
37300
Ref: FP Math Caution-Footnote-1951137
 
37301
Node: Inexactness of computations951506
 
37302
Node: Inexact representation952466
 
37303
Node: Comparing FP Values953826
 
37304
Node: Errors accumulate955067
 
37305
Node: Getting Accuracy956500
 
37306
Node: Try To Round959210
 
37307
Node: Setting precision960109
 
37308
Ref: table-predefined-precision-strings960806
 
37309
Node: Setting the rounding mode962636
 
37310
Ref: table-gawk-rounding-modes963010
 
37311
Ref: Setting the rounding mode-Footnote-1966941
 
37312
Node: Arbitrary Precision Integers967120
 
37313
Ref: Arbitrary Precision Integers-Footnote-1970295
 
37314
Node: Checking for MPFR970444
 
37315
Node: POSIX Floating Point Problems971918
 
37316
Ref: POSIX Floating Point Problems-Footnote-1976203
 
37317
Node: Floating point summary976241
 
37318
Node: Dynamic Extensions978431
 
37319
Node: Extension Intro979984
 
37320
Node: Plugin License981250
 
37321
Node: Extension Mechanism Outline982047
 
37322
Ref: figure-load-extension982486
 
37323
Ref: figure-register-new-function984051
 
37324
Ref: figure-call-new-function985143
 
37325
Node: Extension API Description987205
 
37326
Node: Extension API Functions Introduction988847
 
37327
Ref: table-api-std-headers990683
 
37328
Node: General Data Types994548
 
37329
Ref: General Data Types-Footnote-11002909
 
37330
Node: Memory Allocation Functions1003208
 
37331
Ref: Memory Allocation Functions-Footnote-11007418
 
37332
Node: Constructor Functions1007517
 
37333
Node: Registration Functions1011103
 
37334
Node: Extension Functions1011788
 
37335
Node: Exit Callback Functions1017110
 
37336
Node: Extension Version String1018360
 
37337
Node: Input Parsers1019023
 
37338
Node: Output Wrappers1031744
 
37339
Node: Two-way processors1036256
 
37340
Node: Printing Messages1038521
 
37341
Ref: Printing Messages-Footnote-11039692
 
37342
Node: Updating ERRNO1039845
 
37343
Node: Requesting Values1040584
 
37344
Ref: table-value-types-returned1041321
 
37345
Node: Accessing Parameters1042257
 
37346
Node: Symbol Table Access1043492
 
37347
Node: Symbol table by name1044004
 
37348
Ref: Symbol table by name-Footnote-11047028
 
37349
Node: Symbol table by cookie1047156
 
37350
Ref: Symbol table by cookie-Footnote-11051341
 
37351
Node: Cached values1051405
 
37352
Ref: Cached values-Footnote-11054941
 
37353
Node: Array Manipulation1055094
 
37354
Ref: Array Manipulation-Footnote-11056185
 
37355
Node: Array Data Types1056222
 
37356
Ref: Array Data Types-Footnote-11058880
 
37357
Node: Array Functions1058972
 
37358
Node: Flattening Arrays1063470
 
37359
Node: Creating Arrays1070446
 
37360
Node: Redirection API1075213
 
37361
Node: Extension API Variables1078046
 
37362
Node: Extension Versioning1078757
 
37363
Ref: gawk-api-version1079186
 
37364
Node: Extension GMP/MPFR Versioning1080917
 
37365
Node: Extension API Informational Variables1082545
 
37366
Node: Extension API Boilerplate1083618
 
37367
Node: Changes from API V11087592
 
37368
Node: Finding Extensions1089164
 
37369
Node: Extension Example1089723
 
37370
Node: Internal File Description1090521
 
37371
Node: Internal File Ops1094601
 
37372
Ref: Internal File Ops-Footnote-11105951
 
37373
Node: Using Internal File Ops1106091
 
37374
Ref: Using Internal File Ops-Footnote-11108474
 
37375
Node: Extension Samples1108748
 
37376
Node: Extension Sample File Functions1110277
 
37377
Node: Extension Sample Fnmatch1117926
 
37378
Node: Extension Sample Fork1119413
 
37379
Node: Extension Sample Inplace1120631
 
37380
Node: Extension Sample Ord1123935
 
37381
Node: Extension Sample Readdir1124771
 
37382
Ref: table-readdir-file-types1125660
 
37383
Node: Extension Sample Revout1126465
 
37384
Node: Extension Sample Rev2way1127054
 
37385
Node: Extension Sample Read write array1127794
 
37386
Node: Extension Sample Readfile1129736
 
37387
Node: Extension Sample Time1130831
 
37388
Node: Extension Sample API Tests1132179
 
37389
Node: gawkextlib1132671
 
37390
Node: Extension summary1135589
 
37391
Node: Extension Exercises1139291
 
37392
Node: Language History1140533
 
37393
Node: V7/SVR3.11142189
 
37394
Node: SVR41144341
 
37395
Node: POSIX1145775
 
37396
Node: BTL1147155
 
37397
Node: POSIX/GNU1147884
 
37398
Node: Feature History1153662
 
37399
Node: Common Extensions1169708
 
37400
Node: Ranges and Locales1170991
 
37401
Ref: Ranges and Locales-Footnote-11175607
 
37402
Ref: Ranges and Locales-Footnote-21175634
 
37403
Ref: Ranges and Locales-Footnote-31175869
 
37404
Node: Contributors1176090
 
37405
Node: History summary1182035
 
37406
Node: Installation1183415
 
37407
Node: Gawk Distribution1184359
 
37408
Node: Getting1184843
 
37409
Node: Extracting1185806
 
37410
Node: Distribution contents1187444
 
37411
Node: Unix Installation1193924
 
37412
Node: Quick Installation1194606
 
37413
Node: Shell Startup Files1197020
 
37414
Node: Additional Configuration Options1198109
 
37415
Node: Configuration Philosophy1200274
 
37416
Node: Non-Unix Installation1202643
 
37417
Node: PC Installation1203103
 
37418
Node: PC Binary Installation1203941
 
37419
Node: PC Compiling1204376
 
37420
Node: PC Using1205493
 
37421
Node: Cygwin1209046
 
37422
Node: MSYS1210145
 
37423
Node: VMS Installation1210646
 
37424
Node: VMS Compilation1211437
 
37425
Ref: VMS Compilation-Footnote-11212666
 
37426
Node: VMS Dynamic Extensions1212724
 
37427
Node: VMS Installation Details1214409
 
37428
Node: VMS Running1216662
 
37429
Node: VMS GNV1220941
 
37430
Node: VMS Old Gawk1221676
 
37431
Node: Bugs1222147
 
37432
Node: Bug address1222810
 
37433
Node: Usenet1225792
 
37434
Node: Maintainers1226796
 
37435
Node: Other Versions1228057
 
37436
Node: Installation summary1234971
 
37437
Node: Notes1236173
 
37438
Node: Compatibility Mode1236967
 
37439
Node: Additions1237749
 
37440
Node: Accessing The Source1238674
 
37441
Node: Adding Code1240111
 
37442
Node: New Ports1246330
 
37443
Node: Derived Files1250705
 
37444
Ref: Derived Files-Footnote-11256365
 
37445
Ref: Derived Files-Footnote-21256400
 
37446
Ref: Derived Files-Footnote-31256998
 
37447
Node: Future Extensions1257112
 
37448
Node: Implementation Limitations1257770
 
37449
Node: Extension Design1258953
 
37450
Node: Old Extension Problems1260097
 
37451
Ref: Old Extension Problems-Footnote-11261615
 
37452
Node: Extension New Mechanism Goals1261672
 
37453
Ref: Extension New Mechanism Goals-Footnote-11265036
 
37454
Node: Extension Other Design Decisions1265225
 
37455
Node: Extension Future Growth1267338
 
37456
Node: Notes summary1268174
 
37457
Node: Basic Concepts1269332
 
37458
Node: Basic High Level1270013
 
37459
Ref: figure-general-flow1270295
 
37460
Ref: figure-process-flow1270980
 
37461
Ref: Basic High Level-Footnote-11274281
 
37462
Node: Basic Data Typing1274466
 
37463
Node: Glossary1277794
 
37464
Node: Copying1309632
 
37465
Node: GNU Free Documentation License1347175
 
37466
Node: Index1372295
37467
37467
 
37468
37468
End Tag Table