From 2a0c5e63ca49e0b5593243175bdd302044d4ef84 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 3 Nov 1999 06:47:14 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d3340fdb29..f7520ce056 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,17 @@ +19991103-07:28 GMT+1 Antonio Linares + * source/rtl/classes.c + * hb___msgSuper() simplied, faster and less memory consume. + * source/rtl/arrays.c + * bSuperCast is no longer checked. + * source/vm/hvm.c + * simpler after super casting process. + * include/extend.h + - BASEARRAY struct bSuperCast member removed. + - BASEARRAY struct uiPrevCls member removed. + + tests/clasinh.prg + * New test added proving Super access does not generate unreleased + memory blocks. + 19991102-16:33 GMT+1 Antonio Linares * makefile.b32 * rdd.b32