aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-07 11:55:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-07 11:55:48 +0000
commit1aa48a4ea943eb1d1c9b931fa735f2cf68eb4368 (patch)
tree437548b2bad8e0bbf14ee365005c7518ad1c47e3 /ChangeLog
parentf4413f14870550a7fb01200f4f41027b505ff96f (diff)
downloadruby-1aa48a4ea943eb1d1c9b931fa735f2cf68eb4368.tar.gz
* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 57bc8d6d9f..b37d1341b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 7 20:54:57 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
+
Mon Nov 7 16:23:23 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/openssl/ossl.h: need to include winsock2.h before including
@@ -5,9 +9,9 @@ Mon Nov 7 16:23:23 2005 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Nov 7 13:43:51 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
- * ext/tk/stubs.c (_nativethread_consistency_check): use simpler
+ * ext/tk/stubs.c (_nativethread_consistency_check): use simpler
(low cost) way to check whether the Tcl interpreter was compiled
- with threads enabled of not.
+ with threads enabled of not.
* ext/tk/tcltklib.c: reduce warnings.