Re: Build errors on IRIX 5.3

2011-10-31 Thread Tom G. Christensen
On 10/31/2011 10:46 PM, Bruno Haible wrote: Hi Tom, Building the usual full snapshot with tests on IRIX 5.3 resulted in some build errors and no tests being run. ... I've dumped the full build log and a copy of config.log here: http://jupiterrise.com/tmp/gnulib-gb3e1b8d-irix53-gcc346-build.log

[PATCH] stdalign: port better to MSVC and to Sun C 5.11

2011-10-31 Thread Paul Eggert
I think these problems were reported by Bruno Haible, in email that I've unfortunately misplaced. * doc/posix-headers/stdalign.texi (stdalign.h): Document more shortcomings of MSVC and of Sun C 5.11. * lib/stdalign.in.h (_Alignas): Omit bogus extra parenthesis around __declspec arg. * modules/stdal

split off module fchownat from module openat

2011-10-31 Thread Bruno Haible
Hi Jim, Eric, Here is a proposed patch to split fchownat() off from the module 'openat'. The immediate motivation is that on MSVC, there is no and no , therefore code that fiddles with owners and groups leads to many more compilation problems than code that just deals with files and directories.

Re: Build errors on IRIX 5.3

2011-10-31 Thread Bruno Haible
Hi Tom, > Building the usual full snapshot with tests on IRIX 5.3 resulted in some > build errors and no tests being run. > ... > I've dumped the full build log and a copy of config.log here: > http://jupiterrise.com/tmp/gnulib-gb3e1b8d-irix53-gcc346-build.log > http://jupiterrise.com/tmp/gnulib-

Re: [PATCH] gitlog-to-changelog: fix git-log invocation

2011-10-31 Thread Dmitry V. Levin
On Mon, Oct 31, 2011 at 05:11:28PM +0100, Jim Meyering wrote: > Dmitry V. Levin wrote: > > git-log mishandles date strings before 1970-01-01 UTC, and there is > > no use to specify --since=1970-01-01 by default anyway. > > * build-aux/gitlog-to-changelog: By default, when no --since option > > was

Re: [PATCH] gitlog-to-changelog: fix git-log invocation

2011-10-31 Thread Jim Meyering
Dmitry V. Levin wrote: > git-log mishandles date strings before 1970-01-01 UTC, and there is > no use to specify --since=1970-01-01 by default anyway. > * build-aux/gitlog-to-changelog: By default, when no --since option > was given, do not specify explicit --since option to git-log. ... > - my $s

Re: bug#9847: [PATCH 3/3] maint: use gnulib's gitlog-to-changelog instead of a ChangeLog file.

2011-10-31 Thread Peter Rosin
Gary V. Vaughan skrev 2011-10-31 16:36: > Hi Peter, > > On 31 Oct 2011, at 22:24, Peter Rosin wrote: >> Gary V. Vaughan skrev 2011-10-23 18:17: >>> We already have to enter all the ChangeLog relevant information into the git >>> commit log. Instead of worrying about keeping them all in sync, this

[PATCH] gitlog-to-changelog: fix git-log invocation

2011-10-31 Thread Dmitry V. Levin
git-log mishandles date strings before 1970-01-01 UTC, and there is no use to specify --since=1970-01-01 by default anyway. * build-aux/gitlog-to-changelog: By default, when no --since option was given, do not specify explicit --since option to git-log. --- ChangeLog |8 +++

Re: [PATCH 3/3] maint: use gnulib's gitlog-to-changelog instead of a ChangeLog file.

2011-10-31 Thread Gary V. Vaughan
Hi Peter, On 31 Oct 2011, at 22:24, Peter Rosin wrote: > Gary V. Vaughan skrev 2011-10-23 18:17: >> We already have to enter all the ChangeLog relevant information into the git >> commit log. Instead of worrying about keeping them all in sync, this patch >> generates the current year ChangeLog fr

Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-31 Thread Dmitry V. Levin
On Mon, Oct 31, 2011 at 08:56:44AM +0100, Jim Meyering wrote: [...] > Here's the result. > I'll wait for an ACK from you in case there's anything > you'd like to adjust. The result is OK, thanks. -- ldv pgpl9QybPcS0I.pgp Description: PGP signature

Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-31 Thread Jim Meyering
Dmitry V. Levin wrote: ... > Subject: [PATCH] gitlog-to-changelog: new option --append-dot > > * build-aux/gitlog-to-changelog: New option --append-dot, makes the > first non-blank line of each commit message terminated with a dot. > --- > ChangeLog |6 ++ > build-aux/g