1. 10 6月, 2012 1 次提交
    • M
      On Darwin, only use /usr/bin/libtool if libtool is not Apple. · a72bcd56
      Mark Adler 提交于
      The original change was to always use /usr/bin/libtool on Darwin,
      in order to avoid using a GNU libtool installed by the user in the
      path ahead of Apple's libtool.  However someone might install a
      more recent Apple libtool ahead of /usr/bin/libtool.  This commit
      checks to see if libtool is Apple, and uses /usr/bin/libtool if it
      isn't.
      a72bcd56
  2. 04 6月, 2012 2 次提交
    • M
      f947435b
    • M
      Use _snprintf for snprinf in Microsoft C. · 25e4a3da
      Mark Adler 提交于
      More than a decade later, Microsoft C does not support the C99
      standard.  It's good that _snprintf has a different name, since it
      does not guarantee that the result is null terminated, as does
      snprintf.  However where _snprintf is used under Microsoft C, the
      destination string is assured to be long enough, so this will not
      be a problem.  This occurs in two places, both in gzlib.c.  Where
      sprintf functionality is needed by gzprintf, vsnprintf is used in
      the case of Microsoft C.
      25e4a3da
  3. 03 6月, 2012 1 次提交
  4. 27 5月, 2012 1 次提交
  5. 23 5月, 2012 1 次提交
  6. 21 5月, 2012 1 次提交
  7. 18 5月, 2012 1 次提交
  8. 04 5月, 2012 1 次提交
  9. 03 5月, 2012 4 次提交
  10. 02 5月, 2012 1 次提交
  11. 30 4月, 2012 4 次提交
  12. 23 4月, 2012 3 次提交
  13. 01 4月, 2012 1 次提交
  14. 27 3月, 2012 1 次提交
  15. 23 3月, 2012 1 次提交
  16. 19 3月, 2012 4 次提交
  17. 18 3月, 2012 3 次提交
  18. 17 3月, 2012 1 次提交
  19. 15 3月, 2012 4 次提交
  20. 14 3月, 2012 2 次提交
  21. 13 3月, 2012 2 次提交