[llvm-commits] CVS: llvm-www/demo/index.cgi

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 15 22:46:20 PDT 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.58 -> 1.59
---
Log message:

mail.cs -> lists.cs


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

 index.cgi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.58 llvm-www/demo/index.cgi:1.59
--- llvm-www/demo/index.cgi:1.58	Thu May 19 16:45:40 2005
+++ llvm-www/demo/index.cgi	Sat Jul 16 00:46:08 2005
@@ -5,7 +5,7 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2005/05/19 21:45:40 $
+# Last modified $Date: 2005/07/16 05:46:08 $
 #
 
 use strict;
@@ -21,7 +21,7 @@
 
 my $LOGFILE         = '/tmp/webcompile/log.txt';
 my $FORM_URL        = 'index.cgi';
-my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
+my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
 my $LOGO_IMAGE_URL  = 'cathead.png';
 my $TIMEOUTAMOUNT   = 20;
 $ENV{'LLVM_LIB_SEARCH_PATH'} = '/home/vadve/gaeke/llvm/Release/runtime/';
@@ -234,7 +234,7 @@
 front-end, please <a href='/docs/FAQ.html#cfe_code'>check the FAQ</a>.
   If the FAQ does not address it, please
 send an email to the <a
-href='http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev'>LLVMdev mailing
+href='http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev'>LLVMdev mailing
 list</a>.</p>\n<p>Hints:</p><ul><li>The generated LLVM code will be easier to read if
 you use stdio (e.g., printf) than iostreams (e.g., std::cout).</li>
 <li>Unused inline functions and methods are not generated.  Instead 






More information about the llvm-commits mailing list