From 50edcd3298d80e1e8efa39585b3e0917e494381e Mon Sep 17 00:00:00 2001 From: Horacio Dario Roldan Kasimatis Date: Wed, 13 Nov 2002 19:26:46 +0000 Subject: [PATCH] 2002-11-13 15:50 UTC-0300 Horacio Roldan --- harbour/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4c184f069f..05c1db9041 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,20 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-11-13 15:50 UTC-0300 Horacio Roldan + * include/hbrddcdx.h + * source/rdd/dbfcdx/dbfcdx1.c + * source/rdd/dbfcdx/dbfcdx1.h + * source/rdd/dbfcdx/dbfcdx2.h + ! fixed some declarations to avoid warnings, + removed unnecessary introduced casts + ! fixed skip bug reported by Andrzej + ! fixed bug when empty scope used + ! fixed posible index corruption when shared. + + added functions cdxError, hb_cdxOrderListRebuild, + hb_cdxIndexReindex + Now reindex works, as well as pack and zap. + 2002-11-13 12:25 UTC+0100 Antonio Linares * include/hbexprb.c ! strings as bytes arrays management (assignment)