From b7ee44b7379ea3d6985c619607ee04399b5855b9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 25 Jul 2006 09:03:05 +0000 Subject: [PATCH] 2006-07-24 13:50 UTC+0100 Ryszard Glab * source/pp/ppcore.c * source/pp/pptable.c * utils/hbpptest/pp_test.prg * fixed to be more Clipper compatible * fixed access to unallocated memory * added more test cases --- harbour/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b4a1bb87c0..708b6f598f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,33 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + * harbour/makefile.vc + ! Fixed INSTALL rule. + ! Disabled generic library build rule which might + wrongly interact with normal build process. + +2006-07-25 10:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/rdd_ads/ads1.c + ! make GOTOP() when new index is open and is set as control one + + * harbour/include/hbcomp.h + * harbour/include/hbstack.h + * harbour/include/hbxvm.h + * harbour/source/compiler/gencc.c + * harbour/source/compiler/hblbl.c + * harbour/source/vm/classes.c + * harbour/source/vm/estack.c + * harbour/source/vm/hvm.c + * harbour/source/vm/itemapi.c + * added automatic destructors for FOR EACH and WITH OBJECT statement + * s_lWithObjectBase changed to lWithObjectBase hb_stack membera + * added hb_stackWithObject*() functions/macros to manipulate + WITH OBJECT offset/item + * removed setting/restoring lForEach and lWithObject in functions + preamble/postamble + ! fixed restoring s_lRecoverBase on HB_QUIT_REQUESTED + ! fixed possible GPF on enumerators copping + * moved FOR EACH / WITH OBJECT massages suport from HVM to classy.c ! fixed access to first stack item in hb_vmIsLocalRef() * harbour/TODO