- May 01, 1999
-
-
dtc authored
handle zero length arrays and negative indexes; suggested by Raymond Toy.
-
- Dec 19, 1998
-
-
dtc authored
Based on patches from Peter Van Eynde.
-
- Aug 14, 1998
-
-
dtc authored
control-error with format-control and arguments. Fixes the printing of the informative error messages which was broken when control-error was fixed to inherit from error rather than simple-error.
-
- Jul 24, 1998
-
-
dtc authored
remove unnecessary conditionals.
-
- Mar 21, 1998
-
-
dtc authored
-
- Nov 15, 1997
-
-
dtc authored
so can be implemented efficiently, and is handy for type dispatch. Cleanup the realpart and imagpart source transforms, exploiting the complex rational test.
-
- Nov 01, 1997
-
-
dtc authored
types. Adds storage classes to the backend for these so they can be stored in registers or on the stack without consing; new primitive types etc. Also adds (simple-array (complex {single,double}-float)) array types to avoid consing and speed vectors operations. All these changes are conditional on the :complex-float feature. More work is needed to exploit these changes: improving the type dispatch in the various function; maybe compiler transforms or more VOPs to handle common functions inline.
-
- Apr 01, 1997
-
-
dtc authored
(signed-byte 16), (signed-byte 30), (signed-byte 32). These patches include the general support and the x86 backend support; more to follow. The important changes are conditional on the :signed-array feature so shouldn't affect the source without this feature. This work has been driven by Raymond Toy.
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 19, 1994
-
-
ram authored
-
- Jun 24, 1993
-
-
ram authored
-
- May 29, 1993
-
-
wlott authored
code.
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 08, 1993
-
-
ram authored
-
- Jan 15, 1993
-
-
ram authored
-
- Apr 15, 1992
-
-
wlott authored
the name from the fdefn object when its really a fdefn object that was undefined instead of a symbol.
-
- Mar 28, 1992
-
-
wlott authored
of requiring that the run-time and compile-time info remain consistent. Fixed FIND-INTERRUPTED-FRAME to FLUSH-FRAMES-ABOVE before returning the frame.
-
- Mar 10, 1992
-
-
wlott authored
frame for use with debug:*stack-top-hint*. Changed internal-error to bind debug:*stack-top-hint* before calling error.
-
- Feb 14, 1992
-
-
wlott authored
-
- Jan 21, 1992
-
-
ram authored
variable to detect recursion. In ERROR-ERROR, bind *PRINT-READABLY* to NIL to prevent bletcherous printing.
-
ram authored
it. Also moved FIND-CALLER-NAME here. Fixed up ERROR-ERROR in various ways: -- We now call STREAM-INIT to attempt to fix up the streams, rather than setting *TERMINAL-IO* to the (no longer defined) variable *REAL-TERMINAL-IO*. -- We now use WITH-STANDARD-IO-SYNTAX in case someone has mucked up the printer control variables. -- The message now mentions *maximum-error-depth*, which is now exported from KERNEL.
-
- Nov 09, 1991
- May 24, 1991
-
-
wlott authored
-
- Feb 08, 1991
-
-
ram authored
-
- Dec 11, 1990
-
-
wlott authored
signal conditions, so we can fill in the function name.
-
- Nov 26, 1990
- Nov 07, 1990
-
-
wlott authored
-
- Oct 03, 1990
-
-
wlott authored
-
- Sep 06, 1990
-
-
wlott authored
frame-escaped to compiled-frame-escaped.
-
- Aug 14, 1990
- Aug 12, 1990
-
-
wlott authored
the deferr forms to change their args for continuable errors, etc.
-
- Jun 09, 1990
-
-
wlott authored
the error system so that the name comes out right. Also, rewrote the stuff to calc the pc of the break instruction so that doesn't hit the load-tn bug.
-
- Jun 06, 1990
- Jun 05, 1990
-
-
wlott authored
Added object-not-weak-pointer.
-
- Jun 04, 1990