summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-12 12:28:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-12 12:28:05 +0300
commit846375cf4aa711be438d5da3a0ac00ef6acbf836 (patch)
tree5853e48e1f39c862514be38d053cf2b189be75c0
parent414addfde0ca368a19b65276a7ab9ec830df5865 (diff)
downloadgawk-846375cf4aa711be438d5da3a0ac00ef6acbf836.tar.gz
Update gettext version in the doc.
-rwxr-xr-xChangeLog.1 (renamed from ChangeLog)0
-rw-r--r--README_d/ChangeLog.1 (renamed from README_d/ChangeLog)0
-rw-r--r--awklib/ChangeLog.1 (renamed from awklib/ChangeLog)0
-rw-r--r--doc/ChangeLog.1 (renamed from doc/ChangeLog)0
-rw-r--r--doc/gawk.info418
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
-rw-r--r--doc/it/ChangeLog4
-rw-r--r--doc/it/gawktexi.in4
-rw-r--r--extension/ChangeLog.1 (renamed from extension/ChangeLog)0
-rw-r--r--m4/ChangeLog.1 (renamed from m4/ChangeLog)0
-rw-r--r--missing_d/ChangeLog.1 (renamed from missing_d/ChangeLog)0
-rw-r--r--pc/ChangeLog.1 (renamed from pc/ChangeLog)0
-rw-r--r--po/ChangeLog.1 (renamed from po/ChangeLog)0
-rw-r--r--posix/ChangeLog.1 (renamed from posix/ChangeLog)0
-rw-r--r--support/ChangeLog.0 (renamed from support/ChangeLog)0
-rw-r--r--test/ChangeLog.1 (renamed from test/ChangeLog)0
-rw-r--r--vms/ChangeLog.1 (renamed from vms/ChangeLog)0
18 files changed, 219 insertions, 215 deletions
diff --git a/ChangeLog b/ChangeLog.1
index 172b9028..172b9028 100755
--- a/ChangeLog
+++ b/ChangeLog.1
diff --git a/README_d/ChangeLog b/README_d/ChangeLog.1
index 6e233b0a..6e233b0a 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog.1
diff --git a/awklib/ChangeLog b/awklib/ChangeLog.1
index adeb2dd3..adeb2dd3 100644
--- a/awklib/ChangeLog
+++ b/awklib/ChangeLog.1
diff --git a/doc/ChangeLog b/doc/ChangeLog.1
index 759f2051..759f2051 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog.1
diff --git a/doc/gawk.info b/doc/gawk.info
index 19be939f..bca05d11 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -21680,8 +21680,8 @@ File: gawk.info, Node: Gawk I18N, Next: I18N Summary, Prev: I18N Example, Up
'gawk' itself has been internationalized using the GNU 'gettext'
package. (GNU 'gettext' is described in complete detail in *note (GNU
'gettext' utilities, gettext, GNU 'gettext' utilities)Top::.) As of
-this writing, the latest version of GNU 'gettext' is version 0.19.4
-(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz).
+this writing, the latest version of GNU 'gettext' is version 0.19.8.1
+(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz).
If a translation of 'gawk''s messages exists, then 'gawk' produces
usage messages, warnings, and fatal errors in the local language.
@@ -37257,212 +37257,212 @@ Node: I18N Example875940
Ref: I18N Example-Footnote-1879215
Ref: I18N Example-Footnote-2879288
Node: Gawk I18N879397
-Node: I18N Summary880042
-Node: Debugger881383
-Node: Debugging882383
-Node: Debugging Concepts882824
-Node: Debugging Terms884633
-Node: Awk Debugging887208
-Ref: Awk Debugging-Footnote-1888153
-Node: Sample Debugging Session888285
-Node: Debugger Invocation888819
-Node: Finding The Bug890205
-Node: List of Debugger Commands896679
-Node: Breakpoint Control898012
-Node: Debugger Execution Control901706
-Node: Viewing And Changing Data905068
-Node: Execution Stack908609
-Node: Debugger Info910246
-Node: Miscellaneous Debugger Commands914317
-Node: Readline Support919379
-Node: Limitations920275
-Node: Debugging Summary922384
-Node: Namespaces923663
-Node: Global Namespace924742
-Node: Qualified Names926140
-Node: Default Namespace927139
-Node: Changing The Namespace927880
-Node: Naming Rules929494
-Node: Internal Name Management931342
-Node: Namespace Example932384
-Node: Namespace And Features934946
-Node: Namespace Summary936381
-Node: Arbitrary Precision Arithmetic937858
-Node: Computer Arithmetic939345
-Ref: table-numeric-ranges943111
-Ref: table-floating-point-ranges943604
-Ref: Computer Arithmetic-Footnote-1944262
-Node: Math Definitions944319
-Ref: table-ieee-formats947635
-Ref: Math Definitions-Footnote-1948238
-Node: MPFR features948343
-Node: FP Math Caution950061
-Ref: FP Math Caution-Footnote-1951133
-Node: Inexactness of computations951502
-Node: Inexact representation952462
-Node: Comparing FP Values953822
-Node: Errors accumulate955063
-Node: Getting Accuracy956496
-Node: Try To Round959206
-Node: Setting precision960105
-Ref: table-predefined-precision-strings960802
-Node: Setting the rounding mode962632
-Ref: table-gawk-rounding-modes963006
-Ref: Setting the rounding mode-Footnote-1966937
-Node: Arbitrary Precision Integers967116
-Ref: Arbitrary Precision Integers-Footnote-1970291
-Node: Checking for MPFR970440
-Node: POSIX Floating Point Problems971914
-Ref: POSIX Floating Point Problems-Footnote-1976199
-Node: Floating point summary976237
-Node: Dynamic Extensions978427
-Node: Extension Intro979980
-Node: Plugin License981246
-Node: Extension Mechanism Outline982043
-Ref: figure-load-extension982482
-Ref: figure-register-new-function984047
-Ref: figure-call-new-function985139
-Node: Extension API Description987201
-Node: Extension API Functions Introduction988843
-Ref: table-api-std-headers990679
-Node: General Data Types994544
-Ref: General Data Types-Footnote-11002905
-Node: Memory Allocation Functions1003204
-Ref: Memory Allocation Functions-Footnote-11007414
-Node: Constructor Functions1007513
-Node: Registration Functions1011099
-Node: Extension Functions1011784
-Node: Exit Callback Functions1017106
-Node: Extension Version String1018356
-Node: Input Parsers1019019
-Node: Output Wrappers1031740
-Node: Two-way processors1036252
-Node: Printing Messages1038517
-Ref: Printing Messages-Footnote-11039688
-Node: Updating ERRNO1039841
-Node: Requesting Values1040580
-Ref: table-value-types-returned1041317
-Node: Accessing Parameters1042253
-Node: Symbol Table Access1043488
-Node: Symbol table by name1044000
-Ref: Symbol table by name-Footnote-11047024
-Node: Symbol table by cookie1047152
-Ref: Symbol table by cookie-Footnote-11051337
-Node: Cached values1051401
-Ref: Cached values-Footnote-11054937
-Node: Array Manipulation1055090
-Ref: Array Manipulation-Footnote-11056181
-Node: Array Data Types1056218
-Ref: Array Data Types-Footnote-11058876
-Node: Array Functions1058968
-Node: Flattening Arrays1063466
-Node: Creating Arrays1070442
-Node: Redirection API1075209
-Node: Extension API Variables1078042
-Node: Extension Versioning1078753
-Ref: gawk-api-version1079182
-Node: Extension GMP/MPFR Versioning1080913
-Node: Extension API Informational Variables1082541
-Node: Extension API Boilerplate1083614
-Node: Changes from API V11087588
-Node: Finding Extensions1089160
-Node: Extension Example1089719
-Node: Internal File Description1090517
-Node: Internal File Ops1094597
-Ref: Internal File Ops-Footnote-11105947
-Node: Using Internal File Ops1106087
-Ref: Using Internal File Ops-Footnote-11108470
-Node: Extension Samples1108744
-Node: Extension Sample File Functions1110273
-Node: Extension Sample Fnmatch1117922
-Node: Extension Sample Fork1119409
-Node: Extension Sample Inplace1120627
-Node: Extension Sample Ord1123931
-Node: Extension Sample Readdir1124767
-Ref: table-readdir-file-types1125656
-Node: Extension Sample Revout1126461
-Node: Extension Sample Rev2way1127050
-Node: Extension Sample Read write array1127790
-Node: Extension Sample Readfile1129732
-Node: Extension Sample Time1130827
-Node: Extension Sample API Tests1132175
-Node: gawkextlib1132667
-Node: Extension summary1135585
-Node: Extension Exercises1139287
-Node: Language History1140529
-Node: V7/SVR3.11142185
-Node: SVR41144337
-Node: POSIX1145771
-Node: BTL1147151
-Node: POSIX/GNU1147880
-Node: Feature History1153658
-Node: Common Extensions1169704
-Node: Ranges and Locales1170987
-Ref: Ranges and Locales-Footnote-11175603
-Ref: Ranges and Locales-Footnote-21175630
-Ref: Ranges and Locales-Footnote-31175865
-Node: Contributors1176086
-Node: History summary1182031
-Node: Installation1183411
-Node: Gawk Distribution1184355
-Node: Getting1184839
-Node: Extracting1185802
-Node: Distribution contents1187440
-Node: Unix Installation1193920
-Node: Quick Installation1194602
-Node: Shell Startup Files1197016
-Node: Additional Configuration Options1198105
-Node: Configuration Philosophy1200270
-Node: Non-Unix Installation1202639
-Node: PC Installation1203099
-Node: PC Binary Installation1203937
-Node: PC Compiling1204372
-Node: PC Using1205489
-Node: Cygwin1209042
-Node: MSYS1210141
-Node: VMS Installation1210642
-Node: VMS Compilation1211433
-Ref: VMS Compilation-Footnote-11212662
-Node: VMS Dynamic Extensions1212720
-Node: VMS Installation Details1214405
-Node: VMS Running1216658
-Node: VMS GNV1220937
-Node: VMS Old Gawk1221672
-Node: Bugs1222143
-Node: Bug address1222806
-Node: Usenet1225788
-Node: Maintainers1226792
-Node: Other Versions1228053
-Node: Installation summary1234967
-Node: Notes1236169
-Node: Compatibility Mode1236963
-Node: Additions1237745
-Node: Accessing The Source1238670
-Node: Adding Code1240107
-Node: New Ports1246326
-Node: Derived Files1250701
-Ref: Derived Files-Footnote-11256361
-Ref: Derived Files-Footnote-21256396
-Ref: Derived Files-Footnote-31256994
-Node: Future Extensions1257108
-Node: Implementation Limitations1257766
-Node: Extension Design1258949
-Node: Old Extension Problems1260093
-Ref: Old Extension Problems-Footnote-11261611
-Node: Extension New Mechanism Goals1261668
-Ref: Extension New Mechanism Goals-Footnote-11265032
-Node: Extension Other Design Decisions1265221
-Node: Extension Future Growth1267334
-Node: Notes summary1268170
-Node: Basic Concepts1269328
-Node: Basic High Level1270009
-Ref: figure-general-flow1270291
-Ref: figure-process-flow1270976
-Ref: Basic High Level-Footnote-11274277
-Node: Basic Data Typing1274462
-Node: Glossary1277790
-Node: Copying1309628
-Node: GNU Free Documentation License1347171
-Node: Index1372291
+Node: I18N Summary880046
+Node: Debugger881387
+Node: Debugging882387
+Node: Debugging Concepts882828
+Node: Debugging Terms884637
+Node: Awk Debugging887212
+Ref: Awk Debugging-Footnote-1888157
+Node: Sample Debugging Session888289
+Node: Debugger Invocation888823
+Node: Finding The Bug890209
+Node: List of Debugger Commands896683
+Node: Breakpoint Control898016
+Node: Debugger Execution Control901710
+Node: Viewing And Changing Data905072
+Node: Execution Stack908613
+Node: Debugger Info910250
+Node: Miscellaneous Debugger Commands914321
+Node: Readline Support919383
+Node: Limitations920279
+Node: Debugging Summary922388
+Node: Namespaces923667
+Node: Global Namespace924746
+Node: Qualified Names926144
+Node: Default Namespace927143
+Node: Changing The Namespace927884
+Node: Naming Rules929498
+Node: Internal Name Management931346
+Node: Namespace Example932388
+Node: Namespace And Features934950
+Node: Namespace Summary936385
+Node: Arbitrary Precision Arithmetic937862
+Node: Computer Arithmetic939349
+Ref: table-numeric-ranges943115
+Ref: table-floating-point-ranges943608
+Ref: Computer Arithmetic-Footnote-1944266
+Node: Math Definitions944323
+Ref: table-ieee-formats947639
+Ref: Math Definitions-Footnote-1948242
+Node: MPFR features948347
+Node: FP Math Caution950065
+Ref: FP Math Caution-Footnote-1951137
+Node: Inexactness of computations951506
+Node: Inexact representation952466
+Node: Comparing FP Values953826
+Node: Errors accumulate955067
+Node: Getting Accuracy956500
+Node: Try To Round959210
+Node: Setting precision960109
+Ref: table-predefined-precision-strings960806
+Node: Setting the rounding mode962636
+Ref: table-gawk-rounding-modes963010
+Ref: Setting the rounding mode-Footnote-1966941
+Node: Arbitrary Precision Integers967120
+Ref: Arbitrary Precision Integers-Footnote-1970295
+Node: Checking for MPFR970444
+Node: POSIX Floating Point Problems971918
+Ref: POSIX Floating Point Problems-Footnote-1976203
+Node: Floating point summary976241
+Node: Dynamic Extensions978431
+Node: Extension Intro979984
+Node: Plugin License981250
+Node: Extension Mechanism Outline982047
+Ref: figure-load-extension982486
+Ref: figure-register-new-function984051
+Ref: figure-call-new-function985143
+Node: Extension API Description987205
+Node: Extension API Functions Introduction988847
+Ref: table-api-std-headers990683
+Node: General Data Types994548
+Ref: General Data Types-Footnote-11002909
+Node: Memory Allocation Functions1003208
+Ref: Memory Allocation Functions-Footnote-11007418
+Node: Constructor Functions1007517
+Node: Registration Functions1011103
+Node: Extension Functions1011788
+Node: Exit Callback Functions1017110
+Node: Extension Version String1018360
+Node: Input Parsers1019023
+Node: Output Wrappers1031744
+Node: Two-way processors1036256
+Node: Printing Messages1038521
+Ref: Printing Messages-Footnote-11039692
+Node: Updating ERRNO1039845
+Node: Requesting Values1040584
+Ref: table-value-types-returned1041321
+Node: Accessing Parameters1042257
+Node: Symbol Table Access1043492
+Node: Symbol table by name1044004
+Ref: Symbol table by name-Footnote-11047028
+Node: Symbol table by cookie1047156
+Ref: Symbol table by cookie-Footnote-11051341
+Node: Cached values1051405
+Ref: Cached values-Footnote-11054941
+Node: Array Manipulation1055094
+Ref: Array Manipulation-Footnote-11056185
+Node: Array Data Types1056222
+Ref: Array Data Types-Footnote-11058880
+Node: Array Functions1058972
+Node: Flattening Arrays1063470
+Node: Creating Arrays1070446
+Node: Redirection API1075213
+Node: Extension API Variables1078046
+Node: Extension Versioning1078757
+Ref: gawk-api-version1079186
+Node: Extension GMP/MPFR Versioning1080917
+Node: Extension API Informational Variables1082545
+Node: Extension API Boilerplate1083618
+Node: Changes from API V11087592
+Node: Finding Extensions1089164
+Node: Extension Example1089723
+Node: Internal File Description1090521
+Node: Internal File Ops1094601
+Ref: Internal File Ops-Footnote-11105951
+Node: Using Internal File Ops1106091
+Ref: Using Internal File Ops-Footnote-11108474
+Node: Extension Samples1108748
+Node: Extension Sample File Functions1110277
+Node: Extension Sample Fnmatch1117926
+Node: Extension Sample Fork1119413
+Node: Extension Sample Inplace1120631
+Node: Extension Sample Ord1123935
+Node: Extension Sample Readdir1124771
+Ref: table-readdir-file-types1125660
+Node: Extension Sample Revout1126465
+Node: Extension Sample Rev2way1127054
+Node: Extension Sample Read write array1127794
+Node: Extension Sample Readfile1129736
+Node: Extension Sample Time1130831
+Node: Extension Sample API Tests1132179
+Node: gawkextlib1132671
+Node: Extension summary1135589
+Node: Extension Exercises1139291
+Node: Language History1140533
+Node: V7/SVR3.11142189
+Node: SVR41144341
+Node: POSIX1145775
+Node: BTL1147155
+Node: POSIX/GNU1147884
+Node: Feature History1153662
+Node: Common Extensions1169708
+Node: Ranges and Locales1170991
+Ref: Ranges and Locales-Footnote-11175607
+Ref: Ranges and Locales-Footnote-21175634
+Ref: Ranges and Locales-Footnote-31175869
+Node: Contributors1176090
+Node: History summary1182035
+Node: Installation1183415
+Node: Gawk Distribution1184359
+Node: Getting1184843
+Node: Extracting1185806
+Node: Distribution contents1187444
+Node: Unix Installation1193924
+Node: Quick Installation1194606
+Node: Shell Startup Files1197020
+Node: Additional Configuration Options1198109
+Node: Configuration Philosophy1200274
+Node: Non-Unix Installation1202643
+Node: PC Installation1203103
+Node: PC Binary Installation1203941
+Node: PC Compiling1204376
+Node: PC Using1205493
+Node: Cygwin1209046
+Node: MSYS1210145
+Node: VMS Installation1210646
+Node: VMS Compilation1211437
+Ref: VMS Compilation-Footnote-11212666
+Node: VMS Dynamic Extensions1212724
+Node: VMS Installation Details1214409
+Node: VMS Running1216662
+Node: VMS GNV1220941
+Node: VMS Old Gawk1221676
+Node: Bugs1222147
+Node: Bug address1222810
+Node: Usenet1225792
+Node: Maintainers1226796
+Node: Other Versions1228057
+Node: Installation summary1234971
+Node: Notes1236173
+Node: Compatibility Mode1236967
+Node: Additions1237749
+Node: Accessing The Source1238674
+Node: Adding Code1240111
+Node: New Ports1246330
+Node: Derived Files1250705
+Ref: Derived Files-Footnote-11256365
+Ref: Derived Files-Footnote-21256400
+Ref: Derived Files-Footnote-31256998
+Node: Future Extensions1257112
+Node: Implementation Limitations1257770
+Node: Extension Design1258953
+Node: Old Extension Problems1260097
+Ref: Old Extension Problems-Footnote-11261615
+Node: Extension New Mechanism Goals1261672
+Ref: Extension New Mechanism Goals-Footnote-11265036
+Node: Extension Other Design Decisions1265225
+Node: Extension Future Growth1267338
+Node: Notes summary1268174
+Node: Basic Concepts1269332
+Node: Basic High Level1270013
+Ref: figure-general-flow1270295
+Ref: figure-process-flow1270980
+Ref: Basic High Level-Footnote-11274281
+Node: Basic Data Typing1274466
+Node: Glossary1277794
+Node: Copying1309632
+Node: GNU Free Documentation License1347175
+Node: Index1372295

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 15c33a1d..c3d01a65 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30306,8 +30306,8 @@ complete detail in
@cite{GNU @command{gettext} utilities}}.)
@end ifnotinfo
As of this writing, the latest version of GNU @command{gettext} is
-@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz,
-@value{PVERSION} 0.19.4}.
+@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz,
+@value{PVERSION} 0.19.8.1}.
If a translation of @command{gawk}'s messages exists,
then @command{gawk} produces usage messages, warnings,
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9a6e4521..202f47f6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29318,8 +29318,8 @@ complete detail in
@cite{GNU @command{gettext} utilities}}.)
@end ifnotinfo
As of this writing, the latest version of GNU @command{gettext} is
-@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz,
-@value{PVERSION} 0.19.4}.
+@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz,
+@value{PVERSION} 0.19.8.1}.
If a translation of @command{gawk}'s messages exists,
then @command{gawk} produces usage messages, warnings,
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 101e75a7..a384a80e 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.0.0: Release tar ball made.
+
2019-04-12 Antonio Giovanni Colombo <azc100@gmail.com>
* gawktexi.in: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index b203a75c..b0ff86e6 100644
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -31768,8 +31768,8 @@ maniera esauriente in
@end ifnotinfo
Al momento in cui questo libro @`e stato scritto, la versione pi@`u recente di
GNU @command{gettext} @`e
-@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz,
-@value{PVERSION} 0.19.4}.
+@uref{ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz,
+@value{PVERSION} 0.19.8.1}.
Se esiste una traduzione dei messaggi di @command{gawk},
@command{gawk} invia messaggi, avvertimenti, ed errori fatali
diff --git a/extension/ChangeLog b/extension/ChangeLog.1
index 3f19c4a6..3f19c4a6 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog.1
diff --git a/m4/ChangeLog b/m4/ChangeLog.1
index 476483a7..476483a7 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog.1
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog.1
index 83cae855..83cae855 100644
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog.1
diff --git a/pc/ChangeLog b/pc/ChangeLog.1
index 5d782951..5d782951 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog.1
diff --git a/po/ChangeLog b/po/ChangeLog.1
index da08114f..da08114f 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog.1
diff --git a/posix/ChangeLog b/posix/ChangeLog.1
index 9ec9907c..9ec9907c 100644
--- a/posix/ChangeLog
+++ b/posix/ChangeLog.1
diff --git a/support/ChangeLog b/support/ChangeLog.0
index ce098e85..ce098e85 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog.0
diff --git a/test/ChangeLog b/test/ChangeLog.1
index 389edc9a..389edc9a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog.1
diff --git a/vms/ChangeLog b/vms/ChangeLog.1
index 43e1af9f..43e1af9f 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog.1