aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-29 13:55:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-29 13:55:29 +0000
commit9f06167a265a2a117ffbf714e2632bbf746e5b46 (patch)
treedf7a7707acfe88fab752aa9aadadf8add1474d22 /ChangeLog
parent654c3cdec6c9f1bdb13ae90f1243909b9208532d (diff)
downloadruby-9f06167a265a2a117ffbf714e2632bbf746e5b46.tar.gz
sizes.c: RbConfig::SIZEOF
* sizes.c (Init_sizes): define RbConfig::SIZEOF. [Feature #8568] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42244 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 43b9f7707d..4e6398b910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 29 22:55:26 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * sizes.c (Init_sizes): define RbConfig::SIZEOF. [Feature #8568]
+
Mon Jul 29 22:25:20 2013 Zachary Scott <e@zzak.io>
* ext/curses/curses.c: [DOC] Update location of samples