aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-02 20:49:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-02 20:49:02 +0000
commitd20440ab6fae8590d7eeb0da5614b86e3eaa5228 (patch)
tree1e7b98a621036853ad6f6b2f4e028062915a36b4 /ChangeLog
parenta0ff5cae7c778e3c8b2b1e387c0c0163010d6c00 (diff)
downloadruby-d20440ab6fae8590d7eeb0da5614b86e3eaa5228.tar.gz
* win32/Makefile.sub, symbian/setup (config.h): pack.c requires
SIZEOF_INT*_T now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c102e429f..7c1221096b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 3 05:48:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/Makefile.sub, symbian/setup (config.h): pack.c requires
+ SIZEOF_INT*_T now.
+
Tue Mar 2 21:16:48 2010 Yusuke Endoh <mame@tsg.ne.jp>
* io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):