[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?
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
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
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 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
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