1. 11 5月, 2011 1 次提交
  2. 09 5月, 2011 2 次提交
  3. 08 5月, 2011 3 次提交
  4. 05 5月, 2011 2 次提交
  5. 18 4月, 2011 1 次提交
  6. 17 4月, 2011 1 次提交
  7. 01 4月, 2011 1 次提交
  8. 13 2月, 2011 1 次提交
  9. 12 2月, 2011 3 次提交
  10. 03 2月, 2011 1 次提交
  11. 24 1月, 2011 1 次提交
  12. 09 1月, 2011 3 次提交
  13. 06 1月, 2011 1 次提交
  14. 04 1月, 2011 1 次提交
  15. 29 12月, 2010 1 次提交
  16. 22 11月, 2010 1 次提交
    • G
      [devel] Changes to remove gcc warnings (John Bowler) · b3edc73a
      Glenn Randers-Pehrson 提交于
      Certain optional gcc warning flags resulted in warnings in libpng code.
      With these changes only -Wconversion and -Wcast-qual cannot be turned on.
      Changes are trivial rearrangements of code.  -Wconversion is not possible
      for pngrutil.c (because of the widespread use of += et al on variables
      smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
      with pngwio.c and pngwutil.c because the 'write' callback and zlib
      compression both fail to declare their input buffers with 'const'.
      b3edc73a
  17. 16 10月, 2010 1 次提交
  18. 14 10月, 2010 1 次提交
  19. 13 10月, 2010 1 次提交
  20. 08 10月, 2010 1 次提交
  21. 05 10月, 2010 2 次提交
  22. 11 9月, 2010 1 次提交
  23. 28 8月, 2010 1 次提交
  24. 27 8月, 2010 2 次提交
  25. 26 8月, 2010 1 次提交
  26. 24 8月, 2010 1 次提交
  27. 19 8月, 2010 2 次提交
  28. 18 8月, 2010 1 次提交
    • G
      [devel]Made all API functions that have const arguments and constant string · e600c513
      Glenn Randers-Pehrson 提交于
      literal pointers declare them (John Bowler).
      Many APIs did not change their arguments but were not declared using
      PNG_CONST.  This change corrects this.  In a few cases APIs that return
      constant string literal pointers have also been changed to declare this.
      Unlike the argument change this may require app changes; however the
      results could never be written to (the app would crash on some platforms
      where strings are not writable), so this seems advisable.
      e600c513
  29. 11 8月, 2010 1 次提交