Hi!
The attached check-in makes all those redundand lines from
`[gnumach]/i386/linux/configure --help' go away:
#v+
[...]
- --enable-ultrastor enable driver alias ultrastor for ultrastor
--enable-ultrastor enable driver ultrastor
- --enable-aha152xenable driver alias aha152
On Mon, 2006-01-23 at 20:41 +0100, Samuel Thibault wrote:
> Hi,
>
> Here is an (I guess) obvious fixup:
Doesn't save you from writing a changelog entry, though :)
I checked this in. Thanks!
Marcus
> --- console/console-orig.c2006-01-23 20:39:56.0 +0100
> +++ console/console.c 2006-
On Mon, 2006-01-23 at 20:39 +0100, Samuel Thibault wrote:
> [hurd]/console/ChangeLog
> 2006-01-23 Samuel Thibault <[EMAIL PROTECTED]>
>
> Fix encoding of console input.
We usually only describe changes this way when there is a whole batch of
related changes.
> * input.c (input_cr
Marco Gerards, le Mon 23 Jan 2006 22:52:58 +0100, a écrit :
> Can you please write a changelog entry so it can be committed?
Ah, sorry:
[hurd]/console/ChangeLog
2006-01-23 Samuel Thibault <[EMAIL PROTECTED]>
* console.c (main): Check malloc() call result instead of
malloc itsel
Samuel Thibault <[EMAIL PROTECTED]> writes:
Hi Samuel,
> --- console/console-orig.c2006-01-23 20:39:56.0 +0100
> +++ console/console.c 2006-01-23 20:40:03.0 +0100
> @@ -1999,7 +1999,7 @@ main (int argc, char **argv)
>struct netnode root_nn = { vcons: 0 };
>
>cons = m
Samuel Thibault <[EMAIL PROTECTED]> writes:
Hi Samuel,
> When typing non-ascii characters (for instance 'ç') on an 8-bit Hurd
> console, one gets:
> ç
> which is obviously wrong :) But this is actually a double utf-8 encoding
> of 'ç'. Here is the fixup:
>
> [hurd]/console/ChangeLog
> 2006-01-
Hi,
When typing non-ascii characters (for instance 'ç') on an 8-bit Hurd
console, one gets:
ç
which is obviously wrong :) But this is actually a double utf-8 encoding
of 'ç'. Here is the fixup:
[hurd]/console/ChangeLog
2006-01-23 Samuel Thibault <[EMAIL PROTECTED]>
Fix encoding of c
Hi,
Here is an (I guess) obvious fixup:
--- console/console-orig.c 2006-01-23 20:39:56.0 +0100
+++ console/console.c 2006-01-23 20:40:03.0 +0100
@@ -1999,7 +1999,7 @@ main (int argc, char **argv)
struct netnode root_nn = { vcons: 0 };
cons = malloc (sizeof (struct c