Copied change log from source\vm\hvm.c to ChangeLog
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
19990507-23:15 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* 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 <rglab@imid.med.pl>
|
||||
|
||||
* source/compiler/harbour.y, source/compiler/harbour.l
|
||||
|
||||
Reference in New Issue
Block a user