Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (472 - 474 of 1030)

Ticket Resolution Summary Owner Reporter
#777 fixed Get Info dialog data outdated R. Matthew Emerson p2
Description

Current (CCL v1.7) Get Info dialog shows Copyright Clozure 2002-2009 Clozure Associates and contributors. Version 1.4-dev

When looking for which file "Open with" association application to use, it might make life easier if Get Info was up to date.

This in 1.7-dev-r14416M-trunk (DarwinX8664).

#780 fixed Option period brings up an empty definitions window R. Matthew Emerson ender2012
Description

When there are multiple definitions of the same method, pressing option . will bring up an empty definitions window when using the cocotron version of the IDE. It seems to work fine when there is only one definition of the method because instead of bringing up the definitions window it just takes you to the method directly.

#781 fixed upad128_t botch in solarisx86 interfaces Gary Byers R. Matthew Emerson
Description

It appears the the interface translator screws up on the definition for upad128_t on Solaris:

From sys/types.h:

typedef union {
        long double     _q;
        uint32_t        _l[4];
} upad128_t;
Welcome to Clozure Common Lisp Version 1.7-dev-r14406M-trunk  (SolarisX8632)!
? (ccl::parse-foreign-type :upad128_t)
#<FOREIGN-RECORD-TYPE (:UNION NIL (:_Q :VOID 1100689282) (:UINT32_T??| :VOID 1897137590064188598475932852660936031226989270597071160670020756660204343176201224)) #x182A8186>

This may be causing indigestion when building ccl:level-1;x86-trap-support.lisp (see, for example, http://setf.clozure.com:8010/builders/solarisx86/builds/9/steps/shell_2/logs/stdio).

Oddly, building by hand often works...

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