Commit Graph

5017 Commits

Author SHA1 Message Date
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
Antonio Linares
808c6dd545 a minor fix. No changelog entry 2002-01-27 18:26:17 +00:00
Antonio Linares
4359ee6f92 2002-01-27 18:30 UTC+0100 2002-01-27 17:29:16 +00:00
Antonio Linares
6890cc59da 2002-01-27 18:30 UTC+0100 2002-01-27 17:28:40 +00:00
Antonio Linares
6ba3f5c26b some minor fixes to use -D-DHB_API_MACROS 2002-01-27 17:26:03 +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
a73f025e7b 2002-01-27 10:30 UTC+0100 2002-01-27 09:59:40 +00:00
Antonio Linares
f7da706634 2002-01-27 10:30 UTC+0100 2002-01-27 09:51:18 +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
87ef39fa8c Added hb_vmPushStringPcode() prototype 2002-01-27 09:30:00 +00:00
Antonio Linares
5529cf15df Compiler expressions optimizer modified to return a final zero for pcode strings 2002-01-27 09:26:23 +00:00
Antonio Linares
14088cdec5 Two new members added to struct hb_struString 2002-01-27 09:20:31 +00:00
Patrick Mast
d7e5e1c963 2002-01-26 13:03 UTC+0100 Patrick Mast <email@patrickmast.com>
* Changed enttry in Changelog 2002-01-25 22:30 from Alexander to Luiz
2002-01-26 12:04:07 +00:00
Luiz Rafael Culik
0ea6a870b9 See changelog 2002-01-25 22:30 UTC -0300 2002-01-26 00:36:54 +00:00
Luiz Rafael Culik
4700530106 See changelog 2002-01-25 22:20 UTC-0300 2002-01-26 00:35:47 +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
0527984b61 2002-01-25 19:00 UTC+0100 2002-01-25 18:06:31 +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
Dave Pearson
afd1f7aa86 2002-01-25 14:25 UTC+0000 Dave Pearson <davep@davep.org>
* tests/testpers.prg
     - Removed the use of cName, it hasn't been supported for a long time
       and it was stopping this test from working.
2002-01-25 14:28:51 +00:00
Antonio Linares
e7f5782fe0 2002-01-25 14:35 UTC+0100 2002-01-25 13:58:16 +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
918041b1ee hb_vmMessage() prototype removed 2002-01-25 13:51:08 +00:00
Antonio Linares
d6b99e8834 proper generation (placement) of HB_P_SEND opcode 2002-01-25 13:35:11 +00:00
Antonio Linares
29a9842246 proper generation of HB_P_SEND opcode 2002-01-25 13:32:40 +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
0893716db6 2002-01-24 17:53 UTC+0000 Dave Pearson <davep@davep.org>
* include/hbpcode.h
     * Fixed some spelling errors in the pcode comments.
2002-01-24 17:55:29 +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
Ron Pinkas
3292075b00 2002-01-19 06:11 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* contrib/dot/pp_harb.ch
     + #ifdef __XHARBOUR__ to protect xHarbour fastitem reliance.
2002-01-23 23:07:31 +00:00
Antonio Linares
d6469d14ff 2002-01-23 23:00 UTC+0100 2002-01-23 22:01:30 +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
57eb44b3dc 2002-01-22 10:37 UTC+0100 2002-01-22 09:37:22 +00:00
Antonio Linares
2c6d63f146 fixed error on hb_vmPopDate() cause yesterday changes 2002-01-22 09:34:19 +00:00
Alexander S.Kresin
5ff9df92d3 2002-01-22 10:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-22 07:14:50 +00:00
Maurilio Longo
6f6927ac25 2002-01-21 00:19 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* include/hbstack.h
     ! fixed a few errors inside macro definition of stack operations
       -DHB_STACK_MACROS defined
2002-01-21 23:20:31 +00:00
Horacio Dario Roldan Kasimatis
6a04a0ce2c 2002-01-21 17:25 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-01-21 23:15:06 +00:00
David G. Holm
dbf32224f9 See ChangeLog entry 2002-01-21 17:00 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-21 22:10:36 +00:00
Horacio Dario Roldan Kasimatis
679b748c5f 2002-01-21 17:25 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-01-21 20:26:41 +00:00
Alexander S.Kresin
7d4700f570 2002-01-21 23:24 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-21 20:25:17 +00:00