From 4c2c8f099c305476c0361937c12f59fd5bfbc788 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 21 Jan 2002 07:43:41 +0000 Subject: * eval.c (ruby_stop): should not trace error handler. * io.c (io_write): should not raise exception on O_NONBLOCK io. * dir.c (dir_set_pos): seek should return dir, pos= should not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c8fd4c52c..6f7662badb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +Mon Jan 21 08:25:30 2002 Yukihiro Matsumoto + + * eval.c (ruby_stop): should not trace error handler. + + * signal.c (install_sighandler): do not install sighandler unless + the old value is SIG_DFL. + + * io.c (io_write): should not raise exception on O_NONBLOCK io. + + * dir.c (dir_set_pos): seek should return dir, pos= should not. + +Fri Jan 18 10:26:33 2002 Yukihiro Matsumoto + + * error.c (rb_sys_fail): replace INT2FIX() by INT2NUM() since + errno value may not fit in Fixnum size on Hurd. + + * error.c (set_syserr): ditto. + +Fri Jan 18 02:27:48 2002 Yukihiro Matsumoto + + * dir.c (dir_s_glob): returns nil if block given. + + * io.c (rb_io_each_byte): should return self. + + * io.c (rb_io_close_m): close check added. + + * dir.c (dir_seek): should return pos. + +Fri Jan 18 01:21:53 2002 Yukihiro Matsumoto + + + * parse.y (fixpos): orig may be (NODE*)1, which should not be + dereferenced. + +Thu Jan 17 16:21:42 2002 Yukihiro Matsumoto + + * eval.c (block_pass): should allow block argument relay even in + the tainted mode. + +Wed Jan 16 18:25:08 2002 Yukihiro Matsumoto + + * st.c: primes should be primes. + Wed Jan 16 11:12:30 2002 Nobuyoshi Nakada * object.c (rb_Float): remove underscores between digits. -- cgit v1.2.3