- 29 Aug, 2004 1 commit
-
-
pfdietz authored
character strings.
-
- 22 Feb, 2004 1 commit
-
-
pfdietz authored
Moved package tests to files following the naming conventions used elsewhere. Added some missing tests.
-
- 17 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 15 Feb, 2003 1 commit
-
-
pfdietz authored
Finished adding the argument evaluation order tests for the functions that have so far been covered in the tests.
-
- 24 Jan, 2003 1 commit
-
-
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.
-
- 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.
-
- 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
-