Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (910 - 912 of 1030)

Ticket Resolution Summary Owner Reporter
#559 fixed CCL hangs when loading cl+ssl with *load-print* set to T in IDE Gary Byers Ron Garret
Description

Subject line pretty much says it all. Set *load-print* to T and try to asdf-load the CL+SSL package. It will hang when loading bio.dx*fsl. When *load-print* is NIL the problem goes away. I'm using the 2008-11-04 version of CL+SSL but I'm pretty sure the problem doesn't depend on that.

The problem manifests itself only in the IDE. When run from the terminal it works fine even with *load-print* set to T.

#564 fixed Bad value of #$CW_USEDEFAULT on win64 Gary Byers Gary Byers
Description

#$CW_USEDEFAULT is 0 on win64; should be #x80000000.

Don't know why, but expect some sign-extension confusion.

#568 fixed #_ should not be in the standard readtable Gary Byers Helmut Eller
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>
?
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.