Skip to content
Snippets Groups Projects
  1. Aug 31, 2004
  2. Aug 30, 2004
    • rtoy's avatar
      COMPUTE-TAB-SIZE: · 6a5a1c87
      rtoy authored
      o Previous changes were wrong.  This version handles relative and
        section-relative columns correctly,  I think.
      
      PPRINT-TABULAR
      o The computation of colinc was wrong---I don't think we need to add
        one to tabsize.
      o I don't think we should output the space character.  It results in
        one extra space.
      
      With these changes, the format tests in ansi-tests for ~T and friends
      pass.  I think these are right now, but I'm not 100% sure.
      6a5a1c87
    • rtoy's avatar
      Apply patch from Jan Rychter that implements return-from-frame · d0eecd42
      rtoy authored
      (debug-return).  No bootstrap file or cross-compile needed.
      Return-from-frame only works when debug = 3.
      d0eecd42
  3. Aug 28, 2004
  4. Aug 27, 2004
  5. Aug 23, 2004
    • rtoy's avatar
      Need actual function for vm::ash-mod32 support for modular ash with · 1eb81310
      rtoy authored
      positive and negative shifts.
      1eb81310
    • emarsden's avatar
      · 41def4d2
      emarsden authored
      When naming a component in FIND-COMPONENT-NAME, don't require the component's
      context to be printable readably. Fixes a bug triggered by cl-pdf, where the
      context is a CLOS object which is not readably printable.
      41def4d2
  6. Aug 22, 2004
  7. Aug 20, 2004
  8. Aug 17, 2004
  9. Aug 16, 2004
  10. Aug 13, 2004
  11. Aug 12, 2004
  12. Aug 09, 2004
  13. Aug 08, 2004
  14. Aug 07, 2004
  15. Aug 06, 2004
  16. Aug 04, 2004
    • rtoy's avatar
      Port of Juho Snellman's faster bignum-gcd, which uses Euclid's · 2ec04f32
      rtoy authored
      algorithm to make the bignums roughly the same size before running
      binary gcd.
      2ec04f32
    • rtoy's avatar
      On sparc, undefined_tramp and closure_tramp are foreign data, not · efd44e7b
      rtoy authored
      foreign functions for linkage table stuff.  (This should probably be
      changed.)
      
      In cold-fdefinition-object and cold-fset, we call
      lookup-foreign-symbol and stuff away the address of the entry in the
      linkage-table.  I think we really want the contents of the entry since
      that contains the actual address for these functions.
      
      Thus, change lookup-foreign-symbol to take an link-type arg, and for
      sparc, when the link-type is :data, return the value from the
      linkage-table entry instead of returning the address of the
      linkage-table entry.
      
      I hope this fixes the occasional problem with undefined functions
      giving sigbus instead of an undefined-function error when loading
      kernel.core.
      efd44e7b
    • cwang's avatar
      Fix purify for strings and vectors. · 54a25c80
      cwang authored
      Change offset_vector back to an unsigned int* because it still has
      32-bit elements on amd64. Eventually we will make this consistent with
      internals.h. This creates a compiler warning, sigh.
      54a25c80
Loading