Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (709 - 711 of 1030)

Ticket Resolution Summary Owner Reporter
#527 fixed Glut examples in cl-opengl cause "Exception on foreign stack" in Win32 Gary Byers Greg
Description

When running (cl-glut-examples:gears), an exception occurs, and the kernel debugger is invoked.

To reproduce:

In your packages directory, you'll need:

  • alexandria
  • babel
  • cffi
  • cl-opengl
  • trivial-features



At the repl:

(asdf:oos 'asdf:load-op :cl-glut-examples)
(cl-glut-examples:gears)

It is believed to be a CFFI and foreign functions related issue. See IRC log of 3rd June, 2009 for more details.

#777 fixed Get Info dialog data outdated R. Matthew Emerson p2
Description

Current (CCL v1.7) Get Info dialog shows Copyright Clozure 2002-2009 Clozure Associates and contributors. Version 1.4-dev

When looking for which file "Open with" association application to use, it might make life easier if Get Info was up to date.

This in 1.7-dev-r14416M-trunk (DarwinX8664).

#363 fixed German umlaut #\Latin_Small_Letter_Sharp_S is not alpha-char-p gz bernd.beuster@googlemail.com
Description

German umlaut ß (#\Latin_Small_Letter_Sharp_S) is not alpha-char-p

CL-USER> (lisp-implementation-version)

"Version 1.3-dev-r11173M-trunk (DarwinX8664)"

CL-USER> (map 'list #'alpha-char-p "äöüÄÖÜß")

(T T T T T T NIL)

CL-USER> (char-code #\ß)

223

CL-USER> (code-char 223)

#\Latin_Small_Letter_Sharp_S

SBCL does it right:

  • (lisp-implementation-version)

"1.0.20"

  • (map 'list #'alpha-char-p "äöüÄÖÜß")

(T T T T T T T)'

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