Re: strtok_r.c sync?

2006-09-16 Thread Paul Eggert
[EMAIL PROTECTED] (Karl Berry) writes: > strtok_r.c was synced, but the config.h removal broke that. Sorry, I tried to keep everything synced that was already synced, since it's not a big deal either way. Could you please restore the sync at your next opportunity?

Re: gnulib-tool should be interruptible

2006-09-16 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * gnulib-tool (func_exit): New function, to allow to pass the > exit status portably through the trap. Use everywhere. > (--help, --version): Signal a write error. > (trap): catch SIGPIPE, for write errors. > Exit at the

new module savewd, plus changes to mkdir-p

2006-09-16 Thread Paul Eggert
I installed this fix as part of updates to coreutils. 2006-09-15 Paul Eggert <[EMAIL PROTECTED]> * modules/mkancesdirs (Depends-on): Add fcntl. * modules/savewd: New file. * MODULES.html.sh (File system functions): Add savewd. * lib/dirchownmod.c: Don't include f

license texinfo patches installed

2006-09-16 Thread Karl Berry
rms said fine, so I installed the patches to the license Texinfo files (slightly tweaked) in both gnulib and the (purported) original location, gnu.org/licenses. Simon (or anyone), if you want to make a gnulib-gpl.texi or whatever to change the node name "Copying", feel free. Happy licensing, kar

strtok_r.c sync?

2006-09-16 Thread Karl Berry
strtok_r.c was synced, but the config.h removal broke that. Which way to go? *** lib/strtok_r.c Fri Sep 15 00:37:46 2006 --- /tmp/strtok_r.c Sat Sep 16 00:38:17 2006 *** *** 1,4 /* Reentrant string tokenizer. Generic version. !Copyright (C) 1991,1996-1999,2001,200

gnulib-tool should be interruptible

2006-09-16 Thread Ralf Wildenhues
Right now, hitting ^C will make a running gnulib-tool go rather wild; in any case, it won't make it stop consistently. I propose an approach like in Autoconf-generated scripts, see below. Also I think a SIGPIPE caused by a write error should be caught as well. Cheers, Ralf * gnulib-tool