X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/fcb6c0fb72f7e2211322cfc303ee403bdf3ddd7d..e43bd9558b80d9d92db3f39b5f77a2fa184fb467:/doc/misc.tex diff --git a/doc/misc.tex b/doc/misc.tex index a7ac722..e77d512 100644 --- a/doc/misc.tex +++ b/doc/misc.tex @@ -7,7 +7,7 @@ %%%----- Licensing notice --------------------------------------------------- %%% -%%% This file is part of the Sensble Object Design, an object system for C. +%%% This file is part of the Sensible Object Design, an object system for C. %%% %%% SOD is free software; you can redistribute it and/or modify %%% it under the terms of the GNU General Public License as published by @@ -31,18 +31,43 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac} - {with-gensyms (@{ @ @! (@ @[@@]) @}^*) \\ \ind - @^*} + {with-gensyms (@{ @ @! (@ @[@@]) @}^*) \\ \ind + @^* \\ + @
^*} \end{describe} \begin{describe}{mac} {once-only (@[[ :environment @ @]] - @{ @ @! (@ @[@@]) @}^*) \\ \ind - @^*} + @{ @ @! (@ @[@@]) @}^*) \\ \ind + @^* \\ + @^*} \end{describe} \begin{describe}{mac} - {parse-body @ @> @ @ @} + {parse-body @ \&key :docp :declp + @> @ @ @} +\end{describe} + +\begin{describe}{cls}{loc} +\end{describe} + +\begin{describe}{fun}{locp @ @> @} +\end{describe} + +\begin{describe}{mac}{locf @ @> @} +\end{describe} + +\begin{describe*} + {\dhead{fun}{ref @ @> @} + \dhead{fun}{setf (ref @) @}} +\end{describe*} + +\begin{describe}{mac} + {with-locatives + @{ @ @! (@{ @ @! + (@ @[@@]) @}^*) @} \\ \ind + @^* \\ + @^*} \end{describe} \begin{describe}{sym}{it} @@ -51,7 +76,10 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac}{aif @ @ @[@@]} \end{describe} -\begin{describe}{mac}{awhen @ @^*} +\begin{describe}{mac}{aand @^*} +\end{describe} + +\begin{describe}{mac}{awhen @ @^*} \end{describe} \begin{describe}{mac}{acond @{ (@ @^*) @}^*} @@ -101,6 +129,11 @@ These symbols are defined in the @|sod-utilities| package. {mappend @ @ \&rest @ @> @} \end{describe} +\begin{describe}{fun} + {distinguished-point-shortest-paths @ @ + @> @} +\end{describe} + \begin{describe}{cls}{inconsistent-merge-error (error) \&key :candidates} \end{describe} @@ -108,16 +141,21 @@ These symbols are defined in the @|sod-utilities| package. \end{describe} \begin{describe}{fun} - {merge-lists @ \&key :pick (:test \#'eql) @> @} + {merge-lists @ \&key :pick (:test \#'eql) :present @> @} \end{describe} \begin{describe}{mac} {categorize (\=@ @ - @[[ :bind (@{ @ @! (@ @[@@]) @}^*) @]]) - \\ \ind\ind - (@{ @ @ @}^*) \- \\ - @^* \- - \nlret @^*} + @[[ :bind (@{ @ @! + (@ @[@@]) @}^*) @]]) + \\ \ind\ind + (@{ (@ @) @}^*) \-\\ + @^* \\ + @^* + \-\nlret @^*} +\end{describe} + +\begin{describe}{fun}{partial-order-minima @ @ @> @} \end{describe} \begin{describe}{fun} @@ -142,21 +180,30 @@ These symbols are defined in the @|sod-utilities| package. {compose @ \&rest @ @> @} \end{describe} +\begin{describe}{mac}{defvar @ @ @> @} +\end{describe} + \begin{describe}{fun}{symbolicate \&rest @ @> @} \end{describe} \begin{describe}{mac} - {maybe-print-unreadable-object (@ @ - @[[ :type @ @! - :identity @ @]]) \\ \ind - @^*} + {maybe-print-unreadable-object + (@ @ + @[[ :type @ @! + :identity @ @]]) \\ \ind + @^* \\ + @^*} +\end{describe} + +\begin{describe}{fun}{print-ugly-stuff @ @ @> @^*} \end{describe} \begin{describe}{mac} {dosequence (@ @ @[[ :start @ @! :end @ @! - :indexvar @ @]]) \\ \ind - @{ @ @! @ @}^*} + :indexvar @ @]]) \\ \ind + @^* \\ + @{ @ @! @ @}^*} \end{describe} \begin{describe}{mac} @@ -164,14 +211,31 @@ These symbols are defined in the @|sod-utilities| package. @[[ :read-only @ @]]} \end{describe} +\begin{describe}{cls} + {simple-control-error (control-error simple-error) + \&key :format-control :format-arguments} +\end{describe} + +\begin{describe}{fun} + {designated-condition + \=@ @ @ \\ + \>\&key :allow-pointless-arguments + \nlret @} +\end{describe} + +\begin{describe}{fun} + {invoke-associated-restart @ @ \&rest @} +\end{describe} + \begin{describe}{mac} - {default-slot (@ @ @[@@]) \\ \ind - @^*} + {default-slot (@ @ @[@@]) \\ \ind + @^*} \end{describe} \begin{describe}{mac} - {define-on-demand-slot @ @ (@) \\ \ind - @^*} + {define-on-demand-slot @ @ (@) \\ \ind + @[[ @^* @! @ @]] \\ + @^*} \end{describe} %%%-------------------------------------------------------------------------- @@ -186,6 +250,22 @@ These symbols are defined in the @|sod-parser| package. {enclosed-condition @ @> @} \end{describe} +\begin{describe}{cls}{information (condition) \&key} +\end{describe} + +\begin{describe}{cls} + {simple-information (simple-condition information) \\ \ind + \&key :format-control :format-arguments} +\end{describe} + +\begin{describe}{fun}{info @ \&rest @ @> @} +\end{describe} + +\begin{describe*} + {\dhead{rst}{noted} + \dhead{fun}{noted \&optional @}} +\end{describe*} + \begin{describe}{fun}{cerror* @ \&rest @} \end{describe} @@ -206,27 +286,6 @@ These symbols are defined in the @!optparse| package. \begin{describe}{fun}{set-command-line-arguments} \end{describe} -\begin{describe}{cls}{loc} -\end{describe} - -\begin{describe}{fun}{locp @ @> @} -\end{describe} - -\begin{describe}{macro}{locf @ @> @} -\end{describe} - -\begin{describe*} - {\dhead{fun}{ref @ @> @} - \dhead{fun}{setf (ref @) @}} -\end{describe*} - -\begin{describe}{mac} - {with-locatives - @{ @ @! (@{ @ @! - (@ @[@@]) @}^*) @} \\ \ind - @^*} -\end{describe} - \begin{describe}{fun}{moan @ \&rest @} \end{describe} @@ -243,9 +302,10 @@ These symbols are defined in the @!optparse| package. \end{describe} \begin{describe}{fun} - {make-option \=@ @ \+ \\ - \&optional @ \\ - \&key :tag :negated-tag :arg-optional-p :documentation \- + {make-option \=@ @ \+\\ + \&optional @ \\ + \&key :tag :negated-tag + :arg-optional-p :documentation \- \nlret @