Giusseppe should read Giuseppe.

This commit is contained in:
jjgarcia 2003-11-06 13:49:13 +00:00
parent ceaa725810
commit b097c59a7f
7 changed files with 14 additions and 14 deletions

View file

@ -39,7 +39,7 @@ standalone executables.
href="#copyright">GNU Library General Public License (GNU LGPL)</a>.
<p><a href="http://ecls.sourceforge.net">ECLS</a> is not a brand new
product. It has evolved from the EcoLisp implementation by Giusseppe Attardi
product. It has evolved from the EcoLisp implementation by Giuseppe Attardi
which in turn was based on the Kyoto Common-Lisp implementation done by Taiichi
Yuasa and Masami Hagiya, with contributions from several people. Nevertheless
the program has been seriously modified and the current code base bears little

View file

@ -73,7 +73,7 @@ such as macro definitions, LOOPs, an implementation of CLOS, and a translator
from Lisp to C.
As a result of this design, which dates back to the Kyoto CL and was later
improved in Giusseppe Attardi's ECoLisp, @ecl{} can be used as
improved in Giuseppe Attardi's ECoLisp, @ecl{} can be used as
@itemize
@item As a standalone implementation of the @clisp{} language
@item As an embedded interpreter subject to the control of a larger C program.

View file

@ -22,7 +22,7 @@ ecl \- Embeddable Common LISP
.sp
ECL stands for Embeddable Common-Lisp.
The ECL project is an effort to modernize
Giusseppe Attardi's ECL environment to
Giuseppe Attardi's ECL environment to
produce an implementation of the Common-Lisp
language which complies to the ANSI X3J13
definition of the language.

View file

@ -19,7 +19,7 @@ href="#copyright">GNU Library General Public License (GNU LGPL)</a>.
<h2>ECL vs other implementations</h2>
<p><a href="http://ecls.sourceforge.net">ECL</a> is not a brand new
product. It has evolved from the EcoLisp implementation by Giusseppe Attardi
product. It has evolved from the EcoLisp implementation by Giuseppe Attardi
which in turn was based on the Kyoto Common-Lisp implementation done by Taiichi
Yuasa and Masami Hagiya, with contributions from several people. Nevertheless
the program has been seriously modified and the current code base bears little
@ -50,7 +50,7 @@ while keeping the implementation free.
<p><a href="http://ecls.sourceforge.net">ECL</a> is already rather standards
compliant. <a href="http://ecls.sourceforge.net">ECL</a> was born as a fork
from the ECL (Eco-Common-Lisp by Giussepe Attardi) which conformed to Cltl2
from the ECL (Eco-Common-Lisp by Giusepe Attardi) which conformed to Cltl2
("Common-Lisp the Language 2"), but which was shipped with some ANSI
compatibility extensions. Currently the worst parts with respect to ANSI are
the LOOP package and parts of CLOS.

View file

@ -2,7 +2,7 @@
<a href="http://ecls.sourceforge.net">ECL</a> stands for <em>Embeddable
Common-Lisp</em>. The <a href="http://ecls.sourceforge.net">ECL</a> project is
an effort to modernize Giusseppe Attardi's ECL environment to produce an
an effort to modernize Giuseppe Attardi's ECL environment to produce an
implementation of the <a href="http://www.lisp.org">Common-Lisp language</a>
which complies to the <a
href="http://www.lisp.org/HyperSpec/FrontMatter/index.html">ANSI X3J13</a>
@ -25,7 +25,7 @@ definition of the language.
<h2>The author</h2>
The original version was written by Giusseppe Attardi.
The original version was written by Giuseppe Attardi.
The current maintainer of <a href="http://ecls.sourceforge.net">ECLS</a> is
Juan Jose Garcia Ripoll, who can be reached at the ECLS mailing list.

View file

@ -20,18 +20,18 @@ into C based applications.
@noindent
Copyright @copyright{} 2000, Juan Jose Garcia-Ripoll
@noindent
Copyright @copyright{} 1990, Giusseppe Attardi
Copyright @copyright{} 1990, Giuseppe Attardi
@end ifinfo
@titlepage
@title ECL User's Guide
@author Giusseppe Attardi
@author Giuseppe Attardi
@author Juan Jose Garcia Ripoll (revised version)
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1990, Giusseppe Attardi
Copyright @copyright{} 1990, Giuseppe Attardi
Copyright @copyright{} 2000, Juan Jose Garcia Ripoll
@end titlepage
@ -78,7 +78,7 @@ interface with other languages.
@chapter Introduction
@ecl{} is an implementation of the @clisp{} language that was developed
by Giusseppe Attardi's up from the Kyoto Common-Lisp. See @ref{Credits}
by Giuseppe Attardi's up from the Kyoto Common-Lisp. See @ref{Credits}
for the history of the code you are up to use.
@ecl{} (ECL for short) uses standard C calling conventions for Lisp compiled
@ -121,7 +121,7 @@ document @emph{only} the differences with @bibcite{ANSI}.
The @ecl{} project is an implementation of the @clisp{} language that aims to
comply with the @ansi{} standard. The first ECL implementations were developed
by Giusseppe Attardi's who produced an interpreter and compiler fully conformat
by Giuseppe Attardi's who produced an interpreter and compiler fully conformat
with the Common-Lisp as reported in @cite{Steele:84}. ECL derives itself mostly
from Kyoto @clisp{}, an implementation developed at the Research Institute for
Mathematical Sciences (RIMS), Kyoto University, with the cooperation of Nippon
@ -129,7 +129,7 @@ Data General Corporation. The main developers of Kyoto @clisp{} were Taiichi
Yuasa and Masami Hagiya, of the Research Institute for Mathematical Sciences,
at Kyoto University.
I must thank Giusseppe Attardi, Yuasa and Hagiya for their wonderful work with
I must thank Giuseppe Attardi, Yuasa and Hagiya for their wonderful work with
preceding implementations and for putting them in the Public Domain under the
GNU General Public Licence as published by the Free Software Foundation.
Without them this product would have never been possible.

View file

@ -37,7 +37,7 @@ BuildRoot: %{_buildtmp}/%{_nv}-buildroot
ECL stands for Embeddable Common-Lisp.
The ECL project is an effort to modernize Giusseppe Attardi's ECL
The ECL project is an effort to modernize Giuseppe Attardi's ECL
environment to produce an implementation of the Common-Lisp language
which complies to the ANSI X3J13 definition of the language.