1. 31 7月, 2010 2 次提交
  2. 30 7月, 2010 17 次提交
  3. 24 7月, 2010 3 次提交
  4. 22 7月, 2010 1 次提交
  5. 17 7月, 2010 1 次提交
  6. 12 7月, 2010 4 次提交
  7. 06 7月, 2010 2 次提交
  8. 29 6月, 2010 2 次提交
    • G
      289500ab
    • G
      [devel] Reverted changes to call png_longjmp in contrib/gregbook · 73e28ef1
      Glenn Randers-Pehrson 提交于
      where it is not appropriate.  If mainprog->jmpbuf is used by setjmp,
      then png_longjmp cannot be used.
      Reversed patch to remove error handler when the jmp_buf is stored in the
      main program structure, not the png_struct.
      The error handler is needed because the default handler in libpng will
      always use the jmp_buf in the library control structure; this is never
      set.  The gregbook code is a useful example because, even though it
      uses setjmp/longjmp, it shows how error handling can be implemented
      using control mechanisms not directly supported by libpng.  The
      technique will work correctly with mechanisms such as Microsoft
      Structure Exceptions or C++ exceptions (compiler willing - note that gcc
      does not by default support interworking of C and C++ error handling.)
      73e28ef1
  9. 27 6月, 2010 2 次提交
  10. 26 6月, 2010 6 次提交