bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] gettext sync?


From: Bruno Haible
Subject: Re: [bug-gnulib] gettext sync?
Date: Tue, 1 Mar 2005 16:31:25 +0100
User-agent: KMail/1.5

Karl Berry wrote:
> There's a long list of files in gnulib/config/srclist.txt commented out
> or marked to be resynced after the new gettext release.  Now that a new
> release of gettext is out (congratulations, Bruno), can these be
> revisited?

Now that I've brought in one more modification from gettext (see below),
I think you can re-enable these syncing rules.

> ##$GETTEXT/gettext-runtime/libasprintf/vasnprintf.c   lib gpl
> ##$GETTEXT/gettext-runtime/libasprintf/vasnprintf.h   lib gpl
> #$GETTEXT/gettext-runtime/libasprintf/vasprintf.c     lib gpl
> #$GETTEXT/gettext-runtime/intl/localcharset.c         lib gpl
> #$GETTEXT/gettext-tools/lib/setenv.c                  lib gpl
> #$GETTEXT/autoconf-lib-link/m4/lib-ld.m4                      m4
> #$GETTEXT/autoconf-lib-link/m4/lib-link.m4            m4
> #$GETTEXT/autoconf-lib-link/m4/lib-prefix.m4          m4
> #$GETTEXT/gettext-runtime/m4/gettext.m4                       m4
> #$GETTEXT/gettext-runtime/m4/glibc21.m4                       m4
> #$GETTEXT/gettext-runtime/m4/intmax.m4                        m4
> #$GETTEXT/gettext-runtime/m4/codeset.m4                       m4
> #$GETTEXT/gettext-runtime/m4/iconv.m4                 m4
> #$GETTEXT/gettext-runtime/m4/longdouble.m4            m4
> #$GETTEXT/gettext-runtime/m4/signed.m4                        m4
> #$GETTEXT/gettext-runtime/m4/wchar_t.m4                       m4
> #$GETTEXT/gettext-runtime/m4/wint_t.m4                        m4
> #$GETTEXT/gettext-tools/m4/sig_atomic_t.m4            m4
> #$GETTEXT/gettext-tools/m4/signalblocking.m4          m4
> #$GETTEXT/gettext-tools/m4/ssize_t.m4                 m4

Bruno


*** vasnprintf.c        8 Sep 2004 12:11:19 -0000       1.14
--- vasnprintf.c        1 Mar 2005 15:36:21 -0000
***************
*** 51,56 ****
--- 51,61 ----
  /* Checked size_t computations.  */
  #include "xsize.h"
  
+ /* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW.  */
+ #ifndef EOVERFLOW
+ # define EOVERFLOW E2BIG
+ #endif
+ 
  #ifdef HAVE_WCHAR_T
  # ifdef HAVE_WCSLEN
  #  define local_wcslen wcslen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]