- Oct 04, 1998
-
-
dtc authored
-
- Sep 26, 1998
-
-
pw authored
approximately twice as long as requested.
-
- 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.
-
- 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.
-
- 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 25, 1998
-
-
dtc authored
default-structure-print; noted by Bill Newman.
-
- Jul 24, 1998
-
-
dtc authored
remove unnecessary conditionals.
-
- Jul 19, 1998
- Jul 17, 1998
-
-
dtc authored
Update references to the obsolete define-setf-method to define-setf-expander
-
- Jul 16, 1998
-
-
pw authored
in calls to error. From Douglas.
-
- Jul 14, 1998
-
-
pw authored
in various calls to ERROR. Those easily handled by using new condition types simple-file-error and simple-program-error are included. The only functional change here is that the function CHARACTER no longer accepts an integer argument so as to be ANSI compliant. This may break some code.
-
- Jul 13, 1998
-
-
pw authored
to serious-condition. Instead, have new internal condition types simple-package-error, simple-file-error and simple-program-error which inherit from simple-condition and respective error condition, thus picking up the format protocol from simple-condition. Noted a probable bug in that the CPL for conditions is not sorted which results in the found report method being dependent on the order of super-classes specified in the call to define-condition.
-
- Jul 02, 1998
-
-
dtc authored
when an entry was found in which case it should return True. Bug spotted by Bill Newman.
-
- Jun 30, 1998
-
-
pw authored
-
- Jun 25, 1998
-
-
dtc authored
removing an unused variable.
-
- Jun 24, 1998
-
-
dtc authored
initializations so that the environment-list is available to them.
-
- Jun 19, 1998
-
-
dtc authored
noticed by Sam Steingold.
-
- Jun 18, 1998
- Jun 16, 1998
- Jun 05, 1998
-
-
dtc authored
and funcallable-instance types within CMUCL. Add the new class funcallable-standard-object, and the new class std-object as a superclass of both standard-object and funcallable-standard-object. Generic-functions are now funcallable-standard-objects implemented as FINs and disjoint from standard-objects which are implemented as instances in CMUCL, fixing some problems in the type system. This change moves the PCL implementation away from the MOP specification which requires that generic-functions be standard-objects. However ANSI CL does not require generic functions to be standard-objects and the MOP author Gregor Kiczales suggests it is appropriate for generic functions to be disjoint from standard-objects.
-
dtc authored
*gensym-counter* to a fixnum.
-
- May 27, 1998
-
-
dtc authored
-
- May 19, 1998
- May 15, 1998
- May 13, 1998
-
-
dtc authored
some problems with the 'atom type which is defined as (not cons).
-
- May 11, 1998
-
-
pw authored
symbols. Previously, any external symbol in every package in the package use list was reported as inherited even if it was present in the package via shadow or export.
-
- May 09, 1998