Skip to content
Snippets Groups Projects
  1. Jul 08, 2001
    • pw's avatar
      From Eric Marsden: · 7fbe9acc
      pw authored
         Initialize the modules: namestring so that things like
         (require :clx-library) work (assuming the filesystem layout present
         in the release tarballs).
      7fbe9acc
    • pw's avatar
      From Eric Marsden: · 8fcc8901
      pw authored
         Remove the *features* :cltl2, :draft-ansi-cl and :x3j13 to be ANSI
         compliant. I guess this might break some old code, but ANSI explicitly
         prohibits cohabitation of these with :ansi-cl.
      8fcc8901
    • pw's avatar
      From Eric Marsden: · 43e605d4
      pw authored
         NO-APPLICABLE-METHOD condition subclasses TYPE-ERROR. This fixes a
         few more clocc-ansi-test-revealed bugs.
      43e605d4
  2. Jun 26, 2001
  3. Jun 25, 2001
  4. Jun 18, 2001
  5. Jun 17, 2001
    • pw's avatar
      From eric Marsden: · c840823b
      pw authored
      Fix some error types to be ANSI compliant.
      c840823b
    • pw's avatar
      From Eric Marsden: · e91dc189
      pw authored
          Problem: (format t "~f" "foo") => Error "Argument y is not a real:
          nil". CLHS says "If arg is a complex number or some non-numeric
          object, then it is printed using the format directive ~wD, thereby
          printing it in decimal radix and a minimum field width of w".
      e91dc189
    • pw's avatar
      From Eric Marsden: · 8de4d134
      pw authored
      FLOAT-RADIX should signal an error if arg is not a FLOAT.
      8de4d134
    • pw's avatar
      From Eric Marsden: · 45a54c42
      pw authored
      FILE-LENGTH should signal a type-error if arg is not associated with a file.
      45a54c42
  6. Jun 13, 2001
  7. Jun 11, 2001
  8. Jun 05, 2001
  9. Jun 04, 2001
  10. Jun 03, 2001
    • pw's avatar
      From Tim Moore: · a0c0de03
      pw authored
      Arrange for ANSI behaviour regarding DEFMACRO processing. It has
      compile-time effect only at top level now.
      a0c0de03
  11. Jun 01, 2001
  12. May 31, 2001
  13. May 30, 2001
    • pw's avatar
      When LOAD calls MERGE-PATHNAMES on its input file, use :default-version · 76b3e3c2
      pw authored
      of NIL so as to not gratuitously tack on a :newest version attribute.
      This lets eg (load "HOST:FILE.LISP") work when no explicit version translation
      is supplied. So far, this seems like the "Right Thing To Do" and seems
      compatible with other implementations.
      76b3e3c2
  14. May 27, 2001
  15. May 26, 2001
  16. May 21, 2001
  17. May 18, 2001
  18. May 17, 2001
  19. May 14, 2001
Loading