Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (658 - 660 of 1030)

Ticket Resolution Summary Owner Reporter
#1143 fixed arglist-on-space-command crashes on particular files svs Shannon Spires
Description

If you make a new Hemlock window and paste the following two lines into it

#!/bin/sh ;

then put the cursor after the semicolon and hit the spacebar, CCL will crash (technically, it beachballs without AltConsole being invoked, because the "arglist on space" command goes into an infinite loop.)

The problem doesn't happen if you set the window to Text Mode -- it only happens in Lisp mode. And it doesn't happen if you first add a newline before the initial # character.

#1351 fixed arm kernel does not need to be linked specially Gary Byers
Description

it once did, for reasons having to do with how subprimitives were called. see <https://lists.clozure.com/pipermail/openmcl-devel/2016-February/011196.html>

#988 invalid armhf: FLOATING-POINT-INVALID-OPERATION signalled when LOG called with base Julian Squires
Description

On Debian/armhf:

julian@ash:~% uname -a
Linux ash 2.6.31.14.27-efikamx #1 Sun Mar 18 20:13:21 EDT 2012 armv7l GNU/Linux
julian@ash:~% ccl
Welcome to Clozure Common Lisp Version 1.8-r15286M  (LinuxARM32)!
? (log 42 2)
> Error: FLOATING-POINT-INVALID-OPERATION detected
>        performing COERCE on (NIL)
> While executing: CCL::/-2, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.