Commit Graph

865 Commits

Author SHA1 Message Date
Alexander S.Kresin
2d28466dc7 2002-02-02 11:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-02 08:39:15 +00:00
Alexander S.Kresin
9077830c9c 2002-02-01 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-01 16:30:17 +00:00
Antonio Linares
a00875e1f4 some minor fixes on HB_TRACE() supplied params 2002-02-01 08:28:14 +00:00
Antonio Linares
ced32a8bd2 Some minor fixes 2002-02-01 06:42:18 +00:00
Antonio Linares
a46a95eaf6 some minor fixes at hb_vmPushAliasedVar() 2002-02-01 05:44:52 +00:00
Antonio Linares
f7cae939f6 Some minor fixes at hb_vmPushAliasedVar() 2002-02-01 05:42:06 +00:00
Antonio Linares
7e123d7939 Bug fixed on hb_arrayReleaseGarbage() for string items 2002-01-31 16:33:11 +00:00
Antonio Linares
704466c3fe removed uneeded hb_itemClear() calls in hb_vmOperatorCall() and
hb_vmOperatorCallUnary()
2002-01-31 06:55:26 +00:00
Antonio Linares
fa0ea9268b See changelog for description 2002-01-30 10:46:51 +00:00
Chen Kedem
b8fcce5aa5 2002-01-30 12:30 UTC+0200 Chen Kedem <niki@actcom.co.il> 2002-01-30 10:31:01 +00:00
Antonio Linares
bc0e3b385b See changelog entry for explanation 2002-01-30 08:46:05 +00:00
Antonio Linares
48aa89d98e See changelog entry 2002-01-30 08:25:54 +00:00
Antonio Linares
7fb7df7db9 hb_retc_const() and hb_retc_buffer() renaming as per Viktor's requirement 2002-01-29 19:14:39 +00:00
Antonio Linares
4ac6e84d37 New function hb_itemPutCConst() added 2002-01-29 09:00:41 +00:00
Antonio Linares
bcdf083e9f New functions hb_retcbuffer() and hb_retcconst() added 2002-01-29 08:57:21 +00:00
Dave Pearson
ffee7a6033 2002-01-29 08:48 UTC+0000 Dave Pearson <davep@davep.org>
* source/vm/hvm.c
     * Removed unused szTemp variable from hb_vmPushStringPcode.
2002-01-29 08:51:38 +00:00
Ignacio Ortiz de Zuniga
b9ebf21967 2002-01-28 17:00 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-28 16:00:44 +00:00
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