- Jun 26, 2005
-
-
pfdietz authored
-
- Jun 20, 2004
-
-
pfdietz authored
Move cons-related aux functions from ansi-aux.lsp to cons-aux.lsp. Update the cons-related files to compile-and-load cons-aux.lsp, if necessary.
-
- Apr 20, 2003
-
-
pfdietz authored
-
- Feb 23, 2003
-
-
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)
-
- Feb 17, 2003
-
-
pfdietz authored
-
- Feb 08, 2003
-
-
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.
-
- Jan 29, 2003
-
-
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.
-
- Jan 24, 2003
-
-
pfdietz authored
Many cleanups. Replaced notnot, not with notnot-mv, not-mv in places where we can inspect the results for the right number of multiple values. Ditto for multiple-value-bind*, which is strict in checking for number of values. Indentation changes.
-
- Jan 13, 2003
-
-
pfdietz authored
-
- Nov 27, 2002
-
-
pfdietz authored
Moved many functions off into compiled aux files. Added tests for error handling in C*R functions. Added a test of NCONC on dotted lists. Uncommented APPEND-6 and made it run fast enough on CMUCL.
-
- Oct 22, 2002
-
-
pfdietz authored
Added more tests for cons-related entities, particularly deeper checks of ordering/subform evaluation for accessors.
-
- Oct 18, 2002
-
-
pfdietz authored
Cleaned up some tests (indentation, T/true issues), and added tests for EQUALP, IDENTITY, and EVERY.
-
- Oct 17, 2002
-
-
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.
-
- Sep 26, 2002
-
-
pfdietz authored
-