summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
2014-12-17Fix 32-bit buildsStephan Bergmann
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-17Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist
2014-12-16sal: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12sal: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann
2014-12-05[API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl
2014-12-04Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann
2014-12-02-Werror,-Wkeyword-macroStephan Bergmann
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann
2014-11-26Needless indirectionStephan Bergmann
2014-11-25Adapt some logs and assertionsStephan Bergmann
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann
2014-11-24typo: unknownAndras Timar
2014-11-23Erm, setenv, not putenvStephan Bergmann
2014-11-21Silence false cid#1255391 TOCTOU warningStephan Bergmann
2014-11-21cid#1209049: Unchecked return valueStephan Bergmann
2014-11-21cid#1255386: Unchecked return valueStephan Bergmann
2014-11-20osl_getVolumeInformation: only stat if necessaryStephan Bergmann
2014-11-20sal: fix build with clang and --enable-crashdumpMichael Stahl
2014-11-20At least old Mac OS X does not know AT_FDCWDStephan Bergmann
2014-11-20Let attemptChangeMetadata work on symlink itselfStephan Bergmann
2014-11-20fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann
2014-11-20len cannot be <= 1 hereStephan Bergmann
2014-11-20Needless assignment len -> nStephan Bergmann
2014-11-20Remove comment junkStephan Bergmann
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann
2014-11-20Unused return valueStephan Bergmann
2014-11-20sal: fix --enable-crashdump build in new C++ world orderMichael Stahl
2014-11-19Blind fix for AndroidStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19Remove obsolete osl_searchPath_implStephan Bergmann
2014-11-19Fold file_path_helper.h into file_path_helper.hxxStephan Bergmann
2014-11-19signal.c -> signal.cxxStephan Bergmann
2014-11-19HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann
2014-11-19Revert "-Werror,-Wc++11-compat-deprecated-writable-strings"Stephan Bergmann
2014-11-19-Werror,-Wc++11-compat-deprecated-writable-stringsStephan Bergmann
2014-11-19ISO C++11 does not allow conversion from string literal to 'char *'Tor Lillqvist