This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

committed: Ada changes in gcc-3.4/changes.html


Add <code> around Ada changes when needed.
Mention recent Ada improvements.

--
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.62
diff -u -r1.62 changes.html
--- changes.html	8 Nov 2003 01:39:51 -0000	1.62
+++ changes.html	14 Nov 2003 16:17:50 -0000
@@ -79,11 +79,14 @@
        <li>Better run-time check elimination </li>
        <li>Better error recovery </li>
        <li>More efficient implementation of unbounded strings </li>
-       <li>Added features in GNAT.Sockets, GNAT.OS_Lib,
-           GNAT.Debug_Pools, ... </li>
-       <li>New GNAT.xxxx packages (e.g. GNAT.Strings,
-           GNAT.Exception_Action) </li>
+       <li>Added features in <code>GNAT.Sockets</code>,
+           <code>GNAT.OS_Lib</code>, <code>GNAT.Debug_Pools</code>, ... </li>
+       <li>New <code>GNAT.xxxx</code> packages (e.g. <code>GNAT.Strings</code>,
+           <code>GNAT.Exception_Action</code>) </li>
        <li>New pragmas </li>
+       <li>New <code>-gnatS<code> switch replacing <code>gnatpsta</code></li>
+       <li>Implementation of new Ada features (in particular limited with,
+           limited aggregates)</li>
      </ul>
      </li>
   </ul>


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