1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-06-05 21:23:24 +00:00
parent 2e4b615a10
commit 3f5f8f832b

View file

@ -1,3 +1,9 @@
2005-06-06 Kevin Ryde <user42@zip.com.au>
* strop.c (scm_string_split): Compare char/char in scan. Mixing an
unsigned int SCM_CHAR and a char string meant an 8-bit char was never
matched.
2005-04-30 Kevin Ryde <user42@zip.com.au> 2005-04-30 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_divide): Correction to 1/complex and <any>/complex, * numbers.c (scm_divide): Correction to 1/complex and <any>/complex,