Commit Graph

65 Commits

Author SHA1 Message Date
Eddie Runia
059c75babf See changelog. 1999-05-12 17:42:24 +00:00
David G. Holm
0bd4aafd73 See ChangeLog entry for 19990512-01:15:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-05-12 06:16:29 +00:00
Gonzalo A. Diethelm
f06e46c342 ChangeLogTag:Tue May 11 18:53:43 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-11 23:51:07 +00:00
Eddie Runia
7b81aa2403 parameter self add to INLINE methods.
test program inline.prg
1999-05-11 18:23:40 +00:00
Antonio Linares
683b2b97f6 gt api first proposal 1999-05-11 12:50:35 +00:00
Eddie Runia
316ccf854a Exchanged transfer back. Does not belong there. 1999-05-11 09:02:20 +00:00
Eddie Runia
55c092c03c Function contained in debugtst.prg seperated 1999-05-11 09:00:06 +00:00
Eddie Runia
8290e1a09e aSort seperated 1999-05-11 08:44:04 +00:00
Bil Simser
594ecae23d Adding OS function. 1999-05-11 07:03:58 +00:00
David G. Holm
6dec949a97 See ChangeLog entry 19990510-21:45 EDT David G. Holm <dholm@jsd-llc.com> 1999-05-11 02:48:46 +00:00
Gonzalo A. Diethelm
da95a8a38b ChangeLogTag:Mon May 10 19:32:34 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-11 00:41:55 +00:00
Manuel Ruiz
d4f00d4238 Change Upercase to lowercase in #include <CtoHarb.h> 1999-05-10 19:43:23 +00:00
Antonio Linares
b29575642e *** empty log message *** 1999-05-10 12:45:10 +00:00
Antonio Linares
fbcac4615b Harbour own OBJs support. I had to remove Gonzalo main() as the makefile refuses such a long command line 1999-05-10 12:38:50 +00:00
Eddie Runia
a5c242f2b2 Functions isData(), isMethod() and isMessage() added 1999-05-10 10:28:27 +00:00
Eddie Runia
8981b593f9 Function PCount() added to hvm.c 1999-05-10 09:06:57 +00:00
Eddie Runia
1bbe7f470a New itemapi.* installed; _item changed to hb_item 1999-05-10 08:09:30 +00:00
Ryszard Glab
8cab2ba0bb see ChangeLog: 19990510-01:19 1999-05-10 00:18:28 +00:00
Eddie Runia
3d0bcacc10 Logical equivalence tests added hvm.c
Used in debugtst.prg
1999-05-09 20:00:06 +00:00
Viktor Szakats
afdccb99c0 *** empty log message *** 1999-05-09 17:14:01 +00:00
Eddie Runia
9ed9883647 Memory blocks still in arrays.c Patch undone.
aoData(), Transfer() : More comments. Explanation added.
aoData() prepared for further simplification after logical equivalence
test.
1999-05-08 20:53:00 +00:00
Eddie Runia
ce5c3d28dd Unrelease memory block in aEval. 1999-05-08 19:54:59 +00:00
Viktor Szakats
81c1976bcd *** empty log message *** 1999-05-08 14:22:33 +00:00
David G. Holm
e3d081e50b See ChangeLog entry 19990507-23:45 EDT David G. Holm <dholm@jsd-llc.com> 1999-05-08 05:01:42 +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
2df124bece See ChangeLog entry 19990507-20:15 EDT David G. Holm <dholm@jsd-llc.com> 1999-05-08 01:14:50 +00:00
Eddie Runia
1491b01c39 oSend( <obj>, <cMessage>, <xArg, ..> ) added to classes.c 1999-05-07 23:19:42 +00:00
Eddie Runia
440bde14ee First documentation added 1999-05-07 21:22:31 +00:00
Viktor Szakats
445db236a3 *** empty log message *** 1999-05-07 17:31:14 +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
Eddie Runia
82314c3f31 Memory block were unreleased 1999-05-07 12:21:44 +00:00
Eddie Runia
67fc641a8c ClassSel method added to classes. Example in debugtst 1999-05-07 10:36:52 +00:00
Eddie Runia
6fe6964eba Error handler installed 1999-05-07 09:23:44 +00:00
Ryszard Glab
622c4de60b added compatibility with Watcom C/C++ 1999-05-07 08:49:02 +00:00
Ryszard Glab
b521b8f870 added comatibility with Watcom C/C++ 1999-05-07 08:47:51 +00:00
Ryszard Glab
53e703c341 added compatibility with Watcom C 1999-05-07 08:45:10 +00:00
Ryszard Glab
1d33e28e73 Again Harbour is really quiet 1999-05-07 06:40:11 +00:00
Ryszard Glab
0fb8020f40 See ChangeLog: 19990507-07:25 <rglab@imid.med.pl> 1999-05-07 06:19:59 +00:00
Gonzalo A. Diethelm
f41f52e008 ChangeLogTag:Thu May 06 18:12:15 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-06 23:07:37 +00:00
Viktor Szakats
af9bad0e07 *** empty log message *** 1999-05-06 21:47:47 +00:00
Eddie Runia
b11815fcb4 Version with aParam added. Locals not possible without update of HVM 1999-05-06 20:30:52 +00:00
David G. Holm
ccd3a69a61 I replaced the forward declaration of sz_compare4 with the actual
function, because Borland C++ 3.1 complained about a type mismatch
when it encountered the actual function.
1999-05-06 19:15:53 +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
Gonzalo A. Diethelm
2592cb0111 ChangeLogTag:Thu May 06 13:09:45 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-06 18:27:47 +00:00
Gonzalo A. Diethelm
5c5490e33a ChangeLogTag:Thu May 06 12:34:45 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-05-06 17:27:20 +00:00
Eddie Runia
3858c99dd1 New version which includes Stack commands. 1999-05-06 14:25:29 +00:00
Eddie Runia
64ad3af226 First version of the debug additions. Not included in makefile yet. 1999-05-06 10:23:44 +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
Ryszard Glab
2327c6b38c * Added list of reserved functions names
* Four letters abbreviations of function names are allowed
* Global static variables are now properly initialised
Made by rglab
1999-05-06 01:56:11 +00:00