- Jan 18, 2002
-
-
pmai authored
is really exported via the individual export forms. This silences some spurious warnings during compilation.
-
- Jan 16, 2002
-
-
toy authored
SAP, so no need to create an alien object out of it.) Based on a replacement by Lynn Quam.
-
- Jan 15, 2002
-
-
toy authored
- update the parameter FASL-FILE-IMPLEMENTATIONS to include PPC (I presume this was forgotten when merging Gary's PPC changes)
-
toy authored
instead of an (invisible) hyperlink. o Add a section on Lisp threads for x86. (Currently empty. Hope someone who actually uses threads can fill this in.)
-
toy authored
(invisible) hyperlink.
-
toy authored
-
toy authored
-
toy authored
basically conform to ANSI CL on symbols. o Document the FPU precision control feature for x86. o Briefly document that the default random number generator is the MT-19987 generator.
-
toy authored
it look like the document changes all the time!
-
- Jan 14, 2002
- Jan 13, 2002
- Jan 11, 2002
-
-
toy authored
-
toy authored
- the fix to the PPC backend previously discussed here in <Pine.LNX.4.30.0110261852310.13665-100000@clozure.com>: correct the calculation of which offsets can be used in an ADDI instruction
-
toy authored
Bind *tn-ids* and *id-tns* appropriately for apropos so we're not dropped into the debugger.
-
- Jan 10, 2002
-
-
toy authored
files and supporting pdftex and hevea (HTML converter).
-
- Jan 09, 2002
-
-
toy authored
platforms.
-
- Jan 04, 2002
-
-
pw authored
lookup-host-entry fails to find the host. Reported by John Wiseman.
-
- Dec 13, 2001
-
-
pmai authored
because of a missing bounds check.
-
pmai authored
stepping-facility. Since this currently only works on compiled code, we try to compile the anonymous function containing the form to-be-stepped, and bail-out with an error if that fails, e.g. for non-null enclosing lexical environments.
-
pmai authored
COMPILER-MACROEXPAND, and export them from the EXTENSIONS package, since they are useful debugging aids for compiler-macro writers, even if they could write them on their own, and ANSI CL dropped them.
-
- Dec 12, 2001
- Dec 11, 2001
-
-
pmai authored
ensure that CLX is loaded at runtime, too, now that CLX can be loaded via REQUIRE.
-
pmai authored
as uncovered by the recent change to detect this. Folded the larger constants for MINIMUM-WINDOW-LINES and MINIMUM-WINDOW-COLUMNS into the original constant definition, and elided the superfluous defparameter for FONT-MAP-SIZE. This seems to work for now.
-
pmai authored
loaded via REQUIRE.
-
pmai authored
-
pmai authored
names. This change fixes that. For undefined modules, require now defaults to loading "modules:MODULENAME-library", where MODULENAME is treated as if specified in :CASE :COMMON, so that users can use (require :clx) or (require "CLX") to load "modules:clx-library", etc.
-
pmai authored
core without the compiler (e.g. runtime cores). Neither let nor dolist are allowed. The nreverse is there to keep the order of the remaining features unchanged, since set-difference reverses the list in the process.
-
- Dec 10, 2001
- Dec 08, 2001
-
-
pmai authored
site-init file.
-
- Dec 07, 2001
-
-
pmai authored
declarations for constants and other cases that are not allowed. The fix is a bit more involved since proclaim must work during cold-load, at a time where the package system isn't yet set up, and therefore the info database will incorrectly report all symbols as constants.
-
- Dec 06, 2001
-
-
pmai authored
-
pmai authored
function for LISP:FIND-CLASS now accepts and ignores the optional errorp and environment arguments, as per ANSI. o It now also allows nil as the new-value, as per ANSI, and dissociates any defined class from the given name. Note that this only works as expected if the user also does a setf of PCL::FIND-CLASS with NIL. LISP:FIND-CLASS and PCL::FIND-CLASS need tighter integration.
-
pmai authored
-
pmai authored
-
pmai authored
code which were previously conditionalized on :FreeBSD, are now conditionalized on :BSD instead, with the :BSD feature now implying a 4.4BSD(lite2) derived OS. This should make future BSD-ports easier. FreeBSD and OpenBSD are differentiated by having either :FreeBSD or :OpenBSD on the features list. Currently the OpenBSD port does not have working ELF support, because OpenBSD 2.9 is still non-ELF by default. So don't put ELF on the features list when building for OpenBSD, or fix the code to work correctly in this case instead.
-