Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (280 - 282 of 1030)

Ticket Resolution Summary Owner Reporter
#17 fixed Cocoa support should be a 'real library' (not just an example!) Gary Byers Brent Fulgham
Description

OpenMCL ships with a bunch of useful functionality relegated to the 'Examples' directory. This stuff includes the nascent Hemlock editor, various support classes, and other tools that I have found useful trying to port the "Open Agent Engine" to OpenMCL.

Can these useful things be moved to a more permanent location, perhaps as a "Cocoa" library or something along those lines?

Ideally, the cocoa support stuff would be its own library, with perhaps GTK/GNUstep as alternative implementations of the same ideas.

#18 fixed undefined-function call: arglist is wrong, restart may not work Gary Byers Gary Byers
Description
;;; Assume that BAR is not fboundp.
(bar 1 2 3 4 5)  
Error: Undefined function BAR called with arguments (0 <random> 3 4 5)

Something is failing to account for the fact that there's now a return address on the stack.

#20 fixed *x8664-compiler-backend-modules* and *x86-compiler-backend-modules* defined twice Gary Byers R. Matthew Emerson
Description

In ccl:lib;compile-ccl.lisp, *x8664-compiler-backend-modules* and *x86-compiler-backend-modules* are defined twice (lines 72--89), apparently to no purpose.

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