[PATCH] Fix typos in ChangeLog and getpagesize.texi

2024-06-16 Thread Paul Eggert
--- 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 <

Re: [PATCH] fix typos like "the the" and "a a" in comment

2023-02-10 Thread Bruno Haible
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

[PATCH] fix typos like "the the" and "a a" in comment

2023-02-10 Thread ChuanGang Jiang
*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,

Re: [PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Stefan Kangas
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.

Re: [PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Bruno Haible
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

[PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Stefan Kangas
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

Re: [PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-21 Thread Paul Eggert
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

Re: [PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-18 Thread Paul Eggert
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

Re: [PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-16 Thread Bruno Haible
> +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

[PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-16 Thread Paul Eggert
@@ -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

Re: Fix more typos

2019-01-12 Thread Tim Rühsen
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 >

Re: Fix more typos

2019-01-12 Thread Bruno Haible
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

Re: Fix more typos

2019-01-12 Thread Tim Rühsen
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. >> [...] >>>

Re: Fix more typos

2019-01-12 Thread Darshit Shah
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 >>

Re: Fix more typos

2019-01-12 Thread Dmitry V. Levin
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

Fix more typos

2019-01-12 Thread Tim Rühsen
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

Re: [PATCH 01/17] Regex: Fix spelling errors / typos.

2017-12-20 Thread arnold
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

Re: [PATCH 01/17] Regex: Fix spelling errors / typos.

2017-12-19 Thread Carlos O'Donell
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

Re: [PATCH 01/17] Regex: Fix spelling errors / typos.

2017-12-19 Thread Zack Weinberg
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

Re: [PATCH 01/17] Regex: Fix spelling errors / typos.

2017-12-19 Thread Paul Eggert
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

[PATCH 3/3] headers: fix begin-end typos

2017-02-14 Thread Paul Eggert
* 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

[PATCH] sys_types: fix Texinfo typos

2016-10-26 Thread Paul Eggert
* 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

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-30 Thread Paul Eggert
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

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Jim Meyering
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

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Jim Meyering
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

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Paul Eggert
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 _

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Jim Meyering
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

Re: intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Paul Eggert
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

intprops.h xalloc-oversized.h: fix typos and port to gcc-7

2016-08-29 Thread Jim Meyering
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

Re: [PATCH] count-leading-zeros: fix pragma typos

2015-01-06 Thread Pádraig Brady
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

[PATCH] count-leading-zeros: fix pragma typos

2015-01-06 Thread Paul Eggert
* 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

[PATCH] fchmodat.c, fchownat.c: compile-impeding typos

2012-10-15 Thread Jim Meyering
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 *

[PATCH] maint: fix typos in comments and ChangeLog

2012-05-29 Thread Jim Meyering
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!'\''

Re: test-strtod: fix typos: s/abs/fabs/

2008-04-14 Thread Eric Blake
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

Re: test-strtod: fix typos: s/abs/fabs/

2008-04-14 Thread Bruno Haible
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

test-strtod: fix typos: s/abs/fabs/

2008-04-14 Thread Jim Meyering
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

Re: detecting AC_REPLACE_FUNCS typos [was: underscores in gnulib file names]

2007-09-29 Thread Bruno Haible
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

Re: detecting AC_REPLACE_FUNCS typos [was: underscores in gnulib file names]

2007-09-28 Thread Eric Blake
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

detecting AC_REPLACE_FUNCS typos [was: underscores in gnulib file names]

2007-09-25 Thread Eric Blake
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

Re: doc patch: typos in node "CVS Issues"

2007-05-16 Thread Bruno Haible
> 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

doc patch: typos in node "CVS Issues"

2007-05-15 Thread Thien-Thi Nguyen
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

Re: some typos in the gnulib docs

2006-11-07 Thread Ralf Wildenhues
* Karl Berry wrote on Tue, Nov 07, 2006 at 08:47:35PM CET: > OK to apply? > > Looks good to me. Done, thanks! Cheers, Ralf

Re: some typos in the gnulib docs

2006-11-07 Thread Karl Berry
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.

some typos in the gnulib docs

2006-11-07 Thread Ralf Wildenhues
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

Re: typos

2006-07-10 Thread Karl Berry
> 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

Re: typos

2006-07-09 Thread Ralf Wildenhues
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

Re: typos

2006-07-09 Thread Karl Berry
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

typos

2006-07-09 Thread Ralf Wildenhues
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

Re: Typos in README

2005-08-10 Thread Karl Berry
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

Re: Typos in README

2005-08-08 Thread Simon Josefsson
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

Typos in README

2005-08-08 Thread Ralf Wildenhues
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