Skip to content
  1. Jan 17, 2013
    • Raymond Toy's avatar
      Change default output format to pdf. · 7eea77df
      Raymond Toy authored
      o Change default target to generate pdf file
      o Update rerun loop with a better pattern that is less likely to cause
        an infinite loop.
      7eea77df
    • Raymond Toy's avatar
      Generate pdf file by default. · bf9e40aa
      Raymond Toy authored
      o Change default from ps to pdf output.
      o Fix pattern for rerunning latex to prevent infinite loop due to
        extraneous occurrences of "Rerun".  (From Carl.)
      o Reorder rules for generating pdf so that we generate the indices and
        such before starting the loop.  Otherwise, we're in an infinite loop
        because the indices haven't been generated.
      bf9e40aa
    • Raymond Toy's avatar
      Fix issues with creating pdf and ps documents, from Carl. · ca46df29
      Raymond Toy authored
      cmu-user.tex:
      o Include ifpdf package
      
      design.tex:
      o Include ifpdf package
      o Remove the home-grown ifpdf macro.
      
      macros.tex:
      o Remove the home-grown ifpdf macro.
      
      introduction.tex:
      unicode.tex:
      o Use \url instead of \href for URLs.
      ca46df29
    • Raymond Toy's avatar
      Fix ticket:69 · ce037e96
      Raymond Toy authored
      Change *unidata-path* to be a pathname object instead of a namestring.
      ce037e96
  2. Jan 06, 2013
  3. Jan 04, 2013
  4. Jan 03, 2013
  5. Jan 01, 2013
  6. Dec 27, 2012
  7. Dec 26, 2012
  8. Dec 24, 2012
  9. Dec 23, 2012
  10. 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
  11. 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
  12. Dec 19, 2012
  13. Dec 11, 2012
  14. Dec 03, 2012
  15. Dec 02, 2012
  16. Nov 20, 2012
  17. Nov 19, 2012
  18. Nov 18, 2012