summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2014-03-19loplugin:passstringbyrefStephan Bergmann1-2/+2
2014-03-07coverity#705404: Argument cannot be negativeNorbert Thiebaud1-5/+7
2014-03-07coverity#705824 Dereference before null checkCaolán McNamara1-2/+1
2014-03-06Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist1-20/+0
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann1-1/+5
2014-03-06coverity#1190347 check rename(3) return valueStephan Bergmann1-11/+5
2014-03-05Bin unused global variableTor Lillqvist1-3/+0
2014-03-05Use the AppleLanguages preference instead of AppleLocale on OS X and iOSTor Lillqvist1-2/+2
2014-03-04coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann1-9/+4
2014-03-04sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann1-6/+6
2014-03-03coverity#706154: Dest buffer too smallNorbert Thiebaud1-3/+3
2014-03-01fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz1-2/+10
2014-03-01Remove visual noise from salAlexander Wilms7-152/+152
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann1-3/+10
2014-02-28Android does not have posix_memalign()Tor Lillqvist1-0/+7
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2-0/+50
2014-02-24Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken1-4/+61
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21loplugin:literaltoboolconversionStephan Bergmann1-7/+7
2014-02-17sal: sal_Bool -> boolStephan Bergmann6-29/+24
2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara1-0/+5
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28coverity#440521 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440520 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440519 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440517 Dereference before null checkCaolán McNamara1-2/+1
2014-01-25coverity#440167 Dereference after null checkNorbert Thiebaud1-9/+7
2014-01-13Handle osl_createThread failureStephan Bergmann1-2/+7
2014-01-10Use boolStephan Bergmann1-4/+4
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl1-3/+2
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl3-43/+12
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist1-6/+0
2013-12-21Print file and not pointer value in SAL_INFOTor Lillqvist1-2/+4
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19Fix crash on AndroidTor Lillqvist1-6/+2
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-3/+0
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-5/+0
2013-12-04HINSTANCE vs. HMODULE clean upStephan Bergmann1-26/+19
2013-12-02Drop duplicate #includeTakeshi Abe1-2/+0
2013-11-26No need for additional << overload hereStephan Bergmann1-7/+0
2013-11-25WaE: C4100: 'pExcPtrs' : unreferenced formal parameterTor Lillqvist1-1/+1
2013-11-25Related: #i123747# ignore single step and breakpoint SEH eventsHerbert Dürr1-4/+7
2013-11-25Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr1-0/+41
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-3/+3
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold6-10/+0
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+2
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2