From c7d499225b4d035c17acf774a3d53e20d6301df7 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 1 Jul 2000 06:47:47 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eee2aae77c..2a5c53c48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Sat Jul 1 15:22:35 2000 Yukihiro Matsumoto + + * eval.c (rb_eval): the value from RTEST() is not valid Ruby + objct. result shoule be either true or false. + +Sat Jul 1 09:30:06 2000 Katsuyuki Komatsu + + * re.c (rb_reg_initialize): was freeing invalid pointer. + +Sat Jul 1 03:25:56 2000 Yukihiro Matsumoto + + * parse.y (call_args): command_call can be the last argument of + call_args. It had to be the only argument. + + * re.c (rb_reg_s_quote): should not dump core even for unsane mbc + string. + +Fri Jun 30 01:36:20 2000 Aleksi Niemela + + * parse.y (f_norm_arg): better, nicer error message. + Thu Jun 29 07:45:33 2000 Yukihiro Matsumoto * ext/socket/socket.c (udp_send): destination may be packed @@ -19,6 +40,10 @@ Wed Jun 28 17:26:06 2000 Yukihiro Matsumoto * ruby.c (proc_options): -e, - did not exec -r. +Wed Jun 28 14:52:28 2000 Koga Youichirou + + * config.sub: NetBSD/hpcmips support. + Wed Jun 28 10:11:06 2000 Yukihiro Matsumoto * gc.c: gc trigger threshold changed; GC_NEWOBJ_LIMIT removed, -- cgit v1.2.3