summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-14 09:08:16 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-14 09:08:16 +0000
commite0041160736f1c0f092400eb75336311ab10fa1e (patch)
tree8e1eff7442eff1dbc00d1e88d97066d4b5a4e65c /ChangeLog
parenta1a693e138392467ca74fb4ba5b071dd7675960e (diff)
1.1b9_10 tobe
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ec7a4bf83c..46a1f9472b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
Tue Apr 14 11:34:50 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+ * experimental release 1.1b9_10.
+
+ * parse.y: token names prefixed by `t'.
+
* struct.c (struct_s_def): supports subclassing of Struct.
* io.c (io_s_new): supports subclassing of IO.
@@ -18,11 +22,11 @@ Mon Apr 13 11:07:39 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
Mon Apr 13 13:18:32 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
- * eval.c (thread_trap_eval): all handlers executed under main_thread.
+ * eval.c (thread_trap_eval): all signals delivered to main_thread.
Mon Apr 13 12:47:03 1998 TAKAHASHI Masayoshi <maki@inac.co.jp>
- * re.c (kcode_set_option): did not SJIS on SJIS condition.
+ * re.c (kcode_set_option): did not set SJIS on SJIS condition.
Sun Apr 12 22:14:07 1998 Kazunori NISHI <kazunori@swlab.csce.kyushu-u.ac.jp>