summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* "fixes" needed because ure/source/unorc is now expanded at configure timeTor Lillqvist2014-09-121-0/+1
* Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist2014-08-262-4/+36
* Adapt to sal/log.hxxStephan Bergmann2014-07-221-23/+7
* bool improvementsStephan Bergmann2014-07-229-16/+16
* Fix order of function pointersStephan Bergmann2014-06-021-2/+2
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-3/+1
* 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
* Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist2013-10-091-1/+1
* Use assertions to ensure proper use of the osl command line arg APITor Lillqvist2013-10-091-6/+2
* Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist2013-10-091-10/+1
* CID#982700 silence coverityCaolán McNamara2013-10-081-2/+6
* Don't ignore -env: command line parameters in some casesTor Lillqvist2013-10-081-1/+10
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-9/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-15/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-18/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-2/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-8/+0
* sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPUMichael Stahl2013-10-012-284/+12
* API CHANGE: Remove osl_getEthernetAddress and osl/util.h .Arnaud Versini2013-09-307-375/+149
* Clean up rtl/character.hxxStephan Bergmann2013-09-301-32/+19