digitalmars.D - Submiting a change to the compiler
- Orgoton (2/2) Feb 07 2007 I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I...
- Frits van Bommel (5/7) Feb 07 2007 http://www.google.com/search?q=diff+windows
- Daniel Giddings (4/19) Feb 07 2007 WinMerge is an excellent win32 program for merging files, and can also
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
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
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