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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jun 1 15:04:02 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.189 -> 1.190

---
Log message:

Call Cygwin by its proper name, and give it a link. :-)


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.189 llvm/docs/ReleaseNotes.html:1.190
--- llvm/docs/ReleaseNotes.html:1.189	Tue Jun  1 14:41:30 2004
+++ llvm/docs/ReleaseNotes.html	Tue Jun  1 15:02:56 2004
@@ -114,7 +114,8 @@
 analysis algorithm.</li>
 <li>Bugpoint can <a href="http://llvm.cs.uiuc.edu/PR327">extract individual
 basic blocks</a> to track down reduce miscompilation testcases.</li>
-<li>LLVM and the C front-end now work under Win32 using the cygnus libraries.  
+<li>LLVM and the C front-end now work under Win32 using the
+<a href="http://www.cygwin.com">Cygwin</a> runtime libraries.  
 This includes the JIT compiler.</li>
 </ol>
 
@@ -692,7 +693,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/01 19:41:30 $
+  Last modified: $Date: 2004/06/01 20:02:56 $
 </address>
 
 </body>





More information about the llvm-commits mailing list