From 55b573c2339a0e11194c84b8929fa6bca112a1fb Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 6 Dec 2001 22:30:36 +0000 Subject: [PATCH] 2001-12-06 23:30 GTM+1 --- harbour/ChangeLog | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d2036b41cb..4b9d88bbe6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-12-06 23:30 GTM+1 Antonio Linares + * source/vm/eval.c + ! hb_evalBlock() function added + 2001-12-06 22:20 GMT+3 Alexander Kresin * 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 - * 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