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-06-18 18:41:11 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2001-06-18 18:41:11 +00:00
2001-04-28 02:30:53 +00:00
2001-05-15 13:02:07 +00:00
2001-07-10 16:35:53 +00:00
2001-05-15 13:02:07 +00:00
2001-07-13 23:50:52 +00:00
2001-04-12 18:24:41 +00:00
2001-06-18 18:12:00 +00:00
2000-03-13 11:42:13 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2000-07-16 11:40:51 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-06-19 18:53:58 +00:00
2001-06-19 18:53:58 +00:00
2001-07-10 08:42:50 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-06-07 15:25:54 +00:00
2001-06-14 21:20:43 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-18 17:22:06 +00:00
2001-06-15 17:59:21 +00:00
2001-05-18 17:22:06 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-04-04 01:05:08 +00:00
2001-06-15 18:47:55 +00:00
2001-06-15 17:59:21 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +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-04-12 18:56:30 +00:00
2001-07-18 07:21:03 +00:00
2001-04-19 01:13:25 +00:00
2001-05-15 13:02:07 +00:00
2001-06-15 17:59:21 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-07-10 16:35:53 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-06-21 18:49:58 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-06-29 22:45:33 +00:00
2001-07-17 17:47:34 +00:00
2001-04-04 01:05:08 +00:00
2001-06-10 13:08:14 +00:00
2001-05-15 13:02:07 +00:00
2001-07-05 20:22:12 +00:00
2001-06-14 21:20:43 +00:00
2001-05-15 11:46:55 +00:00
2001-04-12 18:24:41 +00:00
2001-07-06 09:37:56 +00:00
2001-06-07 15:25:54 +00:00
2001-04-12 18:24:41 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-06-29 22:45:33 +00:00
2001-06-18 18:12:00 +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-05-15 13:02:07 +00:00
2001-04-12 18:24:41 +00:00
2001-04-12 18:24:41 +00:00
2001-04-12 18:24:41 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 07:32:15 +00:00
2001-05-15 13:02:07 +00:00
2001-07-16 13:21:37 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-04-04 01:05:08 +00:00
2001-06-18 18:12:00 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-04-04 01:05:08 +00:00
2001-06-14 21:20:43 +00:00
2001-06-20 18:55:21 +00:00
2001-06-19 18:53:58 +00:00
2001-04-12 18:56:30 +00:00
2001-06-15 17:59:21 +00:00
2001-06-07 15:25:54 +00:00
2001-06-20 16:39:02 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-05-15 13:02:07 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:56:30 +00:00
2001-07-18 07:21:03 +00:00
2001-05-11 05:08:59 +00:00
2001-07-14 14:54:46 +00:00
2001-04-12 18:24:41 +00:00
2001-04-12 18:56:30 +00:00
2001-06-15 17:59:21 +00:00
2001-07-02 21:45:19 +00:00
2001-06-07 15:25:54 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:24:41 +00:00
2001-06-14 21:20:43 +00:00
2001-06-06 19:21:40 +00:00
2001-04-12 07:45:31 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:24:41 +00:00
2001-06-22 06:13:35 +00:00
2001-04-12 18:24:41 +00:00
2001-04-12 18:56:30 +00:00
2001-04-12 18:24:41 +00:00
2001-06-14 21:20:43 +00:00
2001-06-14 21:20:43 +00:00
2001-04-12 18:24:41 +00:00
2001-05-15 13:02:07 +00:00
2001-04-04 01:05:08 +00:00
2001-04-12 18:56:30 +00:00
2001-06-15 17:59:21 +00:00
2001-06-14 21:20:43 +00:00
2001-05-15 13:02:07 +00:00
2001-05-15 13:02:07 +00:00
2001-06-19 18:53:58 +00:00