Re: [Harbour] ChangeLog 2008-01-16 01:20 UTC+0200 Mindaugas Kavaliauskas

2008-01-17 Thread Mindaugas Kavaliauskas
Przemyslaw Czerpak wrote: On Wed, 16 Jan 2008, Mindaugas Kavaliauskas wrote: + minizip source files. Some fixes are applied to avoid compile time warning and errors, see readme.txt for list ; I've compiled with BCC only, please, check other compilers Hi Mindaugas, I see that you

[Harbour] 2008-01-17 16:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Przemyslaw Czerpak
2008-01-17 16:50 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

[Harbour] 2008-01-17 17:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Przemyslaw Czerpak
2008-01-17 17:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec ! removed dummy %endif which left after recent modification for Mandriva detection * harbour/ChangeLog ! fixed ChangeLog description - I repeated by mistake the previous one best

[Harbour] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Przemyslaw Czerpak
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

Re: [Harbour] ChangeLog 2008-01-16 01:20 UTC+0200 Mindaugas Kavaliauskas

2008-01-17 Thread Lorenzo Fiorini
On Jan 17, 2008 4:22 PM, Mindaugas Kavaliauskas [EMAIL PROTECTED] wrote: Yes, feel free to change anything you want. minizip code is not very good quality, and sometimes I was thinking about complete rewriting of it, but it will take much more time. So, we can use existing code as long as it

[Harbour] 2008-01-18 01:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Przemyslaw Czerpak
2008-01-18 01:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbzlib/zip.c * harbour/contrib/hbzlib/unzip.c ! fixed possible access to uninitialized memory - thanks to Lorenzo * harbour/contrib/hbzlib/hbzlib.c * fixed casting - thanks to Andi *

RE: [Harbour] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Jorge A. Giraldo
Thank you, Jorge A. Date: Thu, 17 Jan 2008 17:23:15 +0100 From: [EMAIL PROTECTED] To: harbour@harbour-project.org Subject: [Harbour] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] 2008-01-11 18:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Przemyslaw Czerpak
On Sat, 12 Jan 2008, Petr Chornyj wrote: hb_stackReturnItem() is more fast than making a copy of item. In many cases hb_stackReturnItem() is OK. Maybe we can use hb_stackReturnItem() for internal code and hb_itemNew( hb_stackReturnItem() ) for public API. pItem = hb_itemReturnCopy(