summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-29 19:33:03 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-29 19:33:03 +0000
commitc12b19aec4fcd60cc194a84df5bebe36d5b385b5 (patch)
treebf07d4f740074777676d4fa00d4436bbffba8d03 /ChangeLog
parent1970124e10b3325bf1b00884b7ab84663909021b (diff)
downloadruby-c12b19aec4fcd60cc194a84df5bebe36d5b385b5.tar.gz
ruby-c12b19aec4fcd60cc194a84df5bebe36d5b385b5.tar.xz
ruby-c12b19aec4fcd60cc194a84df5bebe36d5b385b5.zip
* bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13572 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 fd6269333..cccd409a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 30 04:30:55 2007 Tanaka Akira <akr@fsij.org>
+
+ * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
+ defined.
+
Sun Sep 30 04:03:43 2007 Tanaka Akira <akr@fsij.org>
* re.c (Init_Regexp): test DEFAULT_KCODE in C code because