From c89af9fc53fe324a9c8247a423e6c35f471e1c9d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 17 May 2000 04:38:19 +0000 Subject: 2000-05-17 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a3007bf7..9377e4855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed May 17 02:22:03 2000 Yukihiro Matsumoto + + * eval.c (rb_thread_polling): wait 0.06 second to let other + processes run. + + * process.c (rb_waitpid): avoid busy wait using rb_thread_polling. + + * file.c (rb_thread_flock): ditto. + + * parse.y (expr): avoid calling value_expr() twice. + Wed May 17 00:45:57 2000 WATANABE Hirofumi * io.c (rb_io_binmode): should check PLATFORMs, not O_BINARY, sigh... @@ -10,6 +21,14 @@ Wed May 17 00:40:15 2000 Katsuyuki Komatsu * win32/ruby.def: add symbol "rb_big_divmod". +Tue May 16 17:00:05 2000 Masaki Fukushima + + * eval.c (rb_thread_select): should check whether fds are null. + +Tue May 16 11:51:31 2000 Yukihiro Matsumoto + + * io.c (pipe_open): syncronize subprocess stdout/stderr. + Mon May 15 15:38:09 2000 Yukihiro Matsumoto * ruby.h: exported symbols should be for xmalloc etc. are now -- cgit