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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-24 22:06:13 +00:00
parent d044f345c9
commit da8bcb2f70

View file

@ -1,5 +1,13 @@
2004-04-25 Kevin Ryde <user42@zip.com.au>
* chars.c (scm_char_upcase, scm_char_downcase, scm_c_upcase,
scm_c_downcase): Use ctype.h toupper and tolower. This will be useful
in 8-bit locales, and ensures consistency with char-upper-case? and
char-lower-case? which already use ctype.h.
(scm_c_upcase_table, scm_c_downcase_table, scm_lowers, scm_uppers):
Remove.
* chars.c, chars.h, init.c (scm_tables_prehistory): Remove.
* socket.c (VALIDATE_INET6): Correction to bignum_in_ipv6_range_p
call. Reported by Hyperdivision.