From 8c5c40d8b5dbea8d65ca194f4b42e4c179bb77c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Wed, 2 Sep 2015 22:53:07 +0200 Subject: [PATCH] 2015-09-02 22:53 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * ChangeLog.txt ! typos in prev ChgLog entry * include/hbapifs.h - empty line --- ChangeLog.txt | 15 +++++++++++---- include/hbapifs.h | 1 - 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index dced4524a3..8d6e5386c2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,16 +10,23 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2015-09-02 22:53 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * ChangeLog.txt + ! typos in prev ChgLog entry + + * include/hbapifs.h + - empty line + 2015-09-02 16:11 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbdefs.h - * changed reference 32-bit reference counters in Win64 builds to 64-bit - ones. It resolves problems with data alignment in memory allocated - by hb_xgrab(). + * changed 32-bit reference counters in Win64 builds to 64-bit ones. + It resolves problems with data alignment in memory allocated by + hb_xgrab(). * src/vm/asort.c * removed hack for MinGW64 build from new array sort code, after switching to 64bit reference counters it should not - be longer necessary because allocated that has 64bit alignment + be longer necessary because allocated memory has 64bit alignment 2015-09-02 15:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapifs.h diff --git a/include/hbapifs.h b/include/hbapifs.h index c1cbdb405b..c68b18579a 100644 --- a/include/hbapifs.h +++ b/include/hbapifs.h @@ -420,7 +420,6 @@ extern HB_EXPORT HB_SIZE hb_fileResult( HB_SIZE nSize ); extern HB_EXPORT HB_BYTE * hb_fileLoad( const char * pszFileName, HB_SIZE nMaxSize, HB_SIZE * pnSize ); extern HB_EXPORT HB_BYTE * hb_fileLoadData( PHB_FILE pFile, HB_SIZE nMaxSize, HB_SIZE * pnSize ); - /* interface to PRG level hb_vf*() file pointer items */ extern HB_EXPORT PHB_FILE hb_fileParam( int iParam ); extern HB_EXPORT PHB_FILE hb_fileItemGet( PHB_ITEM pItem );