summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-0/+4
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl1-1/+1
2013-09-17Revert "fix-linkoo.diff: Fix linkoo to work again."Matúš Kukan1-31/+1
2013-09-12WaE: unused variable suToken, aEmpty, aEmpty2.Andrzej J.R. Hunt1-3/+3
2013-09-11CID#707531 silence coverityCaolán McNamara1-0/+4
2013-09-11-Werror,-WformatStephan Bergmann1-1/+1
2013-09-11fdo#39625 Make existing cppunittests workJelle van der Waa3-15/+36
2013-09-11typo fix: wether -> whetherAndras Timar1-1/+1
2013-09-11-Werror,-WformatStephan Bergmann2-2/+2
2013-09-11sal: fdo#39625 Make existing cppunittests workJelle van der Waa5-159/+172
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane1-14/+6
2013-09-05update pchThomas Arnhold1-0/+3
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 Lillqvist4-4/+15
2013-09-02MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud1-6/+6
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist2-7/+7
2013-08-30WaE: possible loss of dataTor Lillqvist1-2/+2
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann1-1/+2
2013-08-26Use strncmp()Tor Lillqvist1-2/+1
2013-08-26Be careful not to access a string out of boundsTor Lillqvist1-1/+2
2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist1-0/+27
2013-08-25TypoTor Lillqvist1-2/+2
2013-08-25More work on a sandboxed LibreOffice on OS XTor Lillqvist3-15/+50
2013-08-25Switch from OSL_TRACE to SAL_INFO()Tor Lillqvist1-52/+27
2013-08-25Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist5-62/+144
2013-08-24A slash is a slash, a dot is a dotTor Lillqvist1-25/+21
2013-08-24Bin "temporary hack" code that has been commented-out since 2002Tor Lillqvist1-10/+0
2013-08-24Simplify osl_getSystemPathFromFileURL_Ex()Tor Lillqvist4-18/+11
2013-08-24Remove function that has been commented-out since 2000Tor Lillqvist1-33/+0
2013-08-24Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist12-742/+400
2013-08-24Bin line of code commented out since 2009Tor Lillqvist1-1/+0
2013-08-23Bypass the alias resolving completely when sandboxedTor Lillqvist1-6/+7