[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-5706-gbc94e289
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-5706-gbc94e289 |
Date: |
Tue, 29 Oct 2024 13:57:27 -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, master has been updated
via bc94e2895d1d2d64814256da1bfc894f7532cd8c (commit)
via 457a11ef825dc848781905d60b5d28e11949b17d (commit)
from 70ee6a37b1bd3b5b0c76e892f5873134d3dd5115 (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=bc94e2895d1d2d64814256da1bfc894f7532cd8c
commit bc94e2895d1d2d64814256da1bfc894f7532cd8c
Merge: 457a11ef 70ee6a37
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Oct 29 19:57:18 2024 +0200
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=457a11ef825dc848781905d60b5d28e11949b17d
commit 457a11ef825dc848781905d60b5d28e11949b17d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Oct 29 19:55:15 2024 +0200
Typo fix in the doc.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ef084630..e869145e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.texi: Typo fix. Thanks to Antonio Colombo.
+ * wordlist: Updated.
+
2024-10-24 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi (Bitwise Functions): Document that lshift and rshift
diff --git a/doc/gawk.info b/doc/gawk.info
index 2dc99c58..ad966fde 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -14701,7 +14701,7 @@ are enclosed in square brackets ([ ]):
Mirrors!" for more information as to why.
Beginning with âgawkâ version 5.4, if not in MPFR mode (*note
- Arbitrary Precision Arithmetic::), shifting with âlsfhit()â or
+ Arbitrary Precision Arithmetic::), shifting with âlshift()â or
ârshift()â by as many or more bits than are available in the
largest unsigned integer returns zero, instead of whatever the
underlying C compiler might do.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3fdfcbb4..f93edb8d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20308,7 +20308,7 @@ operand produces a fatal error. See the sidebar
``Beware The Smoke and Mirrors!'' for more information as to why.
Beginning with @command{gawk} version 5.4, if not in MPFR mode
-(@pxref{Arbitrary Precision Arithmetic}), shifting with @code{lsfhit()}
+(@pxref{Arbitrary Precision Arithmetic}), shifting with @code{lshift()}
or @code{rshift()} by as many or more bits than are available in the
largest unsigned integer returns zero, instead of whatever the underlying
C compiler might do.
diff --git a/doc/wordlist b/doc/wordlist
index 56c09ae1..39745d72 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -352,6 +352,7 @@ NVMW
NaN
NaNs
Nachum
+Naman
Neacsu
Neacsu's
NetBSD
@@ -632,6 +633,7 @@ aqb
aqc
ar
arg
+argA
argc
args
argv
@@ -969,6 +971,7 @@ fcount
fd
fdata
fe
+fergs
ferror
fffffffffff
fffffffffffd
@@ -1268,6 +1271,7 @@ lintwarn
listinfo
listsize
literallayout
+localA
localhost
locutus
longa
@@ -1353,9 +1357,11 @@ mydata
myfile
myfiles
myfunc
+mylib
mylongopts
myprint
myprog
+myproj
myshortopts
mystrtonum
mysub
@@ -1434,6 +1440,7 @@ nonwhitespace
noyesno
nr
ns
+nsinclude
nul
num
numfields
@@ -1723,6 +1730,7 @@ strptime
strtod
strtonum
struct
+stuart
su
subarray
subarrays
@@ -1886,6 +1894,7 @@ wikipedia
wlv
wnewmail
wordfreq
+wouldn
wr
writea
writeall
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.info | 2 +-
doc/gawk.texi | 2 +-
doc/wordlist | 9 +++++++++
4 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-5706-gbc94e289,
Arnold Robbins <=