- 27 Jul, 2003 1 commit
-
-
pfdietz authored
-
- 18 Jun, 2003 1 commit
-
-
pfdietz authored
I just realized that (array nil (*)) vectors are strings (since nil is a subtype of character). These new tests are for these strings and for the implications on subtypep.
-
- 17 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 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.
-
- 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.
-
- 13 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 03 Nov, 2002 2 commits
-
-
pfdietz authored
Added more tests of sequence operations on vectors with fill pointers. Four tests of MAP-INTO on strings with fill pointers are failing.
-
pfdietz authored
Added tests for FOR-AS-ACROSS; added other loops tests; add more tests for COPY-SEQ; added tests to show that ELT and FILL respect fill pointers.
-