Skip to content
  1. Dec 24, 2012
  2. Dec 23, 2012
  3. Dec 22, 2012
    • Raymond Toy's avatar
      Fix bitrot in interrupt_maybe_gc. · bfac8ad7
      Raymond Toy authored
      bfac8ad7
    • Raymond Toy's avatar
      Fix ticket:67 · 3be4fc21
      Raymond Toy authored
      Check that the start and end indices make sense for the given
      strings.  This is important before we start bashing random parts of
      the string, potentially overwriting other objects.
      3be4fc21
    • Raymond Toy's avatar
      Fix ticket:60. · cdf11377
      Raymond Toy authored
      This fixes the immediate issue, but there are still problems with
      very long strings.  The bit-index for such strings won't fit in an
      (unsigned-byte 32).
      
      vm-fndb.lisp:
      o Correct the defknown to have the correct arg types (vm::offset
        instead of index).
      
      vm-tran.lisp:
      o Update deftransform to use vm::offset instead of index.
      cdf11377
  4. Dec 21, 2012
    • Raymond Toy's avatar
      Reinstate ability to compile with gcc on sparc. · 683d1168
      Raymond Toy authored
      Config.sparc_common:
      o Enable ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LIBS again
      
      Config.sparc_gcc:
      o Don't use -traditional-cpp when creating dependencies because that
        causes the old (varargs.h) version of va_start to be used instead of
        the stdard.h version we want.
      
      Config.sparc_sunc:
      o Remove ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LINK_FLAGS, and OS_LIBS since
        they're in Config.sparc_common.
      683d1168
  5. Dec 19, 2012
  6. Dec 11, 2012
  7. Dec 03, 2012
  8. Dec 02, 2012
  9. Nov 20, 2012
  10. Nov 19, 2012
  11. Nov 18, 2012
  12. Nov 17, 2012
  13. Oct 28, 2012
  14. Oct 27, 2012
  15. Oct 11, 2012
  16. Sep 26, 2012
  17. Sep 05, 2012
  18. Sep 04, 2012