From c93c4a8bc764bbd311c3c4b7161b4d86c656cec9 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 30 Jul 2008 13:13:57 +0000 Subject: * dir.c (struct dir_data): change path field char * to VALUE. (mark_dir): new function for mark path field. (free_dir): follow the path field change. (dir_s_alloc): ditto. (dir_initialize): ditto. (dir_s_open): ditto. (dir_inspect): ditto. (dir_path): return (duplicate of) the path field to preserve encoding. [ruby-dev:35685] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c2047b16..bdaabd0c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Jul 30 22:08:25 2008 Tanaka Akira + + * dir.c (struct dir_data): change path field char * to VALUE. + (mark_dir): new function for mark path field. + (free_dir): follow the path field change. + (dir_s_alloc): ditto. + (dir_initialize): ditto. + (dir_s_open): ditto. + (dir_inspect): ditto. + (dir_path): return (duplicate of) the path field to preserve + encoding. [ruby-dev:35685] + Wed Jul 30 22:06:56 2008 Yusuke Endoh * string.c (sym_inspect): remove dead code. -- cgit