Maurilio Longo
bd80e8d997
2001-07-18 09:06 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
+ activated scoping
* include/hbapierr.h
include/hbapiitm.h
include/hbvm.h
source/rtl/errorapi.c
source/vm/hvm.c
source/vm/itemapi.c
! fixed va_start() use or, better, changed it to be compatible with OS/2 EMX GCC
compiler which REQUIRES that va_start() calls use a type which cannot be promoted
to something bigger. That is, this call is correct:
va_start(valist, ulUnsignedLongType)
while this one is not:
va_start(valist, usUnsignedShortType)
Using a type which can be promoted to a bigger one leads to memory corruption.
I think this requirement could exist even on other ANSI C compilers.
! Removed workaround inside hb_itemDo() and hb_itemDoC() to prevent this corruption.
2001-07-18 07:21:03 +00:00
..
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 19:12:56 +00:00
2001-04-12 19:12:56 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2001-04-20 22:07:09 +00:00
2001-07-18 01:29:53 +00:00
2001-07-18 07:21:03 +00:00
2001-04-12 19:12:56 +00:00
2001-05-15 13:02:07 +00:00
2001-07-18 07:21:03 +00:00
2001-05-15 13:02:07 +00:00
2001-05-14 21:04:43 +00:00
2001-07-16 22:23:35 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-06-18 18:04:05 +00:00
2001-06-18 18:04:05 +00:00
2001-06-04 20:19:14 +00:00
2001-06-14 21:20:43 +00:00
2001-07-18 01:29:53 +00:00
2001-07-18 01:29:53 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:56:30 +00:00
2001-04-30 17:02:43 +00:00
2001-06-14 21:20:43 +00:00
2001-07-17 17:47:34 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2001-05-15 13:02:07 +00:00
2001-07-18 01:29:53 +00:00
2001-06-07 06:18:10 +00:00
2001-06-18 18:41:11 +00:00
2001-06-18 18:04:05 +00:00
2001-06-18 18:41:11 +00:00
2001-06-06 18:49:36 +00:00
2001-06-18 18:04:05 +00:00
2001-06-18 18:04:05 +00:00
2001-04-12 19:12:56 +00:00
2001-06-15 21:37:14 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:24:41 +00:00
2001-05-15 13:02:07 +00:00
2001-06-29 22:45:33 +00:00
2001-07-18 07:21:03 +00:00
2001-06-30 06:46:20 +00:00
2001-04-28 02:30:53 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-12 19:12:56 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00