diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9cef6070c6..ed211fda20 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,21 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + *contrib/hbzlib/zipnew.cpp + ! Few type casts for MSVC + +2002-01-25 19:00 UTC+0100 Antonio Linares + * source/vm/eval.c + Syntax: HB_ForNext( nStart, nEnd | bEnd, bCode [, nStep ] ) + * bCode receives the nIndex of the For...Next loop as + a parameter: { | nIndex | ...code... } + +2002-01-25 18:50 UTC+0300 Alexander Kresin + * source/rdd/dbfntx/dbfntx1.c + * Few bugs fixed + * Implemented indexing of a very big files, which keys aren't fit in memory. + +2002-01-25 14:25 UTC+0000 Dave Pearson * tests/testpers.prg - Removed the use of cName, it hasn't been supported for a long time and it was stopping this test from working.