[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 15 09:00:49 PST 2004
Changes in directory llvm-www/demo:
index.cgi updated: 1.36 -> 1.37
---
Log message:
This was actually kinda working, but sending mail to
at at zion.cs.uiuc.edu and cs.uiuc.edu at zion.cs.uiuc.edu. Crazy.
---
Diffs of the changes: (+2 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.36 llvm-www/demo/index.cgi:1.37
--- llvm-www/demo/index.cgi:1.36 Sun Dec 12 19:33:06 2004
+++ llvm-www/demo/index.cgi Wed Dec 15 11:00:37 2004
@@ -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: 2004/12/13 01:33:06 $
+# Last modified $Date: 2004/12/15 17:00:37 $
#
use strict;
@@ -429,7 +429,7 @@
$lg = $c->param('language');
$ip = $c->remote_addr();
chomp( $host = `host $ip` ) if $ip;
- mailto( 'lattner at cs.uiuc.edu',
+ mailto( 'lattner at cs.uiuc.edu',
"--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
. "C++ demangle = "
. ( $c->param('cxxdemangle') ? 1 : 0 )
More information about the llvm-commits
mailing list