1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
azav 2009-04-20 15:27:02 +00:00
parent 2be23d4789
commit 5fc9b700bb

View file

@ -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.