Re: test -e patch

2007-06-06 Thread adrian15
adrian15 <[EMAIL PROTECTED]> writes: Attached you will find the patch adding test -e support for grub2. Do you mean you also have the '-e' option ? I mean I have everything that is possible. That includes `-e', but also all other features. Ok. +static void +test_file_exists (const char *

Re: test -e patch

2007-06-05 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: >> adrian15 <[EMAIL PROTECTED]> writes: >> >>> > Attached you will find the patch adding test -e support for grub2. >>> > >>> > This is my first patch. I have compiled it without no errors. >> >> Urgh... I thought/hoped I told you I had a test.c rewrite sitting

Re: test -e patch

2007-06-05 Thread adrian15
adrian15 <[EMAIL PROTECTED]> writes: > Attached you will find the patch adding test -e support for grub2. > > This is my first patch. I have compiled it without no errors. Urgh... I thought/hoped I told you I had a test.c rewrite sitting on my harddisk? Or did I tell Robert to poke me until n

Re: test -e patch

2007-06-04 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: >>> GRUB_MOD_INIT(test) >>> { >>> (void)mod;/* To stop warning. */ >>> grub_register_command ("[", grub_cmd_test, GRUB_COMMAND_FLAG_CMDLINE, >>> "[ EXPRESSION ]", "Evaluate an expression", 0); >>> grub_register

Re: test -e patch

2007-06-04 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: > Attached you will find the patch adding test -e support for grub2. > > This is my first patch. I have compiled it without no errors. Urgh... I thought/hoped I told you I had a test.c rewrite sitting on my harddisk? Or did I tell Robert to poke me until next

Re: test -e patch

2007-06-03 Thread adrian15
GRUB_MOD_INIT(test) { (void)mod;/* To stop warning. */ grub_register_command ("[", grub_cmd_test, GRUB_COMMAND_FLAG_CMDLINE, "[ EXPRESSION ]", "Evaluate an expression", 0); grub_register_command ("test", grub_cmd_test, GRUB_COMMAND_FLAG_CMDLINE,

Re: test -e patch

2007-06-03 Thread adrian15
On Wed, Jun 06, 2007 at 01:42:48AM +0200, adrian15 wrote: Attached you will find the patch adding test -e support for grub2. This is my first patch. I have compiled it without no errors. However as long as the grub2.tar.gz that Marco gave me did not have any documentation about how to create a

Re: test -e patch

2007-06-03 Thread adrian15
> I have applied the GNU Coding Standards Style on the patch although the > copy-pasted code that you will find in the mail body has not the GCS > applied. Btw, you can also test it with grub-emu. What are the differences between grub-emu and the grub legacy's grub shell ? An example of how t

Re: test -e patch

2007-06-02 Thread Robert Millan
On Wed, Jun 06, 2007 at 01:42:48AM +0200, adrian15 wrote: > > I have applied the GNU Coding Standards Style on the patch although the > copy-pasted code that you will find in the mail body has not the GCS > applied. Btw, you can also test it with grub-emu. -- Robert Millan My spam trap is [EMA

Re: test -e patch

2007-06-02 Thread Robert Millan
On Wed, Jun 06, 2007 at 01:42:48AM +0200, adrian15 wrote: > Attached you will find the patch adding test -e support for grub2. > > This is my first patch. I have compiled it without no errors. > > However as long as the grub2.tar.gz that Marco gave me did not have any > documentation about how to

test -e patch

2007-06-01 Thread adrian15
Attached you will find the patch adding test -e support for grub2. This is my first patch. I have compiled it without no errors. However as long as the grub2.tar.gz that Marco gave me did not have any documentation about how to create a floppy (or at least I did not manage to find it) I have not