summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
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