gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2646-g7088326
Date: Fri, 21 Jul 2017 03:19:51 -0400 (EDT)

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, feature/namespaces has been updated
       via  708832674045de145cb78b465fb2cfcbb02ebcae (commit)
      from  d30ff7f9b6cf56ef15d895e31f5614594f566991 (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=708832674045de145cb78b465fb2cfcbb02ebcae

commit 708832674045de145cb78b465fb2cfcbb02ebcae
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jul 21 10:19:36 2017 +0300

    More spelling work, in namespace branch.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index b6de0c2..63cedae 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,8 +1,10 @@
 2017-07-21         Arnold D. Robbins     <address@hidden>
 
-       * gawktexi.in: Fix a spelliing error.
+       * gawktexi.in: Fix a spelling error.
        * wordlist: Update with more words.
 
+       Done also for namespace material.
+
 2017-07-20         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in (Extension Sample Inplace): Rework to use the
diff --git a/doc/gawk.info b/doc/gawk.info
index edaab4c..27779e5 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22843,7 +22843,7 @@ everywhere.
 
    Interaction with the debugger (*note Debugging::) has not had to
 change (at least as of this writing).  Some of the internal byte codes
-changed in order to accomodate namespaces, and the debugger's 'dump'
+changed in order to accommodate namespaces, and the debugger's 'dump'
 command was adjusted to match.
 
    The extension API (*note Dynamic Extensions::) has always allowed for
@@ -36564,180 +36564,180 @@ Node: Naming Rules917827
 Node: Internal Name Management919676
 Node: Namespace Example920718
 Node: Namespace And Features923187
-Node: Arbitrary Precision Arithmetic924545
-Node: Computer Arithmetic926032
-Ref: table-numeric-ranges929623
-Ref: Computer Arithmetic-Footnote-1930345
-Node: Math Definitions930402
-Ref: table-ieee-formats933716
-Ref: Math Definitions-Footnote-1934319
-Node: MPFR features934424
-Node: FP Math Caution936141
-Ref: FP Math Caution-Footnote-1937213
-Node: Inexactness of computations937582
-Node: Inexact representation938542
-Node: Comparing FP Values939902
-Node: Errors accumulate940984
-Node: Getting Accuracy942417
-Node: Try To Round945127
-Node: Setting precision946026
-Ref: table-predefined-precision-strings946723
-Node: Setting the rounding mode948553
-Ref: table-gawk-rounding-modes948927
-Ref: Setting the rounding mode-Footnote-1952335
-Node: Arbitrary Precision Integers952514
-Ref: Arbitrary Precision Integers-Footnote-1957419
-Node: Checking for MPFR957568
-Node: POSIX Floating Point Problems958865
-Ref: POSIX Floating Point Problems-Footnote-1962736
-Node: Floating point summary962774
-Node: Dynamic Extensions964964
-Node: Extension Intro966517
-Node: Plugin License967783
-Node: Extension Mechanism Outline968580
-Ref: figure-load-extension969019
-Ref: figure-register-new-function970584
-Ref: figure-call-new-function971676
-Node: Extension API Description973738
-Node: Extension API Functions Introduction975380
-Node: General Data Types980714
-Ref: General Data Types-Footnote-1987919
-Node: Memory Allocation Functions988218
-Ref: Memory Allocation Functions-Footnote-1991370
-Node: Constructor Functions991469
-Node: Registration Functions994468
-Node: Extension Functions995153
-Node: Exit Callback Functions1000366
-Node: Extension Version String1001616
-Node: Input Parsers1002279
-Node: Output Wrappers1014986
-Node: Two-way processors1019498
-Node: Printing Messages1021763
-Ref: Printing Messages-Footnote-11022934
-Node: Updating ERRNO1023087
-Node: Requesting Values1023826
-Ref: table-value-types-returned1024563
-Node: Accessing Parameters1025499
-Node: Symbol Table Access1026734
-Node: Symbol table by name1027246
-Ref: Symbol table by name-Footnote-11030136
-Node: Symbol table by cookie1030264
-Ref: Symbol table by cookie-Footnote-11034449
-Node: Cached values1034513
-Ref: Cached values-Footnote-11038049
-Node: Array Manipulation1038140
-Ref: Array Manipulation-Footnote-11039231
-Node: Array Data Types1039268
-Ref: Array Data Types-Footnote-11041926
-Node: Array Functions1042018
-Node: Flattening Arrays1046417
-Node: Creating Arrays1053358
-Node: Redirection API1058127
-Node: Extension API Variables1060969
-Node: Extension Versioning1061602
-Ref: gawk-api-version1062039
-Node: Extension API Informational Variables1063767
-Node: Extension API Boilerplate1064831
-Node: Changes from API V11068693
-Node: Finding Extensions1069353
-Node: Extension Example1069912
-Node: Internal File Description1070710
-Node: Internal File Ops1074790
-Ref: Internal File Ops-Footnote-11086190
-Node: Using Internal File Ops1086330
-Ref: Using Internal File Ops-Footnote-11088713
-Node: Extension Samples1088987
-Node: Extension Sample File Functions1090516
-Node: Extension Sample Fnmatch1098165
-Node: Extension Sample Fork1099652
-Node: Extension Sample Inplace1100870
-Node: Extension Sample Ord1104174
-Node: Extension Sample Readdir1105010
-Ref: table-readdir-file-types1105899
-Node: Extension Sample Revout1106704
-Node: Extension Sample Rev2way1107293
-Node: Extension Sample Read write array1108033
-Node: Extension Sample Readfile1109975
-Node: Extension Sample Time1111070
-Node: Extension Sample API Tests1112418
-Node: gawkextlib1112910
-Node: Extension summary1115357
-Node: Extension Exercises1119059
-Node: Language History1120557
-Node: V7/SVR3.11122213
-Node: SVR41124365
-Node: POSIX1125799
-Node: BTL1127178
-Node: POSIX/GNU1127907
-Node: Feature History1133799
-Node: Common Extensions1148223
-Node: Ranges and Locales1149506
-Ref: Ranges and Locales-Footnote-11154122
-Ref: Ranges and Locales-Footnote-21154149
-Ref: Ranges and Locales-Footnote-31154384
-Node: Contributors1154605
-Node: History summary1160165
-Node: Installation1161545
-Node: Gawk Distribution1162489
-Node: Getting1162973
-Node: Extracting1163934
-Node: Distribution contents1165572
-Node: Unix Installation1171914
-Node: Quick Installation1172596
-Node: Shell Startup Files1175010
-Node: Additional Configuration Options1176099
-Node: Configuration Philosophy1178088
-Node: Non-Unix Installation1180457
-Node: PC Installation1180917
-Node: PC Binary Installation1181755
-Node: PC Compiling1182190
-Node: PC Using1183307
-Node: Cygwin1186352
-Node: MSYS1187122
-Node: VMS Installation1187623
-Node: VMS Compilation1188414
-Ref: VMS Compilation-Footnote-11189643
-Node: VMS Dynamic Extensions1189701
-Node: VMS Installation Details1191386
-Node: VMS Running1193639
-Node: VMS GNV1197918
-Node: VMS Old Gawk1198653
-Node: Bugs1199124
-Node: Bug address1199787
-Node: Usenet1202184
-Node: Maintainers1202961
-Node: Other Versions1204337
-Node: Installation summary1210921
-Node: Notes1211956
-Node: Compatibility Mode1212821
-Node: Additions1213603
-Node: Accessing The Source1214528
-Node: Adding Code1215963
-Node: New Ports1222181
-Node: Derived Files1226669
-Ref: Derived Files-Footnote-11232154
-Ref: Derived Files-Footnote-21232189
-Ref: Derived Files-Footnote-31232787
-Node: Future Extensions1232901
-Node: Implementation Limitations1233559
-Node: Extension Design1234742
-Node: Old Extension Problems1235896
-Ref: Old Extension Problems-Footnote-11237414
-Node: Extension New Mechanism Goals1237471
-Ref: Extension New Mechanism Goals-Footnote-11240835
-Node: Extension Other Design Decisions1241024
-Node: Extension Future Growth1243137
-Node: Old Extension Mechanism1243973
-Node: Notes summary1245736
-Node: Basic Concepts1246918
-Node: Basic High Level1247599
-Ref: figure-general-flow1247881
-Ref: figure-process-flow1248566
-Ref: Basic High Level-Footnote-11251867
-Node: Basic Data Typing1252052
-Node: Glossary1255380
-Node: Copying1287327
-Node: GNU Free Documentation License1324866
-Node: Index1349984
+Node: Arbitrary Precision Arithmetic924546
+Node: Computer Arithmetic926033
+Ref: table-numeric-ranges929624
+Ref: Computer Arithmetic-Footnote-1930346
+Node: Math Definitions930403
+Ref: table-ieee-formats933717
+Ref: Math Definitions-Footnote-1934320
+Node: MPFR features934425
+Node: FP Math Caution936142
+Ref: FP Math Caution-Footnote-1937214
+Node: Inexactness of computations937583
+Node: Inexact representation938543
+Node: Comparing FP Values939903
+Node: Errors accumulate940985
+Node: Getting Accuracy942418
+Node: Try To Round945128
+Node: Setting precision946027
+Ref: table-predefined-precision-strings946724
+Node: Setting the rounding mode948554
+Ref: table-gawk-rounding-modes948928
+Ref: Setting the rounding mode-Footnote-1952336
+Node: Arbitrary Precision Integers952515
+Ref: Arbitrary Precision Integers-Footnote-1957420
+Node: Checking for MPFR957569
+Node: POSIX Floating Point Problems958866
+Ref: POSIX Floating Point Problems-Footnote-1962737
+Node: Floating point summary962775
+Node: Dynamic Extensions964965
+Node: Extension Intro966518
+Node: Plugin License967784
+Node: Extension Mechanism Outline968581
+Ref: figure-load-extension969020
+Ref: figure-register-new-function970585
+Ref: figure-call-new-function971677
+Node: Extension API Description973739
+Node: Extension API Functions Introduction975381
+Node: General Data Types980715
+Ref: General Data Types-Footnote-1987920
+Node: Memory Allocation Functions988219
+Ref: Memory Allocation Functions-Footnote-1991371
+Node: Constructor Functions991470
+Node: Registration Functions994469
+Node: Extension Functions995154
+Node: Exit Callback Functions1000367
+Node: Extension Version String1001617
+Node: Input Parsers1002280
+Node: Output Wrappers1014987
+Node: Two-way processors1019499
+Node: Printing Messages1021764
+Ref: Printing Messages-Footnote-11022935
+Node: Updating ERRNO1023088
+Node: Requesting Values1023827
+Ref: table-value-types-returned1024564
+Node: Accessing Parameters1025500
+Node: Symbol Table Access1026735
+Node: Symbol table by name1027247
+Ref: Symbol table by name-Footnote-11030137
+Node: Symbol table by cookie1030265
+Ref: Symbol table by cookie-Footnote-11034450
+Node: Cached values1034514
+Ref: Cached values-Footnote-11038050
+Node: Array Manipulation1038141
+Ref: Array Manipulation-Footnote-11039232
+Node: Array Data Types1039269
+Ref: Array Data Types-Footnote-11041927
+Node: Array Functions1042019
+Node: Flattening Arrays1046418
+Node: Creating Arrays1053359
+Node: Redirection API1058128
+Node: Extension API Variables1060970
+Node: Extension Versioning1061603
+Ref: gawk-api-version1062040
+Node: Extension API Informational Variables1063768
+Node: Extension API Boilerplate1064832
+Node: Changes from API V11068694
+Node: Finding Extensions1069354
+Node: Extension Example1069913
+Node: Internal File Description1070711
+Node: Internal File Ops1074791
+Ref: Internal File Ops-Footnote-11086191
+Node: Using Internal File Ops1086331
+Ref: Using Internal File Ops-Footnote-11088714
+Node: Extension Samples1088988
+Node: Extension Sample File Functions1090517
+Node: Extension Sample Fnmatch1098166
+Node: Extension Sample Fork1099653
+Node: Extension Sample Inplace1100871
+Node: Extension Sample Ord1104175
+Node: Extension Sample Readdir1105011
+Ref: table-readdir-file-types1105900
+Node: Extension Sample Revout1106705
+Node: Extension Sample Rev2way1107294
+Node: Extension Sample Read write array1108034
+Node: Extension Sample Readfile1109976
+Node: Extension Sample Time1111071
+Node: Extension Sample API Tests1112419
+Node: gawkextlib1112911
+Node: Extension summary1115358
+Node: Extension Exercises1119060
+Node: Language History1120558
+Node: V7/SVR3.11122214
+Node: SVR41124366
+Node: POSIX1125800
+Node: BTL1127179
+Node: POSIX/GNU1127908
+Node: Feature History1133800
+Node: Common Extensions1148224
+Node: Ranges and Locales1149507
+Ref: Ranges and Locales-Footnote-11154123
+Ref: Ranges and Locales-Footnote-21154150
+Ref: Ranges and Locales-Footnote-31154385
+Node: Contributors1154606
+Node: History summary1160166
+Node: Installation1161546
+Node: Gawk Distribution1162490
+Node: Getting1162974
+Node: Extracting1163935
+Node: Distribution contents1165573
+Node: Unix Installation1171915
+Node: Quick Installation1172597
+Node: Shell Startup Files1175011
+Node: Additional Configuration Options1176100
+Node: Configuration Philosophy1178089
+Node: Non-Unix Installation1180458
+Node: PC Installation1180918
+Node: PC Binary Installation1181756
+Node: PC Compiling1182191
+Node: PC Using1183308
+Node: Cygwin1186353
+Node: MSYS1187123
+Node: VMS Installation1187624
+Node: VMS Compilation1188415
+Ref: VMS Compilation-Footnote-11189644
+Node: VMS Dynamic Extensions1189702
+Node: VMS Installation Details1191387
+Node: VMS Running1193640
+Node: VMS GNV1197919
+Node: VMS Old Gawk1198654
+Node: Bugs1199125
+Node: Bug address1199788
+Node: Usenet1202185
+Node: Maintainers1202962
+Node: Other Versions1204338
+Node: Installation summary1210922
+Node: Notes1211957
+Node: Compatibility Mode1212822
+Node: Additions1213604
+Node: Accessing The Source1214529
+Node: Adding Code1215964
+Node: New Ports1222182
+Node: Derived Files1226670
+Ref: Derived Files-Footnote-11232155
+Ref: Derived Files-Footnote-21232190
+Ref: Derived Files-Footnote-31232788
+Node: Future Extensions1232902
+Node: Implementation Limitations1233560
+Node: Extension Design1234743
+Node: Old Extension Problems1235897
+Ref: Old Extension Problems-Footnote-11237415
+Node: Extension New Mechanism Goals1237472
+Ref: Extension New Mechanism Goals-Footnote-11240836
+Node: Extension Other Design Decisions1241025
+Node: Extension Future Growth1243138
+Node: Old Extension Mechanism1243974
+Node: Notes summary1245737
+Node: Basic Concepts1246919
+Node: Basic High Level1247600
+Ref: figure-general-flow1247882
+Ref: figure-process-flow1248567
+Ref: Basic High Level-Footnote-11251868
+Node: Basic Data Typing1252053
+Node: Glossary1255381
+Node: Copying1287328
+Node: GNU Free Documentation License1324867
+Node: Index1349985
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index cc46c02..5a6ffcc 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31585,7 +31585,7 @@ simple identifiers, instead of using qualified 
identifiers everywhere.
 
 Interaction with the debugger (@pxref{Debugging}) has not had to change
 (at least as of this writing).  Some of the internal byte codes changed
-in order to accomodate namespaces, and the debugger's @code{dump} command
+in order to accommodate namespaces, and the debugger's @code{dump} command
 was adjusted to match.
 
 The extension API (@pxref{Dynamic Extensions}) has always allowed for
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index d51053e..fc1cd11 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -30599,7 +30599,7 @@ simple identifiers, instead of using qualified 
identifiers everywhere.
 
 Interaction with the debugger (@pxref{Debugging}) has not had to change
 (at least as of this writing).  Some of the internal byte codes changed
-in order to accomodate namespaces, and the debugger's @code{dump} command
+in order to accommodate namespaces, and the debugger's @code{dump} command
 was adjusted to match.
 
 The extension API (@pxref{Dynamic Extensions}) has always allowed for
diff --git a/doc/wordlist b/doc/wordlist
index 97d4fb2..8dacac5 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -38,6 +38,7 @@ Automake
 Autotools
 Avahi
 Awk
+Awklib
 Awkstuff
 Ayalon
 BBBB
@@ -65,6 +66,9 @@ Broderick
 Buening
 Burridge
 BusyBox
+Bycount
+Byname
+Byuid
 CAKuGj
 CASEFOLD
 CC
@@ -249,6 +253,8 @@ Igawk
 Illumos
 Incrementing
 Inf
+Init
+Inited
 Inplace
 InstallingGNVPackages
 Internetworking
@@ -1076,6 +1082,7 @@ getgruser
 getline
 getlocaltime
 getopt
+getpid
 getpwent
 getpwnam
 getpwuid
@@ -1427,6 +1434,7 @@ nonwhitespace
 noone
 nr
 nroff
+ns
 nul
 num
 nums
@@ -1769,6 +1777,7 @@ testbits
 testdir
 testext
 testff
+testpasswd
 tew
 tex
 texi
@@ -1947,6 +1956,7 @@ yearday
 ylwrap
 yourprog
 yxaay
+yyy
 zA
 zbcom
 zerofile

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

Summary of changes:
 doc/ChangeLog   |   4 +-
 doc/gawk.info   | 352 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   2 +-
 doc/gawktexi.in |   2 +-
 doc/wordlist    |  10 ++
 5 files changed, 191 insertions(+), 179 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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