- 24 May, 2020 1 commit
-
-
Karsten Poeck authored
-
- 01 Sep, 2015 1 commit
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 31 Aug, 2015 3 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>
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 12 Aug, 2009 1 commit
-
-
sds authored
-
- 30 Apr, 2005 1 commit
-
-
pfdietz authored
Add a method object to *universe*. Make rt not muffle style-warnings when a :do-not-muffle note is included.
-
- 24 Apr, 2005 1 commit
-
-
pfdietz authored
-
- 08 Jan, 2005 1 commit
-
-
pfdietz authored
Free declaration scope tests, and a test for updating :index in with-input-from-string when the form exits abnormally
-
- 29 Aug, 2004 1 commit
-
-
pfdietz authored
character strings.
-
- 22 Jun, 2004 1 commit
-
-
pfdietz authored
Moved more functions from ansi-aux.lsp off to more specific aux files. Added package-aux.lsp, types-aux.lsp
-
- 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
-
- 20 Apr, 2003 1 commit
-
-
pfdietz authored
Added tests to confirm that MACRO-FUNCTIONs have the correct error behavior when called with the wrong number of arguments.
-
- 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.
-
- 22 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 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.
-
- 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
-