summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-01 06:46:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-01 06:46:12 +0000
commitd23012904ac77bff3d687e696fc00831546ac2fa (patch)
tree1fd6996816cc97c31d0bc780a81ae3a0a6d15722 /ChangeLog
parentc029880ae50e20733cb793a4b2f37e52528524cc (diff)
* file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.
* object.c (rb_obj_taint): backport from 1.7. * object.c (rb_obj_untaint): add frozen status check (backport from 1.7). * ruby.c (proc_options): unexpected SecurityError happens when -T4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 031e8c98da..72c49c9801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ Fri Jun 1 11:21:04 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: use waitpid on mingw32.
+Thu May 31 18:34:57 2001 K.Kosako <kosako@sofnec.co.jp>
+
+ * file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.
+
Thu May 31 13:30:25 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.
@@ -15,6 +19,16 @@ Thu May 31 01:28:54 2001 Akinori MUSHA <knu@iDaemons.org>
* configure.in: default --with-libc_r to `no' until the problem is
fixed. (FreeBSD only)
+Wed May 30 14:09:00 2001 K.Kosako <kosako@sofnec.co.jp>
+
+ * object.c (rb_obj_taint): backport from 1.7.
+
+ * object.c (rb_obj_untaint): add frozen status check (backport from 1.7).
+
+Tue May 29 17:24:23 2001 K.Kosako <kosako@sofnec.co.jp>
+
+ * ruby.c (proc_options): unexpected SecurityError happens when -T4.
+
Tue May 29 18:46:04 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* regex.c (re_compile_pattern): * \1 .. \9 should be