2be49b3c83ff69f1eceb1736ebdcd03b45043a1c
* contrib/hbide/idedocks.prg
! Code cleanup.
* contrib/hbqt/qtcore/hbqt_hbqslots.cpp
* contrib/hbqt/qtcore/hbqt_hbqslots.h
! Fixed: hb_vmPushLogical( *reinterpret_cast< int( * ) >( arguments[ 1 ] ) );
=>
hb_vmPushLogical( *reinterpret_cast< bool( * ) >( arguments[ 1 ] ) );
! Reimplemented: Francesco's signal management protocol which got broke
due to above overlook.
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%