[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Thu Sep 14 23:31:59 PDT 2006
Changes in directory llvm-www/demo:
index.cgi updated: 1.65 -> 1.66
---
Log message:
update email addr
---
Diffs of the changes: (+2 -2)
index.cgi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.65 llvm-www/demo/index.cgi:1.66
--- llvm-www/demo/index.cgi:1.65 Mon Aug 14 16:12:35 2006
+++ llvm-www/demo/index.cgi Fri Sep 15 01:31:45 2006
@@ -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: 2006/08/14 21:12:35 $
+# Last modified $Date: 2006/09/15 06:31:45 $
#
use strict;
@@ -450,7 +450,7 @@
$lg = $c->param('language');
$ip = $c->remote_addr();
chomp( $host = `host $ip` ) if $ip;
- mailto( 'lattner at cs.uiuc.edu',
+ mailto( 'sabre at nondot.org',
"--- 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