summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 15:27:02 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 15:27:02 +0000
commit5fc9b700bbb6c43fae78c20a278404c882f9139c (patch)
treece6ce6fb28a94c1d8bdf175cf967c1cad94da336 /ChangeLog
parent2be23d478950c00cd4ca80ff5a767bd95b965101 (diff)
* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23237 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 3e95650053..d1d9596955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 21 01:13:42 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
+
+ * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c
+
Mon Apr 20 20:29:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_split_m): faster processing on 7bit strings.