aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-07 00:22:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-07 00:22:16 +0000
commitb88ecbcffc30fdf8b5743003563e10a347c05b03 (patch)
tree5d3659b84944a92969396a0354c1f3ef1c00aea3
parent5a8d5c873bc2616d1646d3708e6f5f0855129353 (diff)
downloadruby-b88ecbcffc30fdf8b5743003563e10a347c05b03.tar.gz
* ChangeLog: date format. suppress the day of month by space instead of `0'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bbf033c86..76c095e292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Thu Feb 7 09:05:57 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not
have in-bound encoding index.
-Thu Feb 07 04:26:28 2008 NARUSE, Yui <naruse@ruby-lang.org>
+Thu Feb 7 04:26:28 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.
[ruby-dev:33621]