Bruno Haible <[EMAIL PROTECTED]> wrote:
>> I've set up for cvs pserver (read-only) access to the git mirror
>> cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD
>
> Thanks!
Hi Bruno,
> There are a few differences compared to the original CVS:
There are more than a few :-)
As I unde
Hi,
I added getopt in my packages, following the documentation. Here are
the fixes I needed in Section 2.1:
LIBADD = lib/libgnu.la
becomes
LDADD = $(top_builddir)/lib/libgnu.a
- no .la in the common case
- switching to LDADD (LIBADD doesn't seem to work, app_LIBADD produces
an Automake error)
Hi Jim,
> I've set up for cvs pserver (read-only) access to the git mirror
> cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD
Thanks!
There are a few differences compared to the original CVS:
- It says at many occasions "server doesn't support gzip-file-contents".
(I am always
I've set up for cvs pserver (read-only) access to the git mirror
http://git.sv.gnu.org/gitweb/?p=gnulib.git
of gnulib's cvs repository. This is in preparation for discontinuing
the CVS repository in favor of the git one for upstream commits.
To check out the latest, use this:
cvs -d :pserv
Greg Schafer wrote:
> Size of 1 seems to work. Size of 1000 doesn't. Using asprintf also
> seems to not crash with a size of 100.
OK, then the bug is in gnulib's tests, not in glibc. Thanks for these tests.
I'm applying this:
2007-09-16 Bruno Haible <[EMAIL PROTECTED]>
* m4/printf