From a67057e2363a3a1e72a9f7c175e6a01bde9deced Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 14 Oct 2002 15:50:09 +0000 Subject: [PATCH] 2002-10-14 17:40 UTC+0100 Antonio Linares --- harbour/ChangeLog | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 764ddfe848..b60483e4f5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,23 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-10-14 17:40 UTC+0100 Antonio Linares + * include/hbcomp.h + * include/hbexprb.c + * include/hbmacro.h + * include/hbvmpub.h + * source/compiler/genc.c + * source/compiler/harbour.c + * source/vm/dynsym.c + * source/vm/hvm.c + * source/vm/macro.c + ! bug fixed when accesing an aliased expression from within a static + function with the same name as the alias. + ! changes borrowed from xharbour + + WARNING: All PRGs must be recompiled as defined value HB_FS_PUBLIC + has changed !!! + 2002-10-14 11:45 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! bug fixed in scopes, when the last record of current order was in the scope @@ -326,8 +343,7 @@ + Renamed old ChangeLog, due to file size. * source/rtl/dbdelim.prg ! Code fix to handle the field delimiters, provided by the - APPEND FROM code author, Marco Braida . -2006-02-15 13:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + APPEND FROM code author, Marco Braida .2006-02-15 13:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c ! fixed memory leak I introduced changing Ryszard modifications