summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-02 06:58:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-02 06:58:52 +0000
commit1e016f752585182c9f2c6d6bddee981244d0f1c2 (patch)
tree2181988d0bc04e5acdc239c390c59fad2796cc64 /ChangeLog
parentfc41a9cb7df48d67eb6ee77fe8ce3f6bb3757ce4 (diff)
downloadruby-1e016f752585182c9f2c6d6bddee981244d0f1c2.tar.gz
ruby-1e016f752585182c9f2c6d6bddee981244d0f1c2.tar.xz
ruby-1e016f752585182c9f2c6d6bddee981244d0f1c2.zip
19991292
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19410008e..cb9a695a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Dec 2 10:21:43 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * eval.c (rb_thread_loading_done): wrong parameter to st_delete().
+
+Wed Dec 1 11:24:06 1999 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * ruby.c (process_sflag): process -s properly (should not force `--').
+
Wed Dec 1 09:47:33 1999 Kazunori NISHI <kazunori@swlab.csce.kyushu-u.ac.jp>
* string.c (rb_str_split_method): should increment end too.