summaryrefslogtreecommitdiffstats
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
commit8f6c7e53ff4736037e209624095b5aa1d435103f (patch)
tree437548b2bad8e0bbf14ee365005c7518ad1c47e3 /ChangeLog
parentd28de933fb52b17fcdc28867c4b83c268ce79a97 (diff)
downloadruby-8f6c7e53ff4736037e209624095b5aa1d435103f.tar.gz
ruby-8f6c7e53ff4736037e209624095b5aa1d435103f.tar.xz
ruby-8f6c7e53ff4736037e209624095b5aa1d435103f.zip
* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
git-svn-id: http://svn.ruby-lang.org/repos/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 57bc8d6d9..b37d1341b 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.