www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Submiting a change to the compiler

reply Orgoton <orgoton mindless.com> writes:
I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I submit
it? Do I upload the entire file to BugZilla? Sorry for the strange question.
Also, I have modified several "phobos" files to which I added A LOT of
Documentation Comments. Thanks for any answers!

Btw, I'm running WinXP, so I have no nifty "diff" commands.
Feb 07 2007
parent reply Frits van Bommel <fvbommel REMwOVExCAPSs.nl> writes:
Orgoton wrote:
 I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I
submit it? Do I upload the entire file to BugZilla? Sorry for the strange
question. Also, I have modified several "phobos" files to which I added A LOT
of Documentation Comments. Thanks for any answers!
Typically, you attach the output of "diff -u" to a BugZilla issue.
 Btw, I'm running WinXP, so I have no nifty "diff" commands.
http://www.google.com/search?q=diff+windows The second link[1] seems to provide a diff that works on Windows. [1]: http://gnuwin32.sourceforge.net/packages/diffutils.htm
Feb 07 2007
parent Daniel Giddings <dgiddings bigworldtech.com> writes:
WinMerge is an excellent win32 program for merging files, and can also 
produce diff's.

http://winmerge.org/2.6/index.php

Frits van Bommel wrote:
 Orgoton wrote:
 I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do 
 I submit it? Do I upload the entire file to BugZilla? Sorry for the 
 strange question. Also, I have modified several "phobos" files to 
 which I added A LOT of Documentation Comments. Thanks for any answers!
Typically, you attach the output of "diff -u" to a BugZilla issue.
 Btw, I'm running WinXP, so I have no nifty "diff" commands.
http://www.google.com/search?q=diff+windows The second link[1] seems to provide a diff that works on Windows. [1]: http://gnuwin32.sourceforge.net/packages/diffutils.htm
Feb 07 2007