Skip to content
Snippets Groups Projects
  1. Oct 14, 2002
  2. Oct 12, 2002
    • pmai's avatar
      Fix the call to coerce in dump-vector to use a type that is a recognizale · e5489f53
      pmai authored
      subtype of vector, i.e. from simple-array to (simple-array <elem-type> (*)).
      This change was necessitated by recent fixes to coerce, to bring it in
      line with the ANSI standard.
      
      This fixes dumping of non-simple vectors, as reported on cmucl-help, see
      also the Entomotomy bug dumping-of-non-simple-vectors-fails.
      e5489f53
  3. Oct 11, 2002
  4. Oct 09, 2002
  5. Oct 07, 2002
    • toy's avatar
      o Reinstate gray-streams support for read-sequence and write-sequence · 62c1a79b
      toy authored
        that was inadvertently deleted.  (Bug noted by Rudi Schlatte).
      o write-sequence was calling system:output-raw-bytes with the wrong
        args.  (Bug noted by Andras Simon)
      62c1a79b
    • toy's avatar
      From Gerd Moelmann, with minor additions for sparc: · 115b4086
      toy authored
      o max/min should check that a real number is given, even for the
        single-arg case instead of just returning the arg.
      115b4086
    • toy's avatar
      o Correct some spelling mistakes · 4fb3490d
      toy authored
      o Fix a few typos in code.
      o Delete a few unused symbols from various places
      o Use something better than %%RWSEQ-EOF%% for the eof marker.
      o Add target-foreign-linkage vars for the PPC and HPPA ports to aid
        cross-compilation.  (The values are very likely wrong, but they're
        not used yet.)
      
      Based on a larger patch from Eric Marsden.
      4fb3490d
  6. Oct 04, 2002
  7. Oct 02, 2002
  8. Oct 01, 2002
  9. Sep 19, 2002
  10. Sep 17, 2002
    • pmai's avatar
      The recent changes which made system:without-hemlock a simple progn if · 0becdc66
      pmai authored
      Hemlock wasn't present, caused the compiler to tail-call eliminate the
      function call in signal handlers defined via define-signal-handler.
      Besides causing problems for the debugger, which now sees a foreign
      function call land frame as the top of stack, this is also confusing
      to the end user, hence we turn up the debug optimization quality to
      prevent tail-call-elimination here.
      0becdc66
  11. Sep 12, 2002
  12. Sep 09, 2002
  13. Sep 07, 2002
  14. Sep 06, 2002
  15. Sep 05, 2002
  16. Sep 04, 2002
Loading