2002-01-25 14:35 UTC+0100

This commit is contained in:
Antonio Linares
2002-01-25 13:58:16 +00:00
parent 2916330c87
commit e7f5782fe0

View File

@@ -7,6 +7,21 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
*contrib/hbzlib/zipnew.cpp
! Few type casts for MSVC
2002-01-25 19:00 UTC+0100 Antonio Linares <alinares@fivetech.com>
* 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 <alex@belacy.belgorod.su>
* 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 <davep@davep.org>
* 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.