summaryrefslogtreecommitdiff
path: root/src/SDL_error.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-07-17Fixed SDL_SetError() by making NULL fmt a no-op, update test automationAndreas Schiffler1-0/+3
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-16/+15
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-07Added a simple log message APISam Lantinga1-11/+2
2011-01-12Added an extra line for consistencySam Lantinga1-0/+1
2011-01-12Added SDL errors to the Android log stream if DEBUG_ERROR is definedSam Lantinga1-0/+7
2010-08-29While you can actually write to the error buffer, conceptually it's read-only.Sam Lantinga1-2/+2
2010-07-29Documentation updatesSam Lantinga1-2/+1
2010-07-28Merged Sunny's XRender changes from SDL-gsoc2010_xrenderSam Lantinga1-0/+2
2010-07-19Respect environment variables.Sunny Sachanandani1-1/+1
2010-07-18Start experimental branch for client-side rasterization.Sunny Sachanandani1-0/+2
2010-06-26Mostly cleaned up warnings with -Wmissing-prototypesSam Lantinga1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-09-26Fixed bug #765Sam Lantinga1-0/+3
2009-01-10Reverted Bob's indent checkinSam Lantinga1-2/+2
2009-01-09I ran a global "make indent" it modified the following files.Bob Pendleton1-2/+2
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-27Final merge of Google Summer of Code 2008 work...Sam Lantinga1-2/+2
2006-10-17Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon1-0/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-164/+181
2006-05-17Updated RPM spec file with License keywordSam Lantinga1-1/+1
2006-05-12Fixed signed/unsigned issuesSam Lantinga1-1/+1
2006-05-11Fixed some bugs in string handlingSam Lantinga1-122/+37
2006-03-24Fixed some ultra-pedantic gcc warningsSam Lantinga1-3/+3
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-0/+1
2006-02-19Use only safe string functionsSam Lantinga1-6/+3
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga1-7/+6
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-3/+0
2006-02-07Removed uses of stdlib.h and string.hSam Lantinga1-1/+1
2006-02-07Use SDL_ prefixed versions of C library functions.Sam Lantinga1-12/+12
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-19/+5
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2005-11-17Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),Ryan C. Gordon1-2/+4
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1
2001-12-14Updated the source with the correct e-mail addressSam Lantinga1-1/+1
2001-04-26Changes since SDL 1.2.0 releaseSam Lantinga1-0/+6
2001-04-26Initial revisionSam Lantinga1-0/+340