From 82493874a287d0a78260231b41e74e8e94b402bf Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Nov 2008 00:29:12 +0000 Subject: [PATCH] * ChangeLog: fixed date format. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a38c1cb41..5ba8a706ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3640,7 +3640,7 @@ Mon Sep 15 02:37:19 2008 Nobuyoshi Nakada * transcode.c (str_encode): returns duplicated string if nothing changed. [ruby-core:18578] -Sun Sep 14 22:09:01 2008 Takeyuki Fujioka +Sun Sep 14 22:09:01 2008 Takeyuki Fujioka * lib/cgi/core.rb (CGI::parse): performance improvement @@ -8715,7 +8715,7 @@ Fri Aug 1 23:26:45 2008 NARUSE, Yui * transcode.c (transcode_loop): undefined character is replaced with only one character. [ruby-dev:35709] -Fri Aug 01 23:26:22 2008 Yuki Sonoda (Yugui) +Fri Aug 1 23:26:22 2008 Yuki Sonoda (Yugui) Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), and r17874(akr) from ruby_1_8. @@ -8759,7 +8759,7 @@ Fri Aug 1 20:55:27 2008 NARUSE, Yui * enc/trans/japanese.c (to_EUC_JP_EF_infos): change size. [ruby-dev:35714] -Fri Aug 01 18:27:15 2008 Yuki Sonoda (Yugui) +Fri Aug 1 18:27:15 2008 Yuki Sonoda (Yugui) * parse.y (parser_yylex): removed an useless conditional, and magic comment are ignored unless at the first of line. @@ -16755,7 +16755,7 @@ Sat Feb 9 10:03:07 2008 Tanaka Akira * string.c (rb_str_new4): copy encoding from orig, instead of shared one. -Sat Feb 09 01:01:38 2008 NARUSE, Yui +Sat Feb 9 01:01:38 2008 NARUSE, Yui * file.c (lchmod_internal): fix warning cast from pointer to integer of different size.