Skip to content
  1. Feb 02, 2013
  2. Feb 01, 2013
    • Raymond Toy's avatar
      Fix ticket:72 : SIGFPE with no exceptions enabled · 0174bfeb
      Raymond Toy authored
       code/float-trap.lisp::
        * In the default case, check FOP to see if it's defined.  This means
          it's a divide exception.
      
       code/x86-vm.lisp::
        * Also check to see if the offending instruction is a DIV or IDIV,
          which means we got an integer overflow.  Return the appropriate
          values in this case.
      0174bfeb
  3. Jan 25, 2013
    • Raymond Toy's avatar
      Fix ticket:65 some more. · 719e87b7
      Raymond Toy authored
      Apply the expt transform in more places.  The test script in the
      ticket now passes.
      719e87b7
    • Raymond Toy's avatar
      Fix ticket:71 · b2ee65da
      Raymond Toy authored
      The reader conditionals in {{{NOT-MORE-CONTAGIOUS}}} were incorrrectly
      handling the case when the second type was a double-float. It was
      always returning T in that case, but this is wrong if the first type
      is a double-double-float.
      b2ee65da
  4. Jan 24, 2013
  5. Jan 23, 2013
  6. Jan 18, 2013
  7. Jan 17, 2013
    • Raymond Toy's avatar
      Update from commit logs. · 180783f6
      Raymond Toy authored
      180783f6
    • 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
  8. Jan 06, 2013
  9. Jan 04, 2013
  10. Jan 03, 2013
  11. Jan 01, 2013
  12. Dec 27, 2012
  13. Dec 26, 2012
  14. Dec 24, 2012
  15. Dec 23, 2012
  16. Dec 22, 2012