- Jan 06, 1999
-
-
pw authored
the same as (defclass myclass()()). Had to map LISP:STANDARD-CLASS to PCL::STANDARD-CLASS when the former was explicitly provided.
-
- Dec 29, 1998
-
-
dtc authored
Raymond Toy.
-
- Dec 20, 1998
- Dec 19, 1998
-
-
pw authored
-
dtc authored
problem, and limit the range of pages to be checked.
-
dtc authored
recursive-p is true. Based on patches from Peter Van Eynde.
-
dtc authored
Based on patches from Peter Van Eynde.
-
dtc authored
Based on patches from Peter Van Eynde.
-
dtc authored
-
dtc authored
Based on patches from Peter Van Eynde.
-
dtc authored
-
dtc authored
Based on patches from Peter Van Eynde.
-
dtc authored
Generate an simple-undefined-function error when a macro function is funcall'ed. Based on patches from Peter Van Eynde.
-
dtc authored
Rework some error's into simple-type-error's. Based of patches from Peter Van Eynde.
-
dtc authored
Rework a few error into simple-type-errors.
-
dtc authored
-
- Dec 16, 1998
-
-
dtc authored
-
- Nov 27, 1998
-
-
dtc authored
variable *merge-lists-header* which was destructively modified by merge-lists*; and remove the variable *merge-sort-temp-vector* allocating a fresh vector for each vector stable-sort.
-
- Nov 26, 1998
-
-
dtc authored
allocated, otherwise the constants may be overwritten when lisp starts.
-
- Nov 13, 1998
- Nov 07, 1998
-
-
dtc authored
classes may be stringable objects rather than just symbols.
-
- Nov 02, 1998
-
-
dtc authored
valid types. * Restrict the (+ x 0) transform to rationals, because (+ -0.0 0) is 0.0, not -0.0.
-
- Oct 26, 1998
-
-
pw authored
symbol to stringable. Noticed by Mike McDonald.
-
- Oct 22, 1998
-
-
dtc authored
check; spotted by Liam Healy.
-
- Oct 17, 1998
-
-
dtc authored
the symbol `*' now match single arbitrary qualifier elements - only a dotted lists ending in '*' had been handled. From Matthias Holzl.
-
- Oct 04, 1998
-
-
dtc authored
speed on FreeBSD.
-
dtc authored
(unsigned-byte 24), to support speeds of 115200+.
-
dtc authored
Define the termios byte sizes fields for FreeBSD: tty-csize, tty-cs5, tty-cs6, tty-cs7, tty-cs8. Fixes for the termios speed functions for FreeBSD: unix-cfgetospeed, unix-cfsetospeed, unix-cfgetispeed, unix-cfsetispeed.
-
dtc authored
-
- Oct 03, 1998
-
-
dtc authored
o Fix bugs in interval-intersection/difference, and some cleanup of unused stuff. o Make interval-intersect-p use interval-intersection/difference. o Added signed-interval->=, and make interval-range-info use it instead of it's own version.
-
- Oct 01, 1998
-
-
dtc authored
functions, from Raymond Toy.
-
- Sep 29, 1998
-
-
dtc authored
numeric-type to a high and low bound for which negative and positive zero being distinct as for the :negative-zero-not-zero feature. This fixes some problems that occurred when not compiled with the :negative-zero-not-zero feature.
-
- Sep 26, 1998
-
-
pw authored
approximately twice as long as requested.
-
- Sep 20, 1998
-
-
dtc authored
argument with the domain and compute the bounds on the intersection. If there's anything left over, add the complex type as the result. From Raymond Toy.
-
dtc authored
intersection between two intervals, and the "difference" (the union of the intervals minus the intersection). From Raymond Toy.
-