Files
harbour-core/harbour/contrib/hbnf
Viktor Szakats 56fb8031a4 2011-05-11 19:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnf/nwsem.prg
  * contrib/hbnf/mouse2.prg
  * contrib/hbnf/tests/nftest.prg
  * examples/gfspell/spell.prg
    ! fixed = operator to :=/==

    ; now Harbour SVN is clean. Except quite a few problems in HBIDE and
      two more known code lines. Pritpal can you fix HBIDE to not use
      ambiguous '=' operator?

  * src/rdd/usrrdd/rdds/logrdd.prg
    * ltrim(str()) -> ntos()
2011-05-11 17:07:32 +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()