diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Dec 15 13:06:58 2003 Nobuyoshi Nakada <[email protected]> + + * 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 <[email protected]> * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument |