diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-19 05:03:30 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-19 05:03:30 +0000 |
| commit | 1031c207140cd3d3a02305539f128f044e2e006b (patch) | |
| tree | 4027605922fe0f0c9a7659d7d9b6d036b5d1dc27 /ChangeLog | |
| parent | d1b83a59efaea9d66be7bb78e5f413305c811177 (diff) | |
* configure.in (DEPRECATED): backported from trunk.
* eval.c (rb_mod_autoload): should use SafeStringValue() instead
obsolete Check_SafeStr().
* ruby.h (rb_check_safe_str, rb_str2cstr): deprecation warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun Jul 19 14:03:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (DEPRECATED): backported from trunk. + + * eval.c (rb_mod_autoload): should use SafeStringValue() instead + obsolete Check_SafeStr(). + + * ruby.h (rb_check_safe_str, rb_str2cstr): deprecation warning. + Sat Jul 18 12:05:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ruby.h (RFLOAT_VALUE, RSTRING_END, RREGEXP_SRC_*, RBIGNUM_*): |
