diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 12:10:08 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 12:10:08 +0000 |
| commit | 7d7b486ae7a89cb0088e7fddaab5160ada78ddab (patch) | |
| tree | fa17612ac37b3c3dedf4d03a45eefba4226c5b6b /ChangeLog | |
| parent | 1fe7650935eb11b44037ef69bf435cda9dffa5e3 (diff) | |
| download | ruby-7d7b486ae7a89cb0088e7fddaab5160ada78ddab.tar.gz ruby-7d7b486ae7a89cb0088e7fddaab5160ada78ddab.tar.xz ruby-7d7b486ae7a89cb0088e7fddaab5160ada78ddab.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -6,17 +6,24 @@ Thu Aug 31 20:50:46 2006 NAKAMURA Usaku <usa@ruby-lang.org> Thu Aug 31 20:21:47 2006 NAKAMURA Usaku <usa@ruby-lang.org> - * 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. |
