Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 603 of 1030)

Ticket Resolution Summary Owner Reporter
#245 fixed typep array dimensions ignored gz gz
Description

Typep doesn't check array type dimensions:

(typep "" '(string 3)) => T, should be nil

#253 fixed Cannot paste text. gz Arthur W. Green
Description

The paste function simply does not function in the Clozure IDE. Text cut or copied within the IDE can be pasted to other applications, however.

#262 fixed directory errs for file names with wildcard characters gz gz
Description
deng-hhueb 573_$ rm foo bar
deng-hhueb 574_$ mkdir /tmp/foo
deng-hhueb 575_$ touch /tmp/foo/\*
deng-hhueb 576_$ openmcl -n -e '(directory "/tmp/foo/**/*")'
> Error: Illegal use of wildcarded filename "/tmp/foo/*"
> While executing: CCL::NATIVE-TRANSLATED-NAMESTRING, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip evaluation of (directory "/tmp/foo/**/*")
> Type :? for other options.
1 >
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.