summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann
2012-09-12Simplify osl_searchPath_implStephan Bergmann
2012-09-11no ascii >127 chars in string literalsLuboš Luňák
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan
2012-09-11Missing "include"Stephan Bergmann
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan
2012-09-07use new file header, this is actually a new fileLuboš Luňák
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-09-05Detach thread before returning from android_main()Tor Lillqvist
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara
2012-08-27Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim
2012-08-25Perhaps this will fix the windows build?Kohei Yoshida
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann
2012-08-21mingw doesn't know __uuidofLuboš Luňák
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann
2012-08-17Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann
2012-08-14Remove some dead assignements in sal/cipher.cxxOlivier Hallot
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-14-Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-07Refactor expandMacros somewhat...Stephan Bergmann
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist
2012-08-06android: expose dummy JNI gnustl patching method for x86Michael Meeks
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist
2012-07-30WaE: comparison is always false due to limited range of data typeTor Lillqvist
2012-07-30Work around isfinite crack with NDK r8b and the 4.6 toolchainTor Lillqvist
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
2012-07-25weak symbols don't link on macosxCaolán McNamara
2012-07-25make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara
2012-07-23Don't use a mutex for gethostbyname_r on Mac OS XArnaud Versini
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann
2012-07-20android: x86 porting work.Michael Meeks
2012-07-20saltextenc.map is unncessaryStephan Bergmann
2012-07-16Fix "Same expression on both sides of '|'"Julien Nabet
2012-07-16echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-07-16fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks
2012-07-16Confusing behavior of cmopareToAscii overloadsStephan Bergmann
2012-07-14simplify include guardsThomas Arnhold
2012-07-14Let's check struct var != NULL before initializing its attributesJulien Nabet