From 2dddc87214503199a38beeb175cd42cbb43cdff1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 28 Aug 2023 12:42:23 -0700 Subject: maint: spelling fixes, including author names Most of this just affects commentary and documentations. The only significant behavior change is translating author names via proper_name_lite rather than proper_name_utf8, or not translating them at all. proper_name_lite is good enough for coreutils and avoids the bloat that had coreutils not using Gnulib proper_name. * bootstrap.conf (gnulib_modules): Use propername-lite instead of propername. (XGETTEXT_OPTIONS): Look for proper_name_lite instead of for proper_name_utf8. * cfg.mk (local-checks-to-skip): Remove sc_proper_name_utf8_requires_ICONV, since we no longer use proper_name_utf8. (old_NEWS_hash): Update. (sc_check-I18N-AUTHORS): Remove; no longer needed. --- scripts/build-older-versions/README.older-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-older-versions/README.older-versions b/scripts/build-older-versions/README.older-versions index e076fe931..cb0b14fa7 100644 --- a/scripts/build-older-versions/README.older-versions +++ b/scripts/build-older-versions/README.older-versions @@ -32,7 +32,7 @@ Older version (pre 7.2) mention 'tee','eaccess','futimens'. Details ------- -GLibC version 2.28 removed non-standed headre file (libio.h) and some +GLibC version 2.28 removed a non-standard header file (libio.h) and some internal symbols which were used by gnulib (a core component of GNU coreutils). These were announced as 'deprecated' in version 2.27 [1], and removed in -- cgit v1.2.3