summaryrefslogtreecommitdiff
path: root/test/testiconv.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-6/+2
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-2/+5
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Fixed compiler warnings in test programs.Philipp Wiesemann2013-07-131-1/+1
* Added missing fclose() in test program.Philipp Wiesemann2013-07-131-0/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Fix for bug #447 merged from SDL 1.2Sam Lantinga2007-07-041-2/+2
* Fixed bug #349Sam Lantinga2007-07-041-3/+7
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-57/+61
* The check for UTF-* isn't needed anymore since UTF-8 has the same code range.Sam Lantinga2006-03-141-19/+0
* Updated MacOS Classic buildSam Lantinga2006-03-131-2/+3
* UTF-32 by definition can't handle characters higher than 0x10FFFFSam Lantinga2006-03-131-3/+5
* Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capabilitySam Lantinga2006-03-131-0/+85