index
:
Project-1CE/external_libpng
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pngerror.c
Age
Commit message (
Expand
)
Author
2018-08-18
Remove top-level const from function-scope variables
Cosmin Truta
2018-08-18
Replace the remaining uses of PNG_CONST with const
Cosmin Truta
2018-07-28
Remove the "last changed" version information from source comments
Cosmin Truta
2017-07-27
[libpng16] Imported from libpng-1.6.31.tar
Glenn Randers-Pehrson
2017-07-11
[libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that
John Bowler
2016-10-19
[libpng16] Imported from libpng-1.6.26.tar
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-08-03
[libpng16] Imported from libpng-1.6.24.tar
Glenn Randers-Pehrson
2016-07-15
[libpng16] Fixed more indentation
Glenn Randers-Pehrson
2016-07-13
[libpng16] Update "last changed" dates
Glenn Randers-Pehrson
2016-07-13
[libpng16] Fixed some indentation to comply with our coding style.
Glenn Randers-Pehrson
2016-06-01
[libpng16] Added missing ")" in pngerror.c (Matt Sarrett).
Glenn Randers-Pehrson
2015-12-13
[libpng16] Update copyright uears in source files.
Glenn Randers-Pehrson
2015-11-24
[libpng16] Imported from libpng-1.6.20beta03.tar
Glenn Randers-Pehrson
2014-11-20
[libpng16] Imported from libpng-1.6.15.tar
Glenn Randers-Pehrson
2014-11-06
[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...
Glenn Randers-Pehrson
2014-10-31
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
Glenn Randers-Pehrson
2014-08-21
[libpng16] Imported from libpng-1.6.13.tar
Glenn Randers-Pehrson
2014-07-04
[libpng16] Imported from libpng-1.6.13beta01.tar
Glenn Randers-Pehrson
2014-06-24
[libpng16] Fixed clang no-warning builds: png_digit was defined but never used.
John Bowler
2014-06-11
[libpng16] Bump version to 1.6.13beta01
Glenn Randers-Pehrson
2014-06-11
[libpng16] Imported from libpng-1.6.12.tar
Glenn Randers-Pehrson
2014-06-06
[libpng16] Bump version to 1.6.12beta01
Glenn Randers-Pehrson
2014-06-05
[libpng16] Imported from libpng-1.6.11.tar
Glenn Randers-Pehrson
2014-03-22
[libpng16] Silence 'unused parameter' build warnings (Cosmin).
Cosmin Truta
2014-03-08
[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.
Glenn Randers-Pehrson
2014-03-06
[libpng16] Bump version to 1.6.11beta01
Glenn Randers-Pehrson
2014-03-06
[libpng16] Imported from libpng-1.6.10.tar
Glenn Randers-Pehrson
2014-02-09
[libpng16] Imported from libpng-1.6.10beta01.tar
Glenn Randers-Pehrson
2014-02-06
[libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.
John Bowler
2013-12-28
[libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.c
Glenn Randers-Pehrson
2013-12-19
[libpng16] Imported from libpng-1.6.8.tar
Glenn Randers-Pehrson
2013-11-22
[libpng16] Updated "last changed" dates
John Bowler
2013-11-22
[libpng16] Fixed 'minimal' builds. Various obviously useful minimal
Glenn Randers-Pehrson
2013-03-27
[libpng16] Imported from libpng-1.6.1.tar
Glenn Randers-Pehrson
2013-03-02
[libpng16] Bump version to 1.6.1beta05
Glenn Randers-Pehrson
2013-03-01
[libpng16] Imported from libpng-1.6.0beta05.tar
Glenn Randers-Pehrson
2013-02-18
[libpng16] Imported from libpng-1.6.1beta02.tar
Glenn Randers-Pehrson
2013-02-17
[libpng16] Use parentheses consistently in "#if defined()" tests.
Glenn Randers-Pehrson
2013-02-17
[libpng16] Use parentheses consistently in "#if defined()" tests.
Glenn Randers-Pehrson
2013-02-13
[libpng16] Imported from libpng-1.6.0.tar
Glenn Randers-Pehrson
2013-01-01
[libpng16] Updated copyright year to 2013 in newly-changed files
Glenn Randers-Pehrson
2012-12-09
[libpng16] Use "FALL THROUGH" comment consistently in switch statements.
Glenn Randers-Pehrson
2012-10-25
[libpng16] Changed ICC profile support to allow use of an external color
John Bowler
2012-08-25
[libpng16] Cleaned up and corrected ICC profile handling.
John Bowler
2012-08-17
[libpng16] Bump version to 1.6.0beta28
Glenn Randers-Pehrson
2012-08-16
[libpng16] Folded long lines and fixed some grammar.
Glenn Randers-Pehrson
2012-08-10
[libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the
Glenn Randers-Pehrson
2012-08-09
[libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.
Glenn Randers-Pehrson
2012-03-18
[ibpng16] Added application error reporting and added chunk names to read
John Bowler
[next]