Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (928 - 930 of 1030)

Ticket Resolution Summary Owner Reporter
#606 fixed typo in ffi.xml Gary Byers Matt Claus
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 Gary Byers Stas Boukarev
Description

(let ((a t) (b t))

(setf (values (values a b)) (values 1 2)) (list a b))

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 Gary Byers Stas Boukarev
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.