1. 22 11月, 2010 2 次提交
    • G
      [devel] Imported from libpng-1.5.0beta55.tar · c3ed437d
      Glenn Randers-Pehrson 提交于
      c3ed437d
    • 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
  2. 21 11月, 2010 2 次提交
  3. 11 11月, 2010 1 次提交
  4. 10 11月, 2010 1 次提交
  5. 24 10月, 2010 2 次提交
  6. 23 10月, 2010 3 次提交
  7. 18 10月, 2010 6 次提交
  8. 17 10月, 2010 4 次提交
  9. 16 10月, 2010 10 次提交
  10. 14 10月, 2010 2 次提交
  11. 13 10月, 2010 5 次提交
  12. 09 10月, 2010 2 次提交