diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-22 16:37:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-22 16:37:22 +0000 |
| commit | b93143a9f63d45f8500d774c190e7ef9429cb730 (patch) | |
| tree | af2795092963cbc0019eeea417ffae1ba24637c2 /ChangeLog | |
| parent | 43afbeeac449321f03cb2a9c38572c0287d55b24 (diff) | |
| download | ruby-b93143a9f63d45f8500d774c190e7ef9429cb730.tar.gz ruby-b93143a9f63d45f8500d774c190e7ef9429cb730.tar.xz ruby-b93143a9f63d45f8500d774c190e7ef9429cb730.zip | |
* object.c (rb_obj_clone): defer copying freezing state after
calling initialize_copy(). [ruby-dev:20276]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri May 23 01:26:26 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (rb_obj_clone): defer copying freezing state after + calling initialize_copy(). [ruby-dev:20276] + Thu May 22 17:12:10 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS. |
