[llvm-commits] CVS: llvm-www/releases/1.0/docs/CodingStandards.html OpenProjects.html ProgrammersManual.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Jun 21 23:33:04 PDT 2004
Changes in directory llvm-www/releases/1.0/docs:
CodingStandards.html updated: 1.2 -> 1.3
OpenProjects.html updated: 1.1 -> 1.2
ProgrammersManual.html updated: 1.1 -> 1.2
---
Log message:
Fixed broken links.
---
Diffs of the changes: (+4 -4)
Index: llvm-www/releases/1.0/docs/CodingStandards.html
diff -u llvm-www/releases/1.0/docs/CodingStandards.html:1.2 llvm-www/releases/1.0/docs/CodingStandards.html:1.3
--- llvm-www/releases/1.0/docs/CodingStandards.html:1.2 Mon Jun 21 22:34:48 2004
+++ llvm-www/releases/1.0/docs/CodingStandards.html Mon Jun 21 23:25:28 2004
@@ -816,7 +816,7 @@
Two particularly important books for our work are:<p>
<ol>
-<li><a href="http://www.aw.com/product/0,2627,0201924889,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><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><a href="http://cseng.aw.com/book/0,3828,0201633620,00.html">Large-Scale C++ Software Design</a> by John Lakos
</ol><p>
Index: llvm-www/releases/1.0/docs/OpenProjects.html
diff -u llvm-www/releases/1.0/docs/OpenProjects.html:1.1 llvm-www/releases/1.0/docs/OpenProjects.html:1.2
--- llvm-www/releases/1.0/docs/OpenProjects.html:1.1 Fri Oct 24 15:51:39 2003
+++ llvm-www/releases/1.0/docs/OpenProjects.html Mon Jun 21 23:25:28 2004
@@ -67,8 +67,8 @@
</b></font></td></tr></table><ul>
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
Index: llvm-www/releases/1.0/docs/ProgrammersManual.html
diff -u llvm-www/releases/1.0/docs/ProgrammersManual.html:1.1 llvm-www/releases/1.0/docs/ProgrammersManual.html:1.2
--- llvm-www/releases/1.0/docs/ProgrammersManual.html:1.1 Fri Oct 24 15:51:39 2003
+++ llvm-www/releases/1.0/docs/ProgrammersManual.html Mon Jun 21 23:25:28 2004
@@ -171,7 +171,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.
More information about the llvm-commits
mailing list