Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (667 - 669 of 1030)

Ticket Resolution Summary Owner Reporter
#16 fixed extraneous "6" in x862.lisp Gary Byers R. Matthew Emerson
Description

There's an extraneous "6" on line 18 of ccl:compiler;X86;x862.lisp

#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.

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