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 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb5ee4d1cf..9d1bf4dda4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Feb 19 01:55:43 2001 Yukihiro Matsumoto + + * eval.c (secure_visibility): visibility check for untainted modules. + +Mon Feb 19 00:29:29 2001 Nobuyoshi Nakada + + * 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. + Sun Feb 18 15:42:38 2001 WATANABE Hirofumi * ext/curses/extconf.rb: add dir_config. @@ -8,6 +21,10 @@ Sun Feb 18 05:46:03 2001 Minero Aoki * lib/net/http.rb: Response#range_length was not debugged. +Sun Feb 18 04:02:03 2001 Yasushi Shoji + + * array.c (rb_ary_subseq): wrong boundary check. + Sun Feb 18 00:09:50 2001 Nobuyoshi Nakada * win32/win32.c: fasten file I/O on mswin32/mingw32. @@ -16,6 +33,11 @@ Sun Feb 18 00:09:50 2001 Nobuyoshi Nakada * rubysig.h: ditto. +Sat Feb 17 23:32:45 2001 Yukihiro Matsumoto + + * parse.y (cond0): integer literal in condition should not be + compared to lineno ($.). + Fri Feb 16 01:44:56 2001 Yukihiro Matsumoto * io.c (set_outfile): f should be the FILE* from the assigning value. -- cgit v1.2.3