From ff961b27f6c8a6f770fe481f84cc36f7ced46cce Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 26 Apr 2000 13:18:09 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7a09788dc3..658a888d23 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000426-15:17 GMT+1 Antonio Linares + + source/compiler/genobj32.c + * compiler version added into OBJ record + * improved segments order + 20000426-13:15 GMT+1 Ryszard Glab *include/hbcomp.h @@ -6,18 +11,18 @@ *source/compiler/hbfix.c *source/compiler/hbpcode.c *source/vm/hvm.c - * fixed support for HB_P_(PUSH/POP)LOCALNEAR - it uses two + * fixed support for HB_P_(PUSH/POP)LOCALNEAR - it uses two bytes again * added function hb_compNOOPadd() to add position of HB_P_NOOP opcode that will be later removed at the jump optimization phase * due to CVS conflicts I have cancelled the latest Ron changes in hb_compCodeblockEnd - anyway I don't see any reason to create - a temporary buffer that is filled with some values and next + a temporary buffer that is filled with some values and next copied into pcode buffer - all these values can be copied directly - + NOTE: All source code HAVE TO be recompiled! - + *source/rtl/gtcrs/Makefile *source/rtl/gtcrs/gtcrs.c *source/rtl/gtcrs/kbdcrs.c @@ -25,11 +30,11 @@ NOTE: All source code HAVE TO be recompiled! * added new file kbdcrs.c with keyboard support - the separation from terminal code will allow to use different modules for keyboard handling (for example 'rawkeys' library) - + *tests/Makefile * all test modules that were using non-standard harbour functions are moved to BAD_PRG section - + 20000426-02:12 DST Paul Tucker * contrib/libmisc/make_vc.bat