diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-18 03:05:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-18 03:05:33 +0000 |
| commit | 9213040c9924ecffa0acff52b4da722ab520e84a (patch) | |
| tree | dd1edabab51560341eed838cef0f8626fbda5b01 /ChangeLog | |
| parent | 697a9d99ba1dc5db5a3e9ef1b69978a749599920 (diff) | |
| download | ruby-9213040c9924ecffa0acff52b4da722ab520e84a.tar.gz ruby-9213040c9924ecffa0acff52b4da722ab520e84a.tar.xz ruby-9213040c9924ecffa0acff52b4da722ab520e84a.zip | |
* marshal.c (w_object, marshal_dump, r_object0, marshal_load): search
public methods only. [ruby-core:17283]
* object.c (convert_type): ditto.
* lib/singleton.rb (Singleton#_dump): conversion method should be
public.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Jun 18 12:05:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search + public methods only. [ruby-core:17283] + + * object.c (convert_type): ditto. + + * lib/singleton.rb (Singleton#_dump): conversion method should be + public. + Wed Jun 18 10:18:11 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch from |
