From 32dd31e2698c09c054034df783cd86c42b26d3b3 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Sat, 8 May 1999 04:22:44 +0000 Subject: [PATCH] Copied change log from source\vm\hvm.c to ChangeLog --- harbour/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 726a14f24f..beb8c05255 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,11 @@ +19990507-23:15 EDT David G. Holm + * source/vm/hvm.c + - Changed byte by byte copy used in PushString to memcpy, + because the side effects of code like szTemp[w++] = szText[w] + is compiler dependent. Borland C++ 3.1 (in C mode) copies byte + 0 to byte 0, etc., but IBM Visual Age C++ 3.0 (in C++ mode) + copies byte 1 to byte 0, etc. + Sat May 8 03:02:04 1999 Ryszard Glab * source/compiler/harbour.y, source/compiler/harbour.l