See ChangeLog entry 2002-01-17 14:15 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-01-17 19:16:56 +00:00
parent e49372a803
commit 4f1d9c9771
3 changed files with 37 additions and 3 deletions

View File

@@ -7,6 +7,13 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-01-19 05:00 UTC+0700 Andi Jahja <harbour@cbn.net.id>
* 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

View File

@@ -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

View File

@@ -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 <philb@the-oasis.net>"
#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 <dholm@jsd-llc.com>"
#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 ""