[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2017-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/fdbf5e4a5acabf55e02f360374b0a1600c367a55
std.zlib: Add UnCompress.empty

https://github.com/dlang/phobos/commit/8e47bfc54c106b222835db3c3a37e81b52ab2f04
Merge pull request #5720 from kas-luthor/fix-zlib

Fix zlib issues 3191, 9505 and 8779
merged-on-behalf-of: MetaLang 

--


[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2017-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/fdbf5e4a5acabf55e02f360374b0a1600c367a55
std.zlib: Add UnCompress.empty

Implement std.zlib.UnCompress.empty() which returns
whether all input has been processed.

Fix issue 8779.

https://github.com/dlang/phobos/commit/8e47bfc54c106b222835db3c3a37e81b52ab2f04
Merge pull request #5720 from kas-luthor/fix-zlib

Fix zlib issues 3191, 9505 and 8779
merged-on-behalf-of: MetaLang 

--


[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2017-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2016-02-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

Andre  changed:

   What|Removed |Added

   Assignee|alver...@gmail.com  |nob...@puremagic.com

--


[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2016-02-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

Andre  changed:

   What|Removed |Added

 CC||alver...@gmail.com
   Assignee|nob...@puremagic.com|alver...@gmail.com

--


[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8779

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--