From 5fc9b700bbb6c43fae78c20a278404c882f9139c Mon Sep 17 00:00:00 2001 From: azav Date: Mon, 20 Apr 2009 15:27:02 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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 + + * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c + Mon Apr 20 20:29:04 2009 Yukihiro Matsumoto * string.c (rb_str_split_m): faster processing on 7bit strings.