bug-gnulib
[Top][All Lists]
Advanced

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

Re: required memchr behavior


From: Bruno Haible
Subject: Re: required memchr behavior
Date: Tue, 9 Jun 2009 00:23:00 +0200
User-agent: KMail/1.9.9

Eric Blake wrote:
> Yes; I've done that as follows, and also added memchr as a dependency for
> vasnprintf (the only module that used memchr but did not depend on it).

Good, thanks. I do the same for the other modules that also use vasnprintf.c:


2009-06-08  Bruno Haible  <address@hidden>

        * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
        * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
        * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.

*** modules/unistdio/u16-u16-vasnprintf.orig    2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u16-u16-vasnprintf 2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u16-vasnprintf.orig        2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u16-vasnprintf     2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u32-u32-vasnprintf.orig    2009-06-09 00:21:19.000000000 
+0200
--- modules/unistdio/u32-u32-vasnprintf 2009-06-09 00:21:19.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u32-vasnprintf.orig        2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/u32-vasnprintf     2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u8-u8-vasnprintf.orig      2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/u8-u8-vasnprintf   2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/u8-vasnprintf.orig 2009-06-09 00:21:20.000000000 +0200
--- modules/unistdio/u8-vasnprintf      2009-06-09 00:21:20.000000000 +0200
***************
*** 42,47 ****
--- 42,48 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:
*** modules/unistdio/ulc-vasnprintf.orig        2009-06-09 00:21:20.000000000 
+0200
--- modules/unistdio/ulc-vasnprintf     2009-06-09 00:21:20.000000000 +0200
***************
*** 40,45 ****
--- 40,46 ----
  localcharset
  xsize
  errno
+ memchr
  multiarch
  
  configure.ac:




reply via email to

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