aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 23:55:09 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 23:55:09 +0000
commitfd8734a64d3de5a6d94061633ed719f068c1e723 (patch)
tree91c586bd5b09e2e4e237f8d9ab4941713cee3d40 /ChangeLog
parent45acd59d2db8ec12a0a048b1c79ebb8acf68b995 (diff)
downloadruby-fd8734a64d3de5a6d94061633ed719f068c1e723.tar.gz
* gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 737801355b..96fde4af8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 21 08:54:30 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.
+
Sun Apr 20 21:00:21 2008 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.