diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-09 17:45:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-09 17:45:53 +0000 |
| commit | 7b5010f3b4defd7df194da60156291ce30e38561 (patch) | |
| tree | e11fe4e2ab597cf512b2fd680b50c91cc0293a08 /ChangeLog | |
| parent | 9de6d1dd87cd31889b4f9e721f6245dbd1e63af7 (diff) | |
| download | ruby-7b5010f3b4defd7df194da60156291ce30e38561.tar.gz ruby-7b5010f3b4defd7df194da60156291ce30e38561.tar.xz ruby-7b5010f3b4defd7df194da60156291ce30e38561.zip | |
* marshal.c (r_object0): remove unnecessary iv restoration for
USRMARSHAL. [ruby-dev:21582]
* marshal.c (w_object): dump generic instance variables from
a string from '_dump'.
* variable.c (rb_generic_ivar_table): return 0 if obj's FL_EXIVAR
is not set.
* time.c (time_dump): copy instance variables to dumped string, to
be included in the marshaled data.
* bignum.c (rb_big2ulong): add range check to ensure round trip.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -23,14 +23,27 @@ Thu Oct 9 17:43:36 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (proc_save_safe_level, proc_get_safe_level, proc_set_safe_level): save/restore safe level 1..4. +Thu Oct 9 16:33:23 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (r_object0): remove unnecessary iv restoration for + USRMARSHAL. [ruby-dev:21582] + + * marshal.c (w_object): dump generic instance variables from + a string from '_dump'. + + * variable.c (rb_generic_ivar_table): return 0 if obj's FL_EXIVAR + is not set. + + * time.c (time_dump): copy instance variables to dumped string, to + be included in the marshaled data. + + * bignum.c (rb_big2ulong): add range check to ensure round trip. + Thu Oct 9 15:45:27 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * pack.c (uv_to_utf8): change message to "out of range", since negative values are not "too big". [ruby-dev21567] - * marshal.c (w_object): should pass the value of "weak" to - w_object(). [ruby-dev:21555] and [ruby-dev:21561] - Thu Oct 9 14:05:38 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level. |
