From 49ee8d1700fcfd8208f8454523e9b8ba217d9d22 Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Mon, 12 Nov 2001 14:17:15 +0000 Subject: [PATCH] andijahja@cbn.net.id --- harbour/ChangeLog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 26e522553b..01b9015bb3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,28 @@ +2001-12-11 20:00 GMT+0700 Andi Jahja + * contrib/rdd_ads/ads1.c + ! added type casts for MsVC (but still got warning on line 2086) + + * contrib/samples + + add contrib/samples/makefile.vc + + add contrib/samples/makevc.bat + * contrib/samples/status.c + ! added type casts for MsVC + * contrib/samples/num.c + ! added type casts for MsVC + * contrib/samples/gauge.c + ! added type casts for MsVC + + * contrib/libct/trig.c + ! HB_FUNC( ASIN ), replaced abs() with fabs() + ! HB_FUNC( ACOS ), replaced abs() with fabs() + +2001-11-11 15:40 GMT+0700 Andi Jahja + * contrib/hgf/win32 + + add makefile.vc + + add makevc.bat + * contrib/hgf/win32/win32.c + ! add type casts for MsVC + 2001-11-11 23:35 UTC-0800 Brian Hays * include/hbapirdd.h * DBORDSCOPEINFO.scopeValue was changed from BYTE* to PHB_ITEM @@ -10,7 +35,6 @@ This is a work in progress. Character and Numeric scopes should work fine. Some more needs to be done for Date and Logical - 2001-11-11 20:10 GMT -3 Luiz Rafael Culik * utils/hbmake/hbmake.prg * Fixed an small bug on FileisNewer() function