---
ChangeLog| 2 +-
doc/glibc-functions/getpagesize.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c07a4b757a..3f5d7454fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,7 +58,7 @@
xsize: port to SIZE_MAX <
ChuanGang Jiang wrote:
> *lib/c32is-impl.h: s/the the/the/
> *lib/getopt-pfx-core.h: s/a a/a/
> *lib/term-style-control.h: s/the the/the/
> *lib/textstyle.in.h: s/the the/the/
Thanks. Applied.
Bruno
*lib/c32is-impl.h: s/the the/the/
*lib/getopt-pfx-core.h: s/a a/a/
*lib/term-style-control.h: s/the the/the/
*lib/textstyle.in.h: s/the the/the/
---
lib/c32is-impl.h | 2 +-
lib/getopt-pfx-core.h| 2 +-
lib/term-style-control.h | 2 +-
lib/textstyle.in.h | 2 +-
4 files changed,
Bruno Haible writes:
> The patch you sent is for texinfo.tex; the upstream location for it
> is the texinfo package. You need to write to bug-texinfo instead.
Thanks.
Stefan Kangas wrote:
> The attached patch fixes some minor typos, to prefer US spelling to
> British. We have that policy in Emacs, so it would be useful if the
> files we merge from you follow that convention too.
The patch you sent is for texinfo.tex; the upstream location for
The attached patch fixes some minor typos, to prefer US spelling to
British. We have that policy in Emacs, so it would be useful if the
files we merge from you follow that convention too.
There are many more places where US spelling is not preferred in gnulib;
I did not change all of them
On 4/18/21 4:24 PM, Paul Eggert wrote:
Yes, they were typos that caused infloops. But little harm done; I don't
think they escaped into any distributions.
Whoops, I take it back. Because those modules defined
_GL_USE_STDLIB_ALLOC, stdlib.h did not define malloc and realloc and so
the u
On 4/16/21 7:53 PM, Bruno Haible wrote:
+ malloc, realloc: fix recently-introduced #undef typos
That must have been more than a typo? It must have been an endless recursion?
Yes, they were typos that caused infloops. But little harm done; I don't
think they escaped int
> +2021-04-16 Paul Eggert
> +
> + malloc, realloc: fix recently-introduced #undef typos
That must have been more than a typo? It must have been an endless recursion?
Thanks for the fix!
Bruno
@@ -1,3 +1,9 @@
+2021-04-16 Paul Eggert
+
+ malloc, realloc: fix recently-introduced #undef typos
+ * lib/malloc.c (malloc):
+ * lib/realloc.c (malloc, realloc): #undef before using.
+
2021-04-14 Bruno Haible
hamt tests: Fix link error.
diff --git a/lib/malloc.c b/lib
On 12.01.19 15:19, Bruno Haible wrote:
> Dmitry V. Levin wrote:
>> I don't think that use of "iff" here and in many other places touched
>> by this patch is a typo.
>
> Agree. https://en.wikipedia.org/wiki/If_and_only_if
>
> In gnulib-tool.texi, "fulfil" vs. "fulfill" is an English vs. American
>
Dmitry V. Levin wrote:
> I don't think that use of "iff" here and in many other places touched
> by this patch is a typo.
Agree. https://en.wikipedia.org/wiki/If_and_only_if
In gnulib-tool.texi, "fulfil" vs. "fulfill" is an English vs. American
spelling difference. Better respect the preference o
On 12.01.19 14:40, Darshit Shah wrote:
> On January 12, 2019 12:21:36 PM UTC, "Dmitry V. Levin"
> wrote:
>> On Sat, Jan 12, 2019 at 12:00:47PM +0100, Tim Rühsen wrote:
>>> Used a spell checker (codespell) to wipe out several typos.
>> [...]
>>>
On January 12, 2019 12:21:36 PM UTC, "Dmitry V. Levin"
wrote:
>On Sat, Jan 12, 2019 at 12:00:47PM +0100, Tim Rühsen wrote:
>> Used a spell checker (codespell) to wipe out several typos.
>[...]
>> diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
>>
On Sat, Jan 12, 2019 at 12:00:47PM +0100, Tim Rühsen wrote:
> Used a spell checker (codespell) to wipe out several typos.
[...]
> diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
> index 48d532bc6..74bea4134 100644
> --- a/build-aux/texinfo.tex
> +++ b/build-aux/texinfo.t
Used a spell checker (codespell) to wipe out several typos.
Regards, Tim
From e651b5909f144a7f4a9c033d15d075f35395a7f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?=
Date: Sat, 12 Jan 2019 11:53:09 +0100
Subject: [PATCH] Fix typos found by codespell
Codespell instructions at
Thanks!
One down, 16 to go... :-)
"Carlos O'Donell" wrote:
> On 12/19/2017 02:03 PM, Paul Eggert wrote:
> > These typo changes are all in Gnulib, and would be fine to install in glibc.
> >
> > Adding bug-gnulib to the CC list. For reference, the original email is here:
> > https://sourceware.o
On 12/19/2017 02:03 PM, Paul Eggert wrote:
> These typo changes are all in Gnulib, and would be fine to install in glibc.
>
> Adding bug-gnulib to the CC list. For reference, the original email is here:
> https://sourceware.org/ml/libc-alpha/2017-12/msg00243.html
Done. I've pushed these for Arnol
On Tue, Dec 19, 2017 at 2:03 PM Paul Eggert wrote:
> These typo changes are all in Gnulib, and would be fine to install in
> glibc.
>
> Adding bug-gnulib to the CC list. For reference, the original email is
> here:
> https://sourceware.org/ml/libc-alpha/2017-12/msg00243.html
I don’t think Arnol
These typo changes are all in Gnulib, and would be fine to install in glibc.
Adding bug-gnulib to the CC list. For reference, the original email is here:
https://sourceware.org/ml/libc-alpha/2017-12/msg00243.html
* lib/mbfile.h, lib/se-selinux.in.h: Fix typos by replacing
_GL_INLINE_HEADER_BEGIN with _GL_INLINE_HEADER_END.
---
ChangeLog | 4
lib/mbfile.h| 5 +
lib/se-selinux.in.h | 5 +
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
* doc/glibc-functions/gnu_dev_major.texi:
* doc/glibc-functions/gnu_dev_makedev.texi:
* doc/glibc-functions/gnu_dev_minor.texi: Fix typos.
---
ChangeLog| 7 +++
doc/glibc-functions/gnu_dev_major.texi | 1 +
doc/glibc-functions/gnu_dev_makedev.texi | 1 +
doc
Thanks. I also noticed a tiny performance glitch in my recent intprops.h
changes, which I fixed with the attached.
>From ea38053c25508e8cae0c077984caf2bbe3f1b4dd Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Tue, 30 Aug 2016 12:29:21 -0700
Subject: [PATCH] intprops: tune INT_NEGATE_OVERFLOW fo
On Mon, Aug 29, 2016 at 3:58 PM, Jim Meyering wrote:
> On Mon, Aug 29, 2016 at 12:05 PM, Paul Eggert wrote:
>> Jim Meyering wrote:
>>
>>> Good catch.
>>> Thanks.
>>
>>
>> In trying it out on GNU Emacs with GCC 6.2 I ran into another problem: it
>> complains at compile-time if __builtin_add_overfl
On Mon, Aug 29, 2016 at 12:05 PM, Paul Eggert wrote:
> Jim Meyering wrote:
>
>> Good catch.
>> Thanks.
>
>
> In trying it out on GNU Emacs with GCC 6.2 I ran into another problem: it
> complains at compile-time if __builtin_add_overflow's 3rd arg is null. In
> some GCC versions this is supposed to
Jim Meyering wrote:
Good catch.
Thanks.
In trying it out on GNU Emacs with GCC 6.2 I ran into another problem: it
complains at compile-time if __builtin_add_overflow's 3rd arg is null. In some
GCC versions this is supposed to discard the value, but I guess that capability
is superseded by _
On Mon, Aug 29, 2016 at 10:17 AM, Paul Eggert wrote:
> Thanks for those fixes from the bleeding edge! One minor point: a strict
> reading of the GCC 7 manual would say that calls to __builtin_add_overflow_p
> etc. should use __typeof__ to avoid overflow in the very expression one is
> trying to ch
Thanks for those fixes from the bleeding edge! One minor point: a strict reading
of the GCC 7 manual would say that calls to __builtin_add_overflow_p etc. should
use __typeof__ to avoid overflow in the very expression one is trying to check
for overflow, so I installed the attached followup.
Fro
From b9c364f02cb7a7485cd063fa2cbcbf82042fa8cc Mon Sep 17 00:00:00 2001
From: Jim Meyering
Date: Mon, 29 Aug 2016 09:27:50 -0700
Subject: [PATCH 1/2] intprops.h: fix missing-backslash problems
* lib/intprops.h (_GL_ADD_OVERFLOW): Add backslash.
(_GL_SUBTRACT_OVERFLOW,_GL_MULTIPLY_OVERFLOW): Likew
On 06/01/15 16:51, Paul Eggert wrote:
> * lib/count-leading-zeros.h (_BitScanReverse, _BitScanReverse64):
> Fix typos in declaration of intrinsics when _MSC_VER.
Which would can these low level instructions
to not be used without /Oi.
Good spot.
thanks,
Pádraig
* lib/count-leading-zeros.h (_BitScanReverse, _BitScanReverse64):
Fix typos in declaration of intrinsics when _MSC_VER.
---
ChangeLog | 6 ++
lib/count-leading-zeros.h | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f1fe8e2
Spotted these while investigating freebsd-vs-coreutils-w/latest-gnulib
link failures:
>From 5ee63ec3af75a07c25f68bfda5fdb55947d06d11 Mon Sep 17 00:00:00 2001
From: Jim Meyering
Date: Mon, 15 Oct 2012 18:34:56 +0200
Subject: [PATCH] fchmodat.c, fchownat.c: compile-impeding typos
*
int: fix typos in comments and ChangeLog
Culprits identified and fixed mostly automatically using these commands:
git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \
's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\''
pass on at least a few targets,
| so I've pushed this change:
|
| test-strtod: fix typos: s/abs/fabs/
| * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
Thanks.
- --
Don't work too hard, make some time for fun as well!
Eric Blake [E
Jim Meyering wrote:
> I've pushed this change:
>
> test-strtod: fix typos: s/abs/fabs/
> * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
Should work fine, because on all platforms where the use of fabs requires
linking with -lm th
Since "abs" truncates any value in (-1..1) to 0, the tests below would
succeed for any value in a much larger than intended range: (-0.5, 1.5).
The corrected (stricter) tests still pass on at least a few targets,
so I've pushed this change:
test-strtod: fix ty
quot;
! echo " [m4_foreach_w([gl_NAME], [\$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl"
! echo " AC_CHECK_FUNCS([\$1], , [${macro_prefix}_LIBOBJ(\$ac_func)])])"
echo
echo "# Like AC_LIBSOURCES, except check for typos now."
echo "# We rely on EXTRA_li
Eric Blake byu.net> writes:
> >> And in the process, broke builds for platforms that lack __fpending
> >> (such as cygwin), since AC_REPLACE_FUNCS is a stickler about
> >> __fpending.c existing in that case. (I didn't notice it until now,
> >> because I had been doing incremental builds where a
MAIL PROTECTED]>
Enforce that AC_REPLACE_FUNCS files exist.
* gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
override check for typos.
- --
Don't work too hard, make some time for fun as well!
Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATU
> 2007-05-16 Thien-Thi Nguyen <[EMAIL PROTECTED]> (tiny change)
>
> * doc/gnulib-tool.texi (CVS Issues): Fix typo.
Thanks! Applied exactly as you sent it.
Bruno
ChangeLog entry:
2007-05-16 Thien-Thi Nguyen <[EMAIL PROTECTED]> (tiny change)
* doc/gnulib-tool.texi (CVS Issues): Fix typo.
patch:
--- gnulib-tool.texi31 Mar 2007 12:34:55 - 1.14
+++ gnulib-tool.texi16 May 2007 06:50:44 -
@@ -350,7 +350,7 @@
CVS, the @code{gn
* Karl Berry wrote on Tue, Nov 07, 2006 at 08:47:35PM CET:
> OK to apply?
>
> Looks good to me.
Done, thanks!
Cheers,
Ralf
OK to apply?
Looks good to me.
My (naïve?) understanding is that `miscellanous' is
a rather common spelling error.
That is my understanding also.
OK to apply? My (naïve?) understanding is that `miscellanous' is
a rather common spelling error.
Cheers,
Ralf
2006-11-07 Ralf Wildenhues <[EMAIL PROTECTED]>
* README: Fix typo.
* doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
(Miscellanous Notes): ...from t
> Are you on the proofreaders@gnu.org list, BTW?
No.
We're trying to make it useful again. Two other maintainers (Polzer for
parted and Mellon for mcron, as I recall) recently asked there for
proofreading help, per the maintainers document. If the world cup isn't
over (forgive my ignoran
proofreaders@gnu.org list, BTW?
No.
> * doc/functions.texi, doc/gnulib-tool.texi, doc/gnulib.texi:
> Fix some typos.
>
> I, at least, see no problem with these gnulib changes. Please go ahead
> and install them.
Thanks, done.
> - both "acknowledgment
Hi Ralf,
Thanks much.
Where are you finding the energy for all this proofreading :)?!
Are you on the proofreaders@gnu.org list, BTW?
* doc/functions.texi, doc/gnulib-tool.texi, doc/gnulib.texi:
Fix some typos.
I, at least, see no problem with these gnulib changes
Hello,
here's a patch to fix some typos, en_UK vs en_US differences and
inconsistencies. I could apply it, but I guess it needs approval
from some parties...
Cheers,
Ralf
* doc/functions.texi, doc/gnulib-tool.texi, doc/gnulib.texi:
Fix some typos.
* doc/maintain
Please apply these trivial typo fixes, thank you.
Thanks, did that. Made a few other updates while I was at it.
Best,
karl
___
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> Please apply these trivial typo fixes, thank you.
Done!
Thanks.
___
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib
Please apply these trivial typo fixes, thank you.
Cheers,
Ralf
* README: Fix some Typos.
Index: README
===
RCS file: /cvsroot/gnulib/gnulib/README,v
retrieving revision 1.12
diff -u -r1.12 README
--- README 14 May 2005
51 matches
Mail list logo