From ab827130d3f563535abb7404230f5b5e63bf0946 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 7 Nov 2001 09:05:08 +0000 Subject: [PATCH] * process.c (security): always give warning for insecure PATH. * dir.c (my_getcwd): do not rely on MAXPATHLEN. * file.c (rb_file_s_readlink): ditto. * file.c (path_check_1): ditto. * eval.c (rb_yield_0): should not call rb_f_block_given_p(). * string.c (rb_str_chomp_bang): should terminate string by NUL. * eval.c (rb_yield_0): better error message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 054060b156..e24aca0bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Nov 6 14:38:48 2001 Yukihiro Matsumoto + + * process.c (security): always give warning for insecure PATH. + + * dir.c (my_getcwd): do not rely on MAXPATHLEN. + + * file.c (rb_file_s_readlink): ditto. + + * file.c (path_check_1): ditto. + Tue Nov 6 14:17:14 2001 Amos Gouaux * lib/net/imap.rb (getquota_response): use astring for mailbox @@ -5,6 +15,14 @@ Tue Nov 6 14:17:14 2001 Amos Gouaux * lib/net/imap.rb (getacl_response): ditto. +Mon Nov 5 17:09:55 2001 Yukihiro Matsumoto + + * eval.c (rb_yield_0): should not call rb_f_block_given_p(). + +Sat Nov 3 23:33:18 2001 Yukihiro Matsumoto + + * string.c (rb_str_chomp_bang): should terminate string by NUL. + Sat Nov 3 22:28:51 2001 Keiju Ishitsuka * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug. @@ -12,6 +30,10 @@ Sat Nov 3 22:28:51 2001 Keiju Ishitsuka * forwardable.rb: change raise to Kernel::raise +Sat Nov 3 10:11:57 2001 Yukihiro Matsumoto + + * eval.c (rb_yield_0): better error message. + Thu Nov 1 14:08:42 2001 Yukihiro Matsumoto * bignum.c (rb_big_aref): idx may be a Bignum.