summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
commit7e774e049258dbda55edfdac9c5022c3d8fbdcf1 (patch)
tree799b161f2f4a602d1a83c0d0dd92f8e77a9b979b /ChangeLog
parente700588c87adca2e9597bd5ec759a4edb4a6ac31 (diff)
moving
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4542a8d5e..5c763a7afc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Wed May 12 14:19:38 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * struct.c (iv_get): in case of inheritance of generated struct
+ class, __member__ and __size__ should also be inherited.
+ Thanks for Pros Yeboah <yeboah@tu-harburg.de>.
+
+Mon May 10 13:21:01 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * string.c (tr_squeeze): should not set modify flag to be honest,
+ if the string is not modified.
+
Mon Apr 26 16:46:59 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
* sprintf.c (rb_f_sprintf): should allocate proper sized buffer