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

Tanya Brethour tbrethou at cs.uiuc.edu
Mon Jun 21 23:34:01 PDT 2004


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

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

---
Log message:

Fixed broken links.


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

Index: llvm-www/releases/1.2/docs/CodingStandards.html
diff -u llvm-www/releases/1.2/docs/CodingStandards.html:1.3 llvm-www/releases/1.2/docs/CodingStandards.html:1.4
--- llvm-www/releases/1.2/docs/CodingStandards.html:1.3	Mon Jun 21 22:22:28 2004
+++ llvm-www/releases/1.2/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:22:28 $
+  Last modified: $Date: 2004/06/22 04:25:36 $
 </div>
 
 </body>


Index: llvm-www/releases/1.2/docs/OpenProjects.html
diff -u llvm-www/releases/1.2/docs/OpenProjects.html:1.2 llvm-www/releases/1.2/docs/OpenProjects.html:1.3
--- llvm-www/releases/1.2/docs/OpenProjects.html:1.2	Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/OpenProjects.html	Mon Jun 21 23:25:36 2004
@@ -87,8 +87,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
@@ -327,7 +327,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/03/19 22:04:17 $
+  Last modified: $Date: 2004/06/22 04:25:36 $
 </div>
 
 </body>


Index: llvm-www/releases/1.2/docs/ProgrammersManual.html
diff -u llvm-www/releases/1.2/docs/ProgrammersManual.html:1.2 llvm-www/releases/1.2/docs/ProgrammersManual.html:1.3
--- llvm-www/releases/1.2/docs/ProgrammersManual.html:1.2	Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/ProgrammersManual.html	Mon Jun 21 23:25:36 2004
@@ -197,7 +197,7 @@
 
 <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>
 
@@ -1829,7 +1829,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/03/19 22:04:17 $
+  Last modified: $Date: 2004/06/22 04:25:36 $
 </address>
 
 </body>





More information about the llvm-commits mailing list