Merge pull request #294 from lailton/master
disabled debug code HB_CDX_DBGCODE
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
Entries may not always be in chronological/commit order.
|
||||
See license at the end of file. */
|
||||
|
||||
2023-01-17 12:54 UTC-0300 Lailton Fernando Mariano (lailton/at/paysoft.com.br)
|
||||
* src/rdd/dbfcdx/dbfcdx1.c
|
||||
! disabled debug code HB_CDX_DBGCODE
|
||||
|
||||
2023-01-16 14:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbwin/wapi_shellapi.c
|
||||
! replaced struct = { 0 } with memset( &struct, 0, sizeof( struct ) )
|
||||
@@ -672,7 +676,7 @@
|
||||
* use HB_MEM_STATISTICS instead of HB_MEM_USEDMAX to check if memory
|
||||
statistic module is enabled in //info message
|
||||
|
||||
2019-03-27 18:27 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
|
||||
2019-03-27 18:27 UTC-0300 Lailton Fernando Mariano (lailton/at/paysoft.com.br)
|
||||
* config/android/libs.mk
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! fixed a link error for Android. added lib log
|
||||
@@ -976,7 +980,7 @@
|
||||
* include/hbsetup.h
|
||||
* changed to recognize ARM64 platform with modern GCC builds
|
||||
|
||||
2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
|
||||
2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/paysoft.com.br)
|
||||
* contrib/hbexpat/3rd/expat/xmltok.c
|
||||
! fixed compiler error for BCC <= 5.8.2
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
# define HB_CDX_PACKTRAIL
|
||||
#endif
|
||||
|
||||
#define HB_CDX_DBGCODE
|
||||
/*
|
||||
#define HB_CDX_DBGCODE
|
||||
#define HB_CDX_DBGCODE_EXT
|
||||
#define HB_CDX_DSPDBG_INFO
|
||||
#define HB_CDX_DBGTIME
|
||||
|
||||
Reference in New Issue
Block a user