From aba0cbd9e4d729c6a2c95455b9b703fcd6f7ec5e Mon Sep 17 00:00:00 2001 From: Marek Paliwoda Date: Thu, 9 Nov 2006 08:46:42 +0000 Subject: [PATCH] 2006-11-09 09:45 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/ChaneLog * Fixed last ChangeLog entry --- harbour/ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1550fd2064..5bd955e5f2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -21,8 +21,17 @@ * harbour/makefile.vc * harbour/common.mak * Cleaned hbpp.exe dependecies due to recent changes - program exit, together with logging unreleased memory - blocks report to fm.log file. Borrowed from xharbour. + * harbour/include/hbapi.h + * Added HB_EXPORT to hb_gcAlloc() + * harbour/include/hbstack.h + * Added HB_EXPORT to hb_stackSelfItem() + * harbour/source/vm/fm.c + * Added dipslaying contents of unreleased blocks at + program exit, together with logging unreleased memory + blocks report to fm.log file. Borrowed from xharbour. + - harbour/utils/hbpp/ppcomp.c + - harbour/utils/hbpp/ppcore.c + - harbour/utils/hbpp/pplib.c - harbour/utils/hbpp/pptable.c + harbour/utils/hbpp/hbppcomp.c + harbour/utils/hbpp/hbppcore.c