summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2013-08-17Avoid crash on OS X: guarded fd exceptionTor Lillqvist1-1/+4
2013-06-10fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()Isamu Mogi1-1/+2
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann1-5/+15
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann1-20/+19
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens1-0/+43
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens5-325/+0
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini1-34/+0
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann1-5/+5
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-20/+4
2012-11-21fix sal buildCaolán McNamara1-2/+0
2012-11-21re-base on ALv2 code. Includes:Michael Meeks56-1318/+805
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2-82/+132
2012-11-21mingwport34: i#117493: mingw port of i109096tono1-1/+1
2012-11-20WaE: -Wempty-bodyCaolán McNamara1-3/+4
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann2-2/+0
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist1-4/+1
2012-10-25Cleanup and simplification of process.cxxArnaud Versini1-92/+18
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza1-31/+0
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák2-23/+23
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist2-8/+13
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini1-1/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud6-13/+13
2012-09-17Include header with prototypes of defined functionsStephan Bergmann2-4/+6
2012-09-16export sal init and deinit functionsDavid Tardon2-4/+4
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann3-6/+6
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2-3/+3
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-2/+2
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist1-0/+1
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann4-27/+42
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann1-0/+0
2012-09-12Simplify osl_searchPath_implStephan Bergmann1-21/+6
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann1-0/+29
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