- Jan 30, 2003
-
-
toy authored
Trying to save-lisp to a filename whose directory component doesn't exist will currently generate a "bad address" error from Unix. * add some sanity checking to the output file argument to EXT:SAVE-LISP.
-
- Jan 29, 2003
-
-
cracauer authored
When tracing, set the verbosity level of print-frame-call to 1. If you use the *default-print-frame-call-verbosity* variable I committed last week (to get source print along with frames in backtraces) then you would also print the source in trace prints.
-
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
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.
-
- 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 10, 2003
-
-
toy authored
denominator are different lengths. Should be log, not log2.
-
- Jan 08, 2003
-
-
toy authored
this better by using %log1p when needed. Problem noted by Christophe Rhodes.
-
- Jan 07, 2003
- Jan 06, 2003
- Jan 03, 2003
- 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 20, 2002
- Dec 13, 2002
-
-
toy authored
-
- Dec 12, 2002
- Dec 09, 2002
-
-
toy authored
(Noted by Paul Dietz.)
-
- Dec 07, 2002
-
-
toy authored
* fix DESCRIBE for arrays of zero rank. Bug and fix reported for SBCL on the sbcl-help list by Lutz Euler. (Slightly modified)
-
toy authored
CLtS.
-
toy authored
by explicitly checking for this case. o In member :complex-subtypep-arg2, handle the case of the second being of type NULL. This makes (subtypep 'atom 'list) work. All the type stuff needs more work. May use some ideas from SBCL?
-
- Dec 04, 2002
-
-
toy authored
is the type T. (This still needs more work.) o Put back the original hairy :complex-subtypep-arg1 case to handle AND specifiers. This still needs more work too.
-
toy authored
0.7.10.2: Fix remaining LOOP bugs from GCL ansi-tests ... duplicate variable names (at any level) signal an error at macroexpansion time; ... IT is only a special loop symbol in the first clause of a conditional execution clause.
-
- Dec 03, 2002
-
-
toy authored
Fix minor typo.
-
- Nov 28, 2002
-
-
pmai authored
This commit is a slight rewrite of the previously committed fix, which sxhash-instance work even when handed non-PCL instances and funcallable-instances, while enabling the use of stored hash-codes for all PCL funcallable-instances.
-
- Nov 26, 2002
-
-
toy authored
additions to handle the loops (loop for i from 1 to 10 collect i always (< i 20)) (loop ... thereis i collect i) correctly.
-
- Nov 25, 2002