Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (430 - 432 of 1030)

Ticket Resolution Summary Owner Reporter
#554 fixed calling destroy_semaphore() in gc causing ccl hang Gary Byers Osei Poku
Description

Refer to the thread below for more details.

http://clozure.com/pipermail/openmcl-devel/2009-July/009995.html

#555 fixed Two top-level command system bugs Ron Garret
Description

1) TLC'c interact badly with symbol macros. For example:

? (define-symbol-macro pwd 1)
PWD
? pwd
#P"/"
? 

This wouldn't be so bad except that 2) there also seems to be a bug in the top-level command processor for TLCs that take arguments, e.g.:

? :cd "/"
#P"/"
? cd "/"
Too few arguments in call to #<Compiled-function CCL::CD (Non-Global)  #x3000405443CF>:
0 arguments provided, at least 1 required. 
? 
"/"
? 

TLC could use some documentation as well.

#556 fixed #$NIL is now #$nil Ron Garret
Description

This just changed in the last few releases: the foreign constant #$NIL has apparently changed to #$nil. As a result, easygui fails to compile, which causes (require 'cocoa-application) to fail.

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