From b097c59a7fedc79c1dfb65453d97d02fd11021c5 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 6 Nov 2003 13:49:13 +0000 Subject: [PATCH] Giusseppe should read Giuseppe. --- src/doc/README.html | 2 +- src/doc/devel.txi | 2 +- src/doc/ecl.man.in | 2 +- src/doc/goals.in.html | 4 ++-- src/doc/index.in.html | 4 ++-- src/doc/user.txi | 12 ++++++------ src/util/ecl.spec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/doc/README.html b/src/doc/README.html index c16153131..1480a16ff 100644 --- a/src/doc/README.html +++ b/src/doc/README.html @@ -39,7 +39,7 @@ standalone executables. href="#copyright">GNU Library General Public License (GNU LGPL).

ECLS 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 diff --git a/src/doc/devel.txi b/src/doc/devel.txi index c97424c22..b74e48efd 100644 --- a/src/doc/devel.txi +++ b/src/doc/devel.txi @@ -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. diff --git a/src/doc/ecl.man.in b/src/doc/ecl.man.in index 495e6b898..2d5002dbc 100644 --- a/src/doc/ecl.man.in +++ b/src/doc/ecl.man.in @@ -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. diff --git a/src/doc/goals.in.html b/src/doc/goals.in.html index 648945e3b..faad6a70f 100644 --- a/src/doc/goals.in.html +++ b/src/doc/goals.in.html @@ -19,7 +19,7 @@ href="#copyright">GNU Library General Public License (GNU LGPL).

ECL vs other implementations

ECL 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.

ECL is already rather standards compliant. ECL 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. diff --git a/src/doc/index.in.html b/src/doc/index.in.html index 9eeb5ce29..e937594a0 100644 --- a/src/doc/index.in.html +++ b/src/doc/index.in.html @@ -2,7 +2,7 @@ ECL stands for Embeddable Common-Lisp. The ECL 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 Common-Lisp language which complies to the ANSI X3J13 @@ -25,7 +25,7 @@ definition of the language.

The author

-The original version was written by Giusseppe Attardi. +The original version was written by Giuseppe Attardi. The current maintainer of ECLS is Juan Jose Garcia Ripoll, who can be reached at the ECLS mailing list. diff --git a/src/doc/user.txi b/src/doc/user.txi index 7f1f218c4..3f6737a7c 100644 --- a/src/doc/user.txi +++ b/src/doc/user.txi @@ -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. diff --git a/src/util/ecl.spec b/src/util/ecl.spec index fdd092632..335e13c90 100644 --- a/src/util/ecl.spec +++ b/src/util/ecl.spec @@ -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.