summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-15 07:38:10 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-15 07:38:10 +0000
commit11a2e616c0e51074845e07c050d901ff50baaf6e (patch)
tree08993a9b6fe63e0639ee7beace5c3f87ec597bd8 /ChangeLog
parent686f0b079f4e91f3fc8ea8bf276235653e55fb53 (diff)
downloadruby-11a2e616c0e51074845e07c050d901ff50baaf6e.tar.gz
ruby-11a2e616c0e51074845e07c050d901ff50baaf6e.tar.xz
ruby-11a2e616c0e51074845e07c050d901ff50baaf6e.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <ruby-cvs@whytheluckystiff.net>
+
+ * 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 <matz@ruby-lang.org>
* io.c (set_stdio): better message.