Ozkan Sezer [Sun, 22 Sep 2019 20:47:00 +0300] rev 13080
update version number in Makefile.os2 too
Sam Lantinga [Sun, 22 Sep 2019 10:37:16 -0700] rev 13079
Updated SDL development builds to version 2.0.11
Sam Lantinga [Thu, 19 Sep 2019 16:50:49 -0700] rev 13078
The PS4 is ignoring the volume values in the report, so we don't need to fill them in.
Ozkan Sezer [Sat, 14 Sep 2019 17:00:50 +0300] rev 13077
make SDL_qsort.c to actually link (missing SDL_stdinc.h include)
also sync its comments with version 1.15 from mainstream
Ozkan Sezer [Sat, 14 Sep 2019 17:00:40 +0300] rev 13076
os/2 bits for SDL_malloc.c (in case we need it some day)
Ozkan Sezer [Sat, 14 Sep 2019 17:00:02 +0300] rev 13075
updated Watcom makefiles
Sam Lantinga [Wed, 11 Sep 2019 15:08:37 -0700] rev 13074
Don't have Windows headers define min/max, in case they're defined by application code
Ozkan Sezer [Wed, 11 Sep 2019 17:23:00 +0300] rev 13073
backport fix for bug 2360 - Wrong -rpath setting includes DESTDIR
Marcus von Appen
The LT_LDFLAGS in Makefile.in contain the $(DESTDIR) in -rpath, which instructs libtool to take a wrong path into account for linking.
The issue arises, if DESTDIR is passed at build time and installation time.
-rpath only should use $(libdir) for both SDL 1.2 and SDL 2.x.
(default branch commit a153a5c6d)
Ozkan Sezer [Wed, 11 Sep 2019 17:23:00 +0300] rev 13072
backport fix for #3733 - Makefile sleeps 3s if configure is out of date
(default branch commit 946452867)
Sylvain Becker [Tue, 10 Sep 2019 17:12:34 +0200] rev 13071
Fixed bug 4798 - PNG w/transparency breaks in SDL 2.0.10 but works in SDL 2.0.9