summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold7-10/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-5/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14Use rtl::StaticStephan Bergmann1-120/+97
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-114/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-14/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin3-6/+6
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2-22/+29
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-07Name threads for debug purposeArnaud Versini1-0/+2
2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl1-1/+1
2013-11-05windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold1-6/+0
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin4-10/+7
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara1-6/+6
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-4/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist4-6/+6
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann2-0/+10
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke2-0/+18
2013-10-13lo_dlcall_argc_argv() is unusedTor Lillqvist1-12/+0
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-09Fail fast at least in debug buildsStephan Bergmann1-1/+1
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-09Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist1-10/+1
2013-10-08CID#982700 silence coverityCaolán McNamara1-2/+6
2013-10-08Don't ignore -env: command line parameters in some casesTor Lillqvist1-1/+10
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-9/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-15/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-18/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-8/+0
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 Versini7-375/+149
2013-09-30Clean up rtl/character.hxxStephan Bergmann1-32/+19
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini1-50/+19
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-22sal: rename "cppunit/cppunittester" executableMichael Stahl2-23/+5