From 3ae4fd7258fe518327a0ceb69c292eddbabfb995 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Feb 2001 07:03:06 +0000 Subject: * eval.c (secure_visibility): visibility check for untainted modules. * signal.c (sigpipe): sighandler which does nothing. * signal.c (trap): set sigpipe function for SIGPIPE. * signal.c (Init_signal): default SIGPIPE handler should be sigpipe function. * array.c (rb_ary_subseq): wrong boundary check. * parse.y (cond0): integer literal in condition should not be compared to lineno ($.). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index fa60ea0128..c144100529 100644 --- a/ToDo +++ b/ToDo @@ -74,6 +74,7 @@ Standard Libraries * or raise ForkException to every thread but fork caller. * Hash::new{default} or recommend Hash#fetch? * new user-defined marshal scheme. _dump(dumper), _load(restorer) +* warn, warning for Ruby level Extension Libraries -- cgit v1.2.1