From f586025c5e7c0fb99f44386250060dba176a617b Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 15 Dec 2001 09:06:33 +0000 Subject: [PATCH] 2001-12-15 10:05 UTC+0100 --- harbour/ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 99c7f1cc09..8745b8698e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,20 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2001-12-15 10:05 UTC+0100 Antonio Linares + + source/vm/dynlibhb.c + + HB_LIBLOAD() + + HB_LIBFREE() + + HB_LIBDO() + Dynamic link libraries management functions + + * source/vm/eval.c + - HB_DLLDO() + Removed and included in dynlibhb.c as HB_LIBDO() + + * makefile.bc + + added dynlibhb.c module + 2001-12-14 10:17 UTC+0100 Viktor Szakats * include/hbapifs.h @@ -32,9 +46,9 @@ * include/Makefile * include/hbapi.h - + include/hblang.ch + + include/hblang.ch + Added HB_I_() define for translatable strings. - In Harbour sources which contains translatable + In Harbour sources which contains translatable strings #include "hblang.ch" must be added. 2001-12-13 16:40 UTC+0100 Antonio Linares