From fcf33bd0eacefa76a415ca046f06e2f20400d30b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 15 Dec 2003 04:07:03 +0000 Subject: * dir.c (check_dirname): check string safety and remove extraneous trailing directory separators. [ruby-dev:22279] * file.c: extern rb_path_next, rb_path_skip_prefix, rb_path_last_separator, rb_path_end. * intern.h: prototypes for rb_path_next, rb_path_skip_prefix, rb_path_last_separator, rb_path_end. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c62a6602..36910886f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Dec 15 13:06:58 2003 Nobuyoshi Nakada + + * dir.c (check_dirname): check string safety and remove extraneous + trailing directory separators. [ruby-dev:22279] + + * file.c: extern rb_path_next, rb_path_skip_prefix, + rb_path_last_separator, rb_path_end. + + * intern.h: prototypes for rb_path_next, rb_path_skip_prefix, + rb_path_last_separator, rb_path_end. + Mon Dec 15 09:27:46 2003 NAKAMURA Usaku * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument -- cgit