This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: update gcc-3.2/changes.html


I'm checking this in.
This adds a note about a new feature to the 3.2 changes page.

Tom

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.16
diff -u -r1.16 changes.html
--- changes.html 21 Jun 2002 23:54:25 -0000 1.16
+++ changes.html 24 Jun 2002 08:55:45 -0000
@@ -104,6 +104,9 @@
   <ul>
     <li>The <code>java.sql</code> and <code>javax.sql</code> packages now 
     implement the JDBC 3.0 (JDK 1.4) API. </li>
+
+    <li>The JDK 1.4 <code>assert</code> facility has been
+    implemented.</li>
   </ul>
 
 <h3>Fortran</h3>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]