From e9dff3bfc66cdc0aeec1153066434d2a2502e933 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 26 May 2008 08:25:44 +0000 Subject: * file.c (file_expand_path): add more space for '/'. * file.c (file_expand_path): should reset address of p after calling rb_str_resize(). [ruby-dev:34800] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2c338ce8..704ce5749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 26 17:23:49 2008 NAKAMURA Usaku + + * file.c (file_expand_path): add more space for '/'. + + * file.c (file_expand_path): should reset address of p after calling + rb_str_resize(). [ruby-dev:34800] + Mon May 26 16:49:55 2008 Yukihiro Matsumoto * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is -- cgit