Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (373 - 375 of 1030)

Ticket Resolution Summary Owner Reporter
#604 fixed two .lisp files apparently marked executable in svn Gary Byers John McAleely
Description

when checked out per the instructions at:

http://ccl.clozure.com/manual/chapter2.2.html#obtaining-via-svn

On a debian machine, the files:

ccl/library/x86-win64-syscalls.lisp
ccl/lib/ffi-win64.lisp

Are marked as excutable in the debian filesystem. I believe this to be an error, and I'm assuming this is because they are incorrectly tagged by svn as executables in the repository.

I have not looked on other unix-like OS (darwin?), but I assume the same error occurs.

#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.

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