2012-11-07 03:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/src/vm/fm.c
  * harbour/src/vm/dlmalloc.c
    * updated dlmalloc to version 2.8.6

  * harbour/src/compiler/hbdead.c
    * minor
This commit is contained in:
Przemyslaw Czerpak
2012-11-07 02:05:32 +00:00
parent 161c5cc5b8
commit 8ac2b89bf4
4 changed files with 1383 additions and 775 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-07 03:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/vm/fm.c
* harbour/src/vm/dlmalloc.c
* updated dlmalloc to version 2.8.6
* harbour/src/compiler/hbdead.c
* minor
2012-11-07 01:56 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/postinst.hb
* renamed harbour.hbr to contrib.hbr

View File

@@ -274,7 +274,6 @@ static HB_CODETRACE_FUNC( hb_p_seqend )
return hb_compCodeTraceNextPos( cargo, nNewPos );
}
static HB_CODETRACE_FUNC( hb_p_switch )
{
HB_USHORT usCases = HB_PCODE_MKUSHORT( &pFunc->pCode[ nPCodePos + 1 ] ), us;

File diff suppressed because it is too large Load Diff

View File

@@ -165,6 +165,7 @@
# endif
# else
# undef HB_FM_DLMT_ALLOC
# define USE_LOCKS 0
# endif
# if defined( __BORLANDC__ )
# pragma warn -aus
@@ -208,6 +209,14 @@
# if defined( __cplusplus ) && ! defined( USE_DL_PREFIX )
# define USE_DL_PREFIX
# endif
# if defined( HB_OS_WIN )
# if !defined( ENOMEM )
# define ENOMEM 12
# endif
# if !defined( EINVAL )
# define EINVAL 22
# endif
# endif
# include "dlmalloc.c"
# if defined( __BORLANDC__ )
# pragma warn +aus