From 11a2e616c0e51074845e07c050d901ff50baaf6e Mon Sep 17 00:00:00 2001 From: why Date: Thu, 15 May 2003 07:38:10 +0000 Subject: * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to timezone and milliseconds. * lib/syck.c (syck_parser_reset_levels): duplicate string literal to avoid warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 975777723..8d94bcbc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 15 07:45:30 2003 why the lucky stiff + + * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to + timezone and milliseconds. + + * lib/syck.c (syck_parser_reset_levels): duplicate string literal to avoid warning. + Thu May 15 13:26:48 2003 Yukihiro Matsumoto * io.c (set_stdio): better message. -- cgit