summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara1-1/+2
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim1-11/+13
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann1-1/+1
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann1-3/+3
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl2-4/+6
2012-07-30WaE: comparison is always false due to limited range of data typeTor Lillqvist1-2/+2
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2-4/+7
2012-07-25weak symbols don't link on macosxCaolán McNamara1-1/+2
2012-07-25make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara1-0/+17
2012-07-23Don't use a mutex for gethostbyname_r on Mac OS XArnaud Versini1-5/+20
2012-07-16Fix "Same expression on both sides of '|'"Julien Nabet1-1/+1
2012-07-14Let's check struct var != NULL before initializing its attributesJulien Nabet1-4/+5
2012-07-10single cpu detection: remove 'defined(__SUNPRO_C)' requirementPierre-Eric Pelloux-Prayer1-1/+1
2012-07-03coverity: protect against buffer overflowDavid Tardon1-0/+3
2012-07-03coverity: ensure the string is null-terminatedDavid Tardon1-3/+3
2012-07-02Remove unused definesThomas Arnhold2-6/+0
2012-06-29Remove include guardsThomas Arnhold4-44/+3
2012-06-29Remove some more include guardsThomas Arnhold1-16/+1
2012-06-25Remove unused definesThomas Arnhold1-3/+0
2012-06-22re-base on ALv2 code.Michael Meeks3-70/+42
2012-06-21re-base on ALv2 code.Michael Meeks21-501/+312
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-20Clarify SIGHUP behaviorStephan Bergmann1-2/+1
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann1-0/+32
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud1-0/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-08targetted reversion of minor cppcheck fixMichael Meeks1-22/+2
2012-06-07The correct comment for the assembly file is "#", not "*".Lionel Dricot1-26/+26
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targetted cppcheck variable scope revertMichael Meeks1-2/+2
2012-05-30Some cppcheck cleaningJulien Nabet2-4/+0
2012-05-29Some cppcheck cleaningJulien Nabet1-1/+1
2012-05-17drop debug_oustring now that gdb pretty-printers existCaolán McNamara1-40/+0
2012-04-26improve error messageMarkus Mohrhard1-0/+2
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini1-0/+6
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini1-6/+0
2012-04-19Removed obsolete commentStephan Bergmann1-7/+0
2012-04-19clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák1-0/+16
2012-04-17More informative warning messageTor Lillqvist1-1/+1
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist1-15/+63
2012-04-04Minor tweakingsStephan Bergmann1-2/+3
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák1-3/+10
2012-03-28stray debugging lineCaolán McNamara1-1/+0
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara1-3/+42
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist1-0/+2
2012-03-22No point searching PATH on Android and iOSTor Lillqvist1-1/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-24/+12
2012-03-16sal: fix warningsMichael Stahl1-2/+2
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams1-197/+3