Custom Query (1030 matches)
Results (277 - 279 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #606 | fixed | typo in ffi.xml | ||
| Description |
12.3.2.7. %null-ptr [Macro] Description Equivalent to (%ptr-to-int 0). should be (%int-to-ptr 0) |
|||
| #607 | fixed | nested values places in setf | ||
| Description |
(let ((a t) (b t))
should return (1 NIL), but returns (1 2). Looks like this was introduced by modifying original cmucl sources, putting removed parts back does fix it. Attached patch does this. |
|||
| #613 | fixed | (defun nil ()) crashes CCL | ||
| Description |
(defun nil ()) expands to (ccl::%defun (ccl::nfunction nil (lambda nil (block nil))) 'nil) And call to (ccl::dbg (ccl::nfunction nil (lambda ()))) from %defun brings CCL to the kernel debugger. |
|||
Note:
See TracQuery
for help on using queries.
