Commit Graph

14 Commits

Author SHA1 Message Date
Eddie Runia
3d0bcacc10 Logical equivalence tests added hvm.c
Used in debugtst.prg
1999-05-09 20:00:06 +00:00
David G. Holm
a723781a5b 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.
1999-05-08 04:19:28 +00:00
Ryszard Glab
b1bb363c6b see ChangeLog 1999.05.08-03:02 1999-05-08 02:01:38 +00:00
David G. Holm
d47446d104 See ChangeLog entry 19990507-11:30 EDT David G. Holm <dholm@jsd-llc.com> 1999-05-07 16:27:32 +00:00
Ryszard Glab
0fb8020f40 See ChangeLog: 19990507-07:25 <rglab@imid.med.pl> 1999-05-07 06:19:59 +00:00
Viktor Szakats
af9bad0e07 *** empty log message *** 1999-05-06 21:47:47 +00:00
Gonzalo A. Diethelm
47e49c3240 ChangeLogTag:Thu May 06 13:58:48 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-06 18:51:12 +00:00
David G. Holm
c2c6620948 Changed __SETCENTURY to HB_SETCENTURY
Changed all internal _SET_xxx to HB_SET_xxx
Changed HB_SETCENTURY to modify the HB_SET_DATEFORMAT
Changed the name of the set initialization function to InitializeSets
Rewrote hb_dtoc to use hb_set_century and to be Clipper compliant
Added dates2.prg to test century compliance with Clipper
1999-05-06 05:33:48 +00:00
Gonzalo A. Diethelm
bb5de4a840 ChangeLogTag:Wed May 05 18:51:06 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-05 23:43:31 +00:00
Gonzalo A. Diethelm
a5924fa274 ChangeLogTag:Wed May 05 18:36:53 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-05 23:32:09 +00:00
Eddie Runia
b6c1095ea8 iStatics problem resolved in Do.
iStatics was not reset after function call.

See e-mails : classes bug ??
1999-05-05 21:48:59 +00:00
Gonzalo A. Diethelm
7f173f0389 ChangeLogTag:Wed May 05 16:29:19 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-05 21:24:59 +00:00
Gonzalo A. Diethelm
5c2659176c ChangeLogTag:Wed May 05 15:30:49 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-05 20:37:52 +00:00
Antonio Linares
9d457f6e48 Initial revision 1999-05-04 22:24:43 +00:00