summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* TyposJulien Nabet2013-12-231-1/+1
* Print file and not pointer value in SAL_INFOTor Lillqvist2013-12-211-2/+4
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-202-9/+9
* typo fixesAndras Timar2013-12-202-2/+2
* Fix crash on AndroidTor Lillqvist2013-12-191-6/+2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-172-5/+0
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-3/+3
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-15/+0
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-131-5/+0
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* HINSTANCE vs. HMODULE clean upStephan Bergmann2013-12-041-26/+19
* Drop duplicate #includeTakeshi Abe2013-12-029-10/+0
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-2723-113/+113
* 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
* this script talks about dmake. it must be out of its mind!Bjoern Michaelsen2013-11-241-488/+0
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-5/+4
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-207-10/+4
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-202-5/+5
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-3/+3
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* Use rtl::StaticStephan Bergmann2013-11-141-120/+97
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-114/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-14/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-3/+2
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-143-6/+6
* document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2013-11-122-22/+29
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* Name threads for debug purposeArnaud Versini2013-11-071-0/+2
* fdo#42783: remove CPU variable from environmentMichael Stahl2013-11-071-1/+1
* windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold2013-11-051-6/+0
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-6/+6
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-314-10/+7
* Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara2013-10-281-6/+6
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-4/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-224-6/+6
* fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann2013-10-172-0/+10
* resolved fdo#70319 exponent must be followed by at least one digitEike Rathke2013-10-142-0/+18
* lo_dlcall_argc_argv() is unusedTor Lillqvist2013-10-131-12/+0
* sal: fix osl_setCommandArgs() on WNTMichael Stahl2013-10-101-3/+6
* Adapt to C90Stephan Bergmann2013-10-101-1/+3
* sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl2013-10-102-7/+20
* Remove support for undocumented SOLAR_USER_RTL_TEXTENCODING env varStephan Bergmann2013-10-102-17/+2
* Fail fast at least in debug buildsStephan Bergmann2013-10-091-1/+1
* pyuno: set up fake command line in getComponentContext()Michael Stahl2013-10-091-1/+1