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
11690d841e
Adding OS function in envion.c and OS test program.
1999-05-11 07:07:04 +00:00
Bil Simser
594ecae23d
Adding OS function.
1999-05-11 07:03:58 +00:00
Bil Simser
e54f7f18da
Adding OS.PRG to tests
1999-05-11 07:02:46 +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
Antonio Linares
4be0900577
Building an EXE using Harbour generated OBJs. Be aware hvm.c soon will be moved to harbour.lib
1999-05-10 12:25:20 +00:00
Antonio Linares
5e813a4a1c
Splitting harbour.y
1999-05-10 12:18:26 +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
Eddie Runia
264348c996
include/harbclip.h from Mab added
1999-05-10 07:33:36 +00:00
Ryszard Glab
8cab2ba0bb
see ChangeLog: 19990510-01:19
1999-05-10 00:18:28 +00:00
Eddie Runia
2f8f9a01e9
Instructions added
1999-05-09 22:28:31 +00:00
Eddie Runia
4d48d21903
Review log (unscheduled release) h090599
1999-05-09 20:52:51 +00:00
Eddie Runia
3d0bcacc10
Logical equivalence tests added hvm.c
...
Used in debugtst.prg
1999-05-09 20:00:06 +00:00
Eddie Runia
51cbf452d4
debug.obj added to makefiles
1999-05-09 18:35:44 +00:00
Eddie Runia
402ccb8852
Ok ! Going great
1999-05-09 17:28:11 +00:00
Viktor Szakats
afdccb99c0
*** empty log message ***
1999-05-09 17:14:01 +00:00
Eddie Runia
5f83bce1b9
Even more comments added
1999-05-08 21:14:58 +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
f8cd97f6c9
<aMethods> aoMethod( <oObject> ) added to debugtst.prg
...
Function creates an array containing all the methods present in an object.
Same methodology as aoData( <oObject> )
1999-05-08 19:58:08 +00:00
Eddie Runia
ce5c3d28dd
Unrelease memory block in aEval.
1999-05-08 19:54:59 +00:00
Eddie Runia
a0c47426bd
Memory blocks were unreleased by aEval. for..next used instead
1999-05-08 15:50:55 +00:00
Viktor Szakats
81c1976bcd
*** empty log message ***
1999-05-08 14:22:33 +00:00
Eddie Runia
fdd7e0942a
Transfer() method added.
...
aOGet() and aOSet() added.
Debug() shortcut to ToChar() added.
Some clean up performed.
1999-05-08 13:30:17 +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
32dd31e269
Copied change log from source\vm\hvm.c to ChangeLog
1999-05-08 04:22:44 +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
652999222a
Locals QuickSort renamed
1999-05-07 22:20:17 +00:00
Eddie Runia
540d4ad214
Codeblocks and other parameters added to aSort()
1999-05-07 21:56:55 +00:00
Eddie Runia
0abbde4a72
Link to QuickSort visualization added.
1999-05-07 21:35:55 +00:00
Eddie Runia
440bde14ee
First documentation added
1999-05-07 21:22:31 +00:00
Eddie Runia
83f9ed41da
Second changed to FuncSecond
1999-05-07 19:22:21 +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
a8937f1f11
Shows ClassName instead of "Class"
1999-05-07 13:21:11 +00:00
Eddie Runia
82314c3f31
Memory block were unreleased
1999-05-07 12:21:44 +00:00
Eddie Runia
89f0e4990a
Cleaned up a bit
1999-05-07 11:53:47 +00:00
Eddie Runia
98a9d343fa
With aoData and aSort
1999-05-07 11:31:38 +00:00
Eddie Runia
67fc641a8c
ClassSel method added to classes. Example in debugtst
1999-05-07 10:36:52 +00:00