Commit Graph
21 Commits
Author SHA1 Message Date
Grzegorz Adam Hankiewicz 20e55fc5d4 Uses finally as statement to release zlib memory. Refs #1048. 2014-03-29 12:29:17 +01:00
Grzegorz Adam Hankiewicz a6f8bae69f Uses swap() to avoid variable copies. Refs #1048. 2014-03-29 12:27:18 +01:00
Grzegorz Adam Hankiewicz d41988d8b2 Modifies inflate() to return a discardable bool. Refs #1048. 2014-03-29 12:24:54 +01:00
Grzegorz Adam Hankiewicz cc718435b3 Adds convenience uncompress and inflate procs to zlib.
The new uncompress() version doesn't require you to know the size of the
inflated destination buffer. The inflate() proc wraps it for convenience
on a var string type.
2014-03-29 01:14:33 +01:00
Michał Zieliński a9bc8220fd Provide zlib version explicit on Linux.
- workaround for Gentoo (#987),
- also, it's a good practice to provide ABI version in calls to dlopen,
so if zlib ever changes ABI, wrappers won't break siliently.
2014-03-13 12:04:27 +01:00
Araq 232af9de6c fixes #612 2014-02-11 16:32:02 +01:00
Araq 4ed8cec7ca case consistency: niminst 2013-12-29 03:42:20 +01:00
Dominik Picheta b753edec1d Add compressBound proc to zlib wrapper. 2013-10-13 00:41:57 +01:00
Dominik Picheta f3b4240b87 Fixed libzip path for Arch Linux. 2013-07-17 22:29:21 +01:00
Araq 651103ff32 2n attempt to fix niminst on the testing machines 2013-06-29 10:28:28 +02:00
Araq 86d64b2f5e attempt to make libzip work on the testing machines 2013-06-27 21:41:53 +02:00
Araq 6d7ad66982 attempt to use the lib.so for libzip 2013-06-27 16:34:21 +02:00
Grzegorz Adam Hankiewicz 72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Araq 4fbba0a65a changed integer promotion rules; breaks bootstrapping and lots of code 2012-07-08 21:03:47 +02:00
Andreas Rumpf 7bf98411b6 version 0.8.8 2010-03-14 01:25:25 +01:00
rumpf_a@web.de 1536415146 added missing library files 2010-03-07 23:17:37 +01:00
Andreas Rumpf b559285b78 examples/lib use the new wrappers 2010-02-28 23:04:18 +01:00
Andreas Rumpf 40ea1d0330 fixed pango/pangoutils new wrappers 2010-02-26 01:26:16 +01:00
rumpf_a@web.de 40a5d6c3b9 continued work on html/xmlparser 2010-02-14 00:29:35 +01:00
Andreas Rumpf 66a7e3d37c added tools and web dirs 2009-09-15 23:22:22 +02:00
Andreas Rumpf 4d4b3b1c04 version0.7.10 2009-06-08 08:06:25 +02:00