Custom Query (1030 matches)
Results (223 - 225 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1000 | fixed | floating-point callbacks and ARM hard-float conventions | ||
| Description |
DEFCALLBACK expands into code which unconditionally assumes that the ARM soft-float ABI is in effect, so callbacks which accept floating-point arguments or return floating-point results won't work correctly if the hard-float ABI is in use. DEFCALLBACK should generate code which works under either ABI, as long as the older soft-float ABI is in widespread use. |
|||
| #1001 | invalid | special operators without macro definition | ||
| Description |
The following special operators don't have a corresponding macro definition. ccl:nfunction ccl:compiler-let ccl::ppc-lap-function ccl::with-variable-c-frame ccl::with-c-frame ccl::fbind While the standard doesn't specify anything for special operators not in the CL package, it would still be nice if they followed the same rule as for CL macros implemented as special operators: 3.1.2.1.2.2 Macro Forms An implementation is free to implement any macro operator as a special operator, but only if an equivalent definition of the macro is also provided. since this would ensure that portable code walkers can be written. |
|||
| #1002 | invalid | call-next-method hidden | ||
| Description |
Apropos and arglist don't seem to find call-next-method 1.9-dev-r15422M-trunk in Hemlock API. |
|||
