From 4d09b3e9f40de32185bd71fffa96cef245a72982 Mon Sep 17 00:00:00 2001 From: Randy Portnoff Date: Tue, 27 Apr 2004 16:59:17 +0000 Subject: [PATCH] 2004-04-27 12:57 UTC-0500 Randy Portnoff * contrib/rdd_ads/adsfunc.c Changes to ADSCOPYTABLE as follows: + added logical return value + added second optional param for ADS filter option + Now uses default index order if set Changes to ADSCOPYTABLECONTENTS as follows: ! changed default filter option from ADS_IGNOREFILTERS to ADS_RESPECTFILTERS + added second optional param for ADS filter option + Now uses default index order if set --- harbour/ChangeLog | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ad20ffcb2c..a5c9c64176 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,19 +8,33 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-04-27 12:57 UTC-0500 Randy Portnoff + + * contrib/rdd_ads/adsfunc.c + + Changes to ADSCOPYTABLE as follows: + + added logical return value + + added second optional param for ADS filter option + + Now uses default index order if set + + Changes to ADSCOPYTABLECONTENTS as follows: + ! changed default filter option from ADS_IGNOREFILTERS to ADS_RESPECTFILTERS + + added second optional param for ADS filter option + + Now uses default index order if set + 2004-04-24 15:30 UTC+0100 Ryszard Glab * include/hbapi.h * changed ULONG hb_objHasMsg into BOOL hb_objHasMsg * include/hbvmpub.h - * added + * added union { PHB_FUNC pFunPtr; int iStaticsBase; } value to HB_SYMB structure to remove pointer/int conversion - + * source/compiler/genc.c * source/compiler/gencli.c * source/rdd/dbf1.c @@ -39,7 +53,7 @@ * source/vm/runner.c * changed to use new HB_SYMB structure * removed all pointer/long castings (except runner.c) - + 2004-04-22 18:00 UTC-0500 David G. Holm * source/vm/itemapi.c @@ -90,7 +104,7 @@ * source/vm/estack.c * source/vm/extend.c * source/vm/itemapi.c - * added missing code to use HB_IT_POINTER just like + * added missing code to use HB_IT_POINTER just like other value's type You can use: hb_retptr( void * pointer ) @@ -101,10 +115,10 @@ p = GET_SOME_POINTER() ? VALTYPE(p) //prints: 'P' ? p //prints: 0x12345678 - + * tests/onidle.prg * fixed to use values of pointer type - + * tests/tstmacro.prg * added code to test TYPE() function