Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (658 - 660 of 1030)

Ticket Resolution Summary Owner Reporter
#10 fixed problem compiling ppc64-target: typo in defcallback xcmain Gary Byers Joshua Moody
Description

Hi Gary,

I found a typo in ccl/level-1/ppc-transport.lisp in the cvs snapshot I checked out on 16 April 2007 at 12:00 pm.

in #+ppc64-target defcallback xcmain, :single-doubleword should replace :single-doublewod

jjm

#1132 duplicate tilda-tilda format bug motopeh
Description
CL-USER> (lisp-implementation-type)

"Clozure Common Lisp"
CL-USER> (lisp-implementation-version)
"Version 1.9  (LinuxX8632)"
CL-USER> (format t "Hello world!~{~~~D:@<~~A~~>~%~}"
		 '(5))
Hello world!; Evaluation aborted on #<SIMPLE-ERROR #x18B9B0D6>.
CL-USER> 

Text of error:

No matching bracket
"Hello world!~{~~~D:@<~~A~~>~%~}"
                           ^

   [Condition of type SIMPLE-ERROR]
#799 invalid gensym is per-thread, seems like a bug to me. Mike Travers
Description

I just had an annoying bug that turned out to be due to gensyms being only unique for a given thread. I see that this was explicitly changed here:

http://trac.clozure.com/ccl/changeset/6016

But I maintain this is a bug (and different from other Common Lisp implementations).

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