Commit Graph

4031 Commits

Author SHA1 Message Date
Alexander S.Kresin
af1de815a4 2002-02-04 13:12 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-04 10:03:08 +00:00
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
Horacio Dario Roldan Kasimatis
99e0e2fe3d 2002-01-31 08:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbf1.c
     ! fixed bug with flags in hb_dbfGoTo
2002-02-01 23:55:16 +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
Ignacio Ortiz de Zuniga
cc3eca0a85 2002-02-01 12:10 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-01 11:11:40 +00:00
Antonio Linares
89dc7f471f hb_strnicmp() fixed, now it's compatible with strnicmp() 2002-02-01 08:30:30 +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
a1f818021b Faster HardCR() as it uses now hb_retclen_buffer() 2002-02-01 06:07:55 +00:00
Antonio Linares
99652c8eed Faster Upper() and Lower() as they use now hb_retclen_buffer() 2002-02-01 06:04:17 +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
Ignacio Ortiz de Zuniga
c0e7385a92 2002-01-31 13:50 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-31 12:54:36 +00:00
Antonio Linares
2d4b1fa072 * zero ended string added 2002-01-31 11:50:24 +00:00
Horacio Dario Roldan Kasimatis
99c52b64e0 2002-01-31 08:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx1.c
     ! fixed bug with append and empty keys
2002-01-31 11:45:21 +00:00
Antonio Linares
1e933fbb6b zero ended string added 2002-01-31 11:19:42 +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
Brian Hays
16e2ab4a2e 2002-01-28 22:52 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-01-29 06:54:16 +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
Ignacio Ortiz de Zuniga
244ff053a1 2002-01-28 12:36 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-28 11:36:55 +00:00
Alexander S.Kresin
058b9a2a35 2002-01-28 14:21 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-28 11:14:50 +00:00
Alexander S.Kresin
a49ac3740a 2002-01-28 13:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-28 10:43:46 +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
Alexander S.Kresin
67eaec741d 2002-01-27 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-27 16:36:32 +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
Alexander S.Kresin
b9475c32c2 2002-01-25 21:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-25 18:36:19 +00:00
Antonio Linares
abe500dc5a New function HB_ForNext() added 2002-01-25 17:47:59 +00:00
Alexander S.Kresin
582e14dbc1 2002-01-25 18:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-25 15:48: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
Brian Hays
095e05a9a1 2002-01-25 00:40 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-01-25 08:29:46 +00:00
Dave Pearson
ef342897c2 2002-01-24 10:27 UTC+0000 Dave Pearson <davep@davep.org>
* source/rtl/profiler.prg
     * HBProfileLowLevel:gatherOPCodes() wasn't making a call to
       HBProfile:ignoreSymbol() to allow for opcode filtering in sub
       classes. Fixed.
     * Improved the formatting of OPCODE names so that they sort
       properly.
2002-01-24 10:30:07 +00:00
Dave Pearson
a804426ddd 2002-01-24 10:03 UTC+0000 Dave Pearson <davep@davep.org>
* source/rtl/profiler.prg
     + Added class HBProfileOPCode.
     + Added class HBProfileLowLevel. It inherits from HBProfile and adds
       OPCODE usage entries.
2002-01-24 10:06:58 +00:00
Antonio Linares
ba5f695227 opcodes profiling support added 2002-01-23 22:00:22 +00:00
Paul Tucker
bdfa46b971 2002-01-23 09:40 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * Since I had used an undocumented 0x04000 as an attribute check.
    * it was causing trouble. Fixed.
2002-01-23 14:45:43 +00:00
Paul Tucker
07fa2f70c2 2002-01-23 09:10 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * removed extra comment marker.
2002-01-23 14:13:47 +00:00
Paul Tucker
4e46bc943f 2002-01-22 22:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * It seems that at some point prior to the release of Win2k, MS
    * changed the definition of FILE_ATTRIBUTE_ENCRYPTED from
    * 0x00004000 to 0x00000040
    * If you installed the Release Win2k over a beta or RC version of
    * the O/S, then Harbour's directory() will show an attribute of
    * 'I' for Encrypted files.  Otherwise, it will show 'E'.  It seems
    * that the only way to corect this is to reinstall the OS fresh.
    * (This text is subject to correction if anyone has a better description)
2002-01-23 03:35:42 +00:00
Luiz Rafael Culik
d64966ee21 See changelog 2002-01-22 20:30 UTC -0300 2002-01-22 22:23:33 +00:00
Antonio Linares
2c6d63f146 fixed error on hb_vmPopDate() cause yesterday changes 2002-01-22 09:34:19 +00:00