Skip to content
Snippets Groups Projects
  1. Jun 26, 2005
  2. Jun 20, 2004
  3. Apr 20, 2003
  4. Feb 23, 2003
    • pfdietz's avatar
      Modified to run under Lispworks, which unfortunately already had a package... · ce325a3d
      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)
      ce325a3d
  5. Feb 17, 2003
  6. Feb 08, 2003
  7. Jan 29, 2003
  8. Jan 24, 2003
  9. Jan 13, 2003
  10. Nov 27, 2002
  11. Oct 22, 2002
  12. Oct 18, 2002
  13. Oct 17, 2002
    • pfdietz's avatar
      Replaced EQ with EQT and SUBTYPEP with SUBTYPEP* in many places. · 5d7f0d72
      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.
      5d7f0d72
  14. Sep 26, 2002
Loading