[llvm-commits] CVS: llvm-www/safecode/index.html

Misha Brukman brukman at cs.uiuc.edu
Mon Nov 24 16:04:01 PST 2003


Changes in directory llvm-www/safecode:

index.html updated: 1.7 -> 1.8

---
Log message:

* DO NOT use server-absolute URLs to images! That goes double when the file is
  in the SAME directory as the HTML file that references it.
* While we're at it, wrap long lines to fit in 80 columns.


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

Index: llvm-www/safecode/index.html
diff -u llvm-www/safecode/index.html:1.7 llvm-www/safecode/index.html:1.8
--- llvm-www/safecode/index.html:1.7	Tue Jun 10 19:25:21 2003
+++ llvm-www/safecode/index.html	Mon Nov 24 16:03:48 2003
@@ -6,7 +6,11 @@
 
 <H2>Static Analysis For safe Execution of Code </H2><br>
 
-To enable program safety without runtime checks and garbage collection, through 100% or near-100% static enforcement of program safety properties.  SAFECode defines a code representation with minimal semantic restrictions designed to enable static enforcement of safety, using aggressive compiler techniques developed in this project.<br><br><br>
+To enable program safety without runtime checks and garbage collection, through
+100% or near-100% static enforcement of program safety properties.  SAFECode
+defines a code representation with minimal semantic restrictions designed to
+enable static enforcement of safety, using aggressive compiler techniques
+developed in this project.<br><br><br>
 
 <H3> Project Members : </H3>
 
@@ -40,9 +44,7 @@
 
 <H3> Implementation : </H3>
 
-
-    <IMG SRC=http://safecode.cs.uiuc.edu/impl.jpg ALT="IMPLEmentation 
-picture">
+    <IMG SRC="impl.jpg" ALT="IMPLEmentation picture">
 
 <H3> Download : </H3>
 





More information about the llvm-commits mailing list