Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (280 - 282 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

#346 fixed REPORT-DEFERRED-WARNINGS gz Stas Boukarev
Description

In the end of compilation of McCLIM I get the following:

> Error: value "home:lisp;site;mcclim;graphics.lisp.newest" is not of the expected type LIST.
> While executing: CCL::DEF-INFO.MACRO-P, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > :B
*(7F957DE11868) : 0 (DEF-INFO.MACRO-P #(NIL NIL "home:lisp;site;mcclim;graphics.lisp.newest" (CCL::MACRO))) 82
 (7F957DE118C0) : 1 (REPORT-DEFERRED-WARNINGS) 1573
 (7F957DE11940) : 2 (CALL-WITH-COMPILATION-UNIT #<COMPILED-LEXICAL-CLOSURE (:INTERNAL CCL::WITH-COMPILATION-UNIT-BODY ASDF:OPERATE) #x7F957F43543F> [...]) 245
#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).
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.