Custom Query (1030 matches)
Results (373 - 375 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #604 | fixed | two .lisp files apparently marked executable in svn | ||
| 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 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 | ||
| 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. |
|||
