Paul Eggert <[EMAIL PROTECTED]> wrote:
> Thanks for reporting that. In looking at the code, I found
> some other problems (notably, errno was sometimes mishandled)
> and installed the following more-general patch into gnulib.
>
> 2006-10-11 Paul Eggert <[EMAIL PROTECTED]>
>
> * lib/rename-
Paul Eggert wrote:
> 2006-10-11 Paul Eggert <[EMAIL PROTECTED]>
>
> * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
> Add support for Tandem NonStop R series.
> (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
> Use new macro.
>
> --- lib/inttypes
Fong Tin Joen, Raimund wrote:
> You are right about one thing and that is about using the sort command
> first.
>
> Due to excitement or perhaps confusion I forgot to mention that I did
> used the sort command as given in your example.
> ...
> All I meant to say is :
> That with the usage of the s
I suggest this tiny patch to have less leftover files after a
maintainer-clean, and add one missing $(srcdir).
Cheers,
Ralf
2006-10-12 Ralf Wildenhues <[EMAIL PROTECTED]>
* Makefile.am (THANKS-to-translators): Add missing $(srcdir).
(MAINTAINERCLEANFILES): Add .kludge-stamp.
The patch below enables CVS coreutils to be built with
../coreutils/configure -C CC='gcc -Wall -Werror -fno-builtin' \
CPPFLAGS=-Dlint
on my GNU/Linux system, after one more tiny patch to gnulib
(sent to its list). Not quite sure if that fits your coding style.
Chee
I've made this trivial change:
[ChangeLog]
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming.
Call gl_INIT directly, rather than through the above.
[m4/ChangeLog]
* jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that
most of the gnulib macros have migrated into gnulib.
Do
Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> The patch below enables CVS coreutils to be built with
> ../coreutils/configure -C CC='gcc -Wall -Werror -fno-builtin' \
> CPPFLAGS=-Dlint
>
> on my GNU/Linux system, after one more tiny patch to gnulib
> (sent to its list).
* Matthew Woehlke wrote on Thu, Oct 12, 2006 at 08:20:14PM CEST:
> Paul Eggert wrote:
> >
> >--- m4/extensions.m4 3 Oct 2006 04:12:40 - 1.11
> >+++ m4/extensions.m4 11 Oct 2006 23:10:59 -
> [snip]
> >+#ifndef _TANDEM_SOURCE
> >+# undef _TANDEM_SOURCE
> > #endif])
> [snip]
>
> Um... i
This change is required to bootstrap using today's gnulib-tool.
* Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
to accommodate the latest version of gnulib-tool.
(libcoreutils_a_DEPENDENCIES): Likewise.
>From Bruno Haible.
Index: Makefile.am
=
We have noticed that the behaviour of
cp -ab
has drastically changed between somewhere Versions 5.93 and 6.3.
The old version didn't backup existing directories, but the new one does
make such backups (i.e., moves a destination directory FOO to FOO~).
We consider this new behaviour highl
Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> I suggest this tiny patch to have less leftover files after a
> maintainer-clean, and add one missing $(srcdir).
>
> Cheers,
> Ralf
>
> 2006-10-12 Ralf Wildenhues <[EMAIL PROTECTED]>
>
> * Makefile.am (THANKS-to-translators): Add missing $(srcdir
Peter Breitenlohner <[EMAIL PROTECTED]> writes:
> I cannot believe that the new behaviour is intentional, and IMHO it doesn't
> make much sense.
Looking at the patch that changed the behavior:
http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00285.html
it appears you're right. That w
Paul Eggert <[EMAIL PROTECTED]> wrote:
> Peter Breitenlohner <[EMAIL PROTECTED]> writes:
>
>> I cannot believe that the new behaviour is intentional, and IMHO it doesn't
>> make much sense.
>
> Looking at the patch that changed the behavior:
>
> http://lists.gnu.org/archive/html/bug-coreutils/2006
Paul Eggert <[EMAIL PROTECTED]> writes:
> Peter Breitenlohner <[EMAIL PROTECTED]> writes:
>
>> I cannot believe that the new behaviour is intentional, and IMHO it doesn't
>> make much sense.
>
> Looking at the patch that changed the behavior:
>
> http://lists.gnu.org/archive/html/bug-coreutils/200
Andreas Schwab <[EMAIL PROTECTED]> wrote:
> Paul Eggert <[EMAIL PROTECTED]> writes:
>
>> Peter Breitenlohner <[EMAIL PROTECTED]> writes:
>>
>>> I cannot believe that the new behaviour is intentional, and IMHO it doesn't
>>> make much sense.
>>
>> Looking at the patch that changed the behavior:
>>
Jim Meyering <[EMAIL PROTECTED]> writes:
> This change is required to bootstrap using today's gnulib-tool.
>
> * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
> to accommodate the latest version of gnulib-tool.
> (libcoreutils_a_DEPENDENCIES): Likewise.
I also needed the following chang
16 matches
Mail list logo