diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-30 09:21:57 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-30 09:21:57 +0000 |
| commit | 501592c5b015e1c3f7a53d55889c505a993750ac (patch) | |
| tree | a9093c0698d073809cf53d1e73d609e3bccd73f4 /ChangeLog | |
| parent | f0e4de8deb7d7655f8a4f559431bb605d8a6f9cc (diff) | |
merges r20340 from trunk into ruby_1_9_1.
* strftime.c (rb_strftime): A width specifier for %t and %n should
work. [ruby-dev:37160]
* test/ruby/test_time.rb (test_strftime): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20403 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 @@ +Mon Nov 24 22:57:25 2008 Shugo Maeda <shugo@ruby-lang.org> + + * strftime.c (rb_strftime): A width specifier for %t and %n should + work. [ruby-dev:37160] + Mon Nov 24 22:07:07 2008 Shugo Maeda <shugo@ruby-lang.org> * strftime.c (rb_strftime): The precision of %0N should be 9. |
