From 9d1f05dafef5cc2a0e6669dca38115465eeb015c Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Wed, 10 Jul 2002 15:26:32 +0000 Subject: [PATCH] 2002-07-10 12:10 UTC-0300 Walter Negro --- harbour/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a37c39590c..7e83b4e8dd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-07-10 12:10 UTC-0300 Walter Negro + * source/vm/itemapi.c + ! Recognition of infinite numbers in DJGPP compiler. + + * bin/bld.bat + * Add -lm in DJGPP compiler, for include libm.a (math library). + This library it's necessary for new handler of math errors. + + * source/debug/Makefile + + Add dbghelp.prg + 2002-07-10 12:02 UTC+0300 Alexander Kresin * source/debug/debugger.prg * variables window works now.