- Jan 29, 2003
-
-
toy authored
location of the lisp C binary, when CMUCLLIB is not given, and the core file is not specified. o Add support for a CMUCLCORE envvar, and a -lib option for setting the path for the library: search-list. o Added some spare static symbols for the sparc port so we don't have to cross-compile again for a while. See cmucl-imp archives for some more details.
-
toy authored
by calling log2 instead of log to compute the result.
-
pw authored
This rev defines UNIX:O_NONBLOCK so people reading unix man pages won't get stiffed by a missing constant. This whole area needs a cleanup.
-
toy authored
Defknown was limiting the subscripts in be fixnums. Change that to be integers.
-
toy authored
Defknowns for bit-and and friends were disallowing an explicit optional arg of NIL. Allow it.
-
toy authored
-
toy authored
o Entomotomy bug optional-environment-arg-mistakes: Recognize the optional environment argument for typep, subtypep, upgraded-array-element-type, upgraded-complex-part-type, and various other functions that take an optional environment arg. Currently, all we do with the environment is ignore it. o Entomotomy bug defknowns-for-bit-array-setters-wrong Defknowns for %bitset and %sbitset was only allowing vectors, not multidimensional arrays.
-
- Jan 28, 2003
-
-
toy authored
-
- Jan 26, 2003
- Jan 24, 2003
-
-
toy authored
From Gerd Moellmann.
-
- Jan 23, 2003
-
-
toy authored
((key var) [default [svar]]). Bug noted by Paul Dietz; fix from Gerd Moellmann.
-
toy authored
fix typos in comments, signal more specific error types, remove some stale code, fix a few compiler warnings in the runtime.
-
pmai authored
Corrects the problems uncovered by Paul F. Dietz's ANSI test cases vector.type.13 and vector.type.15, where typep would return two values for certain array types, e.g. (typep "ABC" '(vector t)) => NIL, T instead of only NIL
-
- Jan 21, 2003
-
-
pw authored
argument to dlsym (FreeBSD port). This may be source of some segfault reports while trying to use foreign functions.
-
toy authored
From a recent thread on comp.lang.lisp, it seems that CMUCL is non conforming in the way that it handles the coalescing of constants in the functions EVAL and COMPILE: Literal objects appearing in code processed by the compile function are neither copied nor coalesced. The code resulting from the execution of compile references objects that are eql to the corresponding objects in the source code.
-
- Jan 16, 2003
-
-
cracauer authored
Backtrace print tuning: Replace the hardcoded default for the keyword parameter "verbosity" when printing backtrace frames with a parameter debug:*default-print-frame-call-verbosity* Default is 1, which is the old value. Setting it >= 2 gets you the source location printed for every frame print in a backtrace (when the source is available).
-
- Jan 14, 2003
-
-
cracauer authored
Typo fixes by Ed Wang (thanks, Ed!).
-
- Jan 10, 2003
-
-
toy authored
denominator are different lengths. Should be log, not log2.
-
- Jan 08, 2003
- Jan 07, 2003
- Jan 06, 2003
- Jan 03, 2003
-
-
pmai authored
Commited patch by Gerd Moellmann that fixes a bug in the accessing of class-slots for redefined classes in certain cases, due to caches not being flushed because of reused wrappers.
-
toy authored
-
pmai authored
As noted by Gerd Moellmann, PCL needs a method on finalize-inheritance specialized for forward-referenced-class, which signals a relevant error, since forward-referenced-classes can't be finalized.
-
pmai authored
Fix to ensure that finalize-inheritance (the bug's name is a misnomer) is called on class-finalization, from Gerd Moellmann via SBCL.
-
pmai authored
of this file, which was otherwise unchanged.
-
pmai authored
Updated the fix for the broken handling of the :arguments option to define-method-combination to Gerd Moellmann's latest patch. Also includes various indentation fixes and a smallish documentation/comment fix.
-
toy authored
inheritance bug (SBCL bug 127). Slightly modified to make building a little easier. Todo: After the next release (18e) is done, go through and remove the old bootstrap-conc-name reader conditionals. We want the #-bootstrap-conc-name versions.
-
toy authored
-
- Jan 02, 2003
-
-
pmai authored
As per ANSI, define-method-combination should return the name of the method combination.
-
- Dec 31, 2002
-
-
toy authored
single-float or double-float. Thus (log (expt 2 32768) 2) will return 32768.0 instead of causing an error.
-
- Dec 29, 2002
-
-
pmai authored
The :initial-contents argument to adjust-array isn't restricted to be a list, as the defknown entry erroneously claims. This fix requires an L2 rebuild (or loading of the changed defknown prior to rebuilding), in order for the information to propagate properly.
-
- Dec 22, 2002
-
-
pmai authored
Added needed second half of patch, from Gerd Moellmann via SBCL, to cure newly introduced problem with inheritance of class slots. Also committed modified version (again via SBCL) of Gerd's COMPUTE-SLOTS revamp for more modular computation of slot locations.
-
- Dec 20, 2002
- Dec 18, 2002
-
-
pmai authored
Merged patches and ideas by Gerd Moellmann and Christophe Rhodes to improve error reporting on missing applicable primary methods for standard method- combination to report the arguments that were passed to the GF in question.
-