[pypy-svn] r28008 - pypy/extradoc/talk/dls2006

arigo at codespeak.net arigo at codespeak.net
Wed May 31 17:08:56 CEST 2006


Author: arigo
Date: Wed May 31 17:08:55 2006
New Revision: 28008

Modified:
   pypy/extradoc/talk/dls2006/paper.bib
   pypy/extradoc/talk/dls2006/paper.tex
Log:
More URL fighting.


Modified: pypy/extradoc/talk/dls2006/paper.bib
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.bib	(original)
+++ pypy/extradoc/talk/dls2006/paper.bib	Wed May 31 17:08:55 2006
@@ -164,8 +164,17 @@
 author = {Armin Rigo and Michael Hudson and Samuele Pedroni},
 year = {2005},
 institution = {PyPy Consortium},
-url = {http://codespeak.net/~cfbolz/eu-reports/D05.1_Publish_on_translating_a_very-high-level_description.pdf},
-note = {http://codespeak.net/\~cfbolz/eu-reports/D05.1\_Publish\_on\_translating \_a\_very-high-level\_description.pdf}
+url = {http://codespeak.net/svn/pypy/extradoc/eu-report/D05.1_Publish_on_translating_a_very-high-level_description.pdf},
+note = {http://codespeak.net/svn/pypy/extradoc/eu-report/}
+}
+
+ at techreport{S,
+title = {Complete Python Implementation running on top of CPython},
+author = "{PyPy Team}",
+year = {2005},
+institution = {PyPy Consortium},
+url = {http://codespeak.net/svn/pypy/extradoc/eu-report/D04.2_Complete_Python_Implementation_on_top_of_CPython.pdf},
+note = {http://codespeak.net/svn/pypy/extradoc/eu-report/}
 }
 
 @misc{T,

Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex	(original)
+++ pypy/extradoc/talk/dls2006/paper.tex	Wed May 31 17:08:55 2006
@@ -493,7 +493,7 @@
 an RPython program, and the whole purpose of the translation process is
 to accept this as \textit{input}, and translate it to an efficient form.
 The description of this particular input program is beyond the scope of
-the present paper; see [S].
+the present paper; see \cite{S}.
 
 However, the bytecode interpreter plays a double role, at two different
 levels.  The so-called Object Spaces are \textit{domains} in the abstract



More information about the Pypy-commit mailing list