Spelling fixes.

This commit is contained in:
Jim Meyering 2012-06-03 21:48:40 +02:00 committed by Bruno Haible
parent c971a7da9f
commit d7966de55c
19 changed files with 51 additions and 26 deletions

View File

@ -70,7 +70,7 @@ Version 0.10 - December 1995, by Ulrich Drepper
* msgcmp program to find matches in two .po files
* programs now have exit status != 0 if errors occured
* programs now have exit status != 0 if errors occurred
* libintl.a is now selfcontained and can be used without context in
other projects

4
NEWS
View File

@ -785,7 +785,7 @@ Version 0.10.35 - April 1998, by Ulrich Drepper
'--with-included-gettext'
* gettextize now can determine whether the aclocal.m4 of the project
is sufficent
is sufficient
* use automake for Makefile.in generation
@ -831,7 +831,7 @@ Version 0.10 - December 1995, by Ulrich Drepper
* msgcmp program to find matches in two .po files
* programs now have exit status != 0 if errors occured
* programs now have exit status != 0 if errors occurred
* libintl.a is now selfcontained and can be used without context in
other projects (even on systems missing alloca)

View File

@ -1,3 +1,7 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* dcigettext.c: Spelling fixes.
2012-02-05 Paul Eggert <eggert@cs.ucla.edu>
* vasnprintf.c: Spelling fixes.
@ -1372,7 +1376,7 @@
2007-03-24 Bruno Haible <bruno@clisp.org>
* vasnprintf.c: Include float+.h.
(VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
(VASNPRINTF): When comparing against +0.0L or +0.0, compare only
SIZEOF_LDBL or SIZEOF_DBL bytes.
2007-03-24 Bruno Haible <bruno@clisp.org>
@ -4178,7 +4182,7 @@
* intl/localealias.c (read_alias_file): Use unsigned char for
local variables. Remove unused variable tp.
* intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
for type of codeset. For loosing Solaris systems.
for type of codeset. For losing Solaris systems.
* intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
* intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
len if not needed.

View File

@ -1,5 +1,5 @@
/* Implementation of the internal dcigettext function.
Copyright (C) 1995-1999, 2000-2010 Free Software Foundation, Inc.
Copyright (C) 1995-1999, 2000-2010, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@ -372,7 +372,7 @@ static const char *get_output_charset (struct binding *domainbinding)
#endif
/* For those loosing systems which don't have `alloca' we have to add
/* For those losing systems which don't have `alloca' we have to add
some additional code emulating it. */
#ifdef HAVE_ALLOCA
/* Nothing has to be done. */

View File

@ -673,7 +673,7 @@
2007-03-24 Bruno Haible <bruno@clisp.org>
* vasnprintf.c: Include float+.h.
(VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
(VASNPRINTF): When comparing against +0.0L or +0.0, compare only
SIZEOF_LDBL or SIZEOF_DBL bytes.
2007-03-24 Bruno Haible <bruno@clisp.org>

View File

@ -1,3 +1,7 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* gettext.texi: Spelling fixes.
2012-05-03 Bruno Haible <bruno@clisp.org>
Document msgfmt option --endianness.

View File

@ -1002,7 +1002,7 @@ Sun Nov 5 21:56:51 1995 Ulrich Drepper <drepper@myware>
Advise about always using GNU gettext moved to here from ../README.
* gettext.texi: Fix some typos reported by François Pinard.
In descripton of _N change the name to N_.
In description of _N change the name to N_.
* Makefile.in (gettext.info):
Remove old .info* files before generating new ones.
@ -1175,4 +1175,4 @@ Sun Jul 2 01:47:02 1995 Ulrich Drepper <drepper@myware>
* First official release. This directory now contains a very
preliminary version of the gettext manual with a quite complete
chapter for todays Emacs PO mode by François Pinard.
chapter for today's Emacs PO mode by François Pinard.

View File

@ -79,7 +79,7 @@ This file provides documentation for GNU @code{gettext} utilities.
It also serves as a reference for the free Translation Project.
@copying
Copyright (C) 1995-1998, 2001-2007 Free Software Foundation, Inc.
Copyright (C) 1995-1998, 2001-2012 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@ -114,7 +114,7 @@ A copy of the license is included in @ref{GNU GPL}.
@page
@vskip 0pt plus 1filll
@c @insertcopying
Copyright (C) 1995-1998, 2001-2007 Free Software Foundation, Inc.
Copyright (C) 1995-1998, 2001-2012 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@ -1216,7 +1216,7 @@ encoding. These are in use because between 2000 and 2005, most users have
switched to locales in UTF-8 encoding. For example, the German locale on
glibc systems is nowadays @samp{de_DE.UTF-8}. The older name @samp{de_DE}
still refers to the German locale as of 2000 that stores characters in
ISO-8859-1 encoding -- a text encoding that cannot even accomodate the Euro
ISO-8859-1 encoding -- a text encoding that cannot even accommodate the Euro
currency sign.
Some locale names use @samp{@var{ll}_@var{CC}.@@@var{variant}} instead of
@ -7266,7 +7266,7 @@ all of GNU, giving myself the duty of one small GNU package per week
or so, taking many weeks or months for bigger packages. But it does
not work this way. I first did all the things I'm responsible for.
I've nothing against some missionary work on other maintainers, but
I'm also loosing a lot of energy over it---same debates over again.
I'm also losing a lot of energy over it---same debates over again.
And when the first localized packages are released we'll get a lot of
responses about ugly translations :-). Surely, and we need to have

View File

@ -1,3 +1,7 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* kwset.c: Spelling fixes.
2010-06-04 Bruno Haible <bruno@clisp.org>
* gettext-0.18.1 released.

View File

@ -1,5 +1,5 @@
/* kwset.c - search for any of a set of keywords.
Copyright 1989, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc.
Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,7 +18,7 @@
The author may be reached (Email) at the address mike@ai.mit.edu,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
/* The algorithm implemented by these routines bears a startling resemblence
/* The algorithm implemented by these routines bears a startling resemblance
to one discovered by Beate Commentz-Walter, although it is not identical.
See "A String Matching Algorithm Fast on the Average," Technical Report,
IBM-Germany, Scientific Center Heidelberg, Tiergartenstrasse 15, D-6900
@ -438,7 +438,7 @@ kwsprep (kwset_t kwset)
/* Update the delta table for the descendents of this node. */
treedelta (curr->links, curr->depth, delta);
/* Compute the failure function for the decendents of this node. */
/* Compute the failure function for the descendants of this node. */
treefails (curr->links, curr->fail, kwset->trie);
/* Update the shifts at each node in the current node's chain

View File

@ -1,3 +1,8 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* msginit.c: Spelling fixes.
* write-catalog.c: Likewise.
2012-05-03 Bruno Haible <bruno@clisp.org>
Document msgfmt option --endianness.

View File

@ -3779,7 +3779,7 @@
* message.c: Use unsigned char for various local variables.
* xgettext.c (comment_tag): Define as unsigned char *.
For loosing Solaris systems. Patches by Jim Meyering.
For losing Solaris systems. Patches by Jim Meyering.
* msgfmt.c: Use extra braces in if to shut up gcc.
* po-lex.h: Don't declare function po_gram_error and

View File

@ -1080,7 +1080,7 @@ get_user_fullname ()
const char *fullname_end;
char *result;
/* Return the pw_gecos field, upto the first comma (if any). */
/* Return the pw_gecos field, up to the first comma (if any). */
fullname = pwd->pw_gecos;
fullname_end = strchr (fullname, ',');
if (fullname_end == NULL)

View File

@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc.
Copyright (C) 1995-1998, 2000-2008, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -119,7 +119,7 @@ msgdomain_list_print (msgdomain_list_ty *mdlp, const char *filename,
return;
}
/* Check whether the output format can accomodate all messages. */
/* Check whether the output format can accommodate all messages. */
if (!output_syntax->supports_multiple_domains && mdlp->nitems > 1)
{
if (output_syntax->alternative_is_po)

View File

@ -1,3 +1,7 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* msgcomm-17: Spelling fixes.
2012-02-19 Bruno Haible <bruno@clisp.org>
Avoid spurious test output with guile 2.0.x.

View File

@ -1,7 +1,7 @@
#! /bin/sh
# -u, --unique (equivalent to --less-than=2): we are interested in unique
# entries only (entries occuring less than 2 times). But don't drop the
# entries only (entries occurring less than 2 times). But don't drop the
# header entry; otherwise msgcomm will fail for multibyte strings.
tmpfiles=""

View File

@ -1,3 +1,7 @@
2012-06-03 Jim Meyering <jim@meyering.net>
* lib/tparm.c: Spelling fixes.
2012-02-17 Bruno Haible <bruno@clisp.org>
Update after gnulib changed.

View File

@ -1328,7 +1328,7 @@
1998-04-29 Ulrich Drepper <drepper@cygnus.com>
* printf-parse.h: Use unsigned char for parameters to read_int and
parse_one_spec (for loosing Solaris systems).
parse_one_spec (for losing Solaris systems).
Patch by Jim Meyering.
1998-04-28 11:42 Ulrich Drepper <drepper@cygnus.com>
@ -1703,7 +1703,7 @@ Mon Jul 17 01:13:09 1995 Ulrich Drepper <drepper@myware>
Sat Jul 15 23:59:26 1995 Ulrich Drepper <drepper@myware>
* obstack.h: Add accidently removed #endif.
* obstack.h: Add accidentally removed #endif.
Sat Jul 15 23:31:45 1995 Ulrich Drepper <drepper@myware>

View File

@ -1,5 +1,5 @@
/* Substitution of parameters in strings from terminal descriptions.
Copyright (C) 2006 Free Software Foundation, Inc.
Copyright (C) 2006, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@ -243,7 +243,7 @@ cvtchar (const char *sp, char *c)
(GNU) %b backup to previous parameter
(GNU) %f skip this parameter
Note the two definitions of %a, the GNU defintion is used if the characters
Note the two definitions of %a, the GNU definition is used if the characters
after the 'a' are valid, otherwise the UW definition is used.
(GNU) used by GNU Emacs termcap libraries