Skip to content
Snippets Groups Projects
  1. Aug 12, 2005
  2. May 03, 2005
  3. Oct 24, 2004
    • rtoy's avatar
      Port Thomas Burdick's port of cmucl's callbacks to sbcl/ppc. · 1e8dad31
      rtoy authored
      * alieneval.lisp:
        o The CALLBACK defstruct holds the entire alien function type
        o COMPATIBLE-RETURN-TYPES-P renamed to COMPATIBLE-FUNCTION-TYPES-P and
          and made specific to each backend.
        o Adjust code appropriately.
      
      ppc/c-call.lisp:
        o Port Thomas Burdick's callback code to ppc.
      
      sparc/c-call.lisp:
      x86/c-call.lisp:
        o Adjust code appropriately for new callback structure.
        o Implement COMPATIBLE-FUNCTION-TYPES-P, like original
          COMPATIBLE-RETURN-TYPES-P
      1e8dad31
  4. Oct 23, 2004
  5. Jul 02, 2003
  6. May 16, 2003
  7. May 15, 2003
  8. May 14, 2003
  9. Oct 24, 2002
  10. Jan 23, 2001
    • dtc's avatar
      From Raymond Toy: · 61e7667f
      dtc authored
      o Add support for 64-bit integer parameters and function results.
      61e7667f
  11. Jul 10, 1998
  12. Jun 18, 1998
  13. Mar 21, 1998
  14. Oct 31, 1994
  15. Oct 24, 1994
  16. Feb 11, 1994
  17. Jan 13, 1993
  18. Apr 28, 1992
    • wlott's avatar
      Changed the call-out to allocate the extra 7 words needed by the C call · f71d4437
      wlott authored
      convention itself instead of assuming that everyone else is going to leave
      that much slop on the stack.
      Fixed a bug in alloc-number-stack-space where it would loose the
      number-stack-displacement when the result tn was location= to the nsp.
      This happens when allocating frames for call-out.
      f71d4437
  19. Mar 27, 1992
  20. Mar 22, 1992
  21. Mar 10, 1992
  22. Mar 02, 1992
  23. Feb 25, 1992
  24. Apr 21, 1991
  25. Nov 30, 1990
Loading