From 0c2ee593bb0ed9f6ecd8d9624a2437a669fe9623 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 17 Jan 2008 16:23:13 +0000 Subject: [PATCH] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbzlib/ioapi.c * harbour/contrib/hbzlib/zip.c * harbour/contrib/hbzlib/unzip.c * harbour/contrib/hbzlib/crypt.h * harbour/contrib/hbzlib/hbzlib.c * harbour/contrib/hbzlib/hbmzip.c * casting for C++ compilation * changed function declaration for C++ compilation * removed #include "errno.h" - some platforms do not have it * updated WIN32 API for WinCE and UNICODE builds * use localtime_r() only for Linux builds - TODO: create our own API for it and remove all #if... from core code so we will have it only in one place easy to update for different platforms * harbour/contrib/hbzlib/common.mak * replaced TABs with SPACEs * harbour/harbour-ce-spec * harbour/harbour-w32-spec * harbour/harbour.spec * harbour/bin/hb-func.sh * harbour/contrib/Makefile + added hbzlib to contrib libraries compiled by default --- harbour/ChangeLog | 25 +++++++++++++++++++++++++ harbour/harbour.spec | 1 - 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6205958504..3450627a05 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,31 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbzlib/ioapi.c + * harbour/contrib/hbzlib/zip.c + * harbour/contrib/hbzlib/unzip.c + * harbour/contrib/hbzlib/crypt.h + * harbour/contrib/hbzlib/hbzlib.c + * harbour/contrib/hbzlib/hbmzip.c + * casting for C++ compilation + * changed function declaration for C++ compilation + * removed #include "errno.h" - some platforms do not have it + * updated WIN32 API for WinCE and UNICODE builds + * use localtime_r() only for Linux builds - TODO: create our own + API for it and remove all #if... from core code so we will have + it only in one place easy to update for different platforms + + * harbour/contrib/hbzlib/common.mak + * replaced TABs with SPACEs + + * harbour/harbour-ce-spec + * harbour/harbour-w32-spec + * harbour/harbour.spec + * harbour/bin/hb-func.sh + * harbour/contrib/Makefile + + added hbzlib to contrib libraries compiled by default + 2008-01-17 16:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbzlib/ioapi.c * harbour/contrib/hbzlib/zip.c diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 2f58a9151f..bca486dfe8 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -56,7 +56,6 @@ %endif %endif %endif -%endif %define name harbour %define dname Harbour