Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    0a0d8902
    Incorporate Helmut Eller's callback support. · 0a0d8902
    toy authored
    code/alieneval.lisp:
    	o Main callback support
    
    code/exports.lisp:
    	o Export DEF-CALLBACK and CALLBACK.
    	o Export CALLBACK-ACCESSOR-FORM and MAKE-CALLBACK-TRAMPOLINE
    	o Reindent a few items.
    
    x86/c-call.lisp:
    	o Helmut's MAKE-CALLBACK-TRAMPOLINE for x86.
    
    sparc/c-call.lisp:
    	o MAKE-CALLBACK-TRAMPOLINE for sparc.
    0a0d8902
    History
    Incorporate Helmut Eller's callback support.
    toy authored
    code/alieneval.lisp:
    	o Main callback support
    
    code/exports.lisp:
    	o Export DEF-CALLBACK and CALLBACK.
    	o Export CALLBACK-ACCESSOR-FORM and MAKE-CALLBACK-TRAMPOLINE
    	o Reindent a few items.
    
    x86/c-call.lisp:
    	o Helmut's MAKE-CALLBACK-TRAMPOLINE for x86.
    
    sparc/c-call.lisp:
    	o MAKE-CALLBACK-TRAMPOLINE for sparc.