fix some validation errors, improve formatting, squash a strange plural
authorGabor Greif <ggreif@gmail.com>
Wed, 15 Oct 2008 10:29:51 +0000 (10:29 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 15 Oct 2008 10:29:51 +0000 (10:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57570 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 95674d73db80a29d800e28720d414ffc5db35f00..5c174d5b89b26c8b3a0bbd41f3aa09708d7b8c85 100644 (file)
@@ -117,7 +117,7 @@ Clang code generation still needs considerable testing and development, however.
 Some areas under active development include:
 <ul>
        <li> Improved support for C and Objective-C features, for example 
-       variable-length arries, va_arg, exception handling (Obj-C), and garbage 
+       variable-length arrays, va_arg, exception handling (Obj-C), and garbage 
        collection (Obj-C).
        <li> ABI compatibility, especially for platforms other than 32-bit x86.
 </ul>
@@ -174,18 +174,16 @@ bug fixes, cleanup and new features. The major changes include:</p>
 
 <ul>
 
-<li><p>Support for generics in the .Net virtual machine. This was implemented
-by Tilmann Scheller during his Google Summer of Code project.</li></p>
-<li><p>Initial support for the Mono class libraries.</p></li>
-<li><p>Support for MacOSX/x86, following LLVM's support for exceptions in
+<li> Support for generics in the .Net virtual machine. This was implemented
+by Tilmann Scheller during his Google Summer of Code project.
+<li> Initial support for the Mono class libraries.
+<li> Support for MacOSX/x86, following LLVM's support for exceptions in
 JIT on MacOSX/x86.
-<li><p>A new vmkit driver: a program to run java or .net applications. The
+<li> A new vmkit driver: a program to run java or .net applications. The
 driver supports llvm command line arguments including the new "-fast" option.
-</p></li>
-<li><p>A new memory allocation scheme in the JVM that makes unloading a
-class loader very fast.</p></li>
-<li><p>VMKit now follows the LLVM Makefile machinery.</p></li>
-
+<li> A new memory allocation scheme in the JVM that makes unloading a
+class loader very fast.
+<li> VMKit now follows the LLVM Makefile machinery.
 
 </ul>
 </div>
@@ -523,7 +521,7 @@ experted by <tt>Attributes.h</tt> header. The new attributes interface changes a
 stored at index ~0U. Parameter attributes are stored at index that matches 
 parameter number.</li>
 <li> <tt>ParamAttr</tt> namespace is now renamed as <tt>Attribute</tt>.</li>
-<li> The name of the class</tt> that manages reference count of opaque 
+<li> The name of the class that manages reference count of opaque 
 attributes is changed from <tt>PAListPtr</tt> to <tt>AttrListPtr</tt>.</li>
 <li> <tt>ParamAttrsWithIndex</tt> is now renamed as <tt>AttributeWithIndex</tt>. 
 </li>