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

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


Changes in directory llvm-www/releases/1.1/docs:

CodingStandards.html updated: 1.3 -> 1.4
OpenProjects.html updated: 1.2 -> 1.3
ProgrammersManual.html updated: 1.1 -> 1.2

---
Log message:

Fixed broken links.


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

Index: llvm-www/releases/1.1/docs/CodingStandards.html
diff -u llvm-www/releases/1.1/docs/CodingStandards.html:1.3 llvm-www/releases/1.1/docs/CodingStandards.html:1.4
--- llvm-www/releases/1.1/docs/CodingStandards.html:1.3	Mon Jun 21 22:29:14 2004
+++ llvm-www/releases/1.1/docs/CodingStandards.html	Mon Jun 21 23:25:36 2004
@@ -929,7 +929,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>.</li>
@@ -952,7 +952,7 @@
   <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/06/22 03:29:14 $
+  Last modified: $Date: 2004/06/22 04:25:36 $
 </div>
 
 </body>


Index: llvm-www/releases/1.1/docs/OpenProjects.html
diff -u llvm-www/releases/1.1/docs/OpenProjects.html:1.2 llvm-www/releases/1.1/docs/OpenProjects.html:1.3
--- llvm-www/releases/1.1/docs/OpenProjects.html:1.2	Wed Dec 17 16:47:16 2003
+++ llvm-www/releases/1.1/docs/OpenProjects.html	Mon Jun 21 23:25:36 2004
@@ -80,8 +80,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
@@ -313,7 +313,7 @@
   <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/12/17 22:47:16 $
+  Last modified: $Date: 2004/06/22 04:25:36 $
 </div>
 
 </body>


Index: llvm-www/releases/1.1/docs/ProgrammersManual.html
diff -u llvm-www/releases/1.1/docs/ProgrammersManual.html:1.1 llvm-www/releases/1.1/docs/ProgrammersManual.html:1.2
--- llvm-www/releases/1.1/docs/ProgrammersManual.html:1.1	Sat Dec 13 16:03:42 2003
+++ llvm-www/releases/1.1/docs/ProgrammersManual.html	Mon Jun 21 23:25:36 2004
@@ -207,7 +207,7 @@
 parts of the 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
+ href="http://www.tempest-sw.com/cpp/">Standard Library
 Reference</a> that rivals Dinkumware's, and is actually free until the
 book is published. </li>
     <li><a href="http://www.parashift.com/c++-faq-lite/">C++ Frequently





More information about the llvm-commits mailing list