Skip to content
Snippets Groups Projects
  1. Apr 28, 2005
  2. Apr 24, 2005
  3. Apr 23, 2005
  4. Apr 22, 2005
  5. Apr 21, 2005
  6. 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
  7. Apr 18, 2005
  8. Apr 16, 2005
  9. Apr 15, 2005
    • rtoy's avatar
      Update. · 2a77a1c1
      rtoy authored
      2a77a1c1
    • rtoy's avatar
      lisp/lisp.c: · 1cceeb7e
      rtoy authored
      o Add function for ppc to compute the number of CPU cycles per
        timebase ticks.  Save this in a global variable.
      
      code/time.lisp:
      o Adjust cycle-count/float for ppc to use the cycles-per-tick to
        compute the actual number of CPU cycles, so we can display cycles
        instead of ticks.
      1cceeb7e
  10. Apr 14, 2005
    • rtoy's avatar
      code/load.lisp: · 51e70805
      rtoy authored
      o Define EXT:INVALID-FASL condition
      o Signal such a condition when we try to load a fasl compiled for a
        different version of CMUCL.
      
      code/exports.lisp:
      o Export EXT:INVALID-FASL
      o Export a few other symbols we forgot.
      51e70805
  11. Apr 13, 2005
  12. Apr 10, 2005
  13. Apr 08, 2005
  14. Apr 04, 2005
    • rtoy's avatar
      Update for 2005-04 snapshot. · 24c12c89
      rtoy authored
      24c12c89
    • rtoy's avatar
      Change how the CMUCL extension enabling both character and binary I/O · 5795a2f7
      rtoy authored
      is done, based on a suggestion from Lynn Quam.
      
      o Add BINARY-TEXT-STREAM structure for streams that support binary and
        character I/O.  This is basically an FD-STREAM.
      o Export BINARY-TEXT-STREAM from the EXTENSIONS package.
      o OPEN will recognize :class 'ext:binary-text-stream to enable such
        streams.
      o Removed *FD-STREAM-ENABLE-CHARACTER-AND-BINARY-INPUT*, since we use
        OPEN to specify that now.
      
      Use boot-2005-03-2.lisp to bootstrap this change.
      5795a2f7
  15. Mar 30, 2005
  16. Mar 22, 2005
  17. Mar 21, 2005
  18. Mar 19, 2005
  19. Mar 18, 2005
Loading