summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann1-4/+2
2014-11-27Needless indirectionStephan Bergmann1-7/+2
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann2-4/+9
2014-11-20len cannot be <= 1 hereStephan Bergmann2-2/+2
2014-11-20Needless assignment len -> nStephan Bergmann1-2/+1
2014-11-20Remove comment junkStephan Bergmann2-8/+0
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann2-5/+10
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti3-3/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-3/+3
2014-11-06Early return missingStephan Bergmann1-0/+2
2014-11-06sal: it is impossible to have non-ASCII char hereMichael Stahl1-4/+1
2014-11-06sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_USMichael Stahl1-7/+12
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-5/+3
2014-11-05markup with event type not checker typeCaolán McNamara2-0/+4
2014-10-31cid#1202756 Clarify with assert that ave == 0 cannot happenStephan Bergmann1-0/+1
2014-10-31cid#1202755 Clarify with assert that new_size == 0 cannot happenStephan Bergmann1-0/+2
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+2
2014-10-03coverity#1241327 Dereference after null checkCaolán McNamara1-17/+15
2014-10-03coverity#1241080 Dereference after null checkCaolán McNamara1-3/+2
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-09-04coverity#706611 Uncaught exceptionCaolán McNamara1-6/+3
2014-07-28Include <algorithm> for std::minTor Lillqvist1-0/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+1
2014-07-04Use standard library optimised routines for OUString/OStringNoel Grandin1-60/+178
2014-07-03coverity#1187696 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-01Clean up surrogates.hxxStephan Bergmann4-35/+25
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+2
2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky1-1/+4
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin1-5/+5
2014-05-22Work around undef conversion of large double to floatStephan Bergmann1-2/+17
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr1-7/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold6-17/+17
2014-04-04Clean up unreferenced functionsStephan Bergmann1-3/+2
2014-04-04Fix ASCII-only checkStephan Bergmann1-14/+20
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist11-101/+0
2014-04-03Use boost::noncopyableStephan Bergmann1-5/+1
2014-03-31coverity#983373 Dereference before null checkCaolán McNamara1-3/+1
2014-03-28coverity#705205 Missing break in switchCaolán McNamara1-0/+1
2014-03-11"overflow" is one wordTor Lillqvist1-5/+5
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-134/+123
2014-03-01Remove visual noise from salAlexander Wilms1-11/+11
2014-02-28Simplify string constructionStephan Bergmann1-9/+12
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist1-1/+1
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida1-0/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-54/+3
2014-02-17sal: sal_Bool -> boolStephan Bergmann8-28/+28