diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-30 09:24:34 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-30 09:24:34 +0000 |
| commit | c0888f3aa069317a7d1e95a03d56aa72990f2063 (patch) | |
| tree | 81214231bda5cf274f8c1c343325b3c5362ad2f4 /ChangeLog | |
| parent | 7c2170a53f2de57e461fb7a0cbbe5a4961261669 (diff) | |
| download | ruby-c0888f3aa069317a7d1e95a03d56aa72990f2063.tar.gz ruby-c0888f3aa069317a7d1e95a03d56aa72990f2063.tar.xz ruby-c0888f3aa069317a7d1e95a03d56aa72990f2063.zip | |
merges r20367 from trunk into ruby_1_9_1.
* strftime.c (STRFTIME): use rb_strftime() recursively, instead of
platform's strftime().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Nov 26 23:15:47 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * strftime.c (STRFTIME): use rb_strftime() recursively, instead of + platform's strftime(). + Wed Nov 26 22:46:23 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zero |
