[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 10 18:15:01 PST 2003
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.49 -> 1.50
---
Log message:
Added link to ``CVS Branching and Tags Primer''.
---
Diffs of the changes: (+15 -0)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.49 llvm/docs/ProgrammersManual.html:1.50
--- llvm/docs/ProgrammersManual.html:1.49 Fri Nov 7 13:25:45 2003
+++ llvm/docs/ProgrammersManual.html Mon Nov 10 18:14:41 2003
@@ -166,6 +166,7 @@
the subject that you can get, so it will not be discussed in this document.<p>
Here are some useful links:<p>
+
<ol>
<li><a href="http://www.dinkumware.com/refxcpp.html">Dinkumware C++
Library reference</a> - an excellent reference for the STL and other parts of
@@ -194,6 +195,20 @@
href="CodingStandards.html">LLVM Coding Standards</a> guide which focuses on how
to write maintainable code more than where to put your curly braces.<p>
+<!-- ======================================================================= -->
+</ul><table width="100%" bgcolor="#441188" border=0 cellpadding=4 cellspacing=0>
+<tr><td> </td><td width="100%">
+<font color="#EEEEFF" face="Georgia,Palatino"><b>
+<a name="stl">Other useful references</a>
+</b></font></td></tr></table><ul>
+
+LLVM is currently using CVS as its source versioning system. You may find this
+reference handy:<p>
+
+<ol>
+<li><a href="http://www.psc.edu/~semke/cvs_branches.html">CVS Branch and Tag
+Primer</a></li>
+</ol><p>
<!-- *********************************************************************** -->
</ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0>
More information about the llvm-commits
mailing list