- 25 Jan, 2003 2 commits
- 24 Jan, 2003 3 commits
-
-
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.
-
pfdietz authored
Removed two useless 'S' forms. The problem is gcl is using the variable, but doesn't support 'ignorable'.
-
pfdietz authored
-
- 23 Jan, 2003 2 commits
- 22 Jan, 2003 2 commits
- 19 Jan, 2003 1 commit
-
-
pfdietz authored
More make-array tests (displaced arrays, fill pointers, keyword and error tests.) Changes to .system and .cvsignore files suggested by Sam Steingold. Added warning comment to cltest.system. Made deftest work with multidimensional arrays now that ROW-MAJOR-AREF is working in gcl.
-
- 18 Jan, 2003 1 commit
-
-
pfdietz authored
where they can be compiled. Added SAFELY-DELETE-PACKAGE, which unlinks a package's users before deleting it. This was prompted by a bug in use-package.error.2. Replace uses of delete-package or (ignore-errors (delete-package ...)) in the tests with calls to this new function. Some comment and indentation fixes.
-
- 14 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 10 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 02 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 20 Dec, 2002 1 commit
-
-
pfdietz authored
-
- 14 Dec, 2002 1 commit
-
-
pfdietz authored
*disjoint-type-list*. Added tests for COERCE.
-
- 29 Nov, 2002 1 commit
-
-
pfdietz authored
Tests for binding of CL functions, macros, and global variables. Tests for LAMBDA expressions. Moved some functions to aux files for speed.
-
- 27 Nov, 2002 1 commit
-
-
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.
-
- 11 Nov, 2002 2 commits
- 02 Nov, 2002 1 commit
-
-
pfdietz authored
Modified CLASSIFY-ERROR to EVAL its argument, so that errors that occur during macroexpansion are necessarily caught. Changed some tests which this broke. CLASSIFY-ERROR* has the old behavior.
-
- 24 Oct, 2002 1 commit
-
-
pfdietz authored
Fixed some tests, including a number that were incorrectly checking for correctable errors. Added macros to make those tests easier to write.
-
- 19 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 18 Oct, 2002 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.
-
- 13 Oct, 2002 2 commits
- 12 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 11 Oct, 2002 2 commits
- 10 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 09 Oct, 2002 2 commits
- 06 Oct, 2002 1 commit
-
-
pfdietz authored
Added character comparison tests. I don't think these are entirely satisfactory; we should be able to test additional properties of the orderings.
-
- 05 Oct, 2002 2 commits
- 01 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-