Files
harbour-core/harbour/contrib/hbnf
Viktor Szakats 45ea13bfea 2007-12-05 09:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbct/files.c
     ! FILESIZE() fixed to return -1 when the file doesn't exist.

   - contrib/hbmysql/test
   + contrib/hbmysql/tests
   - contrib/hbw32ddr/test
   + contrib/hbw32ddr/tests
   - contrib/hbodbc/test
   + contrib/hbodbc/tests
   - contrib/hbtpathy/test
   + contrib/hbtpathy/tests
   - contrib/hbw32/test
   + contrib/hbw32/tests
   - contrib/hbole/test
   + contrib/hbole/tests
   - contrib/hbfbird/test
   + contrib/hbfbird/tests
   - contrib/hbapollo/test
   + contrib/hbapollo/tests
   - contrib/hbnf/tests
   + contrib/hbnf/test
   - contrib/hbfimage/test
   + contrib/hbfimage/tests
   - contrib/hbmisc/test
   + contrib/hbmisc/tests
   - contrib/hbgtwvg/test
   + contrib/hbgtwvg/tests
   - contrib/hbrddads/test
   + contrib/hbrddads/tests
   - contrib/hbbtree/test
   + contrib/hbbtree/tests
     ! Renamed test to tests to use 'tests' everywhere 
       inside the repository.
2007-12-05 08:17:30 +00:00
..

/*
 * $Id$
 */

This library has been ported to Harbour by Luiz Rafael Culik

//TODO
The follow functions must be rewrite in C
asm\ADAPTER.ASM               ;     FT_ADAPTER()
asm\DEFAULT.ASM               ;     FT_DEFAULT()
asm\INP.ASM                   ;     FT_INP()
asm\OUTP.ASM                  ;     FT_OUTP()
asm\REBOOT.ASM                ;     FT_REBOOT()
asm\RESTATT.ASM               ;     FT_RESTATT()
asm\SAVEATT.ASM               ;     FT_SAVEATT()

The follow functions need to be fixed.
CINT86.C                      ;     FT_INT86()

The following functions need FT_INT86() or to be rewritten in C:

SETDATE.PRG               FT_SETDATE()
SETTIME.PRG               FT_SETTIME()
SYSMEM.PRG                FT_SYSMEM()
SCANCODE.PRG              FT_SCANCODE()
NWSEM.PRG                 FT_NWSEMOPEN()
NWSEM.PRG                 FT_NWSEMEX()
NWSEM.PRG                 FT_NWSEMWAIT()
NWSEM.PRG                 FT_NWSEMSIG()
NWSEM.PRG                 FT_NWSEMCLOSE()
NWSEM.PRG                 FT_NWSEMLOCK()
NWSEM.PRG                 FT_NWSEMUNLOCK()
NWUID.PRG                 FT_NWUID()
FLOPTST.PRG               FT_FLOPTST()