- 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.
-
dtc authored
-
- Sep 17, 1998
-
-
dtc authored
address space.
-
- Sep 13, 1998
- Sep 05, 1998
- Sep 01, 1998
-
-
dtc authored
-
- Aug 30, 1998
-
-
dtc authored
larger heaps and stacks: * There is now the potential for up to 2.75GB dynamic space on FreeBSD, and 1.75GB on linux. Since GENCGC statically allocates page tables the default size is set at just 1GB. * The Read-only and Static spaces have been increased to 256MB allowing larger heaps to be purified. The Read-only and Static spaces are in the same locations for both the FreeBSD and Linux ports to avoid unnecessary binary incompatibility. * The Control stack and Binking stack now have room for upto 128MB, supporting deeply nested algorithms, and potentially giving room for subdivision for thread stacks. * There is a reserve for the FreeBSD static libraries in the event that the FreeBSD lisp binary is dynamically linked, and the foreign segment size for FreeBSD is now 32MB, up from just 4MB. * There is now significantly more room for C allocated memory, roughly 128M on Linux and 224M on FreeBSD.
-
dtc authored
-
- Aug 28, 1998
-
-
pw authored
-
- Aug 23, 1998
-
-
dtc authored
-
- Aug 22, 1998
- Aug 19, 1998
-
-
dtc authored
without the long-float feature, and the numeric-contagion of a real with a long-float is a long-float with the long-float feature; from Raymond Toy.
-
- 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.
-
dtc authored
internal to the LISP package; fixes failures to throw to the top level. Add a new example function Startup-Idle-and-Top-Level-Loops to enter the idle loop and start a new process to run the top level loop.
-
dtc authored
to better support modified address maps.
-
- Aug 05, 1998
-
-
dtc authored
zeroed outside a pseudo-atomic and after the bignum header had been set to just one word. When a GC occurred before the high word had been zeroed, the first word of the next object was invalidly zeroed. Problem spotted and fixed by Ken Olum.
-
- Jul 31, 1998
-
-
dtc authored
with-hash-table-iterator macro, giving improved performance; from Bill Newman.
-
- Jul 28, 1998
-
-
dtc authored
avoid a redundant lisp-stream test.
-
- Jul 26, 1998
-
-
dtc authored
-
- Jul 25, 1998
-
-
dtc authored
default-structure-print; noted by Bill Newman.
-
- Jul 24, 1998
- Jul 19, 1998
- Jul 17, 1998
- Jul 16, 1998