From 4a49909c2a3ce19044a2d6d1706e4ad613baacb4 Mon Sep 17 00:00:00 2001 From: why Date: Thu, 5 Jun 2003 05:40:03 +0000 Subject: * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e30cd6c4e..1d923f6fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 5 05:49:43 2003 why the lucky stiff + + * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] + Thu Jun 5 04:48:57 2003 why the lucky stiff * ext/syck/token.c: directives choked on a period. -- cgit