diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-02 08:25:00 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-02 08:25:00 +0000 |
| commit | 69eaabdca83558c3b85d8606606dc3975a106dac (patch) | |
| tree | cb4ae14994972651eed5db1489218c1a64663990 /ChangeLog | |
| parent | e2bf8b48f01edcdd38d6194fb1b59706d17f6576 (diff) | |
* time.c (time_load): restore instance variables (if any) before
loading from marshaled data.
* time.c (time_mdump): new marshal dumper. _dump is still
available for compatibility.
* time.c (time_mload): new marshal loader.
* marshal.c (w_object): preserve instance variables for objects
with marshal_dump.
* marshal.c (r_object0): restore instance variables before calling
marshal_load.
* error.c (rb_warn_m): always return nil.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Oct 2 17:22:37 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * time.c (time_load): restore instance variables (if any) before + loading from marshaled data. + Thu Oct 2 14:19:15 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/iconv/iconv.c (iconv_fail): now yield erred substring, and @@ -37,6 +42,21 @@ Thu Oct 2 03:25:01 2003 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (rb_thread_raise): prototype; avoid VC++ warning. +Thu Oct 2 01:37:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * time.c (time_mdump): new marshal dumper. _dump is still + available for compatibility. + + * time.c (time_mload): new marshal loader. + + * marshal.c (w_object): preserve instance variables for objects + with marshal_dump. + + * marshal.c (r_object0): restore instance variables before calling + marshal_load. + + * error.c (rb_warn_m): always return nil. + Thu Oct 2 01:32:46 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_f_block_given_p): real required condition is |
