diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-11-03 05:42:15 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-11-03 05:42:15 +0000 |
commit | 0d6367444bf154b4bd87dde129a25bb713474934 (patch) | |
tree | 4bcbeccd648af2a6a1ab7f783a5979010ca1f69e /dev-lisp/ecls/files | |
parent | Moved patches in app-text/tetex/files directory to Gentoo mirrors. (diff) | |
download | historical-0d6367444bf154b4bd87dde129a25bb713474934.tar.gz historical-0d6367444bf154b4bd87dde129a25bb713474934.tar.bz2 historical-0d6367444bf154b4bd87dde129a25bb713474934.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/ecls/files')
-rw-r--r-- | dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch | 73 | ||||
-rw-r--r-- | dev-lisp/ecls/files/digest-ecls-0.9d | 1 |
2 files changed, 74 insertions, 0 deletions
diff --git a/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch b/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch new file mode 100644 index 000000000000..565f4a3735cf --- /dev/null +++ b/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch @@ -0,0 +1,73 @@ +diff -ur ecl-0.9d.orig/src/doc/user.txi ecl-0.9d/src/doc/user.txi +--- ecl-0.9d.orig/src/doc/user.txi 2004-11-02 05:26:16.000000000 -0600 ++++ ecl-0.9d/src/doc/user.txi 2004-11-02 20:38:49.642445608 -0600 +@@ -3394,11 +3394,11 @@ + @deffnx {Method} {(setf documentation)} {new-value (list list) @optional{} doc-type} + @end deffn + +-@defun {ensure-generic-function} {function-name @keys{} lambda-list @keys :argument-precedence-order :declare :documentation :generic-function-class|ekeys{:method-combination :method-class :environment}} +-@example +-function-name ::= symbol | (setf symbol) +-@end example +-@end defun ++@c @defun {ensure-generic-function} {function-name @keys{} lambda-list @keys :argument-precedence-order :declare :documentation :generic-function-class|ekeys{:method-combination :method-class :environment}} ++@c @example ++@c function-name ::= symbol | (setf symbol) ++@c @end example ++@c @end defun + + @defun {find-class} {symbol @optional{} errorp environment} + +@@ -3417,29 +3417,29 @@ + + The generic function function-keywords is used to return the keyword parameter specifiers for a given method. + +-@defmac {generic-function} {lambda-list \mchoice{option | @{method-description@}*}} ++@c @defmac {generic-function} {lambda-list \mchoice{option | @{method-description@}*}} + +-@example +-option ::= (:argument-precedence-order @{parameter-name@}+) +- | (declare @{declaration@}+) +- | (:documentation string) +- | (:method-combination symbol @{arg@}*) +- | (:generic-function-class class-name) +- | (:method-class class-name) +-method-description ::= (:method @{method-qualifier@}* +- specialized-lambda-list +- @{declaration | @var{documentation}@}* +- @{form@}*) +-@end example +-The @code{generic-function} macro creates an anonymous generic function. The +-generic function is created with the set of methods specified by its method +-descriptions. The @var{option}, @var{method-qualifier}, and +-@var{specialized-lambda-list} arguments are the same as for @code{defgeneric}. +-The generic function object is returned as the result. If no method +-descriptions are specified, an anonymous generic function with no methods is +-created. See @macref{defgeneric}, @macref{generic-flet}, +-@macref{generic-labels}, @macref{defmethod}. +-@end defmac ++@c @example ++@c option ::= (:argument-precedence-order @{parameter-name@}+) ++@c | (declare @{declaration@}+) ++@c | (:documentation string) ++@c | (:method-combination symbol @{arg@}*) ++@c | (:generic-function-class class-name) ++@c | (:method-class class-name) ++@c method-description ::= (:method @{method-qualifier@}* ++@c specialized-lambda-list ++@c @{declaration | @var{documentation}@}* ++@c @{form@}*) ++@c @end example ++@c The @code{generic-function} macro creates an anonymous generic function. The ++@c generic function is created with the set of methods specified by its method ++@c descriptions. The @var{option}, @var{method-qualifier}, and ++@c @var{specialized-lambda-list} arguments are the same as for @code{defgeneric}. ++@c The generic function object is returned as the result. If no method ++@c descriptions are specified, an anonymous generic function with no methods is ++@c created. See @macref{defgeneric}, @macref{generic-flet}, ++@c @macref{generic-labels}, @macref{defmethod}. ++@c @end defmac + + @deffn {Generic} {initialize-instance} instance @rest{} initargs + @deffnx {Method} {initialize-instance} {(instance standard-object) @rest{} initargs} +Only in ecl-0.9d/src/doc: user.txi~ diff --git a/dev-lisp/ecls/files/digest-ecls-0.9d b/dev-lisp/ecls/files/digest-ecls-0.9d new file mode 100644 index 000000000000..8a0fcb9d1bcd --- /dev/null +++ b/dev-lisp/ecls/files/digest-ecls-0.9d @@ -0,0 +1 @@ +MD5 50da732c4a4d4824c8dd7c9e2f661ad6 ecl-0.9d.tgz 4340522 |