- Nov 15, 2002
- Nov 14, 2002
-
-
toy authored
-
toy authored
Noted by Fabricio Chalub.
-
toy authored
The function GENERATE-BYTE-CODE-FOR-REF is calling COMBINATION-ARGS on the return value of CONTINUATION-DEST. In the situation that I have run into, the return value is of type MV-COMBINATION instead of COMBINATION, so an error occurs. Changing the COMBINATION-ARGS to BASIC-COMBINATION-ARGS seems to fix the problem...
-
toy authored
The attached patch contains mostly trivial changes, including a few spelling corrections, plus changes to the types of condition raised in various cases. The only significant change, I believe, is - MAKE-DISPATCH-MACRO-CHARACTER no longer raises an error if the character already was defined to be a macro character; it overrides the previous definition (as per a suggestion from Drew McDermott on cmucl-help, dated 2002-09-22).
-
toy authored
-
toy authored
:ABSOLUTE instead of NIL, as required by CLHS. (I think.)
-
toy authored
o (loop for nil being the hash-keys of (make-hash-table) count t) o (loop for k being the hash-keys of (make-hash-table) using (hash-value (v1 . v2)) count t) From Gerd Moellmann.
-
toy authored
-
- Nov 13, 2002
-
-
toy authored
Bug noted by Paul Dietz, fix by Gerd Moellmann.
-
toy authored
Noted by Brian Spilsbury.
-
toy authored
understand!) SC_OFFSETs in assembly files.
-
toy authored
o Need to restore all global (%g) Lisp registers because they may have been trashed by the C code. o The unimp trap_Error was wrong. Get the right number of arg bytes and the right SC_OFFSET!
-
toy authored
whatever dlsym returns.
-
toy authored
args in the wrong order (stream arg is first). Noted by Matthew Danish.
-
- Nov 12, 2002
-
-
toy authored
not an SAP.
-
- Nov 08, 2002
- Nov 07, 2002
-
-
toy authored
platforms.
-
- Nov 05, 2002
-
-
cracauer authored
Make (time ...) and the profiler do precise measuring of space allocation. It will also not overflow or bomb out when consing amounts cross most-positive fixnum. The new profiler also has an interface to plug in your own print function (also dictates sorting or results). This is written on gencgc/x86 but tests indicated the fallsbacks for other platforms work. The dfixnum package included here is sketchy.
-
- Nov 02, 2002
- Nov 01, 2002
-
-
toy authored
-
toy authored
hold the consing values (to reduce consing in the profiling routines themselves). Based on the double-fixnum idea of Martin Cracauer.
-
toy authored
pushnew screwed up the evaluation order. Fix that, and get the evaluation order correct for multiple-values too.
-
toy authored
-
toy authored
-
toy authored
o Add note about other (unnamed) contributors.
-
toy authored
:propagate-fun-type since that's the default now. o Correct some errors in the examples and text. (Member types and union types are supported.) o Add a section on signed zeroes and special functions. Reference Kahan.
-
- Oct 30, 2002
- Oct 29, 2002
-
-
toy authored
macro or symbol-macro). This allows use of push/pushnew in kernel.core again. Solution suggested by Christophe Rhodes.
-
pmai authored
This patchset by Gerd Moellmann reenables the previous fix to this bug, without retriggering the obsolete-instance-trap-on-redefined-class bug. Additionally, this cleans up the layout-invalid vs. wrapper-state logic making the code much easier to follow.
-
- Oct 28, 2002
-
-
toy authored
Fix remove to handle combinations of :start, :end, and :from correctly. From Gerd Moellmann.
-
toy authored
-
toy authored
-
toy authored
o For push, pushnew, and pop, we can't shortcut get-setf-method because even though place might be a symbol, it might be from a symbol-macrolet. Always use get-setf-method.
-
- Oct 27, 2002