Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (718 - 720 of 1030)

Ticket Resolution Summary Owner Reporter
#1218 fixed coerce and deftyped complex types. Stas Boukarev
Description

(deftype x () '(complex double-float)) (coerce 1 'x) => 1

while (coerce 1 '(complex double-float)) => #C(1.0D0 0.0D0)

(coerce #c(1 2) 'x) => The value #C(1 2) is not of the expected type REAL.

While (coerce #c(1 2) '(complex double-float)) => #C(1.0D0 2.0D0)

#164 fixed command-control-d (while mouse cursor is over a word) crashes OpenMCL, oops, Clozure CL Gary Byers Rainer Joswig
Description

Type a word in the Listener or Hemlock. Move the mouse over the word press command-control-d . Clozure CL quits immediately.

command-control-d is the system wide dictionary lookup in Mac OS X (10.5).

#1176 fixed command-option-w should close all windows of a given type. R. Matthew Emerson Andrew Shalit
Description

Instead it does nothing.

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