From 7d7b486ae7a89cb0088e7fddaab5160ada78ddab Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 31 Aug 2006 12:10:08 +0000 Subject: * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. * object.c (nil_plus): ditto. * ext/dl/cptr.c (rb_dlptr_s_to_ptr): ditto. * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dbf7acd01..e2c63838b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,17 +6,24 @@ Thu Aug 31 20:50:46 2006 NAKAMURA Usaku Thu Aug 31 20:21:47 2006 NAKAMURA Usaku - * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and - RSTRING_STR. + * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. + + * file.c (test_identical, rb_file_s_truncate): ditto. * io.c (pipe_open, rb_io_reopen): ditto. + * object.c (nil_plus): ditto. + * process.c (proc_spawn_n, rb_spawn): ditto. * util.c (ruby_add_suffix): ditto. * ext/Win32API/Win32API.c (Win32API_initialize): ditto. + * ext/dl/cptr.c (rb_dlptr_s_to_ptr): ditto. + + * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): ditto. + * ext/tk/stubs.c, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: ditto. * ext/win32ole/win32ole.c (ole_val2olevariantdata): ditto. -- cgit