From 8bd833f38e2e36f0f7eb5b01ff6363dcfeda1125 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 May 2009 15:56:14 +0000 Subject: * st.c (st_insert2): new function with processing new key, e.g. copy. * hash.c (rb_hash_aset): use st_insert2() to reduce redundant st_lookup calls. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a0a9dff2..eb831b1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Wed May 27 23:00:38 2009 Nobuyoshi Nakada * parse.y (struct parser_params): lex_gets_ptr should be long. +Wed May 27 14:08:39 2009 Yukihiro Matsumoto + + * st.c (st_insert2): new function with processing new key, + e.g. copy. + + * hash.c (rb_hash_aset): use st_insert2() to reduce redundant + st_lookup calls. + Wed May 27 02:31:38 2009 NARUSE, Yui * ext/readline/readline.c (readline_getc): the function for -- cgit