Skip to content

Commit

Permalink
0.7.12.25
Browse files Browse the repository at this point in the history
	Short note in the user's manual to document (or at least allude
	vaguely to) the ext:*module-provider-functions* list as it
	applies to PROVIDE/REQUIRE
  • Loading branch information
telent committed Feb 7, 2003
1 parent edc8da4 commit c5dac30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/beyond-ansi.sgml
Expand Up @@ -139,6 +139,17 @@ is also supported.</para>

</sect2>

<sect2><title>Customization Hooks for Users</title>

<para>The behaviour of <function>require</function> when called with only
one argument is implementation-defined. In &SBCL; it calls functions
on the user-settable list <varname>sb-ext:*module-provider-functions*</varname>
- see the <function>require</function> documentation string for details.

<para>The toplevel repl prompt may be customized, and the function
that reads user input may be replaced completely. <!-- FIXME but I
don't currently remember how -->

<sect2><title>Tools To Help Developers</title>

<para>&SBCL; provides a profiler and other extensions to the &ANSI;
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -18,4 +18,4 @@
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)

"0.7.12.24"
"0.7.12.25"

0 comments on commit c5dac30

Please sign in to comment.