summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2016-04-18 21:15:36 +0200
committerLode <lvandeve@gmail.com>2016-04-18 21:15:36 +0200
commit95a4f6983a153cff048c85cc4a109f8338b602c8 (patch)
treef9daf28deac6f8235eff6347a81260bc42403dc4 /lodepng.h
parent4949c6ded8e8292715db77357d9d302f45c892b2 (diff)
replace qsort with custom sort for compatibility with some platforms
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index 33f1051..ee08cea 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20160409
+LodePNG version 20160418
Copyright (c) 2005-2016 Lode Vandevenne
@@ -1607,6 +1607,7 @@ yyyymmdd.
Some changes aren't backwards compatible. Those are indicated with a (!)
symbol.
+*) 18 apr 2016: Changed qsort to custom stable sort (for platforms w/o qsort).
*) 09 apr 2016: Fixed colorkey usage detection, and better file loading (within
the limits of pure C90).
*) 08 dec 2015: Made load_file function return error if file can't be opened.