summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* coverity#705404: Argument cannot be negativeNorbert Thiebaud2014-03-071-5/+7
* coverity#705824 Dereference before null checkCaolán McNamara2014-03-071-2/+1
* Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist2014-03-061-20/+0
* coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann2014-03-061-1/+5
* coverity#1190347 check rename(3) return valueStephan Bergmann2014-03-061-11/+5
* Bin unused global variableTor Lillqvist2014-03-051-3/+0
* Use the AppleLanguages preference instead of AppleLocale on OS X and iOSTor Lillqvist2014-03-051-2/+2
* coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann2014-03-041-9/+4
* sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann2014-03-041-6/+6
* coverity#706154: Dest buffer too smallNorbert Thiebaud2014-03-031-3/+3
* fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz2014-03-011-2/+10
* Remove visual noise from salAlexander Wilms2014-03-017-152/+152
* Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann2014-02-281-3/+10
* Android does not have posix_memalign()Tor Lillqvist2014-02-281-0/+7
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-272-0/+50
* Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken2014-02-241-4/+61
* Remove unneccessary commentsAlexander Wilms2014-02-231-3/+3
* loplugin:literaltoboolconversionStephan Bergmann2014-02-211-7/+7
* sal: sal_Bool -> boolStephan Bergmann2014-02-176-29/+24
* coverity#705403 Argument cannot be negativeCaolán McNamara2014-02-061-0/+5
* bool improvementsStephan Bergmann2014-01-281-1/+1
* coverity#440521 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440520 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440519 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440517 Dereference before null checkCaolán McNamara2014-01-281-2/+1
* coverity#440167 Dereference after null checkNorbert Thiebaud2014-01-251-9/+7
* Handle osl_createThread failureStephan Bergmann2014-01-131-2/+7
* Use boolStephan Bergmann2014-01-101-4/+4
* some notes about COM threading in LO generally and winaccessibilityMichael Stahl2014-01-091-3/+2
* sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl2014-01-093-43/+12
* Bin duplicate definitions (already in file_error.h)Tor Lillqvist2014-01-091-6/+0
* Print file and not pointer value in SAL_INFOTor Lillqvist2013-12-211-2/+4
* typo fixesAndras Timar2013-12-201-1/+1
* Fix crash on AndroidTor Lillqvist2013-12-191-6/+2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-171-3/+0
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-131-5/+0
* HINSTANCE vs. HMODULE clean upStephan Bergmann2013-12-041-26/+19
* Drop duplicate #includeTakeshi Abe2013-12-021-2/+0
* No need for additional << overload hereStephan Bergmann2013-11-261-7/+0
* WaE: C4100: 'pExcPtrs' : unreferenced formal parameterTor Lillqvist2013-11-251-1/+1
* Related: #i123747# ignore single step and breakpoint SEH eventsHerbert Dürr2013-11-251-4/+7
* Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr2013-11-251-0/+41
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-3/+3
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-206-10/+0
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-2/+2
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-6/+6
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-312-2/+2
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-2/+2