summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-10sal: fix osl_setCommandArgs() on WNTMichael Stahl1-3/+6
2013-10-10Adapt to C90Stephan Bergmann1-1/+3
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl2-7/+20
2013-10-10Remove support for undocumented SOLAR_USER_RTL_TEXTENCODING env varStephan Bergmann2-17/+2
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl1-1/+1
2013-10-09Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist1-1/+1
2013-10-09Use assertions to ensure proper use of the osl command line arg APITor Lillqvist1-6/+2
2013-10-01sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPUMichael Stahl2-284/+12
2013-09-30API CHANGE: Remove osl_getEthernetAddress and osl/util.h .Arnaud Versini6-373/+149
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini18-519/+10
2013-09-26malloc returns void*; must be cast to real ptr typeDavid Tardon1-1/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-17Revert "fix-linkoo.diff: Fix linkoo to work again."Matúš Kukan1-31/+1
2013-09-11CID#707531 silence coverityCaolán McNamara1-0/+4
2013-09-11typo fix: wether -> whetherAndras Timar1-1/+1
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane1-14/+6
2013-09-03dezimal -> decimalJesús Corrius1-1/+1
2013-09-03Don't compile all of the sal library as Objective-C++ on OS X after allTor Lillqvist3-2/+3
2013-08-30WaE: possible loss of dataTor Lillqvist1-2/+2
2013-08-26Use strncmp()Tor Lillqvist1-2/+1