- 02 Nov, 2002 4 commits
- 29 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 28 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 27 Oct, 2002 1 commit
-
-
pfdietz authored
Fixed some duplicate test names, and commented out some loop tests pending a decision on what the standard calls for.
-
- 26 Oct, 2002 4 commits
-
-
pfdietz authored
Added tests for error handling in LOOP syntax, FOR-AS-IN-LIST iteration control, and destructuring in LOOPs. Also, checks for the final values of loop arithmetic index variables.
-
pfdietz authored
-
camm authored
Trigger error if function calls use too many 'values';Maximum values increased to 50;Enable previously failing tests in multiple-value-{setq,prog1}.lsp;prototype for system_time_zone_helper
-
pfdietz authored
-
- 25 Oct, 2002 2 commits
- 24 Oct, 2002 2 commits
- 23 Oct, 2002 1 commit
-
-
pfdietz authored
Updated many tests to use CLASSIFY-ERROR in place of HANDLER-BIND. This makes the tests shorter and opens the possibility they can be compiled, since CLASSIFY-ERROR ensures error calls are safe calls. Added more DO tests.
-
- 22 Oct, 2002 4 commits
- 19 Oct, 2002 11 commits
- 18 Oct, 2002 7 commits
- 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.
-
- 15 Oct, 2002 1 commit
-
-
pfdietz authored
-