Skip to content
Snippets Groups Projects
  1. May 10, 2005
  2. May 09, 2005
  3. May 06, 2005
  4. May 05, 2005
  5. May 03, 2005
  6. May 02, 2005
  7. Apr 30, 2005
  8. Apr 29, 2005
  9. Apr 28, 2005
  10. Apr 24, 2005
  11. Apr 23, 2005
  12. Apr 22, 2005
  13. Apr 21, 2005
  14. 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
    • rtoy's avatar
      Update. · 914ea12e
      rtoy authored
      914ea12e
  15. Apr 18, 2005
Loading