2001-12-06 23:30 GTM+1

This commit is contained in:
Antonio Linares
2001-12-06 22:30:36 +00:00
parent 18bcb49194
commit 55b573c233

View File

@@ -1,3 +1,7 @@
2001-12-06 23:30 GTM+1 Antonio Linares <alinares@fivetech.com>
* source/vm/eval.c
! hb_evalBlock() function added
2001-12-06 22:20 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
* Bug fixed, reported by Horacio Rold¡n
@@ -36,10 +40,10 @@
2001-12-05 19:44 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* include/hbmath.h
* include/hbmath.h
* source/rtl/math.c
* contrib/libct/ctmath.c
* Renamed math handler C level functions to match the
* Renamed math handler C level functions to match the
naming system of Harbour:
hb_getMathError -> hb_mathGetError
hb_resetMathError -> hb_mathResetError
@@ -48,28 +52,28 @@
hb_deinstallMathHandler -> hb_mathDeinstallHandler
hb_setMathHandlerStatus -> hb_mathSetHandlerStatus
hb_getMathHandlerStatus -> hb_mathGetHandlerStatus
HB_MATHERR* -> HB_MATH_ERR*
HB_MATHERR* -> HB_MATH_ERR*
* source/rtl/mlctopos.c
* source/rtl/mlctopos.c
* source/rtl/mpostolc.c
! Missing CVS headers added.
* include/hbextern.ch
* source/rtl/defpath.c
* source/rtl/natmsg.c
* source/rtl/defpath.c
* source/rtl/natmsg.c
* source/rtl/oemansi.c
* source/rtl/seconds.c
* source/rtl/seconds.c
* source/rtl/setcolor.c
* source/rtl/setposbs.c
* source/rtl/setposbs.c
* source/rtl/shadow.c
* source/rtl/trim.c
! Functions, features marked as extensions or
* source/rtl/trim.c
! Functions, features marked as extensions or
as undocumented.
* Functions reordered by category in hbextern.ch
It's now smaller, faster, and it's much more
It's now smaller, faster, and it's much more
meaningful for the eye.
! Fixed faulty defines in hbextern.ch which
excluded the complete GETSYS function list,
! Fixed faulty defines in hbextern.ch which
excluded the complete GETSYS function list,
when C53 compatibility was turned off.
! Some missing symbols added to hbextern.ch
! Removed doubly defined items from hbextern.ch