Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 1030)

Ticket Resolution Summary Owner Reporter
#824 wontfix Is "Modern Mode" as defined by Franz Inc available in CCL? rfateman
Description

Here's a description ...

Modern mode Lisp is identical to ANSI Common Lisp except for the following two differences:

  1. The Lisp defined names are stored in lowercase.
  2. The default Lisp readtable-case is set to :preserve.

... e.g. (cons 'cons 'FooBar) returns (cons . FooBar) instead of (CONS . FOOBAR)

(maybe a command line option?) Thanks Richard Fateman

#825 worksforme Hunchentoot / usocket installation fails Andrew Pennebaker
Description

Using dx86cl from SVN, usocket and therefore Hunchentoot installation fails.

Note: Using MacPorts or Lispbox CCL, Hunchentoot installs just fine.

Specs:

  • SVN CCL darwin x86
  • Mac OS X 10.6.6
  • MacBook Pro 5,1

Trace:

$ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.6/darwinx86/ccl/

...

$ cd ccl
$ wget http://beta.quicklisp.org/quicklisp.lisp

...

$ ./dx86cl
? (load "quicklisp")
? (ql:quickload "hunchentoot")
; Loading "hunchentoot"
..................................................
[package alexandria.0.dev]........................
..................................................
..................................................
[package bordeaux-threads]........................
[package usocket]..
Read error between positions 195 and 295 in /Users/andrew/quicklisp/dists/quicklisp/software/usocket-20110219-svn/vendor/ccl-send.lisp.
> Error: Foreign function not found: X86-DARWIN32::|send|
> While executing: LOAD-EXTERNAL-FUNCTION, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
#826 fixed Windows: closing the listener causes a crash ender2012
Description

To reproduce:

  • open ccl Windows IDE
  • close the listener
  • notice in the console the error "document: selector not recognized"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.