From a027f984ce151863e25fb72b3b27a55c56fa068e Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 Sep 2000 09:15:08 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d73bbef67..3879e8bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 25 18:13:07 2000 Yukihiro Matsumoto + + * eval.c (rb_add_method): cache mismatch by method + definition. need to clear_cache_by_id every time. + Mon Sep 25 13:31:45 2000 WATANABE Hirofumi * win32/win32.c (NtCmdGlob): substitute '\\' with '/'. @@ -10,6 +15,11 @@ Sun Sep 24 03:01:53 2000 Minero Aoki * lib/net/protocol.rb, http.rb: typo. +Sat Sep 23 07:33:20 2000 Aleksi Niemela + + * regex.c (re_compile_pattern): nicer regexp error messages for + invalid patterns. + Sat Sep 23 03:06:25 2000 Yukihiro Matsumoto * variable.c (rb_autoload_load): should not require already -- cgit