- Jan 07, 2003
-
-
toy authored
o Reinstate printing of the profiled functions that weren't called during the profile run. o Honor *no-calls-limit* when printing functions that weren't called.
-
- 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
- Nov 22, 2002
-
-
toy authored
o Allow binding to specified IPs in create-inet-listener (based on work from Wojciech Sobczuk). o Add support for unix sockets.
-
toy authored
* Use *PACKAGE* if no IN or OF preposition follows BEING THE SYMBOLS etc. * Treat DOWNTO like UPTO in (loop for i downto 10 ...). * Handle the strange REPEAT cases in the ANSI test.
-
toy authored
(From SBCL.)
-
toy authored
o Add ABOVE keyword for loops o Handle nil in destructuring bindings. o Put proper blocks for named loops (and unnamed loops) o Signal program-error for loop expansion errors o Handle bogus INTO vars
-
toy authored
-
- Nov 21, 2002
- Nov 20, 2002
- Nov 19, 2002
-
-
toy authored
LIST-COUNT-IF instead. o Make count use these macros instead and to honor :from-end, which was previously ignored. (Based on the code from SBCL).
-
toy authored
type. Based on the version in SBCL.
-
toy authored
'CONS.
-
toy authored
Port Matthew Danish's fix for this bug for SBCL.
-
toy authored
-
toy authored
-