Thread overview
[Issue 8779] std.zlib.UnCompress needs a way to detect end-of-stream
Feb 12, 2016
Andre
Feb 12, 2016
Andre
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=8779

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
February 12, 2016
https://issues.dlang.org/show_bug.cgi?id=8779

Andre <alverste@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alverste@gmail.com
           Assignee|nobody@puremagic.com        |alverste@gmail.com

--
February 12, 2016
https://issues.dlang.org/show_bug.cgi?id=8779

Andre <alverste@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|alverste@gmail.com          |nobody@puremagic.com

--
September 14, 2017
https://issues.dlang.org/show_bug.cgi?id=8779

--- Comment #1 from github-bugzilla@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 <MetaLang@users.noreply.github.com>

--
September 14, 2017
https://issues.dlang.org/show_bug.cgi?id=8779

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=8779

--- Comment #2 from github-bugzilla@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 <MetaLang@users.noreply.github.com>

--