Commit Graph

751 Commits

Author SHA1 Message Date
Paul Tucker
2f137704cc 2002-10-28 11:10 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-10-29 16:49:05 +00:00
Alexander S.Kresin
6345e1c791 2002-10-25 14:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-10-25 10:28:21 +00:00
Alexander S.Kresin
3108d6ebe5 2002-10-24 16:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-10-24 12:03:33 +00:00
Antonio Linares
dfc4e68551 all hb_stor... functions changed to return an int value 2002-10-19 11:22:00 +00:00
Antonio Linares
719fcf830d minor fix to hb_parc() 2002-10-19 10:49:06 +00:00
Antonio Linares
2fad3600c7 see changelog 2002-10-14 15:46:57 +00:00
Jean-Francois Lefebvre
1547fb8dc5 2002-09-17 21:55 UTC-01 jf lefebvre (mafact) <jfl@mafact.com> 2002-09-17 19:53:31 +00:00
April White
845ffb17c7 2002-07-17 02:42 UTC+0500 April White <awhite@mail.rosecom.ca>
* source/vm/itemapi.c
    + add conditional code if !(__DJGPP__) around #include <math.h>
2002-07-17 01:40:22 +00:00
Walter Negro
0a76626543 * source/vm/itemapi.c
! Fix rounded for big numbers ( more of 16 significant numbers ).
2002-07-11 05:30:47 +00:00
Walter Negro
d18daf2085 * source/vm/itemapi.c
! Recognition of infinite numbers in DJGPP compiler.
2002-07-10 15:07:02 +00:00
Martin Vogel
05cc84872f 2002-07-07 22:40 UTC+0100 Martin Vogel <vogel@inttec.de> 2002-07-07 20:45:38 +00:00
Walter Negro
7295e200f5 * source/vm/hvm.c
! Fixed support for FOR_NEXT with STEP 0
2002-06-15 16:00:00 +00:00
Horacio Dario Roldan Kasimatis
e5d470b3d5 2002-05-23 14:53 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/vm/estack.c
    ! All stack hb_stackxxx API functions are now included, no matter
      the build options (HB_STACK_MACROS)
2002-05-23 17:53:27 +00:00
Tomaz Zupan
bedca6bf54 2002-05-06 21:40 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2002-05-06 19:48:55 +00:00
Walter Negro
6fd6174039 source/vm/itemapi.c
* subdivision of the function hb_itemUnRef() in
       hb_itemUnRef() and hb_itemUnRefOnce().
2002-04-14 04:38:53 +00:00
Ignacio Ortiz de Zuniga
6bfb00c39a 2002-03-06 18:30 UTC+0100 Ignacio Ortiz 2002-04-06 16:34:03 +00:00
Alexander S.Kresin
0db30aed6b 2002-03-21 15:58 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-21 12:57:44 +00:00
Antonio Linares
321719d156 __MVSAVE() saves all variables (publics and privates) 2002-03-19 12:05:19 +00:00
Antonio Linares
705f59d0cb Now all hb_ret...() and hb_pcount() functions are always exported 2002-03-18 17:50:27 +00:00
Antonio Linares
eaa92d9548 Now all hb_ret...() and hb_pcount() are always exported 2002-03-18 17:38:30 +00:00
Antonio Linares
20d82b2ee1 Fixed bug in Macro Compiler where Field Assignment is compiled mistakenly as a Memvar Assignment. 2002-03-18 13:33:45 +00:00
Antonio Linares
47e8813625 bug fix on codeblock execution memvars management 2002-03-18 12:53:56 +00:00
Antonio Linares
4523578656 bug fixed on __MVSAVE() 2002-03-18 12:52:17 +00:00
Alexander S.Kresin
33f0024b24 2002-03-07 12:56 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-07 09:54:57 +00:00
Walter Negro
8ac214a931 * __objClone()
* comment this line pDstObject->item.asArray.value->puiClsTree = NULL;
     because it's redundant with arrayClone().
     see Changelog in arrays.c - hb_arrayClone()
2002-03-02 13:38:33 +00:00
Walter Negro
1ece771a4e * Fixed hb_arrayClone()
+ line 777 - pDstBaseArray->puiClsTree = NULL;
     was token from __objClone() and xHarbour.
     thanks, Ron.
2002-03-02 13:24:04 +00:00
Walter Negro
7c82178214 2002-02-17 20:30 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/vm/itemapi.c
     ! hb_itemStr() - Eliminated the limit of 9 decimals if not SET FIXED ON
     ! hb_itemStr() - Rounded starting from 17th less significant number.
                      This is the behavior of Clipper.
       Ex:
          Before ? str( 1191.63, 20, 15 ) -> 1191.629999999999882
          Now    ? str( 1191.63, 20, 15 ) -> 1191.630000000000000
2002-02-18 03:02:58 +00:00
Alexander S.Kresin
86f3384935 2002-02-14 20:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-14 18:02:40 +00:00
Alexander S.Kresin
8d4dacb7ea 2002-02-10 18:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-10 15:50:00 +00:00
Antonio Linares
b6f0f58e1f struct hb_struString bPcode member renamed as bStatic 2002-02-10 15:08:19 +00:00
Alexander S.Kresin
8ade25dfd2 2002-02-09 20:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-09 17:12:39 +00:00
Antonio Linares
819493412e Some MSVC required castings added 2002-02-09 10:24:47 +00:00
Antonio Linares
fdeb5f55ec hb_strUpper() call for pcode strings bug fixed 2002-02-09 10:02:03 +00:00
Alexander S.Kresin
482f6db155 2002-02-08 22:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-08 19:44:35 +00:00
Jean-Francois Lefebvre
8da2b1390d 2002-02-04 23:10 UTC+0100 JFL (mafact) <jfl@mafact.com> 2002-02-04 22:28:55 +00:00
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
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