mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 10:40:19 +02:00
*** empty log message ***
This commit is contained in:
parent
3c812ec1db
commit
c581c8eb55
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2005-03-26 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
Change from the head 2004-04-06 by Han-Wen Nienhuys:
|
||||||
|
Fixes srfi-13 string-index segv on strings containing 8-bit
|
||||||
|
characters, reported by Alexey Voinov.
|
||||||
|
* chars.h (SCM_MAKE_CHAR): add (unsigned char) cast. This prevents
|
||||||
|
havoc when hi-bit ASCII is subjected to SCM_MAKE_CHAR().
|
||||||
|
|
||||||
2005-02-21 Kevin Ryde <user42@zip.com.au>
|
2005-02-21 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* numbers.c (scm_istr2flo): In polar form angle part, use SCM_INEXACTP
|
* numbers.c (scm_istr2flo): In polar form angle part, use SCM_INEXACTP
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-03-26 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* tests/srfi-13.test (string-index): Exercise 8-bit char in string.
|
||||||
|
|
||||||
2005-03-18 Kevin Ryde <user42@zip.com.au>
|
2005-03-18 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/srfi-17.test: New file.
|
* tests/srfi-17.test: New file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue