summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-04-24 22:06:13 +0000
committerKevin Ryde <user42@zip.com.au>2004-04-24 22:06:13 +0000
commitda8bcb2f709cecc6fea17c2396541b1ab601755d (patch)
tree20a3fbe413931c32e04c71eb02486a6ef1855438
parentd044f345c9524b7b1c0fbec6c92829bd20e58cde (diff)
downloadguile-da8bcb2f709cecc6fea17c2396541b1ab601755d.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 0c71aa711..ef4405ed8 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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.