diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bc760d5fb0..d477701935 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-08 12:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp + ! Fixed to enable win-specific dynamic lib related option + only on win platform. + + * doc/xhb-diff.txt + ! Minor typo. + 2010-11-08 12:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/xhb.hbp * harbour/contrib/xhb/xhb.hbx diff --git a/harbour/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp b/harbour/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp index 9bacc3e0fa..d5f592993d 100644 --- a/harbour/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp +++ b/harbour/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp @@ -30,7 +30,7 @@ # Suppress deprecated warnings until libharu gets updated for latest libpng -cflag=-DPNG_NO_PEDANTIC_WARNINGS --cflag=-DHPDF_DLL_MAKE_CDECL{hbdyn} +-cflag=-DHPDF_DLL_MAKE_CDECL{allwin&hbdyn} -cflag=-U__COREDLL__{mingwarm} _hbhbpdf.c diff --git a/harbour/doc/xhb-diff.txt b/harbour/doc/xhb-diff.txt index 77774f3aff..9e8a89fb3b 100644 --- a/harbour/doc/xhb-diff.txt +++ b/harbour/doc/xhb-diff.txt @@ -622,7 +622,7 @@ i.e.: Note for Clipper users: 'hb_adel( aParams, n, .t. )' in above example works like 'adel( aParams, n ); asize( aParams, len( aParams ) - 1 )'. -This functionality is unique to Harbour and xHarbour does not supports +This functionality is unique to Harbour and xHarbour does not support hb_arrayToParams() or similar function. @@ -3147,4 +3147,3 @@ expect speed improvement executing MT parallel programs on multi CPU machines. For some programs like MT servers it may be critical - programs compiled by Harbour can be quite well improved by simple hardware upgrade to 4, 8, 16 or more CPU machines. -