diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-23 21:55:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-23 21:55:46 +0000 |
| commit | cca687cccebe9983883f0b031135386adf8cae9c (patch) | |
| tree | 089e877376c6268a1590761d3583ce318ff5a238 /ChangeLog | |
| parent | 02e9757ee06650714bfd1a386087d78d68f4a78c (diff) | |
* io.c (rb_io_print): no special handling for nil as well as puts.
fixed: [ruby-dev:29586]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ +Sun Sep 24 06:55:36 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_io_print): no special handling for nil as well as puts. + fixed: [ruby-dev:29586] + Sun Sep 24 06:25:53 2006 why the lucky stiff <why@ruby-lang.org> - * eval.c (rb_thread_save_context, rb_thread_restore_context): + * eval.c (rb_thread_save_context, rb_thread_restore_context): sandbox hook to save and restore sandbox state. * eval.c (thread_no_ensure): added THREAD_NO_ENSURE thread flag. |
