[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Wed Dec 8 10:29:51 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.278 -> 1.279
---
Log message:
Fixed a broken link to gcc manual.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.278 llvm/docs/ReleaseNotes.html:1.279
--- llvm/docs/ReleaseNotes.html:1.278 Wed Dec 8 12:25:34 2004
+++ llvm/docs/ReleaseNotes.html Wed Dec 8 12:29:38 2004
@@ -536,7 +536,7 @@
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Case-Ranges.html#Case%20Ranges">Case Ranges</a>: `case 1 ... 9' and such.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Mixed-Declarations.html#Mixed%20Declarations">Mixed Declarations</a>: Mixing declarations and code.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Function-Prototypes.html#Function%20Prototypes">Function Prototypes</a>: Prototype declarations and old-style definitions.</li>
- <li><a href="http://gcc.gnu.org/onlinedocs/gcc/C---Comments.html#C++%20Comments">C++ Comments</a>: C++ comments are recognized.</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Comments.html#C_002b_002b-Comments">C++ Comments</a>: C++ comments are recognized.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Dollar-Signs.html#Dollar%20Signs">Dollar Signs</a>: Dollar sign is allowed in identifiers.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Character-Escapes.html#Character%20Escapes">Character Escapes</a>: <code>\e</code> stands for the character <ESC>.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Alignment.html#Alignment">Alignment</a>: Inquiring about the alignment of a type or variable.</li>
@@ -716,7 +716,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/08 18:25:34 $
+ Last modified: $Date: 2004/12/08 18:29:38 $
</address>
</body>
More information about the llvm-commits
mailing list