diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-24 14:29:37 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-24 14:29:37 +0000 |
| commit | 2bb558f184270515e5fc529b6b077182d8b91d0e (patch) | |
| tree | 9271f92f39424b66c628fb95207def59835cbccd /ChangeLog | |
| parent | f1d6603cb36a388fe373f847f9aed7ff46ab9305 (diff) | |
| download | ruby-2bb558f184270515e5fc529b6b077182d8b91d0e.tar.gz ruby-2bb558f184270515e5fc529b6b077182d8b91d0e.tar.xz ruby-2bb558f184270515e5fc529b6b077182d8b91d0e.zip | |
* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,
%B, and %h. [ruby-dev:37162]
* test/ruby/test_time.rb (test_strftime): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Nov 24 23:27:28 2008 Shugo Maeda <shugo@ruby-lang.org> + + * strftime.c (rb_strftime): The # flag should work with %a, %A, %b, + %B, and %h. [ruby-dev:37162] + + * test/ruby/test_time.rb (test_strftime): ditto. + Mon Nov 24 23:16:32 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * signal.c (register_sigaltstack): should not add external |
