index
:
~bnf/sdl-wayland
master
old
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
SDL_string.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-31
Happy New Year!
Sam Lantinga
1
-1
/
+1
2011-10-31
Lots of fixes importing SDL source wholesale into a new iOS project
Sam Lantinga
1
-1
/
+1
2011-10-24
Added SDL_GetScancodeFromName() and SDL_GetKeyFromName()
Sam Lantinga
1
-1
/
+1
2011-04-08
SDL 1.3 is now under the zlib license.
Sam Lantinga
1
-19
/
+18
2011-03-25
SDL 1.3 requires a 64-bit type for the platform.
Sam Lantinga
1
-31
/
+3
2011-03-06
Fixed compiler warning
Sam Lantinga
1
-2
/
+2
2011-02-16
Fixed bug #1090 (SDL_BlitCopyOverlap() assumes memcpy() operates in order)
Sam Lantinga
1
-32
/
+52
2011-02-11
Happy 2011! :)
Sam Lantinga
1
-1
/
+1
2011-01-22
Fixed size_t warnings on 64-bit build
Sam Lantinga
1
-1
/
+1
2010-08-03
Added SDL_wcslcpy and SDL_wcslcat.
dewyatt
1
-0
/
+27
2010-07-13
Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.
dewyatt
1
-0
/
+47
2010-01-24
Fixed bug #926
Sam Lantinga
1
-1
/
+1
2009-09-05
Fixed issues building 64-bit Windows binary
Sam Lantinga
1
-1
/
+1
2008-12-08
Updated copyright date
Sam Lantinga
1
-1
/
+1
2007-06-14
make indent
Sam Lantinga
1
-3
/
+4
2007-06-04
Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.
Ryan C. Gordon
1
-2
/
+2
2007-02-15
Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.
Ryan C. Gordon
1
-17
/
+17
2006-07-19
Implemented blend modes in the D3D renderer
Sam Lantinga
1
-0
/
+4
2006-07-14
More of the Direct3D renderer is implemented, I'm not sure why it's not showi...
Sam Lantinga
1
-1
/
+1
2006-07-13
Removed libc dependency on Windows again, to fix building with Visual C++ 200...
Sam Lantinga
1
-0
/
+12
2006-07-10
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sam Lantinga
1
-461
/
+544
2006-06-20
Fixed bug #251
Sam Lantinga
1
-4
/
+36
2006-05-11
Fixed some bugs in string handling
Sam Lantinga
1
-12
/
+15
2006-03-13
Added _strnicmp support
Sam Lantinga
1
-1
/
+1
2006-03-13
Win32 fixes
Sam Lantinga
1
-1
/
+1
2006-03-13
Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
Sam Lantinga
1
-2
/
+20
2006-03-01
Fixed a bunch of 64-bit compatibility problems
Sam Lantinga
1
-5
/
+64
2006-02-21
Use consistent identifiers for the various platforms we support.
Sam Lantinga
1
-1
/
+1
2006-02-19
Use only safe string functions
Sam Lantinga
1
-23
/
+22
2006-02-10
More header massaging... works great on Windows. ;-)
Sam Lantinga
1
-5
/
+5
2006-02-09
Fixed build problem with SDL_string.c
Sam Lantinga
1
-23
/
+20
2006-02-07
*** empty log message ***
Sam Lantinga
1
-1
/
+1
2006-02-07
Configure dynamically generates SDL_config.h
Sam Lantinga
1
-1
/
+28
2006-02-07
Removed uses of stdlib.h and string.h
Sam Lantinga
1
-2
/
+7
2006-02-07
Use SDL_ prefixed versions of C library functions.
Sam Lantinga
1
-18
/
+18
2006-02-06
It's now possible to build SDL without any C runtime at all on Windows,
Sam Lantinga
1
-0
/
+1108