Skip to content
Snippets Groups Projects
  1. May 11, 2005
    • rtoy's avatar
      Supply a pathname for simple-file-error in make-pathname when we have · 73409eb1
      rtoy authored
      :absolute or :wild-inferiors followed by :up or :back.
      
      Not exactly sure what pathname to use here since we don't accept these
      pathnames.  So we use the given pathname with the :up/:back deleted.
      And the format strings gives more info about what happened.
      
      Fixes ansi-test MAKE-PATHNAME-ERROR-RELATIVE-WILD-INFERIORS-UP and
      friends.
      73409eb1
    • rtoy's avatar
      Give a type-error instead of error if we can't disassemble a · f5502fc5
      rtoy authored
      function.  See CLHS entry for DISASSEMBLE.
      
      Fixes ansi-test disassemble.error.3
      f5502fc5
    • rtoy's avatar
      o Make VALID-FUNCTION-NAME-P the function name, even if it's not a · c213d403
      rtoy authored
        valid function name.
      o Make the setf function-name-syntax try return the function name even
        if it's not a valid setf function name.
      o Use the above changes to fill out more completely and correctly the
        simple-type-error in FDEFINITION-OBJECT, when the function name is
        not valid.
      
      This fixes ansi-tests for fboundp and friends where the datum was a
      type of expected-type or where the datum had the wrong name.
      c213d403
  2. May 10, 2005
  3. May 09, 2005
  4. May 06, 2005
  5. May 05, 2005
  6. May 03, 2005
  7. May 02, 2005
  8. Apr 30, 2005
  9. Apr 29, 2005
  10. Apr 28, 2005
  11. Apr 24, 2005
  12. Apr 23, 2005
  13. Apr 22, 2005
  14. Apr 21, 2005
  15. Apr 19, 2005
    • rtoy's avatar
      Rob Warnock reports on c.l.l that · bdb3e53c
      rtoy authored
      (let ((s (make-two-way-stream (make-concatenated-stream)
      				  (make-broadcast-stream))))
            (dotimes (i 10) (format s "Hello, i = ~a~%" i)))
      
      doesn't work.  This is caused by TWO-WAY-MISC not handling the
      :CHARPOS and :LINE-LENGTH operations.  Just call the appropriate
      versions for the output stream of the two-way stream.
      bdb3e53c
    • rtoy's avatar
      MAKE-DISPATCH-MACRO-CHARACTER is supposed to return T, not some · 1b694187
      rtoy authored
      non-NIL object.
      
      Fixes the MAKE-DISPATCH-MACRO-CHARACTER ansi-tests.
      1b694187
Loading