Thread overview
[Issue 14799] Documentation for std.zlib.compress is incorrect
Sep 01, 2015
Vladimir Panteleev
July 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14799

--- Comment #1 from briancschott@gmail.com ---
Correction: The valid values are -1 through 9 (inclusive). -1 is Z_DEFAULT_COMPRESSION, which is -1. This -1 gets translated to 6 inside the C library.

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14799

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |thecybershadow@gmail.com

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/3618

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14799

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/07422ed9a6a1f0d0c48acdb75fd1f9a8e0cd36a5 fix Issue 14799 - Documentation for std.zlib.compress is incorrect

https://github.com/D-Programming-Language/phobos/commit/5f165ae4eeac55b909ab2a10feda1434c7c40b74 Merge pull request #3618 from CyberShadow/pull-20150901-053959

fix Issue 14799 - Documentation for std.zlib.compress is incorrect

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14799

github-bugzilla@puremagic.com changed:

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

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14799

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/07422ed9a6a1f0d0c48acdb75fd1f9a8e0cd36a5 fix Issue 14799 - Documentation for std.zlib.compress is incorrect

https://github.com/D-Programming-Language/phobos/commit/5f165ae4eeac55b909ab2a10feda1434c7c40b74 Merge pull request #3618 from CyberShadow/pull-20150901-053959

--