Revision: 14177
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14177&view=rev
Author: druzus
Date: 2010-03-16 12:56:23 +0000 (Tue, 16 Mar 2010)
Log Message:
-----------
2010-03-16 13:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/Makefile
+ harbour/contrib/hbbzip2
+ harbour/contrib/hbbzip2/hbbzip2.c
+ harbour/contrib/hbbzip2/hbbzip2.ch
+ harbour/contrib/hbbzip2/Makefile
+ added very simple wrapper to BZIP2 compression
Now only buffer compression functions.
HB_BZ2_VERSION() -> <cBZlibVersion>
HB_BZ2_COMPRESSBOUND( <cData> | <nDataLen> ) -> <nMaxCompressLen>
HB_BZ2_UNCOMPRESSLEN( <cCompressedData>, [<@nResult>] )
-> <nUnCompressedDataLen> or 0 on error
HB_BZ2_COMPRESS( <cData>, [<nDstBufLen>|<@cBuffer>], [<@nResult>],
[<nLevel>] ) -> <cCompressedData> or NIL on Error
HB_BZ2_UNCOMPRESS( <cCompressedData>, [<nDstBufLen>|<@cBuffer>],
[<@nResult>] ) -> <cUnCompressedData> or NIL
on Error
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/contrib/Makefile
Added Paths:
-----------
trunk/harbour/contrib/hbbzip2/
trunk/harbour/contrib/hbbzip2/Makefile
trunk/harbour/contrib/hbbzip2/hbbzip2.c
trunk/harbour/contrib/hbbzip2/hbbzip2.ch
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour