summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 10:21:23 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 10:21:23 +0000
commitfc035fe32147b8de4b07d80cf61f03995d3269ca (patch)
tree7750c86ba090665963adb024be13d3a32a5488eb /ChangeLog
parent85b5e64b4a855f7bbe5e43bc54c6dcb30eebc1b9 (diff)
* complex.c (nucomp_marshal_{dump,load}): preserve instance
variables. * rational.c (nurat_marshal_{dump,load}): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5698062c4..d4098ce61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 16 19:18:40 2008 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * complex.c (nucomp_marshal_{dump,load}): preserve instance
+ variables.
+
+ * rational.c (nurat_marshal_{dump,load}): ditto.
+
Tue Sep 16 18:28:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
@@ -251,7 +258,7 @@ Sun Sep 14 13:48:03 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Sun Sep 14 10:10:43 2008 Tadayoshi Funaba <tadf@dotrb.org>
- * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve
+ * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserving
signed zero anyway.
* complex.c (nucomp_negate): new.