From 45fddace05ffd72b9566f839dca61309ab93a045 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 20 Aug 1999 22:18:09 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 82dc894e26..9ca8611d31 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990821-00:05 GMT+1 Antonio Linares + * source/debug/debugger.prg + * improved debugger functionality. + * source/vm/hvmc. + * improved debugger support. + 19990820-16:25 EDT Paul Tucker * source/rtl/gtapi.c * account for nesting of gtPre/PostExt and for calling @@ -29,21 +35,21 @@ *source/rtl/strings.c * corrected a NULL assigment to '\x0' - + *source/rdd/dbcmd.c * corrected SELF_DELETE to SELF_DELETED in HB_DELETED function - + *source/runner/runner.c * corrected NULL to 0L (we are returning LONG in ReadLong()) *include/external.ch - + new file with EXTERNAL declaration for all harbour + + new file with EXTERNAL declaration for all harbour functions/procedures *source/rtl/dir.c - * corrected a parameter passed to 'opendir' function when + * corrected a parameter passed to 'opendir' function when Watcom C/C++ is used - + *source/runner/Makefile *source/runner/external.prg *source/runner/runhrb.c @@ -54,11 +60,11 @@ + runhrb.c is copied from runner.c however without all code used to handle the symbol table + runmain.prg calls HB_RUN from runhrb.c - NOTE: I have left runner.c unchanged because I was unable to - replace it with new files in all these build*.bat - these - build*.bat doesn't allow to create an executable from more then + NOTE: I have left runner.c unchanged because I was unable to + replace it with new files in all these build*.bat - these + build*.bat doesn't allow to create an executable from more then one source file :( - + 19990820-14:40 GMT+1 Victor Szel * include/hbsetup.h + HARBOUR_USE_GTAPI is automatically #defined if any type of the GTAPIs @@ -98,7 +104,7 @@ * source/rtl/filesys.c include/filesys.h + hb_fsFNameSplit() - hb_fsFNameMerge() + hb_fsFNameMerge() filename handling functions and structure added to the Harbour RTL. These function were originated from MakeFilename() and SplitFileName() * tests/working/rtl_test.prg