Skip to content
Snippets Groups Projects
  1. Aug 30, 2004
  2. Aug 28, 2004
  3. Aug 27, 2004
  4. 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
  5. Aug 22, 2004
  6. Aug 20, 2004
  7. Aug 17, 2004
  8. Aug 16, 2004
  9. Aug 13, 2004
  10. Aug 12, 2004
  11. Aug 09, 2004
  12. Aug 08, 2004
  13. Aug 07, 2004
  14. Aug 06, 2004
  15. 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
    • cwang's avatar
      Try to make backtrace work on amd64 · 85f431aa
      cwang authored
      85f431aa
  16. Aug 03, 2004
Loading