Building Kaffe 1.0b1 on Win95 with CygWin32
   
    Godmar Back
     
    kaffe@rufus.w3.org
       
    Wed, 22 Jul 1998 11:58:17 -0600 (MDT)
    
    
  
 Murray,
I think the best thing is to send them to this list at
kaffe@rufus.w3.org *and* to kaffe-bugs@transvirtual.com.  For the latter,
you could use the report-kaffe-bug script in the distribution.
The format should be a unified or a context diff (diff -u or diff -c).
diff is a program that is part of any Unix installation and (I suppose) 
part of the cygnus/win stuff.  Diff is used like so: "diff old new".  
Read the man page.  I don't think there are more "formal" requirements.  
One thing I should add, though:  comment the fixes.  
For instance, changing
#if defined(OPTION_X)
to 
#if 0 && defined(OPTION_X)
without any comment as to why you believe OPTION_X shouldn't be 
honored is something that will most likely be ignored.
	- Godmar
> 
> Please forgive my newbie question, as I am new to kaffe and gnu: Where
> do I send details about my 'fixes', and is there any preferred format?
> Is a 'patch' simply a description of a fix, or is it some kind of
> machine-generated differences file?
>