Custom Query (1030 matches)
Results (556 - 558 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #568 | fixed | #_ should not be in the standard readtable | ||
| Description |
I'm not a language lawyer but it doesn't seem right that #_ is in the standard readtable: Welcome to Clozure Common Lisp Version 1.4-dev-r12409M-trunk (Linuxx8632)! ? (setq *readtable* (copy-readtable nil)) #<readtable #x14AD5676> ? (#_tmpnam (ccl:%null-ptr)) #<A Foreign Pointer #xB7F7A08C> ? |
|||
| #666 | fixed | truncate | ||
| Description |
Something seems fishy when inlining TRUNCATE: Welcome to Clozure Common Lisp Version 1.5-dev-r13524M-trunk (LinuxX8632)! ? (defun foo (x y) (declare (type fixnum x y)) (truncate x y)) FOO ? (foo most-negative-fixnum -1) -536870912 0 ? (truncate most-negative-fixnum -1) 536870912 0 ? |
|||
| #772 | fixed | GLIBC_2.11 | ||
| Description |
ccl 1.6 doesn't boot on Debian Lenny. It exits with: lx86cl: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by lx86cl) Yes, I know Lenny is old, but you might mention it in the Release Notes. It also means that I no longer can rebuild ccl from trunk. |
|||
Note:
See TracQuery
for help on using queries.
