* 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
'--with-included-gettext'
* gettextize now can determine whether the aclocal.m4 of the project
- is sufficent
+ is sufficient
* use automake for Makefile.in generation
* 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)
+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.
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>
* 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.
/* 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
#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. */
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>
+2012-06-03 Jim Meyering <jim@meyering.net>
+
+ * gettext.texi: Spelling fixes.
+
2012-05-03 Bruno Haible <bruno@clisp.org>
Document msgfmt option --endianness.
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.
* 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.
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
@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
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
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
+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.
/* 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
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
/* 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
+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.
* 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
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)
/* 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
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)
+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.
#! /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=""
+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.
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>
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>
/* 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
(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