aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alError.c
Commit message (Expand)AuthorAgeFilesLines
* Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)Chris Robinson2011-09-301-1/+1
* Use IsDebuggerPresent instead of the VC-only __try/__exceptChris Robinson2011-09-141-5/+2
* Add an option to trap context errors in a debuggerChris Robinson2011-09-101-0/+17
* Rename GetReffedContext to GetContextRefChris Robinson2011-08-301-2/+2
* Use a generic int type to handle enum swapsChris Robinson2011-08-291-2/+2
* Do a compare-exchange to set the context errorChris Robinson2011-08-291-4/+3
* Exchange the AL error when retrieving itChris Robinson2011-08-291-2/+1
* Rename Suspend/ProcessContext since they are locking a mutexChris Robinson2011-06-301-2/+2
* Don't use deprecated macrosChris Robinson2010-03-191-1/+1
* Pass the context to alSetErrorChris Robinson2010-03-161-10/+3
* More modifications and fixes for context checksChris Robinson2009-08-161-20/+17
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-4/+2
* Add missing config.h includesChris Robinson2008-01-161-0/+2
* Only set an error condition if no other error is setChris Robinson2007-11-221-7/+3
* Initial importChris Robinson2007-11-131-0/+61