diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-20 23:43:43 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-20 23:43:43 +0000 |
| commit | d993d350778e8aed65fd34c201b2b363c0f99bb8 (patch) | |
| tree | bf01175ce4b7b012b3803531298c0a963c91cebf /ChangeLog | |
| parent | ee5fe5007d9473b7289cda10c261de37904b0540 (diff) | |
| download | ruby-d993d350778e8aed65fd34c201b2b363c0f99bb8.tar.gz ruby-d993d350778e8aed65fd34c201b2b363c0f99bb8.tar.xz ruby-d993d350778e8aed65fd34c201b2b363c0f99bb8.zip | |
* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): merge Date
and Time processing. [ruby-core:08033]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Wed Jun 21 08:39:54 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): merge Date + and Time processing. [ruby-core:08033] + Wed Jun 21 01:40:25 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (yylex, reswords): modifier token is no longer returned in @@ -95,10 +100,10 @@ Tue Jun 20 01:06:57 2006 Kouhei Sutou <kou@cozmixng.org> Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/lib/kconv.rb: remove default -m0 and fix document. + * ext/nkf/lib/kconv.rb: remove default -m0 and fix document. - * ext/nkf/nkf-8/{nkf.c, config.h, utf8tbl.c, utf8tbl.h}: - imported nkf 2.0.7. + * ext/nkf/nkf-8/{nkf.c, config.h, utf8tbl.c, utf8tbl.h}: + imported nkf 2.0.7. Mon Jun 19 22:31:59 2006 Kouhei Sutou <kou@cozmixng.org> |
