1. 01 1月, 2017 1 次提交
  2. 31 12月, 2016 1 次提交
  3. 30 10月, 2016 1 次提交
  4. 11 7月, 2016 1 次提交
  5. 25 8月, 2013 1 次提交
  6. 04 8月, 2013 1 次提交
  7. 03 5月, 2013 1 次提交
  8. 29 4月, 2013 4 次提交
  9. 14 4月, 2013 2 次提交
  10. 13 4月, 2013 1 次提交
  11. 25 3月, 2013 1 次提交
  12. 24 3月, 2013 2 次提交
  13. 23 3月, 2013 1 次提交
  14. 24 2月, 2013 4 次提交
  15. 22 1月, 2013 1 次提交
  16. 25 10月, 2012 2 次提交
  17. 13 8月, 2012 1 次提交
    • M
      Clean up the usage of z_const and respect const usage within zlib. · 62d6112a
      Mark Adler 提交于
      This patch allows zlib to compile cleanly with the -Wcast-qual gcc
      warning enabled, but only if ZLIB_CONST is defined, which adds
      const to next_in and msg in z_stream and in the in_func prototype.
      A --const option is added to ./configure which adds -DZLIB_CONST
      to the compile flags, and adds -Wcast-qual to the compile flags
      when ZLIBGCCWARN is set in the environment.
      62d6112a
  18. 09 7月, 2012 2 次提交
  19. 27 5月, 2012 1 次提交
  20. 03 5月, 2012 1 次提交
  21. 27 3月, 2012 1 次提交
  22. 23 3月, 2012 1 次提交
  23. 17 3月, 2012 1 次提交
  24. 05 3月, 2012 1 次提交
  25. 19 2月, 2012 1 次提交
  26. 14 2月, 2012 1 次提交
  27. 13 2月, 2012 1 次提交
  28. 05 2月, 2012 1 次提交
  29. 02 2月, 2012 1 次提交
    • M
      Put gzflags() functionality back in zutil.c. · 55b8b5fe
      Mark Adler 提交于
      gzflags() was put in gzwrite.c in order to be compiled exactly the
      same as gzprintf(), so that it was guaranteed to return the correct
      information.  However that causes a static linkage to zlib to bring
      in many routines that are often not used.  All that is required to
      duplicate the compilation environment of gzprintf() is to include
      gzguts.h.  So that is now done in zutil.c to assure that the correct
      flags are returned.
      55b8b5fe
  30. 30 1月, 2012 1 次提交