Miguel:

Thanks!   
There's one change I don't quite understand.
Could you give me a better idea of what this means:
! fixed to not respect bitmap filters when structural order
        is scanned, f.e. in OrdListAdd() with active bitmap filter.

does "scanned" mean searching thru the database? When would a filter
on that ever be ignored?

--
Brian Hays


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Miguel Angel Marchuet
> Sent: Monday, August 18, 2008 2:49 AM
> To: xharbour developer list
> Subject: [xHarbour-developers] 2008-08-18 11:40 UTC+0100 Miguel Angel
> Marchuet <[EMAIL PROTECTED]>
> 
> 2008-08-18 11:40 UTC+0100 Miguel Angel Marchuet
> <[EMAIL PROTECTED]>
>    * TODO
>    * common.mak
>    * compile.mak
>    * contrib\hbmzip\make_b32.bat
>    * contrib\rdd_ads\ads1.c
>    * contrib\rdd_ads\adsfunc.c
>    * include\hbapirdd.h
>    * source\rdd\bmdbfcdx\bmdbfcdx1.c
>    * source\rdd\dbcmd.c
>    * source\rdd\dbf1.c
>    * source\rdd\dbfcdx\dbfcdx1.c
>    * source\rdd\dbfuncs.prg
>    * source\rdd\dbfuncsx.prg
>    * source\rdd\dbjoin.prg
>    * source\rdd\dblist.prg
>    + source\rdd\dblistx.prg
>    * source\rdd\dbsort.prg
>    * source\rdd\dbstrux.prg
>    * source\rdd\dbtotal.prg
>    * source\rdd\dbupdat.prg
>    + source\rdd\dbupdatx.prg
>    * source\rdd\delim1.c
>    * source\rdd\rddord.prg
>    * source\rdd\sdf1.c
>    * source\rdd\usrrdd\usrrdd.c
>    * source\rdd\wacore.c
>    * source\rdd\wafunc.c
>    * source\rdd\workarea.c
>    + source\rdd\dbcmdx.c
>    + source\rdd\dbjoinx.prg
>    + source\rdd\dbsortx.prg
>    + source\rdd\dbstruxx.prg
>    + source\rdd\dbtotalx.prg
>       * Changed some macros to be in the HB_ namespace, to be
>         possibly shorter, more unified and clearer.
>         HARBOUR_MAX_RDD_DRIVERNAME_LENGTH -> HB_RDD_MAX_DRIVERNAME_LEN
>         HARBOUR_MAX_RDD_ALIAS_LENGTH      -> HB_RDD_MAX_ALIAS_LEN
>         HARBOUR_MAX_RDD_AREA_NUM          -> HB_RDD_MAX_AREA_NUM
>       ; INCOMPATIBLE change, please update your sources, a simple
>         case-sensitive search and replace on .c/.cpp/.h/.hpp files
>         will be enough for most sources.
>       + Moved XPP compatible functions into separated source files.
>       + Added dbPack() and dbZap() XBase++
>         compatibility functions.
>       + Added HB_ prefixed versions of DBDROP(),
>         DBEXISTS(), FIELDDEC(), FIELDLEN(), FIELDTYPE(),
>         FIELDSTEP(), FIELDFLAG()
>       + Added non-internal versions of __dbPack() and __dbZap(),
>         named: hb_dbPack() and hb_dbZap(). If group needs it I
>         can add dbPack() and dbZap() too in separate files to
>         lessen the problem of name collision with app code.
>       ! fixed DBRELATION() called without numeric parameters or with 0
> to
>         return first relation expression (Clipper compatible)
>       ! fixed to not respect bitmap filters when structural order
>         is scanned, f.e. in OrdListAdd() with active bitmap filter.
>         Synched with Harbour. Thanks to Przemyslaw Czerpak
> 
> 
> Best regards,
> Miguel Angel marchuet
> 
> -----------------------------------------------------------------------
> --
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> xHarbour-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.138 / Virus Database: 270.6.4/1617 - Release Date:
> 8/17/2008 12:58 PM


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to