From 67748adf3d76972c6606b99c8ef9af00c05e135f Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Thu, 8 Jul 1999 01:37:20 +0000 Subject: [PATCH] various changes in extend system --- harbour/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 78b95232ed..1fe28a784b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,26 @@ +19990708-01:33 Bruno Cantero +CVSed by Andi Jahja + +source/rt/arrays.c + * hb_arrayGetDate() + - fixed warning : function returns address of local variable. + +include/extend.api + + #define _parinfa hb_parinfa + +include/extend.h + + declaration hb_parinfa + +source/rtl/extend.c: + * hb_parinfa + - now return long + +tests/working : + + extend1.prg + + extend2.c + These are test programs for Harbour extend system + + 19990707-20:10 Eddie Runia * tests/working/mankala.prg; tests/working/transfrm.prg; tests/working/debugtst.prg; tests/working/readhrb.prg;