Re: Gnulib and pspdev

2009-03-22 Thread Bruno Haible
Hello Sylvain, > The build is based on a slightly modified gcc > cross-compiler for mipsel, and a minimal libc on top off of newlib > (ftp://sources.redhat.com/pub/newlib/) - check 'psptoolchain' and > 'pspsdk' at > http://svn.ps2dev.org/listing.php?repname=psp&path=%2Ftrunk%2F . > ... > Can you t

Re: Serial number formats

2009-03-22 Thread Bruno Haible
Hello Ralf, > A compromise achieved after discussion on this (the bug-gnulib) list: > Oh, I withdraw my criticism. Alexandre researched well, and asked on the right list. Sadly, I was sleeping throughout the duration of this thr

Re: Request: srand48/ drand48

2009-03-22 Thread Bruno Haible
Stefan Bienert wrote: > I need a fallback implementation of srand48 and drand48 for my GPL project > to compile with mingw32 for a certain operating system. > > Is there a chance that this can be put into a near-by-future revision of > Gnulib? Richard Jones has proposed such a module for gnulib a

Re: Fix comment for func_filter_filelist.

2009-03-22 Thread Bruno Haible
Ralf Wildenhues wrote: > -# added_prefix, added_suffix should not contain the characters \|. > +# added_prefix, added_suffix should not contain the characters \|&. > func_filter_filelist () Yes, you're right. Thanks. Bruno

Re: Request: srand48/ drand48

2009-03-22 Thread Jim Meyering
Stefan Bienert wrote: > I need a fallback implementation of srand48 and drand48 for my GPL project > to compile with mingw32 for a certain operating system. > > Is there a chance that this can be put into a near-by-future revision of > Gnulib? Richard Jones worked on precisely that, back in Octobe

Request: srand48/ drand48

2009-03-22 Thread Stefan Bienert
Hi Gnulib-Team! I need a fallback implementation of srand48 and drand48 for my GPL project to compile with mingw32 for a certain operating system. Is there a chance that this can be put into a near-by-future revision of Gnulib? I'm probably able to program these functions by myself, where "proba

Fix comment for func_filter_filelist.

2009-03-22 Thread Ralf Wildenhues
Hi Bruno, Dunno whether I sent this before or not, but I have this tiny patch lying around against gnulib-tool. OK to push? Thanks, Ralf * gnulib-tool (func_filter_filelist): Fix comment. diff --git a/gnulib-tool b/gnulib-tool index b50b08b..68531a5 100755 --- a/gnulib-tool +++ b/gnulib-to

Re: Gnulib and pspdev

2009-03-22 Thread Jim Meyering
Sylvain Beucler wrote: >> Thanks for the report. >> How about the following? > > It works for me :) > > Just to make sure: did you notice the other issues I reported? Sure, however, fchdir is Bruno's territory. strings too, probably. Besides, it's Sunday ;-)

Re: Gnulib and pspdev

2009-03-22 Thread Sylvain Beucler
> Hi Sylvain, > > Thanks for the report. > How about the following? It works for me :) Just to make sure: did you notice the other issues I reported? -- Sylvain

Re: parallel make and the maintainer GNUmakefile

2009-03-22 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Mar 14, 2009 at 01:22:56PM CET: > GNUmakefile: disable parallelism only for multiple, recursive targets > > * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user > additions in the Makefile. > (AM_RECURSIVE_TARGETS): New macro, overrid

[PATCH] * lib/vasnprintf.c (divide): Fix typo in comment.

2009-03-22 Thread Jim Meyering
I'll push this tomorrow, too. >From ca220adae7e4b5138cd9b567e739a418d25c7eac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Mar 2009 09:36:41 +0100 Subject: [PATCH] * lib/vasnprintf.c (divide): Fix typo in comment. --- lib/vasnprintf.c |2 +- 1 files changed, 1 insertions(+), 1 d

Re: Gnulib and pspdev

2009-03-22 Thread Jim Meyering
Sylvain Beucler wrote: > I'm working on a cross-build of GNU FreeDink to make it run on Sony > PlayStation Portable. The build is based on a slightly modified gcc > cross-compiler for mipsel, and a minimal libc on top off of newlib > (ftp://sources.redhat.com/pub/newlib/) - check 'psptoolchain' an