Commit Graph

5035 Commits

Author SHA1 Message Date
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
573968128c 2002-01-29 20:15 UTC+0100 2002-01-29 19:16:50 +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
5880bf1dbb 2002-01-29 10:00 UTC+0100 2002-01-29 09:06:34 +00:00
Antonio Linares
26ec11d81d New hb_itemPutCConst() prototype added 2002-01-29 09:05:18 +00:00
Antonio Linares
9e2b860f21 Added prototypes for hb_retcbuffer() and hb_retcconst() 2002-01-29 09:02:27 +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
Patrick Mast
749214740f 2002-01-28 21:30 UTC+0100 Patrick Mast <email@patrickmast.com>
* contrib/mysql/tmysql
     + Added DateTime field
     * Added more info on Alert message for Unknown type
     * Modified ClipValue2SQL() to process empty strings
2002-01-28 20:48:30 +00:00
Patrick Mast
b910aa4401 2002-01-28 21:30 UTC+0100 Patrick Mast <email@patrickmast.com>
* contrib/mysql/tmysql
     + Added DateTime field
     * Added more info on Alert message for Unknown type
     * Modified ClipValue2SQL() to process empty strings
2002-01-28 20:45:59 +00:00
Patrick Mast
ced7c91925 2002-01-28 20:43 UTC+0100 Patrick Mast <email@patrickmast.com>
* contrib/mysql
     + Added CLEAN to make_b32.bat
2002-01-28 19:43:34 +00:00
Ignacio Ortiz de Zuniga
ded0e5754f *** empty log message *** 2002-01-28 16:03:17 +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
a26c5d939e *** empty log message *** 2002-01-28 11:40:04 +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
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