[llvm-commits] [llvm] r156655 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Fri May 11 15:38:33 PDT 2012


Author: void
Date: Fri May 11 17:38:33 2012
New Revision: 156655

URL: http://llvm.org/viewvc/llvm-project?rev=156655&view=rev
Log:
Make the URL a link instead.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156655&r1=156654&r2=156655&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri May 11 17:38:33 2012
@@ -282,17 +282,17 @@
 
 <div>
 
-<p>Pure (http://pure-lang.googlecode.com/) is an algebraic/functional
-   programming language based on term rewriting. Programs are collections of
-   equations which are used to evaluate expressions in a symbolic fashion. The
-   interpreter uses LLVM as a backend to JIT-compile Pure programs to fast
-   native code. Pure offers dynamic typing, eager and lazy evaluation, lexical
-   closures, a hygienic macro system (also based on term rewriting), built-in
-   list and matrix support (including list and matrix comprehensions) and an
-   easy-to-use interface to C and other programming languages (including the
-   ability to load LLVM bitcode modules, and inline C, C++, Fortran and Faust
-   code in Pure programs if the corresponding LLVM-enabled compilers are
-   installed).</p>
+<p><a href="http://pure-lang.googlecode.com/">Pure</a> is an
+   algebraic/functional programming language based on term rewriting. Programs
+   are collections of equations which are used to evaluate expressions in a
+   symbolic fashion. The interpreter uses LLVM as a backend to JIT-compile Pure
+   programs to fast native code. Pure offers dynamic typing, eager and lazy
+   evaluation, lexical closures, a hygienic macro system (also based on term
+   rewriting), built-in list and matrix support (including list and matrix
+   comprehensions) and an easy-to-use interface to C and other programming
+   languages (including the ability to load LLVM bitcode modules, and inline C,
+   C++, Fortran and Faust code in Pure programs if the corresponding
+   LLVM-enabled compilers are installed).</p>
 
 <p>Pure version 0.54 has been tested and is known to work with LLVM 3.1 (and
    continues to work with older LLVM releases >= 2.5).</p>





More information about the llvm-commits mailing list