[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Wed Feb 2 10:02:07 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.101 -> 1.102
---
Log message:

* Instead of fixing the version numbers before every release, mark them as x.y
* Eliminate the redundant "This is the..." in released file listing
* Fix grammar


---
Diffs of the changes:  (+17 -17)

 GettingStarted.html |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.101 llvm/docs/GettingStarted.html:1.102
--- llvm/docs/GettingStarted.html:1.101	Sat Dec 25 23:47:26 2004
+++ llvm/docs/GettingStarted.html	Wed Feb  2 12:01:57 2005
@@ -587,29 +587,29 @@
 compressed with the gzip program.
 </p>
 
-<p> The files are as follows:
+<p>The files are as follows, with <em>x.y</em> marking the version number:
 <dl>
-  <dt><tt>llvm-1.4.tar.gz</tt></dt>
-  <dd>This is the source code for the LLVM libraries and tools.<br/></dd>
+  <dt><tt>llvm-x.y.tar.gz</tt></dt>
+  <dd>Source release for the LLVM libraries and tools.<br/></dd>
 
-  <dt><tt>llvm-test-1.4.tar.gz</tt></dt>
-  <dd>This is the source code for the LLVM test suite.</tt></dd>
+  <dt><tt>llvm-test-x.y.tar.gz</tt></dt>
+  <dd>Source release for the LLVM test suite.</tt></dd>
 
-  <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt>
-  <dd>This is the source release of the GCC front end.<br/></dd>
+  <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
+  <dd>Source release of the GCC front end.<br/></dd>
 
-  <dt><tt>cfrontend-1.4.sparc-sun-solaris2.8.tar.gz</tt></dt>
-  <dd>This is the binary release of the GCC front end for Solaris/Sparc.
+  <dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt>
+  <dd>Binary release of the GCC front end for Solaris/Sparc.
   <br/></dd>
 
-  <dt><tt>cfrontend-1.4.i686-redhat-linux-gnu.tar.gz</tt></dt>
-  <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd>
+  <dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
+  <dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
 
-  <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt>
-  <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
+  <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
+  <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
 
-  <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
-  <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
+  <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
+  <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
 </dl>
 
 </div>
@@ -639,7 +639,7 @@
 
 <p>If you want to get a specific release (as opposed to the most recent
 revision), you can specify a label.  The following releases have the following
-label:</p>
+labels:</p>
 
 <ul>
 <li>Release 1.4: <b>RELEASE_14</b></li>
@@ -1509,7 +1509,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/26 05:47:26 $
+  Last modified: $Date: 2005/02/02 18:01:57 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list