summaryrefslogtreecommitdiff
path: root/src/stdlib/SDL_string.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-1/+1
2011-10-24Added SDL_GetScancodeFromName() and SDL_GetKeyFromName()Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-25SDL 1.3 requires a 64-bit type for the platform.Sam Lantinga1-31/+3
2011-03-06Fixed compiler warningSam Lantinga1-2/+2
2011-02-16Fixed bug #1090 (SDL_BlitCopyOverlap() assumes memcpy() operates in order)Sam Lantinga1-32/+52
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-22Fixed size_t warnings on 64-bit buildSam Lantinga1-1/+1
2010-08-03Added SDL_wcslcpy and SDL_wcslcat.dewyatt1-0/+27
2010-07-13Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.dewyatt1-0/+47
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-09-05Fixed issues building 64-bit Windows binarySam Lantinga1-1/+1
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2007-06-14make indentSam Lantinga1-3/+4
2007-06-04Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.Ryan C. Gordon1-2/+2
2007-02-15Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.Ryan C. Gordon1-17/+17
2006-07-19Implemented blend modes in the D3D rendererSam Lantinga1-0/+4
2006-07-14More of the Direct3D renderer is implemented, I'm not sure why it's not showi...Sam Lantinga1-1/+1
2006-07-13Removed libc dependency on Windows again, to fix building with Visual C++ 200...Sam Lantinga1-0/+12
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-461/+544
2006-06-20Fixed bug #251Sam Lantinga1-4/+36
2006-05-11Fixed some bugs in string handlingSam Lantinga1-12/+15
2006-03-13Added _strnicmp supportSam Lantinga1-1/+1
2006-03-13Win32 fixesSam Lantinga1-1/+1
2006-03-13Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capabilitySam Lantinga1-2/+20
2006-03-01Fixed a bunch of 64-bit compatibility problemsSam Lantinga1-5/+64
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-1/+1
2006-02-19Use only safe string functionsSam Lantinga1-23/+22
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-5/+5
2006-02-09Fixed build problem with SDL_string.cSam Lantinga1-23/+20
2006-02-07*** empty log message ***Sam Lantinga1-1/+1
2006-02-07Configure dynamically generates SDL_config.hSam Lantinga1-1/+28
2006-02-07Removed uses of stdlib.h and string.hSam Lantinga1-2/+7
2006-02-07Use SDL_ prefixed versions of C library functions.Sam Lantinga1-18/+18
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-0/+1108