Shakthi Kannan, le Tue 11 Nov 2008 21:41:21 +0530, a écrit :
> --- On Tue, Nov 11, 2008 at 9:00 PM, Samuel Thibault
> <[EMAIL PROTECTED]> wrote:
> | That said, if you continue fixing such warnings, maybe it would be
> | better if you could group such patches into bigger ones, like Barry did
> | som
Hi Samuel,
--- On Tue, Nov 11, 2008 at 9:00 PM, Samuel Thibault
<[EMAIL PROTECTED]> wrote:
| That said, if you continue fixing such warnings, maybe it would be
| better if you could group such patches into bigger ones, like Barry did
| some time ago.
\--
I am sending all changes in a file in a si
On Sun, Nov 9, 2008 at 11:35 AM, Michael Banck <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 09, 2008 at 07:08:30AM +0200, Sergiu Ivanov wrote:
> > However, do you mean that I can download the sources of emacs22 and
> > they will build successfully on Hurd?
>
> Two weeks ago, that was the case:
>
> htt
Hi,
For kicks I did some more cleanup of warnings in gnumach. The majority
of the fixes are for "initialization of incompatible pointer.." errors.
Here is a changelog:
2008-07-19 Barry deFreese <[EMAIL PROTECTED]>
* device/device_emul.h (struct device_emulation_ops): Takes
mach_devic
Shakthi Kannan, le Tue 11 Nov 2008 20:50:15 +0530, a écrit :
> * kern/eventcount.c (evc_wait_clear): Remove unused variable 'ret'.
Commited, thanks.
That said, if you continue fixing such warnings, maybe it would be
better if you could group such patches into bigger ones, like Barry did
som
Hi,
This removes the warning for unused variable ret in kern/eventcount.c:
2008-11-11 Shakthi Kannan <[EMAIL PROTECTED]>
* kern/eventcount.c (evc_wait_clear): Remove unused variable 'ret'.
---
diff --git a/kern/eventcount.c b/kern/eventcount.c
index 1b68ec2..6fcebff 100644
--- a/kern/
Hi,
This fixes the warning for conflicting types for built-in log function
in kern/debug.c.
2008-11-11 Shakthi Kannan <[EMAIL PROTECTED]>
* Makefile.am: Add -fno-builtin-log to AM_CFLAGS.
---
diff --git a/Makefile.am b/Makefile.am
index 31cf857..188ecd7 100644
--- a/Makefile.am
+++ b/
Is it possible to only show a shortened version of the news on the start page,
so that we can write longer news entries, or should the news entries rather be
like changelog entries which link to full-length articles?
Am Dienstag 11 November 2008 02:05:10 schrieb Thomas Schwinge:
> In a private
Am Montag 10 November 2008 13:56:40 schrieb Thomas Schwinge:
> I pushed my `homepage' branch into the flubber, Savannah and
github repositories. Feel free to work on it and even install changes.
> However, be prepared that I do fundamental changes in that branch
(a.k.a. rewrite history).
This m