Skip to content
Snippets Groups Projects
  1. Jun 24, 2005
  2. Jan 17, 2004
  3. Apr 26, 2003
  4. Feb 17, 2003
  5. Feb 10, 2003
  6. Jan 13, 2003
  7. 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
  8. Oct 11, 2002
Loading