From 09f5560c5721ad779cc2e740c4a77ad6aca1b530 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 19 Apr 2008 11:45:39 +0000 Subject: Merge everything from ruby_1_8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22d81a39df..1cce913a59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +Sat Apr 19 20:35:02 2008 Akinori MUSHA + + * lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performance + tuning around String#gsub. + + * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get + documented. + + * lib/yaml/store.rb (YAML::load): modified to support empty + database. + + * lib/yaml/store.rb (YAML::Store::marshal_dump_supports_canonical_option?): + add a method to support faster PStore. + +Sat Apr 19 20:16:52 2008 Akinori MUSHA + + * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit; + merged from 1.9. + + * lib/yaml.rb (quick_emit): use combination of object_id and hash to + identify repeated object references, since GC will reuse memory of + objects during output of YAML. [ruby-Bugs-8548] [ruby-Bugs-3698]; + merged from 1.9. + +Sat Apr 19 20:05:39 2008 Akinori MUSHA + + * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp): + Make Array#eql?, #hash, #== and #<=> use rb_exec_recursive() and + handle recursive data properly. + + * hash.c (hash_equal, rb_hash_hash): Make Hash#eql?, #hash and #== + use rb_exec_recursive() and handle recursive data properly. + +Sat Apr 19 19:26:09 2008 Akinori MUSHA + + * intern.h, eval.c (rb_exec_recursive): New internal function to + help perform recursive operation; backported from 1.9. + +Sat Apr 19 18:42:04 2008 Akinori MUSHA + + * intern.h, hash.c (rb_hash_lookup): New internal function to + check if a key exists in a hash, ignoring #default; backported + from 1.9. + Fri Apr 18 18:56:57 2008 Akinori MUSHA * ext/syck/rubyext.c (syck_genericresolver_node_import): should -- cgit v1.2.3