* harbour/contrib/hbct/misc1.c
% optimized XTOC()
* harbour/doc/xhb-diff.txt
* added some additional description to the section
OOP AND CLASS OBJECT/CLASS MESSAGES
* harbour/doc/Makefile
* added xhb-diff.txt
* harbour/include/hbapi.h
* harbour/src/vm/arrays.c
+ added new C function hb_arrayFromId()
* harbour/contrib/hbqt/qtcore/hbqt_bind.cpp
* use hb_arrayFromId() instead of local hb_arrayCreateClone()
with hb_arrayPushBase() inside
* do not use hbvmint.h
! fixed few bugs in this code. I haven't analyzed this code deeply
and how it's used so I cannot say it's correct. I only fixed few
completly wrong places which caused HVM stack corruption, internal
GC item list corruption or were completly dummy calls.
36 lines
500 B
Makefile
36 lines
500 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DOC_FILES := \
|
|
c_std.txt \
|
|
class_tp.txt \
|
|
clipper.txt \
|
|
cmdline.txt \
|
|
cmpopt.txt \
|
|
codebloc.txt \
|
|
codestyl.txt \
|
|
destruct.txt \
|
|
dirstruc.txt \
|
|
gmake.txt \
|
|
gtapi.txt \
|
|
hdr_tpl.txt \
|
|
howtorel.txt \
|
|
howtosvn.txt \
|
|
inet.txt \
|
|
locks.txt \
|
|
pcode.txt \
|
|
pp.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
windll.txt \
|
|
xhb-diff.txt \
|
|
|
|
include $(TOP)$(ROOT)config/doc.mk
|