- 30 Jun, 2003 1 commit
-
-
pfdietz authored
-
- 20 Apr, 2003 1 commit
-
-
pfdietz authored
-
- 23 Feb, 2003 1 commit
-
-
pfdietz authored
Modified to run under Lispworks, which unfortunately already had a package (nick)named RT. Changed the regression test package to be REGRESSION-TEST, and make the RT nickname be available only with #-lispworks. Removed a bunch of gratuitous use-package forms. Added lispworks binary filenames to .cvsignore and make clean. Added a test to MAKE-SYMBOL that illustrates a place where Lispworks is noncomplant (this is related to the failure on MAKE-SYMBOL.ERROR.8)
-
- 17 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 08 Feb, 2003 1 commit
-
-
pfdietz authored
Indentation/style changes. Tests for empty implicit PROGNs in case, ccase, ecase. Added some tests of argument evaluation order to many function calls.
-
- 29 Jan, 2003 1 commit
-
-
pfdietz authored
Fixed up some error tests, adding tests that hide the error form in a LOCALLY to possibly stimulate CMUCL compiler bugs. Converted some uses of the old catch-type-error into classify-error. Added safety proclamations in place of local safety declarations in eval-ed forms.
-
- 13 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 17 Oct, 2002 1 commit
-
-
pfdietz authored
These are the same as the original except they are guaranteed to return T when a true value is to be returned. Added NOTNOT, which coerces true to T. These changes are intended to make the test more fully standard compliant, avoiding the unwarranted assumption that a function that returns true is returning T (even though this is the case in many implementations.) Added tests for NIL, T, NOT, and NULL.
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-