[llvm-commits] CVS: llvm/docs/CodingStandards.html OpenProjects.html ProgrammersManual.html

Tanya Brethour tbrethou at cs.uiuc.edu
Mon Jun 21 23:33:07 PDT 2004


Changes in directory llvm/docs:

CodingStandards.html updated: 1.17 -> 1.18
OpenProjects.html updated: 1.30 -> 1.31
ProgrammersManual.html updated: 1.62 -> 1.63

---
Log message:

Fixed broken links.


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

Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.17 llvm/docs/CodingStandards.html:1.18
--- llvm/docs/CodingStandards.html:1.17	Thu Jun  3 18:40:19 2004
+++ llvm/docs/CodingStandards.html	Mon Jun 21 23:24:55 2004
@@ -577,7 +577,7 @@
 
 <ol>
 
-<li><a href="http://www.aw.com/product/0,2627,0201924889,00.html">Effective
+<li><a href="http://www.aw-bc.com/catalog/academic/product/0,1144,0201310155,00.html">Effective
 C++</a> by Scott Meyers.  There is an online version of the book (only some
 chapters though) <a
 href="http://www.awlonline.com/cseng/meyerscddemo/">available as well</a>.  Also
@@ -605,7 +605,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/03 23:40:19 $
+  Last modified: $Date: 2004/06/22 04:24:55 $
 </address>
 
 </body>


Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.30 llvm/docs/OpenProjects.html:1.31
--- llvm/docs/OpenProjects.html:1.30	Fri May 28 15:41:37 2004
+++ llvm/docs/OpenProjects.html	Mon Jun 21 23:24:55 2004
@@ -105,8 +105,8 @@
 <div class="doc_text">
 
 <p>It would be very useful to <a
-href="http://www.gnu.org/software/libc/porting.html">port</a> <a
-href="http://www.gnu.org/software/glibc/">glibc</a> to LLVM.  This would allow a
+href="http://www.gnu.org/software/libc/manual/html_node/Porting.html">port</a> <a
+href="http://www.gnu.org/software/libc/">glibc</a> to LLVM.  This would allow a
 variety of interprocedural algorithms to be much more effective in the face of
 library calls.  The most important pieces to port are things like the string
 library and the <tt>stdio</tt> related functions... low-level system calls like
@@ -344,7 +344,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/28 20:41:37 $
+  Last modified: $Date: 2004/06/22 04:24:55 $
 </address>
 
 </body>


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.62 llvm/docs/ProgrammersManual.html:1.63
--- llvm/docs/ProgrammersManual.html:1.62	Fri Jun 18 13:39:00 2004
+++ llvm/docs/ProgrammersManual.html	Mon Jun 21 23:24:55 2004
@@ -187,9 +187,9 @@
 standard C++ library.</li>
 
 <li><a href="http://www.tempest-sw.com/cpp/">C++ In a Nutshell</a> - This is an
-O'Reilly book in the making.  It has a decent <a
-href="http://www.tempest-sw.com/cpp/ch13-libref.html">Standard Library
-Reference</a> that rivals Dinkumware's, and is actually free until the book is
+O'Reilly book in the making.  It has a decent 
+Standard Library
+Reference that rivals Dinkumware's, and is unfortunately no longer free since the book has been 
 published.</li>
 
 <li><a href="http://www.parashift.com/c++-faq-lite/">C++ Frequently Asked
@@ -2046,7 +2046,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/18 18:39:00 $
+  Last modified: $Date: 2004/06/22 04:24:55 $
 </address>
 
 </body>





More information about the llvm-commits mailing list