Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Nathan Fisher <natbobc@us...> - 2004-03-31 12:06:45
|
Update of /cvsroot/mingw/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16963 Modified Files: mingwfaq.shtml ChangeLog Log Message: 2004-03-31 Nathan Fisher <natbobc@...> * lists.shtml: Bug fix from bug report #926431. * mingwfaq.shtml: Change ADA to Ada. Index: mingwfaq.shtml =================================================================== RCS file: /cvsroot/mingw/htdocs/mingwfaq.shtml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** mingwfaq.shtml 8 Mar 2004 06:26:25 -0000 1.58 --- mingwfaq.shtml 31 Mar 2004 11:54:50 -0000 1.59 *************** *** 398,402 **** <p>As of MinGW-2.0.0-3.exe, MinGW carries support ! for C, C++, ObjC, and Fortran 77. ADA is available as a seperate binary, while Java (GCJ) is implemented as a release candidate. Continual --- 398,402 ---- <p>As of MinGW-2.0.0-3.exe, MinGW carries support ! for C, C++, ObjC, and Fortran 77. Ada is available as a seperate binary, while Java (GCJ) is implemented as a release candidate. Continual Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/htdocs/ChangeLog,v retrieving revision 1.148 retrieving revision 1.149 diff -C2 -d -r1.148 -r1.149 *** ChangeLog 31 Mar 2004 11:43:59 -0000 1.148 --- ChangeLog 31 Mar 2004 11:54:53 -0000 1.149 *************** *** 2,5 **** --- 2,6 ---- * lists.shtml: Bug fix from bug report #926431. + * mingwfaq.shtml: Change ADA to Ada. 2004-03-28 Luke Dunstan <infidel@...> |