Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (208 - 210 of 1030)

Ticket Resolution Summary Owner Reporter
#345 fixed use .image as heap image file name suffix on all platforms Gary Byers R. Matthew Emerson
Description

On Darwin and Windows, which commonly use case-insensitive file systems, we use a .image suffix on heap image file names, e.g., dx86cl uses a default image name of dx86cl.image. On other platforms, we case-invert the kernel name, e.g., the image name for lx86cl is LX86CL.

We should use the .image suffix convention on all platforms.

http://clozure.com/pipermail/openmcl-devel/2008-October/008540.html

#347 fixed another IA-32 bignum bug R. Matthew Emerson R. Matthew Emerson
Description
? (isqrt (expt 10 100))
> Error: DIVISION-BY-ZERO detected
> While executing: CCL::%FLOOR-99, in process listener(1).
#352 fixed HEAP-UTILIZATION doesn't work on ia32 Gary Byers R. Matthew Emerson
Description
Welcome to Clozure Common Lisp Version 1.3-dev-r11066M-trunk  (DarwinX8632)!
? (heap-utilization)
> Error: value #<BOGUS object @ #x1200F> is not of the expected type UVECTOR.
> While executing: (:INTERNAL HEAP-UTILIZATION), in process listener(1).

Same story on Linux.

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