[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: bug report for GNU Common Lisp version 2.4.4
From: |
Camm Maguire |
Subject: |
[Gcl-devel] Re: bug report for GNU Common Lisp version 2.4.4 |
Date: |
26 Apr 2003 12:11:26 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings, and thanks for your report! This has been addressed in the
latest released version, 2.5.2, which can be found at
http://savannah.gnu.org/procjects/gcl
Take care,
"daigo" <address@hidden> writes:
> Hi. I use GNU Common Lisp(GCL) version 2.4.4 on Turbo Linux workstation
> 8 .
>
> [COMMON LISP THE LANGUAGE Second Edition] defines (graphic-char-p ch)
> returns t, if 'ch' is a graphic character.
> but for example, in GCL 2.4.4 (graphic-char-p (code-char 160)) returns
> t. I beleave this shuld returns nil.
>
> so, gcl-2.4.4/o/character.d, Line 655:
>
> > if ( ' ' <= i && ' ' < '\177')
>
> shuld be
>
> > if ( ' ' <= i && i < '\177')
>
> above fix things good.
>
> Thnk you and I'm sorry I can speak/write english only little.
>
> address@hidden
>
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gcl-devel] Re: bug report for GNU Common Lisp version 2.4.4,
Camm Maguire <=