gnupg/intl (45 files)

cvs user werner cvs at cvs.gnupg.org
Tue Jul 27 17:11:57 CEST 2004


    Date: Tuesday, July 27, 2004 @ 17:11:57
  Author: werner
    Path: /cvs/gnupg/gnupg/intl

   Added: printf-args.c printf-args.h printf-parse.c printf-parse.h
          printf.c vasnprintf.c vasnprintf.h vasnwprintf.h wprintf-parse.h
          xsize.h
Modified: ChangeLog Makefile.in VERSION bindtextdom.c config.charset
          dcgettext.c dcigettext.c dcngettext.c dgettext.c dngettext.c
          eval-plural.h explodename.c finddomain.c gettext.c gettextP.h
          gmo.h hash-string.h intl-compat.c l10nflist.c libgnuintl.h.in
          loadinfo.h loadmsgcat.c localcharset.c locale.alias
          localealias.c localename.c log.c ngettext.c plural-exp.c
          plural-exp.h plural.c plural.y relocatable.c relocatable.h
          textdomain.c

* configure.ac (AM_GNU_GETTEXT_VERSION): New.
(min_automake_version): New.

* LINGUAS: Added all languages we supported in 1.2.5.
Copied all po files from 1.2.5.

* autogen.sh: Updated to the modern version, grepping the required
tool versions from configure.ac.


-----------------+
 ChangeLog       |    4 
 Makefile.in     |   24 +
 VERSION         |    2 
 bindtextdom.c   |   21 -
 config.charset  |  285 ++++++++++++-----
 dcgettext.c     |    7 
 dcigettext.c    |   75 +---
 dcngettext.c    |   11 
 dgettext.c      |    9 
 dngettext.c     |   12 
 eval-plural.h   |   10 
 explodename.c   |   21 -
 finddomain.c    |    9 
 gettext.c       |    5 
 gettextP.h      |   91 ++---
 gmo.h           |    5 
 hash-string.h   |   17 -
 intl-compat.c   |   44 --
 l10nflist.c     |   62 ---
 libgnuintl.h.in |  146 ++++++--
 loadinfo.h      |   47 +-
 loadmsgcat.c    |  382 ++++++++++++++---------
 localcharset.c  |    2 
 locale.alias    |   12 
 localealias.c   |   29 -
 localename.c    |  478 +++++++++++++++++++++++++----
 log.c           |   12 
 ngettext.c      |    7 
 plural-exp.c    |    8 
 plural-exp.h    |   24 -
 plural.c        |   82 +---
 plural.y        |   52 ---
 printf-args.c   |  119 +++++++
 printf-args.h   |  137 ++++++++
 printf-parse.c  |  537 ++++++++++++++++++++++++++++++++
 printf-parse.h  |   75 ++++
 printf.c        |  371 ++++++++++++++++++++++
 relocatable.c   |   14 
 relocatable.h   |   10 
 textdomain.c    |    5 
 vasnprintf.c    |  887 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vasnprintf.h    |   61 +++
 vasnwprintf.h   |   46 ++
 wprintf-parse.h |   75 ++++
 xsize.h         |  109 ++++++
 45 files changed, 3678 insertions(+), 763 deletions(-)



More information about the Gnupg-commits mailing list