From c1c7a3ca0f8483754f5b234739b027dd0a0e1b33 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 31 Aug 2006 11:24:44 +0000 Subject: * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and RSTRING_STR. * io.c (pipe_open, rb_io_reopen): ditto. * process.c (proc_spawn_n, rb_spawn): ditto. * util.c (ruby_add_suffix): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d52b3d1a0..363f81955 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Aug 31 20:21:47 2006 NAKAMURA Usaku + + * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and + RSTRING_STR. + + * io.c (pipe_open, rb_io_reopen): ditto. + + * process.c (proc_spawn_n, rb_spawn): ditto. + + * util.c (ruby_add_suffix): ditto. + Thu Aug 31 18:23:00 2006 Yukihiro Matsumoto * ruby.h (struct RString): embed small strings. -- cgit