2009-04-23 22:07 UTC-0430 Ron Pinkas <ron.pinkas/at/xharbour.com>
* source/rtl/hbini.prg
! Fix EOF handling - thanks to Robb Hlawek report
2009-04-23 17:32 UTC-0430 Ron Pinkas <ron.pinkas/at/xharbour.com>
* include/hbapifs.h
* include/hbset.h
+ Added missing function declarations
* include/hbrdddbf.h
* source/rdd/dbf1.c
* Corrected MSVC compilation
2009-04-23 13:43 UTC-0430 Ron Pinkas <ron.pinkas/at/xharbour.com>
* sourcerdddbfnsxdbfnsx1.c
* Corrected typo
2009-04-23 16:25 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>
* includedbinfo.ch
* includehbapi.h
* includehbrddbmc.h
* includehbrddcdx.h
* includehbrdddbf.h
* includehbrddnsx.h
* includehbsxfunc.h
* includestd.ch
* sourcecodepagecppl852.c
* sourcerddbmdbfcdxbmdbfcdx1.c
* sourcerdddbf1.c
* sourcerdddbfcdxdbfcdx1.c
* sourcerdddbfnsxdbfnsx1.c
* sourcertlfile.c
* sourcertlvaltype.c
* sourcevmitemapi.c
+ Added internal item type TIMESTAMP, the union of TIMESTAMP + DATE => DATETIME.
+ Added capabilities of index over field type DATETIME (T) and TIMESTAMP (@) (it will be need test). Only for nsx and cdx index types.
* Simplified code and minor adjusts.
* Changed ( ( LPDBFDATA ) pRDD->lpvCargo ) by DBFNODE_DATA( pRDD ), to do more readable code.
* sourcertlfilesys.c
+ Added partial support to OSCodePage in function hb_fsNameConv.
* sourcertlspfiles.c
+ Added hb_spFileExists( BYTE * pFilename, BYTE * pRetPath ) called from rdds.
* Simplified code and minor adjusts.
* Used hb_setGetDefault() instead of hb_set.HB_SET_DEFAULT, to respect access to static variables from DLL.
2009-04-23 08:31 UTC-0430 Ron Pinkas <ron.pinkas/at/xharbour.com>
* source/rtl/hbini.prg
! Fix some wrong EOL handling