Dmitry Olshansky
e29c39db03
Merge pull request #4095 from WalterBright/fix15457
...
fix Issue 15457 - Symbol Undefined __lseeki64
2016-03-20 11:09:23 +04:00
Walter Bright
1b6cf80232
fix Issue 15457 - Symbol Undefined __lseeki64
2016-03-19 21:58:06 -07:00
Sebastian Wilzbach
44452a7a92
std.zlib: add documentation header example
2016-03-04 19:16:10 +02:00
Vladimir Panteleev
86cf380007
HTML fixes
2015-10-24 06:19:23 +00:00
Vladimir Panteleev
07422ed9a6
fix Issue 14799 - Documentation for std.zlib.compress is incorrect
2015-09-01 05:40:12 +00:00
Vladimir Panteleev
1156b077b6
fix Issue 14777 - 0 is not the initial value for std.zlib.adler32
2015-08-31 11:39:13 +00:00
Adam D. Ruppe
87f7af1fd5
eliminate dangerous and/or useless casts from zlib
2015-07-22 10:28:33 -04:00
Corey Porter
71a86cb797
Make descriptions more clear and stand-alone, prefer ddoc macros to manual navigation.
2015-03-27 16:07:22 -07:00
Corey Porter
0fa1358b64
more/reformatted documentation for the std.zlib.Compress class
2015-03-23 17:50:08 -07:00
Andrei Alexandrescu
4d8a213d3a
Merge pull request #3092 from cporter/doc/std-zlib-adler
...
added documentation for std.zlib.adler32
2015-03-22 22:40:38 -07:00
Andrei Alexandrescu
7280580f82
Merge pull request #3093 from cporter/doc/std-zlib-crc32
...
docs for std.zlib.crc32
2015-03-22 22:40:02 -07:00
Corey Porter
da2ba6a9d4
documentation for std.zlib.compress
2015-03-22 19:36:36 -07:00
Corey Porter
f9eec835db
docs for std.zlib.crc32
2015-03-22 18:45:02 -07:00
Corey Porter
f6a954ccbb
added documentation for std.zlib.adler32
2015-03-22 17:20:53 -07:00
Ilya Yaroshenko
cf5d056a45
std.zlib: clean imports
2014-11-14 17:15:16 +03:00
Geod24
e9fad4844a
Fix incorrect link to zlib
2014-10-15 16:14:37 +02:00
Geod24
0fb95b8c27
Usage of WEB macro for License everywhere
2014-10-15 11:30:42 +02:00
Superstar64
f79af5f018
std.zlib.crc32 and std.zlib.adler32 64-bit underflow|error when processing over 2^32 bytes of data fix
2014-09-04 14:48:35 -04:00
Andrej Mitrovic
f205f7d7c5
Replace implicit catches of Throwables with explicit catches.
2014-04-21 23:05:50 +02:00
Lionello Lunesu
b4074054ba
Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236)
2013-08-31 15:36:29 +08:00
Sönke Ludwig
a84271845b
fix Issue 8694 - (Un)Compress may cause an InvalidMemoryOperationError
...
The calls to error() are removed from the finalizers to avoid memory allocations there. The result does not matter at this point anyway since nothing can be done about it.
2012-09-19 12:14:05 +02:00
jmdavis
25df7d748b
Fix build breakage due to std.zlib changes.
2011-11-06 01:01:31 -08:00
kai
e04c1284ce
Small fixes to std.zlib.
...
1) The output was broken when running the unittest with debug=zlib.
2) If the output buffer was too small then uncompress() repeated the process with a bigger buffer. Now the buffer is simply expanded and the uncompression continued.
3) Added a unit test to check that the buffe expansion from 2) works.
2011-10-27 06:56:29 +02:00
Adam D. Ruppe
41676f693b
added flag for UnCompress too
2011-08-24 20:58:01 -04:00
adamdruppe
8b5ce4b4d3
add gzip compression support
2011-08-23 22:15:59 -03:00
Walter Bright
046e1b36db
add source links
2011-02-06 15:46:50 -08:00
Walter Bright
0b98cba9be
build break in zlib
2011-01-11 18:54:12 +00:00
Walter Bright
245b130953
fix screwed up formatting
2011-01-11 08:32:11 +00:00
Walter Bright
fd6063fb8e
fix 64 bit zip support
2011-01-11 08:17:59 +00:00
Don Clugston
84477a5d3e
Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output.
2010-11-24 19:34:47 +00:00
Andrei Alexandrescu
3f2b8c12ea
64-bit compatibility work
2010-08-22 20:55:22 +00:00
David Simcha
bfc7026ba5
Bug 3361 code in std.zlib concatenates void[] arrays (D2 fix)
2010-08-16 23:36:57 +00:00
Walter Bright
d340dab9f3
inout to ref
2009-12-19 07:46:41 +00:00
Sean Kelly
747f3cf1e4
Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules.
...
Removed std.openrj.
2009-09-16 18:19:51 +00:00
Walter Bright
8854281bb4
add assert(0) to shut compiler up
2009-08-22 21:59:12 +00:00
Andrei Alexandrescu
88698a6f03
replaced calls to rand() with calls to uniform()
2009-04-06 18:34:09 +00:00
Walter Bright
288b76bd82
rollup
2008-12-12 10:45:36 +00:00
Walter Bright
1560bce42f
fix build break
2008-07-22 22:15:27 +00:00
Brad Roberts
2f87e59d54
merge change 475 from branches/phobos-1.x to trunk -- patch from Frits van Bommel to use ubyte[] rather than void[] in std/zlib.d (bug 1557)
2007-10-28 08:48:00 +00:00
Brad Roberts
8f79f3ec35
phobos 2.003
2007-09-10 07:28:23 +00:00
Brad Roberts
de971890b0
phobos 2.000
2007-09-10 06:45:08 +00:00
Brad Roberts
612a051fd4
phobos 1.005
2007-09-10 06:00:54 +00:00
Brad Roberts
7371485bf8
phobos 0.177
2007-09-10 05:36:45 +00:00
Brad Roberts
a298690ea5
phobos 0.170
2007-09-10 05:32:20 +00:00
Brad Roberts
b76c21ccf9
phobos 0.161
2007-09-10 05:24:49 +00:00
Brad Roberts
6ca2e50261
phobos 0.160
2007-09-10 05:23:59 +00:00
Brad Roberts
d6ac036aff
phobos 0.149
2007-09-10 05:11:52 +00:00
Brad Roberts
8a43e67e9d
phobos 0.136
2007-09-10 04:52:55 +00:00
Brad Roberts
736794d4af
phobos 0.102
2007-09-10 04:13:03 +00:00
Brad Roberts
99f2734db6
phobos 0.88
2007-09-10 03:56:33 +00:00