summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold6-10/+0
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+2
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
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-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-01sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPUMichael Stahl2-284/+12
2013-09-30API CHANGE: Remove osl_getEthernetAddress and osl/util.h .Arnaud Versini6-373/+149
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-17Revert "fix-linkoo.diff: Fix linkoo to work again."Matúš Kukan1-31/+1
2013-09-11CID#707531 silence coverityCaolán McNamara1-0/+4
2013-09-11typo fix: wether -> whetherAndras Timar1-1/+1
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane1-14/+6
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 Lillqvist3-2/+3
2013-08-30WaE: possible loss of dataTor Lillqvist1-2/+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
2013-08-23Make our File>Recent Documents work better when sandboxedTor Lillqvist1-3/+47
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist1-1/+3
2013-08-15Mark as constTakeshi Abe1-8/+8
2013-08-02CFErrorRef is apparently not always initialized by the calleeNorbert Thiebaud1-2/+5
2013-08-02No self-execing when HAVE_FEATURE_MACOSX_SANDBOX so no need to close fdsTor Lillqvist1-7/+9
2013-07-31Fix memory leak in osl_getSystemPathFromFileURL.Mark Wielaard1-1/+2
2013-07-30Be a bit more lax when resolving bookmarks when sandboxedTor Lillqvist1-0/+14
2013-07-29Avoid crash on OS X: guarded fd exceptionTor Lillqvist1-1/+4
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+4
2013-07-22Fix file_path_helper FPH_LOCAL_DIR_ENTRY.Mark Wielaard1-1/+1