Ryszard Glab
58e748bc75
2004-04-24 15:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* include/hbapi.h
* changed ULONG hb_objHasMsg into BOOL hb_objHasMsg
* include/hbvmpub.h
* added
union {
PHB_FUNC pFunPtr;
int iStaticsBase;
} value
to HB_SYMB structure to remove pointer/int conversion
* source/compiler/genc.c
* source/compiler/gencli.c
* source/rdd/dbf1.c
* source/rdd/delim1.c
* source/rdd/sdf1.c
* source/rdd/dbfcdx/dbfcdx1.c
* source/rdd/dbfdbt/dbfdbt1.c
* source/rdd/dbffpt/dbffpt1.c
* source/rdd/dbfntx/dbfntx1.c
* source/rtl/symbol.prg
* source/vm/classes.c
* source/vm/dynsym.c
* source/vm/hvm.c
* source/vm/initsymb.c
* source/vm/macro.c
* source/vm/runner.c
* changed to use new HB_SYMB structure
* removed all pointer/long castings (except runner.c)
2004-04-24 13:33:06 +00:00
Ryszard Glab
643d421f1a
2004-04-02 16:25 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* source/compiler/gencli.c
* fixed warnings
* source/rtl/cdpapi.c
*fixed warnings (Can the author of the code check if
I correctly parenthesized multiple || and && conditions?)
* source/vm/classes.c
*fixed warning in gcc (commented out unused
static hb_clsScope function)
* source/rdd/dbfntx/dbfntx1.c
* source/rtl/fstemp.c
* fixed hb_fsCreateTemp() to use 'mkstemp' on Unix
* fixed sorting procedure to use hb_fsCreateTemp
wrapper function
* source/rtl/set.c
*hb_set.HB_SET_DIRSEPARATOR defaults to '/' on Unix
2004-04-02 14:06:17 +00:00
Ryszard Glab
144cbe8146
Changelog 2004-01-20 19:15 UTC+0100 Ryszard Glab
2004-01-20 18:07:16 +00:00
Antonio Linares
cba58c6b05
Added some MSVC required typecasts
2003-07-02 07:28:10 +00:00
Antonio Linares
ab3fe6f50c
Added support for multidimensional arrays for Harbour.NET
2003-06-30 16:33:06 +00:00
Antonio Linares
03fad19fc3
Added support for logical values management
2003-06-28 20:51:39 +00:00
Antonio Linares
2449842837
do case implemented for Harbour.NET
2003-06-28 12:41:31 +00:00
Antonio Linares
391e54b77b
for...next loops implemented for Harbour.NET
2003-06-28 09:56:13 +00:00
Antonio Linares
200caf7856
See changelog for changes explanation
2003-06-27 23:09:28 +00:00
Antonio Linares
5b50eb40a1
Added support for adding "object" type
2003-06-27 14:07:48 +00:00
Antonio Linares
c4318a7f83
Added some comments for HB_P_PUSHBYTE
2003-06-27 10:12:49 +00:00
Antonio Linares
5ac2dcb0a5
.NET IL implementation for HB_P_PUSHBYTE
2003-06-27 10:09:12 +00:00
Antonio Linares
c441e84e2a
IL implementation for HB_P_POPLOCALNEAR and HB_P_PUSHLOCALNEAR
2003-06-27 08:21:02 +00:00
Antonio Linares
2c2abe0d5c
IL implementation for HB_P_FRAME
2003-06-27 07:12:20 +00:00
Antonio Linares
1f0b6caa01
object type use implementation
2003-06-25 06:32:50 +00:00
Antonio Linares
dcf3a5e60f
Some quick & dirty implementations :-)
2003-06-23 15:55:54 +00:00
Antonio Linares
70b0fbd578
The IL fun begins :-)
2003-06-23 11:14:08 +00:00
Antonio Linares
cb3b508d9e
Compiler .NET .il source generation
2003-06-23 08:21:37 +00:00