summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-25 14:57:25 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-25 14:57:25 +0000
commit7c1844194d586ef48ace856a26240a61c453a292 (patch)
treeddaf1ae454ef0577c631ed5fe8114d8d64587d51 /ChangeLog
parent6ce9e4174f6b0bb9f2c6e753bea2b1bab1ceb18e (diff)
downloadruby-7c1844194d586ef48ace856a26240a61c453a292.tar.gz
ruby-7c1844194d586ef48ace856a26240a61c453a292.tar.xz
ruby-7c1844194d586ef48ace856a26240a61c453a292.zip
* ext/syck/syck.c (syck_new_parser): clear parser on init.
thanks, ts. [ruby-core:02931] * ext/syck/token.c (sycklex_yaml_utf8): buffer underflow. thanks, ts. [ruby-core:02929] * lib/yaml/baseemitter.rb (indent_text): simpler flow block code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccecdfcf6..e8b641446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed May 26 00:00:00 2004 why the lucky stiff <why@ruby-lang.org>
+
+ * ext/syck/syck.c (syck_new_parser): clear parser on init.
+ thanks, ts. [ruby-core:02931]
+
+ * ext/syck/token.c (sycklex_yaml_utf8): buffer underflow.
+ thanks, ts. [ruby-core:02929]
+
+ * lib/yaml/baseemitter.rb (indent_text): simpler flow block code.
+
Tue May 25 11:54:13 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block