log src/stdlib/SDL_iconv.c @ 5283:a3bfe8657cde

age author description
2011-02-12 Sam Lantinga Happy 2011! :)
2009-12-11 Sam Lantinga Fixed bug #896 SDL-1.2
2009-09-26 Sam Lantinga Fixed bug #797 SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2007-07-12 Sam Lantinga Ryan's fix is still good for the built-in version of iconv_open() SDL-1.2
2007-07-12 Sam Lantinga Fixed iconv handling on Solaris 11 SDL-1.2
2007-07-12 Sam Lantinga Fixed bug #455 SDL-1.2
2007-07-04 Sam Lantinga Fixed bug #447 SDL-1.2
2007-07-04 Sam Lantinga Fixed bug #349 SDL-1.2
2007-06-28 Sam Lantinga iconv() doesn't write to the data, just make compilers happy SDL-1.2
2007-06-28 Sam Lantinga Whoops, need to actually copy inbuf SDL-1.2
2007-06-28 Sam Lantinga Okay, apparently the newer standard specifies char** for the inbuf SDL-1.2
2007-06-28 Sam Lantinga Better fix for bug 419 SDL-1.2
2007-02-16 Ryan C. Gordon Minor const correctness patch to SDL_iconv. SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2009-12-11 Sam Lantinga Fixed bug #896
2009-09-26 Sam Lantinga Fixed bug #797
2008-12-08 Sam Lantinga Updated copyright date
2007-07-12 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
2007-07-12 Sam Lantinga Whoops, needed to remove the other version of getlocale()
2007-07-12 Sam Lantinga Fixed bug #455
2007-07-04 Sam Lantinga Fix for bug #447 merged from SDL 1.2
2007-07-04 Sam Lantinga Fixed bug #349
2007-06-28 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
2007-06-28 Sam Lantinga Merge iconv const changes from 1.2
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-17 Sam Lantinga Fixed uninitialized variable warnings
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-03-13 Sam Lantinga RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga Win32 fixes
2006-03-13 Sam Lantinga props yo
2006-03-13 Sam Lantinga UTF-32 by definition can't handle characters higher than 0x10FFFF
2006-03-13 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability