Re: [ppc patch] fix line-wrapping

2005-11-08 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > This patch fixes the line-wrapping problems we've been having on > PPC. I rearranged grub_ofconsole_getwh() slightly to avoid excessive > indentation. I will apply soon unless people criticize my ChangeLog > entry. ;) Great! This was a very annoying

Re: Scripting support (PATCH)

2005-11-08 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Nov 6, 2005, at 4:26 PM, Marco Gerards wrote: >> >> Please test if everything still works. Of course I took great care in >> testing and implementing, but a lot changed and I am not perfect. >> This week I will have some time, so if there are any

Re: [ppc patch] fix line-wrapping

2005-11-08 Thread Dennis Clarke
On 11/7/05, Hollis Blanchard <[EMAIL PROTECTED]> wrote: > This patch fixes the line-wrapping problems we've been having on PPC. I > rearranged grub_ofconsole_getwh() slightly to avoid excessive > indentation. I will apply soon unless people criticize my ChangeLog > entry. ;) Well I don't like it f

Re: [ppc patch] fix line-wrapping

2005-11-08 Thread Marco Gerards
Dennis Clarke <[EMAIL PROTECTED]> writes: > On 11/7/05, Hollis Blanchard <[EMAIL PROTECTED]> wrote: >> This patch fixes the line-wrapping problems we've been having on PPC. I >> rearranged grub_ofconsole_getwh() slightly to avoid excessive >> indentation. I will apply soon unless people criticize

Re: Linux/ADFS partition table support

2005-11-08 Thread Timothy Baldwin
On Thursday 20 Oct 2005 15:47, Timothy Baldwin wrote: > Here is support for Linux/ADFS partition tables, which is used for Linux > partitions on discs connected to the motherboard interface of systems which > run RISC OS. Since it shares a structure with the RISC OS disc API, that > has been separ

Generating init and fini functions

2005-11-08 Thread Marco Gerards
Hi, At the moment I am working on things that irritate me while I am working on GRUB. One thing is writing a duplicate _init and _fini function (duplicate because it already is added in GRUB_MOD_INIT). And another thing that irritates me is that I have to add a init line to grub-emu. Here is a p

Re: [ppc patch] fix line-wrapping

2005-11-08 Thread Hollis Blanchard
On Nov 8, 2005, at 12:20 PM, Marco Gerards wrote: Hollis Blanchard <[EMAIL PROTECTED]> writes: Index: ChangeLog === RCS file: /cvsroot/grub/grub2/ChangeLog,v retrieving revision 1.193 diff -u -p -r1.193 ChangeLog --- ChangeLog 7

Re: Generating init and fini functions

2005-11-08 Thread Hollis Blanchard
On Nov 8, 2005, at 5:18 PM, Marco Gerards wrote: At the moment I am working on things that irritate me while I am working on GRUB. One thing is writing a duplicate _init and _fini function (duplicate because it already is added in GRUB_MOD_INIT). And another thing that irritates me is that I ha

Re: Scripting support (PATCH)

2005-11-08 Thread Hollis Blanchard
On Nov 8, 2005, at 12:24 PM, Marco Gerards wrote: Hollis Blanchard <[EMAIL PROTECTED]> writes: On Nov 6, 2005, at 4:26 PM, Marco Gerards wrote: Please test if everything still works. Of course I took great care in testing and implementing, but a lot changed and I am not perfect. This week