From a2a1fd2d42f6552a4d842d187344ac7d620bb4d0 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 11 Oct 1999 08:21:32 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 36c8b214ae..6952c72edf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,11 @@ +19991011-10:04 GMT+1 Antonio Linares + * source/rtl/classes.c + + little change to fix Super accesses + * source/vm/hvm.c + + little change to fix Super accesses + * include/extend.h + + struct BASEARRAY new uiPrevHolders member added + 19991010-23:30 GMT+1 Bruno Cantero + source/rdd/dbcmd.c @@ -79,14 +87,14 @@ *source/compiler/harbour.l *source/compiler/harbour.y * { 1, 2, 3 }[ 2 ] syntax is supported now - + 19991010-12:22 GMT+1 Victor Szel * source/compiler/genc.c source/compiler/genhrb.c source/compiler/harbour.y source/vm/hvm.c % HB_P_STATICS now stores the number of statics in the pcode command - itself and doesn't POP it from the stack. This causes a small speedup + itself and doesn't POP it from the stack. This causes a small speedup in the STATIC init code. * source/compiler/harbour.y source/compiler/genc.c