summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Put stubs for removed functionality into compat.cxxStephan Bergmann2012-12-061-20/+19
* replace #pragma weak with __attribute__((weak))Luboš Luňák2012-12-041-6/+3
* Fixup: putting back dummy methods for removed semaphoreThorsten Behrens2012-12-041-0/+43
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-045-325/+0
* Remove useless getpid implementation on Linux.Arnaud Versini2012-12-011-34/+0
* Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann2012-11-271-5/+5
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-211-20/+4
* fix sal buildCaolán McNamara2012-11-211-2/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2156-1318/+805
* Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2012-11-212-82/+132
* mingwport34: i#117493: mingw port of i109096tono2012-11-211-1/+1
* WaE: -Wempty-bodyCaolán McNamara2012-11-201-3/+4
* Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann2012-11-152-2/+0
* WaE: C-linkage specified, but returns user-defined typeTor Lillqvist2012-11-121-4/+1
* Cleanup and simplification of process.cxxArnaud Versini2012-10-251-92/+18
* More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza2012-10-171-31/+0
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-132-23/+23
* When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist2012-10-072-8/+13
* Remove internal usage of rtl/memory.h in sal moduleArnaud Versini2012-10-011-1/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-256-13/+13
* Include header with prototypes of defined functionsStephan Bergmann2012-09-172-4/+6
* export sal init and deinit functionsDavid Tardon2012-09-162-4/+4
* Include saldllapi.h explicitly where neededStephan Bergmann2012-09-153-6/+6
* Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2012-09-142-3/+3
* remove use of SAL_MIN() macroNorbert Thiebaud2012-09-142-2/+2
* WaE: unused parameter 'uFlags'Tor Lillqvist2012-09-121-0/+1
* Work around some potential problems with thread-unsafe getenvStephan Bergmann2012-09-124-27/+42
* diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann2012-09-121-0/+0
* Simplify osl_searchPath_implStephan Bergmann2012-09-121-21/+6
* fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann2012-09-051-0/+29
* allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara2012-08-291-1/+2
* fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim2012-08-271-11/+13
* fdo#53252: _toupper is unreliableStephan Bergmann2012-08-201-1/+1
* -Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann2012-08-151-3/+3
* sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl2012-08-032-4/+6
* WaE: comparison is always false due to limited range of data typeTor Lillqvist2012-07-301-2/+2
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-272-4/+7
* weak symbols don't link on macosxCaolán McNamara2012-07-251-1/+2
* make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara2012-07-251-0/+17
* Don't use a mutex for gethostbyname_r on Mac OS XArnaud Versini2012-07-231-5/+20
* Fix "Same expression on both sides of '|'"Julien Nabet2012-07-161-1/+1
* Let's check struct var != NULL before initializing its attributesJulien Nabet2012-07-141-4/+5
* single cpu detection: remove 'defined(__SUNPRO_C)' requirementPierre-Eric Pelloux-Prayer2012-07-101-1/+1
* coverity: protect against buffer overflowDavid Tardon2012-07-031-0/+3
* coverity: ensure the string is null-terminatedDavid Tardon2012-07-031-3/+3
* Remove unused definesThomas Arnhold2012-07-022-6/+0
* Remove include guardsThomas Arnhold2012-06-294-44/+3
* Remove some more include guardsThomas Arnhold2012-06-291-16/+1
* Remove unused definesThomas Arnhold2012-06-251-3/+0
* re-base on ALv2 code.Michael Meeks2012-06-223-70/+42