summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
AgeCommit message (Expand)AuthorFilesLines
2013-04-24move URE headers to include/David Tardon37-17213/+0
2013-04-22Avoid warnings from compilerplugins/clang/sallogareas.cxxStephan Bergmann1-19/+6
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-22Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba1-4/+4
2013-04-22fdo#62096: Replaced some compareTo with ==Sameer Deshmukh1-4/+4
2013-04-19better use SAL_LOG_INFO as triggerBjoern Michaelsen1-1/+1
2013-04-18forward RTL_CONTEXT_foo logging to SAL_INFO in default debuggingBjoern Michaelsen1-3/+21
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann1-44/+22
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan1-197/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-10Clean up documentationStephan Bergmann1-8/+8
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini1-0/+144
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák5-116/+1
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann2-2/+10
2013-03-28Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann2-2/+16
2013-03-25remove external include guardsThomas Arnhold1-2/+0
2013-03-25Add test case for toInt overflow detectionStephan Bergmann2-6/+12
2013-03-25Clean up new toUInt64Stephan Bergmann4-6/+47
2013-03-22For convenience, include config_global.h in sal/config.hStephan Bergmann3-11/+3
2013-03-20Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-0/+7
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák7-14/+14
2013-03-18cleanup doxygen warningsPeter Foley13-82/+106
2013-03-12janitorial: typo in commentLionel Elie Mamane1-1/+1
2013-03-08Assert OUStringBuffer::copy preconditionsStephan Bergmann1-0/+4
2013-03-07add copy() to OUStringBufferChr. Rossmanith1-0/+40
2013-03-02Removing useless STLPort specific codeArnaud Versini1-13/+0
2013-02-26SAL_WARN_UNUSED_RESULT OString copyEike Rathke1-2/+2
2013-02-26SAL_WARN_UNUSED_RESULT OUString copyEike Rathke1-2/+2
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam365-5/+5
2013-02-14rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann1-0/+12
2013-02-07improve comments of isEmpty()Chr. Rossmanith4-7/+20
2013-02-06O(U)String::valueOf don't duplicate codeDavid Ostrovsky2-8/+2
2013-02-06add method isEmpty() to OUStringBufferChr. Rossmanith1-0/+13
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák2-4/+4
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann2-4/+4
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky2-4/+36
2013-02-04add OUString::toUInt64()David Ostrovsky2-0/+33
2013-01-28cleanups for number() string functionLuboš Luňák4-245/+201
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann2-48/+0
2013-01-19microoptimization for "" OUString ctorLuboš Luňák2-4/+16
2013-01-18avoid warning about a comparison being always trueLuboš Luňák2-0/+4
2013-01-18avoid -Wsign-promo warningsLuboš Luňák2-0/+48
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák2-0/+2
2013-01-18Create OUString and OString number(*) methods.Noel Grandin2-12/+264
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák1-1/+1
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power1-1/+1
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2-2/+5
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini1-53/+0
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+13