summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-13 05:50:04 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-13 05:50:04 +0000
commitb0fd7aed1a78dbc6fc0007f9eec0ec24625628df (patch)
tree711690ba13265c7eba6c95913b940df4a0f819ce /ChangeLog
parente690040379ed10e238bfa7f17b48fe31ecb2bab0 (diff)
* eval.c: wrapper modifies updated to 1.7 changes.
* object.c (rb_obj_dup): should free generic_ivar if original owns them. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96da5adbfb..4c7ca51c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@ Sun Jul 8 16:05:36 2001 Minero Aoki <aamine@loveruby.net>
* lib/net/protocol.rb (ProtoSocket#read): modify typo.
+Fri Jul 6 18:01:10 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * object.c (rb_obj_dup): should free generic_ivar if original owns
+ them.
+
Fri Jul 6 15:11:38 2001 Akinori MUSHA <knu@iDaemons.org>
* lib/tempfile.rb: merge from 1.7: do not delete a used tempfile
@@ -46,6 +51,10 @@ Thu Jul 5 22:53:27 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* file.c (rb_find_file_noext): move rb_file_s_expand_path to
rb_f_require().
+Thu Jul 5 22:01:02 2001 Mitsuhiro Kondo <kondo@nik-prt.co.jp>
+
+ * dln.c (dln_load): should use NSLINKMODULE_OPTION_BINDNOW.
+
Thu Jul 5 20:28:53 2001 Tietew <tietew@tietew.net>
* string.c (rb_str_each_line): should propagate taint mark.