From 4f1d9c97713a61eabce84ef8680ff635830191a0 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 17 Jan 2002 19:16:56 +0000 Subject: [PATCH] See ChangeLog entry 2002-01-17 14:15 UTC-0500 David G. Holm --- harbour/ChangeLog | 7 +++++++ harbour/contrib/Makefile | 27 +++++++++++++++++++++++++++ harbour/include/hbver.h | 6 +++--- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 019e55f9a7..b94aa92dae 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,13 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + +2002-01-19 05:00 UTC+0700 Andi Jahja + * include/hbexpra.c + * source/vm/hvm.c + * Optimized Eval() processing, and added support for bBlock:Eval(). + * tests/speed.prg + * Test program for bBlock:Eval(). Time consumed, previously: 11.59 secs now : 5.06 secs Environment: 1 GHz, 128 MB, BCC 5.5.1, SimpLex and -DHB_FM_STATISTICS_OFF diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index c136c86973..8e417833ad 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -4,9 +4,36 @@ ROOT = ../ +ifeq ($(HB_ARCHITECTURE),w32) + DIRS=\ + apollo \ + htmllib \ + libct \ + libgt \ + libmisc \ + rdd_ads \ + + +else +ifeq ($(HB_ARCHITECTURE),os2) + +DIRS=\ + hgf/os2pm \ + htmllib \ libct \ libgt \ libmisc \ +else + +DIRS=\ + htmllib \ + libct \ + libgt \ + libmisc \ + +endif +endif + include $(ROOT)config/dir.cf diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 1c34dec4cc..211af75581 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -60,13 +60,13 @@ #endif #define HB_VER_MAJOR 0 /* Major version number */ #define HB_VER_MINOR 38 /* Minor version number */ -#define HB_VER_REVISION 0 /* Revision number */ +#define HB_VER_REVISION 1 /* Revision number */ /* TOFIX: Ideally these should be generated dynamically, until then, they should be updated by the builder. [vszakats] */ -#define HB_VER_LENTRY "2002-01-12 19:00 UTC+0500 Phil Barnett " -#define HB_VER_CHLCVS "ChangeLog,v 1.3751 2002/01/12 23:59:46 philb" +#define HB_VER_LENTRY "2002-01-16 11:10 UTC-0500 David G. Holm " +#define HB_VER_CHLCVS "ChangeLog,v 1.3763 2002/01/16 16:10:57 dholm" #define HB_VER_C_USR "" #define HB_VER_L_USR "" #define HB_VER_PRG_USR ""