- Aug 16, 2005
-
-
pfdietz authored
Fixed problem noted by Christophe: some args passed to MERGE were literal constant non-empty strings, which is not allowed
-
- Sep 26, 2004
-
-
pfdietz authored
-
- Sep 23, 2004
-
-
pfdietz authored
-
- Jan 17, 2004
-
-
pfdietz authored
-
- Feb 22, 2003
-
-
pfdietz authored
Added fallback ERROR case to classify-error. Added numerous tests to check that safe calls inside builtin functions that take function parameters are truly safe.
-
- Feb 14, 2003
-
-
pfdietz authored
-
- 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 27, 2003
-
-
pfdietz authored
-
- 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
-
- Jan 03, 2003
-
-
pfdietz authored
-
- Nov 11, 2002
-
-
pfdietz authored
-
- Oct 23, 2002
-
-
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.
-
- Sep 26, 2002
-
-
pfdietz authored
-