- 31 Aug, 2015 2 commits
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 12 Aug, 2009 1 commit
-
-
sds authored
-
- 28 Jun, 2005 1 commit
-
-
pfdietz authored
-
- 14 Jun, 2005 1 commit
-
-
pfdietz authored
-
- 07 May, 2005 1 commit
-
-
pfdietz authored
-
- 20 Jun, 2004 1 commit
-
-
pfdietz authored
Move cons-related aux functions from ansi-aux.lsp to cons-aux.lsp. Update the cons-related files to compile-and-load cons-aux.lsp, if necessary.
-
- 17 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 16 Jun, 2003 1 commit
-
-
pfdietz authored
Add 'harmlessness' checks for simultaneous use of :test and :test-not in forms that take these arguments.
-
- 20 Apr, 2003 1 commit
-
-
pfdietz authored
-
- 07 Mar, 2003 1 commit
-
-
pfdietz authored
-
- 23 Feb, 2003 1 commit
-
-
pfdietz authored
Modified to run under Lispworks, which unfortunately already had a package (nick)named RT. Changed the regression test package to be REGRESSION-TEST, and make the RT nickname be available only with #-lispworks. Removed a bunch of gratuitous use-package forms. Added lispworks binary filenames to .cvsignore and make clean. Added a test to MAKE-SYMBOL that illustrates a place where Lispworks is noncomplant (this is related to the failure on MAKE-SYMBOL.ERROR.8)
-
- 22 Feb, 2003 1 commit
-
-
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.
-
- 17 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 10 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 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
-
- 14 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 13 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 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.
-
- 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.
-
- 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
-