[llvm-commits] CVS: llvm-www/pubs/pubs.js
Misha Brukman
brukman at cs.uiuc.edu
Mon Jun 29 08:34:08 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.45 -> 1.46
---
Log message:
Fixed spacing and removed unnecessary backslash in paper title.
---
Diffs of the changes: (+1 -1)
pubs.js | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.45 llvm-www/pubs/pubs.js:1.46
--- llvm-www/pubs/pubs.js:1.45 Sun Jun 28 16:12:34 2009
+++ llvm-www/pubs/pubs.js Mon Jun 29 10:27:34 2009
@@ -12,7 +12,7 @@
{url: '2009-06-PLDI-SoftBound.html',
title: 'SoftBound: Highly Compatible and Complete Spatial Memory Safety for C',
author: 'Santosh Nagarakatte, Jianzhou Zhao, Milo M K Martin and Steve Zdancewic',
- published: "Proc. ACM SIGPLAN 2009 Conference on Programming Language Design \and Implementation (PLDI'09)",
+ published: "Proc. ACM SIGPLAN 2009 Conference on Programming Language Design and Implementation (PLDI'09)",
location: "Dublin, Ireland",
month: 6,
year: 2009},
More information about the llvm-commits
mailing list