
* THANKS, * TODO, * doc/havm.texi: Here. --- ChangeLog | 10 +++++----- THANKS | 4 ++-- TODO | 4 ++-- doc/havm.texi | 5 +++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70c8542..febbd1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -335,7 +335,7 @@ 2005-06-14 Roland Levillain <roland@lrde.epita.fr> - * doc/havm.texi (HIR): Add � \' � to the list of escapes supported + * doc/havm.texi (HIR): Add « \' » to the list of escapes supported in literals. 2005-06-14 Roland Levillain <roland@lrde.epita.fr> @@ -528,17 +528,17 @@ (version_message): New. Remove a few extra $. -2003-08-13 Beno�t Perrot <benoit@lrde.epita.fr> +2003-08-13 Benoît Perrot <benoit@lrde.epita.fr> * src/RuntimeCommon.hs (rtError): Display error message on stdout. -2003-08-13 Beno�t Perrot <benoit@lrde.epita.fr> +2003-08-13 Benoît Perrot <benoit@lrde.epita.fr> * src/RuntimeCommon.hs (rtError): Distribute rtError. * src/RuntimeSubstring.hs (rtSubstring), src/RuntimeChar.hs (rtChr): Use rtError() instead of error(). -2003-08-13 Beno�t Perrot <benoit@lrde.epita.fr> +2003-08-13 Benoît Perrot <benoit@lrde.epita.fr> * src/RuntimeSubstring.hs (rtSubstring): Check bounds. * src/RuntimeChar.hs (rtChr) : Check bounds. @@ -1202,7 +1202,7 @@ Copyright (C) 2002-2003 Robert Anisko Copyright (C) 2003-2007, 2009, 2011-2013 Laboratoire de Recherche et -D�veloppement de l'EPITA +Développement de l'EPITA This file is part of HAVM. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General diff --git a/THANKS b/THANKS index 54315be..db57b56 100644 --- a/THANKS +++ b/THANKS @@ -6,13 +6,13 @@ People who contributed to Havm: * Roland Levillain roland@lrde.epita.fr - More builtins -* Yann R�gis-Gianas yann.regisgianas@gmail.com +* Yann Régis-Gianas yann.regisgianas@gmail.com - Port to GHC 6.4 * Pablo Oliveira pablo@sifflez.org - Patch scanner -* Th�ophile Ranquet ranquet@lrde.epita.fr +* Théophile Ranquet ranquet@lrde.epita.fr - Version 0.25 Local Variables: diff --git a/TODO b/TODO index 3bbeae0..7c55633 100644 --- a/TODO +++ b/TODO @@ -11,8 +11,8 @@ This should explicitly be handled by the students, instead of this silly "label end" stuff. * Main/main -Autrefois on appelait main "Main", et pour la compatibilit� arri�re, -j'aimerais que HAVM lance main si pr�sente, � d�faut Main, � d�faut +Autrefois on appelait main "Main", et pour la compatibilité arrière, +j'aimerais que HAVM lance main si présente, à défaut Main, à défaut meurt. * Fixing the handling of jumps. diff --git a/doc/havm.texi b/doc/havm.texi index b9c776b..837c7c5 100644 --- a/doc/havm.texi +++ b/doc/havm.texi @@ -5,6 +5,7 @@ @settitle Havm @value{VERSION} @setchapternewpage odd @finalout +@documentencoding UTF-8 @comment %**end of header @c @href(URL, TITLE) @@ -123,9 +124,9 @@ Information about @havm{} can be found on @href{@wiki{}/Projects/Havm, @havm{} Home Page}, and feedback can be sent to @href{projects@@lrde.epita.fr, @acronym{lrde}'s Projects Address}. @acronym{LRDE} stands for @href{http://www.lrde.epita.fr, Laboratoire de -Recherche et D�velopment de l'@acronym{EPITA}}, i.e., the Research and +Recherche et Dévelopment de l'@acronym{EPITA}}, i.e., the Research and Development Labof @acronym{EPITA}, the @href{http://www.epita.fr, Ecole -Pour l'Informatique et les Techniques Avanc�es}. +Pour l'Informatique et les Techniques Avancées}. @href{FIXME:, Andrew Appel's home page} includes links to material related to compilers theory, and some information about the -- 1.7.10.4