- Jul 24, 1998
- Jul 19, 1998
- Jul 17, 1998
- Jul 16, 1998
- 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 10, 1998
-
-
dtc authored
transform; from Raymond Toy.
-
- Jul 09, 1998
- 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
- Jun 25, 1998
- Jun 24, 1998
-
-
dtc authored
initializations so that the environment-list is available to them.
-
- Jun 21, 1998
-
-
dtc authored
null or empty, it should default to funcallable-standard-object if the class is an instance of funcallable-standard-class whereas it was always defaulting to standard-class. Catch attempts to change the class of an instance via change-class between the incompatible standard-class and funcallable-standard-class metaclasses.
-
dtc authored
standard-objects, classes with meta-class standard-class are no longer valid super-classes of classes with meta-class funcallable-standard-class, so validate-superclass should now return NIL for this combination. Further classes with meta-class std-class are now valid superclasses of classes with meta-class of either standard-class or funcallable-standard-class; add validate-superclass methods allowing such super-classes which are handy for mixins of both standard-objects and funcallable-standard-objects.
-
dtc authored
to the PCL package so that the respective debug variable has a valid package name.
-
dtc authored
functions. Such function names are generated by PCL and led to errors when looking for their documentation.
-
- Jun 19, 1998
- Jun 18, 1998
- Jun 16, 1998
- Jun 11, 1998
-
-
dtc authored
sap-ref-32 into the x86 code objects as the x86 instructions are not word aligned and this sap-ref fails when cross compiling from the sparc port, instead use multiple sap-ref-8s. Spotted by Raymond Toy.
-
dtc authored
range of shapes defined, leaving the generation of the constructors to precompile-dfun-constructors. This allows a more useful range of constructors to be built-in without the prior redundancy resulting from dlisp3.
-
- Jun 07, 1998
- Jun 05, 1998
-
-
dtc authored
that this symbol is the same as used by the compiler in ir1tran. This enables the definition of PCL classes while compiling PCL which now works after fixes to the class hierarchy.
-
dtc authored
test can be optimised away when the result is known, such as is typically the case during slot access within methods, and define a respective function for use by interpreted code.
-