Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > 2007-01-09 Bruno Haible <[EMAIL PROTECTED]> > > * MODULES.html.sh: Accept options --cvs-urls, --git-urls. > (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New > variables. > (func_module): Use them. Thanks for the speed

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
[EMAIL PROTECTED] (Karl Berry) wrote: > generate it into the savannah web repo instead: > http://web.cvs.savannah.gnu.org/viewcvs/gnulib/?root=gnulib > > That sounds fine to me. Do you want me to do it now, or do you want to > do it as part of the git stuff, or what? Hi Karl! It'd be g

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Karl Berry
BTW, Karl, I notice a lot of "." log entries in your name. I presume most are done automatically. For MODULES.html, yes. Everything else I commit by hand. name-of-script: regenerate MODULES.html There is no separate script, and anyway, given below, never mind. generate it into t

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Ralf Wildenhues
* Bruno Haible wrote on Tue, Jan 09, 2007 at 09:34:15PM CET: > Ralf Wildenhues wrote: > > > > * gnulib-tool (func_all_modules): Use POSIX conforming escaping > > in sed script. > > Good. Please apply. Thanks. Done, thanks! Cheers, Ralf

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Bruno Haible
Ralf Wildenhues wrote: > $ echo | sed -e '/[/]CVS$/d' > sed: 1: "/[/]CVS$/d": RE error: [ ] imbalance or syntax error Thanks for noticing this. > 2007-01-09 Ralf Wildenhues <[EMAIL PROTECTED]> > > * gnulib-tool (func_all_modules): Use POSIX conforming escaping > in sed script. Goo

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Tue, Jan 09, 2007 at 02:39:43PM CET: > ! | sed -e '/^CVS$/d' -e '/[/]CVS$/d' \ > ! -e '/^ChangeLog$/d' -e '/[/]ChangeLog$/d' \ > ! -e '/^COPYING$/d' -e '/[/]COPYING$/d' \ > ! -e '/^README$/d' -e '/[/]README$/d' \ > !

Re: havelib: better support for OpenBSD

2007-01-09 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Mon, Jan 08, 2007 at 09:12:14PM CET: > Ralf Wildenhues wrote: > > This patch breaks building CVS M4 on GNU/Linux/x86. > > Thanks for reporting this. > Does this patch (already applied to gnulib CVS) fix the problem? Yes, things seem to work fine with it. Tha

Re: Building m4 on BSDI 4.0.1

2007-01-09 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > maybe it > is worth factoring out wchar.m4 into its own file and using that from all > other modules that use wchar_t or . Sounds like a lot of work for an operating system whose original supplier stopped support for many years ago.

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Bruno Haible
Jim Meyering wrote: > In case someone is starting on this already, here are alternate > cvs and git URLs for your lib/timespec.h example: > > http://cvs.sv.gnu.org/viewcvs/gnulib/lib/timespec.h?root=gnulib&view=markup > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/timespec.h Thanks

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Jim Meyering wrote: >> How about this instead: we can continue to keep the generated file under >> version control and accessible, but instead of letting its deltas clutter >> up the source code repo, generate it into the savannah web repo instead: >> >>

Re: [bug-gnulib] Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Bruno Haible
Jim Meyering wrote: > How about this instead: we can continue to keep the generated file under > version control and accessible, but instead of letting its deltas clutter > up the source code repo, generate it into the savannah web repo instead: > > http://web.cvs.savannah.gnu.org/viewcvs/gnulib

elementary functions for Unicode strings

2007-01-09 Thread Bruno Haible
Here I'm adding the first part of the library: the elementary string functions. 2007-01-09 Bruno Haible <[EMAIL PROTECTED]> * modules/unistr/base: New file. * lib/unistr.h: New file. * modules/unistr/u8-to-u16: New file. * lib/unistr/u8-to-u16.c: New file.

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: ... > How about this instead: we can continue to keep the generated file under > version control and accessible, but instead of letting its deltas clutter > up the source code repo, generate it into the savannah web repo instead: > > http://web.cvs.savannah

gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Bruno Haible
This patch adds support for subdirectories of the 'modules/' directory. 2007-01-08 Bruno Haible <[EMAIL PROTECTED]> * gnulib-tool (func_all_modules): Use find, not ls, to traverse the modules directory. Filter out CVS, ChangeLog, COPYING, README also from subdirectories

Re: FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
I wrote: > FYI, I have updated the git mirror of the gnulib CVS repository once again. > > http://git.sv.gnu.org/gitweb/?p=gnulib.git If you've looked at the above summary, you might notice that if the first line of a commit log message is a summary for the entire change set, it renders better w

Re: Building m4 on BSDI 4.0.1

2007-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 1/9/2007 12:23 AM: > Eric Blake <[EMAIL PROTECTED]> writes: > >> BSD/OS 4.1 has a bug: and must be included before >> - . */ >> + . >> + BSDI 4.0.1 has a bug: must be included before . */ >> +# include > >

FYI: gnulib git mirror is up to date

2007-01-09 Thread Jim Meyering
FYI, I have updated the git mirror of the gnulib CVS repository once again. http://git.sv.gnu.org/gitweb/?p=gnulib.git Please have a look at the git repository, and let me know if you see anything strange. We're getting close to the point at which we can safely switch to git for development, w