From ae9e99e764014fad13898578bc7fabefdb951259 Mon Sep 17 00:00:00 2001 From: why Date: Fri, 3 Oct 2003 19:51:25 +0000 Subject: * ext/syck/rubyext.c: default keys handled. * ext/syck/syck.h: lowered default buffer size to 16k for increased performance. * test/yaml: checkin of basic unit tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65ab4dd1b..35779411d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Oct 4 04:48:49 2003 why the lucky stiff + + * ext/syck/rubyext.c: default keys handled. + + * ext/syck/syck.h: lowered default buffer size to 16k for increased + performance. + + * test/yaml: checkin of basic unit tests. + Sat Oct 4 04:24:19 2003 GOTOU Yuuzou * ext/openssl/extconf.rb: add check for X509V3_set_nconf. -- cgit