From 7ceb59cb57ad13ba055d400a84e921f40e2fd885 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 24 Aug 1999 14:23:06 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c57892ec26..24a1d16813 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,14 +1,18 @@ +19990824-16:04 GMT+1 Antonio Linares + * source/debug/debugger.prg + + Added support for F5-Go. (Breakpoints are not checked yet). + 19990824-14:55 GMT+2 Ryszard Glab *source/compiler/harbour.y * corrected arguments type checking in Inc/Dec functions - + *source/hbppint.h * memory.h is not defined in WATCOM C/C++ - + *include/rddapi.h * added forward declaration for _AREA struct - + 19990824-11:07 GMT+1 Bruno Cantero * funclist.txt include/rddapi.h @@ -21,7 +25,7 @@ + Rewritten to check more functions in more situations, displaying all return values, etc. (almost like RTL_TEST.PRG) * source/compiler/harbour.y - + Changed spaces to tabs in the generated code. This made the + + Changed spaces to tabs in the generated code. This made the generated code size almost 30% smaller, and the comments better aligned. * source/compiler/harbour.l source/compiler/harbour.y