[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 11 17:47:01 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.39 -> 1.40

---
Log message:

reword a bit, be less aggressive with my link


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.39 llvm/docs/ReleaseNotes.html:1.40
--- llvm/docs/ReleaseNotes.html:1.39	Tue Nov 11 17:45:03 2003
+++ llvm/docs/ReleaseNotes.html	Tue Nov 11 17:46:35 2003
@@ -71,10 +71,10 @@
 explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3
 on Mac OSX).</li><p>
 
-<li><a
-href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">The
-LLVM C++ code has been completely moved into the 'llvm' C++ namespace, for
-easier integration with other code.</a></li>
+<li>LLVM has been <a
+href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
+into an 'llvm' C++ namespace</a>, for easier integration with third-party
+code.</a></li>
 
 </ol><p>
 
@@ -437,6 +437,6 @@
 Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Tue Nov 11 17:44:33 CST 2003
+Last modified: Tue Nov 11 17:46:21 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list