log src/stdlib/SDL_iconv.c @ 5267:b530ef003506

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Fri, 11 Dec 2009 08:00:57 +0000 Sam Lantinga Fixed bug #896 SDL-1.2
Sat, 26 Sep 2009 10:37:28 +0000 Sam Lantinga Fixed bug #797 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Thu, 12 Jul 2007 08:04:10 +0000 Sam Lantinga Ryan's fix is still good for the built-in version of iconv_open() SDL-1.2
Thu, 12 Jul 2007 07:47:29 +0000 Sam Lantinga Fixed iconv handling on Solaris 11 SDL-1.2
Thu, 12 Jul 2007 07:29:19 +0000 Sam Lantinga Fixed bug #455 SDL-1.2
Wed, 04 Jul 2007 07:54:06 +0000 Sam Lantinga Fixed bug #447 SDL-1.2
Wed, 04 Jul 2007 04:27:47 +0000 Sam Lantinga Fixed bug #349 SDL-1.2
Thu, 28 Jun 2007 08:33:59 +0000 Sam Lantinga iconv() doesn't write to the data, just make compilers happy SDL-1.2
Thu, 28 Jun 2007 06:53:09 +0000 Sam Lantinga Whoops, need to actually copy inbuf SDL-1.2
Thu, 28 Jun 2007 06:47:35 +0000 Sam Lantinga Okay, apparently the newer standard specifies char** for the inbuf SDL-1.2
Thu, 28 Jun 2007 05:35:50 +0000 Sam Lantinga Better fix for bug 419 SDL-1.2
Fri, 16 Feb 2007 03:50:42 +0000 Ryan C. Gordon Minor const correctness patch to SDL_iconv. SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Fri, 11 Dec 2009 08:03:43 +0000 Sam Lantinga Fixed bug #896
Sat, 26 Sep 2009 10:36:55 +0000 Sam Lantinga Fixed bug #797
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Thu, 12 Jul 2007 08:07:30 +0000 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
Thu, 12 Jul 2007 07:55:18 +0000 Sam Lantinga Whoops, needed to remove the other version of getlocale()
Thu, 12 Jul 2007 07:52:50 +0000 Sam Lantinga Fixed bug #455
Wed, 04 Jul 2007 08:01:04 +0000 Sam Lantinga Fix for bug #447 merged from SDL 1.2
Wed, 04 Jul 2007 07:08:16 +0000 Sam Lantinga Fixed bug #349
Thu, 28 Jun 2007 08:35:35 +0000 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
Thu, 28 Jun 2007 06:57:08 +0000 Sam Lantinga Merge iconv const changes from 1.2
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Wed, 17 May 2006 15:08:46 +0000 Sam Lantinga Fixed uninitialized variable warnings
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 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
Mon, 13 Mar 2006 17:25:44 +0000 Sam Lantinga RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)
Mon, 13 Mar 2006 02:26:47 +0000 Sam Lantinga *** empty log message ***
Mon, 13 Mar 2006 02:06:33 +0000 Sam Lantinga Win32 fixes
Mon, 13 Mar 2006 01:17:22 +0000 Sam Lantinga props yo
Mon, 13 Mar 2006 01:16:16 +0000 Sam Lantinga UTF-32 by definition can't handle characters higher than 0x10FFFF
Mon, 13 Mar 2006 01:08:00 +0000 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability