summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98fe929573..564c0757f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
+Mon Aug 7 13:59:12 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * regex.c (re_match): check for stack depth was needed.
+
Sat Aug 5 16:43:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* lib/ftools.rb (compare, safe_unlink, chmod): avoid warnings.
* lib/ftools.rb (move): typo. not `tpath', but `to'.
+Wed Aug 2 18:27:47 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * eval.c (rb_continuation_call): prohibit Continuation#call across
+ threads.
+
Sat Jul 29 23:42:04 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* dir.c (dir_each): should check whether dir is closed during the