summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-17 04:38:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-17 04:38:19 +0000
commitc89af9fc53fe324a9c8247a423e6c35f471e1c9d (patch)
tree881e313831cafec35bfc80a3b2f15f1b98426853 /ChangeLog
parentbc9f3cf198ad1d1415e58f2ce8109d84c7cb3c30 (diff)
downloadruby-c89af9fc53fe324a9c8247a423e6c35f471e1c9d.tar.gz
ruby-c89af9fc53fe324a9c8247a423e6c35f471e1c9d.tar.xz
ruby-c89af9fc53fe324a9c8247a423e6c35f471e1c9d.zip
2000-05-17
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
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 <matz@netlab.co.jp>
+
+ * 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 <eban@os.rim.or.jp>
* 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 <komatsu@sarion.co.jp>
* win32/ruby.def: add symbol "rb_big_divmod".
+Tue May 16 17:00:05 2000 Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
+
+ * eval.c (rb_thread_select): should check whether fds are null.
+
+Tue May 16 11:51:31 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * io.c (pipe_open): syncronize subprocess stdout/stderr.
+
Mon May 15 15:38:09 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* ruby.h: exported symbols should be for xmalloc etc. are now