- 13 Aug, 2004 1 commit
-
-
pfdietz authored
-
- 07 Aug, 2004 1 commit
-
-
pfdietz authored
-
- 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
-
- 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.
-
- 07 Jun, 2004 1 commit
-
-
pfdietz authored
Added my-with-standard-io-syntax, to get around the lack of w-s-io-s in gcl. Also, improved random-partition.
-
- 24 May, 2004 1 commit
-
-
pfdietz authored
-
- 22 Apr, 2004 1 commit
-
-
pfdietz authored
-
- 08 Apr, 2004 1 commit
-
-
pfdietz authored
-
- 22 Feb, 2004 1 commit
-
-
pfdietz authored
-
- 19 Feb, 2004 1 commit
-
-
pfdietz authored
-
- 27 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 26 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 25 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 19 Jan, 2004 4 commits
- 17 Jan, 2004 1 commit
-
-
pfdietz authored
-
- 16 Jan, 2004 2 commits
- 07 Oct, 2003 1 commit
-
-
pfdietz authored
-
- 08 Sep, 2003 1 commit
-
-
pfdietz authored
More tests for PARSE-INTEGER, including parse error tests, keyword tests, and tests on non-simple strings.
-
- 01 Sep, 2003 3 commits
- 21 Aug, 2003 1 commit
-
-
pfdietz authored
Added more epsilon tests, this time using binary search to find the actual minimum values satisfying the tests.
-
- 27 Jul, 2003 1 commit
-
-
pfdietz authored
Fixed problem with RT: prefix in lispworks. Fixed bug in method combination error tests (spotted by JJGR): methods with bad method qualifiers produce late errors, not errors at method definition time. Moved some aux functions to their own files. Began adding long form define-method-combination tests (not yet loaded by default, however.)
-
- 12 Jul, 2003 1 commit
-
-
pfdietz authored
Added report-and-ignore-errors forms to enable gcl to at least load the tests without aborting (although it currently dies in CLOS for some reason.) Remove reader conditions in eval-when. Reduce number of warnings when loaded with sbcl.
-
- 03 Jul, 2003 1 commit
-
-
pfdietz authored
-
- 01 Jul, 2003 1 commit
-
-
pfdietz authored
Added note objects and logic for disabling tests with disabled notes. Still need to add printing of note names when tests fail. Changed eval-when to avoid annoying style warnings.
-
- 28 Jun, 2003 1 commit
-
-
pfdietz authored
Modify RT so that DEFTEST can take <property> <value> pairs after the test name. Also, some changes to reduce warnings in sbcl.
-
- 19 Jun, 2003 1 commit
-
-
pfdietz authored
-
- 18 Jun, 2003 2 commits
- 16 Jun, 2003 1 commit
-
-
pfdietz authored
Add 'harmlessness' checks for simultaneous use of :test and :test-not in forms that take these arguments.
-
- 13 Jun, 2003 1 commit
-
-
pfdietz authored
DR pointed out to me that section 11.1.2.1.2, bullet 19 made some of the methods used in some of the tests nonconforming. I can work around some, but not all, of these problems, but testing make-instance requires user-defined metaclasses, which I don't think are conforming. Those tests should be delayed to a MOP test suite.
-
- 10 Jun, 2003 1 commit
-
-
pfdietz authored
Moved randomization functions to their own file. Added some new elements to *universe*. Added more class redefinition tests.
-
- 05 Jun, 2003 1 commit
-
-
pfdietz authored
-
- 19 May, 2003 1 commit
-
-
pfdietz authored
-
- 06 May, 2003 1 commit
-
-
pfdietz authored
Added slot-boundp tests, some THE tests. Error tests for change-class on builtin classes. Added more elements to *mini-universe*.
-