Commit Graph

698 Commits

Author SHA1 Message Date
Alexander S.Kresin
9286354f0f 2002-01-27 22:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-27 20:03:56 +00:00
Antonio Linares
c11e37cd4a hb_itemPutC(), hb_itemPutCL(), hb_itemPutCPtr(), hb_itemClear() adapted
to strings sharing and strings pcode based
2002-01-27 09:44:35 +00:00
Antonio Linares
ebeabc9c83 hb_vmPushStringPcode() implementation and use since HB_P_PUSHSTR and HB_P_PUSHSTRSHORT.
hb_vmPlus() and hb_vmMinus() adapted to strings sharing
hb_vmPushString() adapted to strings sharing
2002-01-27 09:39:06 +00:00
Antonio Linares
8626b38439 minor fix related to strings sharing 2002-01-27 09:33:04 +00:00
Antonio Linares
abe500dc5a New function HB_ForNext() added 2002-01-25 17:47:59 +00:00
Antonio Linares
2916330c87 HB_P_SEND now invokes hb_vmPushSymbol()
hb_vmMessage() completely removed
2002-01-25 13:55:51 +00:00
Antonio Linares
3b960865cf hb_vmMessage() use removed 2002-01-25 13:53:06 +00:00
Antonio Linares
ba5f695227 opcodes profiling support added 2002-01-23 22:00:22 +00:00
Antonio Linares
2c6d63f146 fixed error on hb_vmPopDate() cause yesterday changes 2002-01-22 09:34:19 +00:00
Antonio Linares
4f41fe48b4 hb_stackTopItem() use execution speed optimizations 2002-01-21 16:50:20 +00:00
Antonio Linares
316c60f71c improved hb_vmPushString() for speed execution 2002-01-21 14:32:26 +00:00
Antonio Linares
211423d04b improved hb_vmPushSymbol() for execution speed and some minor fixes 2002-01-21 13:53:28 +00:00
Antonio Linares
84808da032 Improved HB_P_SENDSHORT for execution speed 2002-01-21 13:35:12 +00:00
Antonio Linares
c5bbae5a06 improved HB_P_SEND for execution speed 2002-01-21 13:05:13 +00:00
Antonio Linares
f07384c78b if() used at HB_P_FUNCTIONSHORT to avoid a hb_itemClear() call when not needed 2002-01-21 12:51:04 +00:00
Antonio Linares
dd18c93174 if() used at HB_P_FUNCTION to avoid a function call when not needed 2002-01-21 12:41:31 +00:00
Antonio Linares
1f33d683dc Improved hb_vmMessage() for execution speed 2002-01-21 12:10:28 +00:00
Antonio Linares
8cf53f445c New hb_vmIncDouble() and hb_DecDouble() used from hb_vmInc() and hb_vmDec() 2002-01-21 11:36:21 +00:00
Antonio Linares
cbe8fb2136 hb_arrayPut() used instead of hb_itemArrayPut() 2002-01-21 10:47:04 +00:00
Alexander S.Kresin
bb25145a1c 2002-01-21 10:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-21 07:08:27 +00:00
Andi Jahja
77092c956a Andi Jahja <harbour@cbn.net.id> 2002-01-18 21:50:18 +00:00
Antonio Linares
1db8dca0ae checking of ulSize == 0, no matter how HB_FM_STATISTICS may be.
Also added for hb_xalloc()
2002-01-06 13:22:48 +00:00
Viktor Szakats
696fce4f9a 2002-01-06 10:00 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2002-01-06 09:17:59 +00:00
Viktor Szakats
7da71414a9 2002-01-03 23:11 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2002-01-03 22:11:57 +00:00
Andi Jahja
201b483c9f Andi Jahja <harbour@cbn.net.id> 2002-01-03 09:54:56 +00:00
Andi Jahja
5d2d8f5deb Andi Jahja <harbour@cbn.net.id> 2002-01-02 02:03:10 +00:00
Andi Jahja
ff14969c2d Andi Jahja <harbour@cbn.net.id> 2002-01-01 04:12:04 +00:00
Andi Jahja
ac770ac643 Andi Jahja <harbour@cbn.net.id> 2001-12-31 07:39:55 +00:00
Luiz Rafael Culik
330ccfcebd See changelog 2001-12-30 14:35 UTC-0300 2001-12-30 16:26:50 +00:00
Andi Jahja
5a4815d381 Andi Jahja <harbour@cbn.net.id> 2001-12-30 09:48:15 +00:00
Andi Jahja
6ddb9c58d3 Andi Jahja <harbour@cbn.net.id> 2001-12-30 01:32:38 +00:00
Luiz Rafael Culik
572f4b99ed See 2001-12-29 19:00 UTC-0300 2001-12-29 21:11:32 +00:00
Luiz Rafael Culik
3a1e95b7ba See changelog 2001-12-19 19:00 UTC-0300 2001-12-29 20:56:11 +00:00
Andi Jahja
995c1f2ac8 Andi Jahja <harbour@cbn.net.id> 2001-12-28 22:04:58 +00:00
Antonio Linares
cbbe41428a extend system for pcode DLLs implementation started 2001-12-28 17:34:27 +00:00
Antonio Linares
9d906b868f New function hb_extIsArray() added 2001-12-28 17:32:28 +00:00
Andi Jahja
7f28d184c4 Andi Jahja <harbour@cbn.net.id> 2001-12-28 05:25:37 +00:00
David G. Holm
e240b5be8d See ChangeLog entry 2001-12-26 16:20 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2001-12-26 21:21:08 +00:00
Dave Pearson
788876c5e3 2001-12-26 09:08 UTC+0000 Dave Pearson <davep@davep.org>
* source/vm/Makefile
     * Added dynlibhb.c.
   * include/hbvmpub.h
     * Added final EOL.
2001-12-26 09:09:57 +00:00
Antonio Linares
025c90c2d8 hb_StartApp() call used 2001-12-22 10:23:00 +00:00
Antonio Linares
64ca22a4f2 New hb_StartApp() added 2001-12-22 10:21:37 +00:00
Antonio Linares
686eb8deb9 some minor changes 2001-12-20 11:00:45 +00:00
Antonio Linares
d9b14d6431 Some functions declared as HB_EXPORT 2001-12-20 10:49:16 +00:00
Antonio Linares
4aaa4986a0 hb_cmdargInit() declared as HB_EXPORT 2001-12-20 10:28:14 +00:00
Antonio Linares
cd6ae3ec18 HB_EXPORT used 2001-12-20 10:27:12 +00:00
Andi Jahja
40794f20fa Andi Jahja <harbour@cbn.net.id> 2001-12-18 12:02:57 +00:00
Jean-Francois Lefebvre
55d2c9a9a6 2001-12-18 07:21 UTC+0100 JFL (Mafact) <jfl@mafact.com> 2001-12-18 06:20:04 +00:00
Antonio Linares
5d86e7c810 changed the definition of the file 2001-12-18 05:37:54 +00:00
Antonio Linares
bf3e43a565 Harbour DLL entry point 2001-12-18 05:25:17 +00:00
Viktor Szakats
38c54411c4 2001-12-17 17:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-17 16:01:45 +00:00