gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5499-g6234ac3c


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5499-g6234ac3c
Date: Thu, 15 Feb 2024 08:30:58 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  6234ac3cd1b8592757f996cfc6b13fbeaba60786 (commit)
       via  501b67e16e7bcc795067ad36a939c679e17ebc8d (commit)
       via  b79bfe4ef67aa2ca9dcdbe46bfe49aa625143236 (commit)
       via  b32fef82ee1aa1e3ec05190790368a81ce55f7cf (commit)
       via  08c2c8a77c509274aa70963392da71fd83410595 (commit)
       via  42114c656f818fcf743d443a0d41425947b4914a (commit)
       via  b994204e7f9826428e2022da664c9bb9e1b0e5bf (commit)
      from  180365417e45459f45649469a20aad38f5106779 (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=6234ac3cd1b8592757f996cfc6b13fbeaba60786

commit 6234ac3cd1b8592757f996cfc6b13fbeaba60786
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Feb 15 15:30:41 2024 +0200

    Doc updates.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 234ca9c3..95159ad0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,12 @@
+2024-02-15         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am (spellnotes): Give notes.texi its own file.
+       * notes.texi: Fix update month. Thanks, Antonio.
+       * gawk.texi: Spelling fix.
+       * wordlist: Updated.
+       * wordlist3: Updated.
+       * wordlist7: New file.
+
 2024-02-14         Arnold D. Robbins     <arnold@skeeve.com>
 
        * notes.texi: Lots of edits and general formatting improvements.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1df8468f..5fa7c6a9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -133,7 +133,7 @@ spellmanual:
 spellnotes:
        @echo ==== notes.texi ====;
        export LC_ALL=C ; spell "$(srcdir)"/notes.texi | \
-       sort -u | comm -23 - "$(srcdir)"/wordlist
+       sort -u | comm -23 - "$(srcdir)"/wordlist7
 
 spellworkflow:
        @echo ==== gawkworkflow.texi ====
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c1a00731..aa329486 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1000,7 +1000,7 @@ spellmanual:
 spellnotes:
        @echo ==== notes.texi ====;
        export LC_ALL=C ; spell "$(srcdir)"/notes.texi | \
-       sort -u | comm -23 - "$(srcdir)"/wordlist
+       sort -u | comm -23 - "$(srcdir)"/wordlist7
 
 spellworkflow:
        @echo ==== gawkworkflow.texi ====
diff --git a/doc/gawk.info b/doc/gawk.info
index 2d681edd..d6ae2091 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -14526,7 +14526,7 @@ their normal representations are used.
 
      NOTE: Similar to ‘printf()’, some versions of ‘strftime()’ support
      the use of flags between the ‘%’ and the format specification
-     letter.  Check your local manpage for ‘strftime()’ to see if it
+     letter.  Check your local man page for ‘strftime()’ to see if it
      supports flags or not, and what they are.  Be aware, however, that
      using any such flags is likely to make your script less portable to
      other systems.
@@ -40090,358 +40090,358 @@ Ref: table-system-return-values627345
 Ref: I/O Functions-Footnote-1629507
 Ref: I/O Functions-Footnote-2629655
 Node: Time Functions629775
-Ref: Time Functions-Footnote-1641247
-Ref: Time Functions-Footnote-2641315
-Ref: Time Functions-Footnote-3641477
-Ref: Time Functions-Footnote-4641588
-Ref: Time Functions-Footnote-5641704
-Ref: Time Functions-Footnote-6641931
-Node: Bitwise Functions642209
-Ref: table-bitwise-ops642807
-Ref: Bitwise Functions-Footnote-1649049
-Ref: Bitwise Functions-Footnote-2649226
-Node: Type Functions649421
-Node: I18N Functions651592
-Node: User-defined653327
-Node: Definition Syntax654073
-Ref: Definition Syntax-Footnote-1659891
-Node: Function Example659966
-Ref: Function Example-Footnote-1662945
-Node: Function Calling662967
-Node: Calling A Function663559
-Node: Variable Scope664529
-Node: Pass By Value/Reference667583
-Node: Function Caveats670311
-Ref: Function Caveats-Footnote-1672402
-Node: Return Statement672522
-Node: Dynamic Typing675554
-Node: Dynamic Typing Awk676132
-Node: Dynamic Typing Gawk678270
-Node: Indirect Calls681640
-Node: Functions Summary692777
-Node: Library Functions695743
-Ref: Library Functions-Footnote-1699291
-Ref: Library Functions-Footnote-2699436
-Node: Library Names699611
-Ref: Library Names-Footnote-1703382
-Ref: Library Names-Footnote-2703609
-Node: General Functions703703
-Node: Strtonum Function704973
-Node: Assert Function708055
-Node: Round Function711505
-Node: Cliff Random Function713077
-Node: Ordinal Functions714101
-Ref: Ordinal Functions-Footnote-1717204
-Ref: Ordinal Functions-Footnote-2717456
-Node: Join Function717670
-Ref: Join Function-Footnote-1719468
-Node: Getlocaltime Function719672
-Node: Readfile Function723446
-Node: Shell Quoting725475
-Node: Isnumeric Function726931
-Node: To CSV Function728367
-Node: Data File Management730459
-Node: Filetrans Function731091
-Node: Rewind Function735367
-Node: File Checking737338
-Ref: File Checking-Footnote-1738704
-Node: Empty Files738909
-Node: Ignoring Assigns740972
-Node: Getopt Function742546
-Ref: Getopt Function-Footnote-1758364
-Node: Passwd Functions758576
-Ref: Passwd Functions-Footnote-1767711
-Node: Group Functions767799
-Ref: Group Functions-Footnote-1775923
-Node: Walking Arrays776134
-Node: Library Functions Summary779180
-Node: Library Exercises780600
-Node: Sample Programs781085
-Node: Running Examples781867
-Node: Clones782619
-Node: Cut Program783887
-Node: Egrep Program794311
-Node: Id Program803616
-Node: Split Program813708
-Ref: Split Program-Footnote-1823921
-Node: Tee Program824106
-Node: Uniq Program827012
-Node: Wc Program834872
-Node: Bytes vs. Characters835267
-Node: Using extensions836867
-Node: wc program837645
-Node: Miscellaneous Programs842638
-Node: Dupword Program843863
-Node: Alarm Program845912
-Node: Translate Program850815
-Ref: Translate Program-Footnote-1855524
-Node: Labels Program855802
-Ref: Labels Program-Footnote-1859237
-Node: Word Sorting859321
-Node: History Sorting863495
-Node: Extract Program865768
-Node: Simple Sed874021
-Node: Igawk Program877231
-Ref: Igawk Program-Footnote-1892441
-Ref: Igawk Program-Footnote-2892647
-Ref: Igawk Program-Footnote-3892777
-Node: Anagram Program892904
-Node: Signature Program895990
-Node: Programs Summary897240
-Node: Programs Exercises898494
-Ref: Programs Exercises-Footnote-1902796
-Node: Advanced Features902882
-Node: Nondecimal Data905363
-Node: Boolean Typed Values906993
-Node: Array Sorting908950
-Node: Controlling Array Traversal909679
-Ref: Controlling Array Traversal-Footnote-1918182
-Node: Array Sorting Functions918304
-Ref: Array Sorting Functions-Footnote-1924401
-Node: Two-way I/O924609
-Ref: Two-way I/O-Footnote-1932580
-Ref: Two-way I/O-Footnote-2932771
-Node: TCP/IP Networking932853
-Node: Profiling936021
-Node: Persistent Memory945691
-Ref: Persistent Memory-Footnote-1955263
-Node: Extension Philosophy955394
-Node: Advanced Features Summary956921
-Node: Internationalization959187
-Node: I18N and L10N960889
-Node: Explaining gettext961584
-Ref: Explaining gettext-Footnote-1967720
-Ref: Explaining gettext-Footnote-2967913
-Node: Programmer i18n968078
-Ref: Programmer i18n-Footnote-1973190
-Node: Translator i18n973239
-Node: String Extraction974069
-Ref: String Extraction-Footnote-1975245
-Node: Printf Ordering975343
-Ref: Printf Ordering-Footnote-1978201
-Node: I18N Portability978269
-Ref: I18N Portability-Footnote-1980829
-Node: I18N Example980896
-Ref: I18N Example-Footnote-1984290
-Ref: I18N Example-Footnote-2984363
-Node: Gawk I18N984480
-Node: I18N Summary985134
-Node: Debugger986531
-Node: Debugging987551
-Node: Debugging Concepts988000
-Node: Debugging Terms989817
-Node: Awk Debugging992420
-Ref: Awk Debugging-Footnote-1993393
-Node: Sample Debugging Session993529
-Node: Debugger Invocation994079
-Node: Finding The Bug995704
-Node: List of Debugger Commands1002336
-Node: Breakpoint Control1003713
-Node: Debugger Execution Control1007535
-Node: Viewing And Changing Data1011009
-Node: Execution Stack1014743
-Node: Debugger Info1016424
-Node: Miscellaneous Debugger Commands1020719
-Node: Readline Support1025960
-Node: Limitations1026904
-Node: Debugging Summary1029528
-Node: Namespaces1030827
-Node: Global Namespace1031954
-Node: Qualified Names1033388
-Node: Default Namespace1034423
-Node: Changing The Namespace1035196
-Node: Naming Rules1036878
-Node: Internal Name Management1038793
-Node: Namespace Example1039863
-Node: Namespace And Features1042440
-Node: Namespace Summary1043895
-Node: Arbitrary Precision Arithmetic1045406
-Node: Computer Arithmetic1046925
-Ref: table-numeric-ranges1050733
-Ref: table-floating-point-ranges1051230
-Ref: Computer Arithmetic-Footnote-11051888
-Node: Math Definitions1051945
-Ref: table-ieee-formats1054977
-Node: MPFR features1055550
-Node: MPFR On Parole1056003
-Ref: MPFR On Parole-Footnote-11056844
-Node: MPFR Intro1057003
-Node: FP Math Caution1058687
-Ref: FP Math Caution-Footnote-11059759
-Node: Inexactness of computations1060132
-Node: Inexact representation1061163
-Node: Comparing FP Values1062544
-Node: Errors accumulate1063802
-Node: Strange values1065267
-Ref: Strange values-Footnote-11067921
-Node: Getting Accuracy1068026
-Node: Try To Round1070763
-Node: Setting precision1071670
-Ref: table-predefined-precision-strings1072375
-Node: Setting the rounding mode1074259
-Ref: table-gawk-rounding-modes1074641
-Ref: Setting the rounding mode-Footnote-11078693
-Node: Arbitrary Precision Integers1078876
-Ref: Arbitrary Precision Integers-Footnote-11082086
-Node: Checking for MPFR1082239
-Node: POSIX Floating Point Problems1083729
-Ref: POSIX Floating Point Problems-Footnote-11088549
-Node: Floating point summary1088587
-Node: Dynamic Extensions1090843
-Node: Extension Intro1092440
-Node: Plugin License1093742
-Node: Extension Mechanism Outline1094555
-Ref: figure-load-extension1095006
-Ref: figure-register-new-function1096584
-Ref: figure-call-new-function1097693
-Node: Extension API Description1099808
-Node: Extension API Functions Introduction1101537
-Ref: table-api-std-headers1103431
-Node: General Data Types1107872
-Ref: General Data Types-Footnote-11117018
-Node: Memory Allocation Functions1117321
-Ref: Memory Allocation Functions-Footnote-11122038
-Node: Constructor Functions1122137
-Node: API Ownership of MPFR and GMP Values1126038
-Node: Registration Functions1127591
-Node: Extension Functions1128295
-Node: Exit Callback Functions1133869
-Node: Extension Version String1135183
-Node: Input Parsers1135878
-Node: Output Wrappers1150497
-Node: Two-way processors1155339
-Node: Printing Messages1157692
-Ref: Printing Messages-Footnote-11158903
-Node: Updating ERRNO1159056
-Node: Requesting Values1159855
-Ref: table-value-types-returned1160608
-Node: Accessing Parameters1162667
-Node: Symbol Table Access1163948
-Node: Symbol table by name1164460
-Ref: Symbol table by name-Footnote-11167661
-Node: Symbol table by cookie1167793
-Ref: Symbol table by cookie-Footnote-11172062
-Node: Cached values1172126
-Ref: Cached values-Footnote-11175758
-Node: Array Manipulation1175915
-Ref: Array Manipulation-Footnote-11177014
-Node: Array Data Types1177051
-Ref: Array Data Types-Footnote-11179869
-Node: Array Functions1179965
-Node: Flattening Arrays1184994
-Node: Creating Arrays1192042
-Node: Redirection API1196884
-Node: Extension API Variables1199901
-Node: Extension Versioning1200624
-Ref: gawk-api-version1201053
-Node: Extension GMP/MPFR Versioning1202840
-Node: Extension API Informational Variables1204544
-Node: Extension API Boilerplate1205797
-Node: Changes from API V11209927
-Node: Finding Extensions1211559
-Node: Extension Example1212134
-Node: Internal File Description1212956
-Node: Internal File Ops1217248
-Ref: Internal File Ops-Footnote-11228798
-Node: Using Internal File Ops1228946
-Ref: Using Internal File Ops-Footnote-11231377
-Node: Extension Samples1231655
-Node: Extension Sample File Functions1233224
-Node: Extension Sample Fnmatch1241349
-Node: Extension Sample Fork1242944
-Node: Extension Sample Inplace1244220
-Node: Extension Sample Ord1248110
-Node: Extension Sample Readdir1248986
-Ref: table-readdir-file-types1249775
-Node: Extension Sample Revout1251131
-Node: Extension Sample Rev2way1251728
-Node: Extension Sample Read write array1252480
-Node: Extension Sample Readfile1255754
-Node: Extension Sample Time1256885
-Node: Extension Sample API Tests1258885
-Node: gawkextlib1259393
-Node: Extension summary1262425
-Node: Extension Exercises1266273
-Node: Language History1267543
-Node: V7/SVR3.11269255
-Node: SVR41271605
-Node: POSIX1273137
-Node: BTL1274562
-Node: POSIX/GNU1275329
-Node: Feature History1281984
-Node: Common Extensions1301786
-Node: Ranges and Locales1303261
-Ref: Ranges and Locales-Footnote-11308046
-Ref: Ranges and Locales-Footnote-21308073
-Ref: Ranges and Locales-Footnote-31308308
-Node: Contributors1308531
-Node: History summary1314722
-Node: Installation1316164
-Node: Gawk Distribution1317128
-Node: Getting1317620
-Node: Extracting1318619
-Node: Distribution contents1320325
-Node: Unix Installation1328215
-Node: Quick Installation1329035
-Node: Compiling with MPFR1331575
-Node: Shell Startup Files1332281
-Node: Additional Configuration Options1333438
-Node: Configuration Philosophy1335821
-Node: Compiling from Git1338321
-Node: Building the Documentation1338880
-Node: Non-Unix Installation1340292
-Node: PC Installation1340768
-Node: PC Binary Installation1341637
-Node: PC Compiling1342530
-Node: PC Using1343708
-Node: Cygwin1347424
-Node: MSYS1348676
-Node: OpenVMS Installation1349302
-Node: OpenVMS Compilation1349983
-Ref: OpenVMS Compilation-Footnote-11351466
-Node: OpenVMS Dynamic Extensions1351524
-Node: OpenVMS Installation Details1353160
-Node: OpenVMS Running1355591
-Node: OpenVMS GNV1359728
-Node: Bugs1360483
-Node: Bug definition1361403
-Node: Bug address1365004
-Node: Usenet1368573
-Node: Performance bugs1369786
-Node: Asking for help1372802
-Node: Maintainers1374789
-Node: Other Versions1375816
-Node: Installation summary1385420
-Node: Notes1386802
-Node: Compatibility Mode1387612
-Node: Additions1388434
-Node: Accessing The Source1389379
-Node: Adding Code1390910
-Node: New Ports1398021
-Node: Derived Files1402524
-Ref: Derived Files-Footnote-11408335
-Ref: Derived Files-Footnote-21408370
-Ref: Derived Files-Footnote-31408981
-Node: Future Extensions1409095
-Node: Implementation Limitations1409765
-Node: Extension Design1411007
-Node: Old Extension Problems1412167
-Ref: Old Extension Problems-Footnote-11413739
-Node: Extension New Mechanism Goals1413800
-Ref: Extension New Mechanism Goals-Footnote-11417270
-Node: Extension Other Design Decisions1417471
-Node: Extension Future Growth1419668
-Node: Notes summary1420288
-Node: Basic Concepts1421498
-Node: Basic High Level1422183
-Ref: figure-general-flow1422465
-Ref: figure-process-flow1423167
-Ref: Basic High Level-Footnote-11426537
-Node: Basic Data Typing1426726
-Node: Glossary1430134
-Node: Copying1463013
-Node: GNU Free Documentation License1500571
-Node: Index1525694
+Ref: Time Functions-Footnote-1641248
+Ref: Time Functions-Footnote-2641316
+Ref: Time Functions-Footnote-3641478
+Ref: Time Functions-Footnote-4641589
+Ref: Time Functions-Footnote-5641705
+Ref: Time Functions-Footnote-6641932
+Node: Bitwise Functions642210
+Ref: table-bitwise-ops642808
+Ref: Bitwise Functions-Footnote-1649050
+Ref: Bitwise Functions-Footnote-2649227
+Node: Type Functions649422
+Node: I18N Functions651593
+Node: User-defined653328
+Node: Definition Syntax654074
+Ref: Definition Syntax-Footnote-1659892
+Node: Function Example659967
+Ref: Function Example-Footnote-1662946
+Node: Function Calling662968
+Node: Calling A Function663560
+Node: Variable Scope664530
+Node: Pass By Value/Reference667584
+Node: Function Caveats670312
+Ref: Function Caveats-Footnote-1672403
+Node: Return Statement672523
+Node: Dynamic Typing675555
+Node: Dynamic Typing Awk676133
+Node: Dynamic Typing Gawk678271
+Node: Indirect Calls681641
+Node: Functions Summary692778
+Node: Library Functions695744
+Ref: Library Functions-Footnote-1699292
+Ref: Library Functions-Footnote-2699437
+Node: Library Names699612
+Ref: Library Names-Footnote-1703383
+Ref: Library Names-Footnote-2703610
+Node: General Functions703704
+Node: Strtonum Function704974
+Node: Assert Function708056
+Node: Round Function711506
+Node: Cliff Random Function713078
+Node: Ordinal Functions714102
+Ref: Ordinal Functions-Footnote-1717205
+Ref: Ordinal Functions-Footnote-2717457
+Node: Join Function717671
+Ref: Join Function-Footnote-1719469
+Node: Getlocaltime Function719673
+Node: Readfile Function723447
+Node: Shell Quoting725476
+Node: Isnumeric Function726932
+Node: To CSV Function728368
+Node: Data File Management730460
+Node: Filetrans Function731092
+Node: Rewind Function735368
+Node: File Checking737339
+Ref: File Checking-Footnote-1738705
+Node: Empty Files738910
+Node: Ignoring Assigns740973
+Node: Getopt Function742547
+Ref: Getopt Function-Footnote-1758365
+Node: Passwd Functions758577
+Ref: Passwd Functions-Footnote-1767712
+Node: Group Functions767800
+Ref: Group Functions-Footnote-1775924
+Node: Walking Arrays776135
+Node: Library Functions Summary779181
+Node: Library Exercises780601
+Node: Sample Programs781086
+Node: Running Examples781868
+Node: Clones782620
+Node: Cut Program783888
+Node: Egrep Program794312
+Node: Id Program803617
+Node: Split Program813709
+Ref: Split Program-Footnote-1823922
+Node: Tee Program824107
+Node: Uniq Program827013
+Node: Wc Program834873
+Node: Bytes vs. Characters835268
+Node: Using extensions836868
+Node: wc program837646
+Node: Miscellaneous Programs842639
+Node: Dupword Program843864
+Node: Alarm Program845913
+Node: Translate Program850816
+Ref: Translate Program-Footnote-1855525
+Node: Labels Program855803
+Ref: Labels Program-Footnote-1859238
+Node: Word Sorting859322
+Node: History Sorting863496
+Node: Extract Program865769
+Node: Simple Sed874022
+Node: Igawk Program877232
+Ref: Igawk Program-Footnote-1892442
+Ref: Igawk Program-Footnote-2892648
+Ref: Igawk Program-Footnote-3892778
+Node: Anagram Program892905
+Node: Signature Program895991
+Node: Programs Summary897241
+Node: Programs Exercises898495
+Ref: Programs Exercises-Footnote-1902797
+Node: Advanced Features902883
+Node: Nondecimal Data905364
+Node: Boolean Typed Values906994
+Node: Array Sorting908951
+Node: Controlling Array Traversal909680
+Ref: Controlling Array Traversal-Footnote-1918183
+Node: Array Sorting Functions918305
+Ref: Array Sorting Functions-Footnote-1924402
+Node: Two-way I/O924610
+Ref: Two-way I/O-Footnote-1932581
+Ref: Two-way I/O-Footnote-2932772
+Node: TCP/IP Networking932854
+Node: Profiling936022
+Node: Persistent Memory945692
+Ref: Persistent Memory-Footnote-1955264
+Node: Extension Philosophy955395
+Node: Advanced Features Summary956922
+Node: Internationalization959188
+Node: I18N and L10N960890
+Node: Explaining gettext961585
+Ref: Explaining gettext-Footnote-1967721
+Ref: Explaining gettext-Footnote-2967914
+Node: Programmer i18n968079
+Ref: Programmer i18n-Footnote-1973191
+Node: Translator i18n973240
+Node: String Extraction974070
+Ref: String Extraction-Footnote-1975246
+Node: Printf Ordering975344
+Ref: Printf Ordering-Footnote-1978202
+Node: I18N Portability978270
+Ref: I18N Portability-Footnote-1980830
+Node: I18N Example980897
+Ref: I18N Example-Footnote-1984291
+Ref: I18N Example-Footnote-2984364
+Node: Gawk I18N984481
+Node: I18N Summary985135
+Node: Debugger986532
+Node: Debugging987552
+Node: Debugging Concepts988001
+Node: Debugging Terms989818
+Node: Awk Debugging992421
+Ref: Awk Debugging-Footnote-1993394
+Node: Sample Debugging Session993530
+Node: Debugger Invocation994080
+Node: Finding The Bug995705
+Node: List of Debugger Commands1002337
+Node: Breakpoint Control1003714
+Node: Debugger Execution Control1007536
+Node: Viewing And Changing Data1011010
+Node: Execution Stack1014744
+Node: Debugger Info1016425
+Node: Miscellaneous Debugger Commands1020720
+Node: Readline Support1025961
+Node: Limitations1026905
+Node: Debugging Summary1029529
+Node: Namespaces1030828
+Node: Global Namespace1031955
+Node: Qualified Names1033389
+Node: Default Namespace1034424
+Node: Changing The Namespace1035197
+Node: Naming Rules1036879
+Node: Internal Name Management1038794
+Node: Namespace Example1039864
+Node: Namespace And Features1042441
+Node: Namespace Summary1043896
+Node: Arbitrary Precision Arithmetic1045407
+Node: Computer Arithmetic1046926
+Ref: table-numeric-ranges1050734
+Ref: table-floating-point-ranges1051231
+Ref: Computer Arithmetic-Footnote-11051889
+Node: Math Definitions1051946
+Ref: table-ieee-formats1054978
+Node: MPFR features1055551
+Node: MPFR On Parole1056004
+Ref: MPFR On Parole-Footnote-11056845
+Node: MPFR Intro1057004
+Node: FP Math Caution1058688
+Ref: FP Math Caution-Footnote-11059760
+Node: Inexactness of computations1060133
+Node: Inexact representation1061164
+Node: Comparing FP Values1062545
+Node: Errors accumulate1063803
+Node: Strange values1065268
+Ref: Strange values-Footnote-11067922
+Node: Getting Accuracy1068027
+Node: Try To Round1070764
+Node: Setting precision1071671
+Ref: table-predefined-precision-strings1072376
+Node: Setting the rounding mode1074260
+Ref: table-gawk-rounding-modes1074642
+Ref: Setting the rounding mode-Footnote-11078694
+Node: Arbitrary Precision Integers1078877
+Ref: Arbitrary Precision Integers-Footnote-11082087
+Node: Checking for MPFR1082240
+Node: POSIX Floating Point Problems1083730
+Ref: POSIX Floating Point Problems-Footnote-11088550
+Node: Floating point summary1088588
+Node: Dynamic Extensions1090844
+Node: Extension Intro1092441
+Node: Plugin License1093743
+Node: Extension Mechanism Outline1094556
+Ref: figure-load-extension1095007
+Ref: figure-register-new-function1096585
+Ref: figure-call-new-function1097694
+Node: Extension API Description1099809
+Node: Extension API Functions Introduction1101538
+Ref: table-api-std-headers1103432
+Node: General Data Types1107873
+Ref: General Data Types-Footnote-11117019
+Node: Memory Allocation Functions1117322
+Ref: Memory Allocation Functions-Footnote-11122039
+Node: Constructor Functions1122138
+Node: API Ownership of MPFR and GMP Values1126039
+Node: Registration Functions1127592
+Node: Extension Functions1128296
+Node: Exit Callback Functions1133870
+Node: Extension Version String1135184
+Node: Input Parsers1135879
+Node: Output Wrappers1150498
+Node: Two-way processors1155340
+Node: Printing Messages1157693
+Ref: Printing Messages-Footnote-11158904
+Node: Updating ERRNO1159057
+Node: Requesting Values1159856
+Ref: table-value-types-returned1160609
+Node: Accessing Parameters1162668
+Node: Symbol Table Access1163949
+Node: Symbol table by name1164461
+Ref: Symbol table by name-Footnote-11167662
+Node: Symbol table by cookie1167794
+Ref: Symbol table by cookie-Footnote-11172063
+Node: Cached values1172127
+Ref: Cached values-Footnote-11175759
+Node: Array Manipulation1175916
+Ref: Array Manipulation-Footnote-11177015
+Node: Array Data Types1177052
+Ref: Array Data Types-Footnote-11179870
+Node: Array Functions1179966
+Node: Flattening Arrays1184995
+Node: Creating Arrays1192043
+Node: Redirection API1196885
+Node: Extension API Variables1199902
+Node: Extension Versioning1200625
+Ref: gawk-api-version1201054
+Node: Extension GMP/MPFR Versioning1202841
+Node: Extension API Informational Variables1204545
+Node: Extension API Boilerplate1205798
+Node: Changes from API V11209928
+Node: Finding Extensions1211560
+Node: Extension Example1212135
+Node: Internal File Description1212957
+Node: Internal File Ops1217249
+Ref: Internal File Ops-Footnote-11228799
+Node: Using Internal File Ops1228947
+Ref: Using Internal File Ops-Footnote-11231378
+Node: Extension Samples1231656
+Node: Extension Sample File Functions1233225
+Node: Extension Sample Fnmatch1241350
+Node: Extension Sample Fork1242945
+Node: Extension Sample Inplace1244221
+Node: Extension Sample Ord1248111
+Node: Extension Sample Readdir1248987
+Ref: table-readdir-file-types1249776
+Node: Extension Sample Revout1251132
+Node: Extension Sample Rev2way1251729
+Node: Extension Sample Read write array1252481
+Node: Extension Sample Readfile1255755
+Node: Extension Sample Time1256886
+Node: Extension Sample API Tests1258886
+Node: gawkextlib1259394
+Node: Extension summary1262426
+Node: Extension Exercises1266274
+Node: Language History1267544
+Node: V7/SVR3.11269256
+Node: SVR41271606
+Node: POSIX1273138
+Node: BTL1274563
+Node: POSIX/GNU1275330
+Node: Feature History1281985
+Node: Common Extensions1301787
+Node: Ranges and Locales1303262
+Ref: Ranges and Locales-Footnote-11308047
+Ref: Ranges and Locales-Footnote-21308074
+Ref: Ranges and Locales-Footnote-31308309
+Node: Contributors1308532
+Node: History summary1314723
+Node: Installation1316165
+Node: Gawk Distribution1317129
+Node: Getting1317621
+Node: Extracting1318620
+Node: Distribution contents1320326
+Node: Unix Installation1328216
+Node: Quick Installation1329036
+Node: Compiling with MPFR1331576
+Node: Shell Startup Files1332282
+Node: Additional Configuration Options1333439
+Node: Configuration Philosophy1335822
+Node: Compiling from Git1338322
+Node: Building the Documentation1338881
+Node: Non-Unix Installation1340293
+Node: PC Installation1340769
+Node: PC Binary Installation1341638
+Node: PC Compiling1342531
+Node: PC Using1343709
+Node: Cygwin1347425
+Node: MSYS1348677
+Node: OpenVMS Installation1349303
+Node: OpenVMS Compilation1349984
+Ref: OpenVMS Compilation-Footnote-11351467
+Node: OpenVMS Dynamic Extensions1351525
+Node: OpenVMS Installation Details1353161
+Node: OpenVMS Running1355592
+Node: OpenVMS GNV1359729
+Node: Bugs1360484
+Node: Bug definition1361404
+Node: Bug address1365005
+Node: Usenet1368574
+Node: Performance bugs1369787
+Node: Asking for help1372803
+Node: Maintainers1374790
+Node: Other Versions1375817
+Node: Installation summary1385421
+Node: Notes1386803
+Node: Compatibility Mode1387613
+Node: Additions1388435
+Node: Accessing The Source1389380
+Node: Adding Code1390911
+Node: New Ports1398022
+Node: Derived Files1402525
+Ref: Derived Files-Footnote-11408336
+Ref: Derived Files-Footnote-21408371
+Ref: Derived Files-Footnote-31408982
+Node: Future Extensions1409096
+Node: Implementation Limitations1409766
+Node: Extension Design1411008
+Node: Old Extension Problems1412168
+Ref: Old Extension Problems-Footnote-11413740
+Node: Extension New Mechanism Goals1413801
+Ref: Extension New Mechanism Goals-Footnote-11417271
+Node: Extension Other Design Decisions1417472
+Node: Extension Future Growth1419669
+Node: Notes summary1420289
+Node: Basic Concepts1421499
+Node: Basic High Level1422184
+Ref: figure-general-flow1422466
+Ref: figure-process-flow1423168
+Ref: Basic High Level-Footnote-11426538
+Node: Basic Data Typing1426727
+Node: Glossary1430135
+Node: Copying1463014
+Node: GNU Free Documentation License1500572
+Node: Index1525695
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 1109b69b..a093cb08 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -19952,7 +19952,7 @@ normal representations are used.
 @quotation NOTE
 Similar to @code{printf()}, some versions of @code{strftime()} support
 the use of flags between the @code{%} and the format specification
-letter.  Check your local manpage for @code{strftime()} to see if it
+letter.  Check your local man page for @code{strftime()} to see if it
 supports flags or not, and what they are. Be aware, however, that using
 any such flags is likely to make your script less portable to other systems.
 @end quotation
diff --git a/doc/notes.texi b/doc/notes.texi
index defa46fc..ef477d08 100644
--- a/doc/notes.texi
+++ b/doc/notes.texi
@@ -2,7 +2,7 @@
 @settitle GNU Awk Maintainer Notes
 @syncodeindex pg cp
 
-@set UPDATE-MONTH February, 2004
+@set UPDATE-MONTH February, 2024
 @set EDITION 0.5
 @set TITLE GNU Awk Maintainer Notes
 
diff --git a/doc/wordlist b/doc/wordlist
index cd766b68..12fc2b87 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -1585,6 +1585,7 @@ readfile
 readline
 realdata
 realloc
+realpath
 realprogram
 rec
 recomputation
diff --git a/doc/wordlist3 b/doc/wordlist3
index b3948fc1..73f4cd62 100644
--- a/doc/wordlist3
+++ b/doc/wordlist3
@@ -27,6 +27,7 @@ MPFR
 MSEC
 NF
 NR
+Nov
 OFMT
 OFS
 ORS
diff --git a/doc/wordlist7 b/doc/wordlist7
new file mode 100644
index 00000000..db1fa03d
--- /dev/null
+++ b/doc/wordlist7
@@ -0,0 +1,133 @@
+AK
+ARRAYDEBUG
+AWK
+Aho
+Autoconf
+Automake
+Autotools
+Awk
+BWK
+CHARSET
+CLR
+ChangeLog
+DIST
+EXT
+Fenlason
+GCC
+GDB
+GNULIB
+Gentests
+Haque
+INET
+JVM
+LALR
+Maintainership
+MinGW
+OpenVMS
+SHLIB
+SIGPLAN
+STD
+Texinfo
+Trueman
+UUNET
+ac
+api
+arg
+argcp
+argvp
+autoconf
+awk
+awkcard
+awkforai
+azc
+bc
+bool
+buf
+cardfonts
+cd
+cindex
+co
+columnfractions
+com
+const
+cp
+devopen
+dfa
+diffs
+dir
+elled
+emph
+errno
+fd
+filll
+fixup
+foo
+fsf
+gawkbug
+gawkinet
+gawkmisc
+gawkworkflow
+gdb
+gmail
+gnulib
+gnulibtoolize
+gprof
+html
+ifdef
+ifhtml
+ifnothtml
+igawk
+insertcopying
+int
+iobuf
+isatty
+isdir
+isreadable
+itemx
+lflashlight
+libtool
+mawk
+multitable
+noindent
+ok
+onlinepubs
+opengroup
+org
+os
+pc
+pdf
+pg
+pm
+posix
+printindex
+progam
+pt
+regex
+repo
+rflashlight
+samp
+setbinmode
+settitle
+setuid
+shold
+smallexample
+statist
+structs
+syncodeindex
+tbl
+tex
+texi
+texinfo
+titlepage
+tst
+txt
+uref
+valgrind
+var
+versioning
+vms
+vskip
+wordlist
+www
+xpic
+xxx

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

Summary of changes:
 doc/ChangeLog   |  18 ++
 doc/Makefile.am |  14 +-
 doc/Makefile.in |  41 +++-
 doc/gawk.info   | 706 ++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |   2 +-
 doc/notes.info  | 712 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/notes.texi  | 737 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/wordlist    |   1 +
 doc/wordlist3   |   1 +
 doc/wordlist7   | 133 ++++++++++
 10 files changed, 1996 insertions(+), 369 deletions(-)
 create mode 100644 doc/notes.info
 create mode 100644 doc/notes.texi
 create mode 100644 doc/wordlist7


hooks/post-receive
-- 
gawk



reply via email to

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