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