From c9accd03e721f1455ccdf3f09f5251d6b93c1b4b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Jul 2000 08:45:34 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1fb0f7d57..85c3027f19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Jul 21 17:35:01 2000 Yukihiro Matsumoto + + * parse.y (aref_args): command_call now be permitted as + aref_args. + + * process.c (proc_getpriority): getpriority(2) may return valid + negative number. use errno to detect error. + + * marshal.c (dump_ensure): dumped string should be tainted if + any among target objects is tainted. + + * marshal.c (r_regist): restored object should be tainted if and + only if the source is a file or a tainted string. + Wed Jul 19 15:14:04 2000 Yukihiro Matsumoto * bignum.c (bigdivrem): should use rb_int2big(), not rb_uint2big(). -- cgit v1.2.3