summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl
Commit message (Expand)AuthorAgeFilesLines
* fdo#62096: Replaced some compareTo with ==Sameer Deshmukh2013-04-221-4/+4
* better use SAL_LOG_INFO as triggerBjoern Michaelsen2013-04-191-1/+1
* forward RTL_CONTEXT_foo logging to SAL_INFO in default debuggingBjoern Michaelsen2013-04-181-3/+21
* Further clean-up related to removed library unloading featureStephan Bergmann2013-04-161-44/+22
* API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan2013-04-161-197/+0
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#60724 informations -> informationThomas Arnhold2013-04-151-1/+1
* Clean up documentationStephan Bergmann2013-04-101-8/+8
* Introduce characters utilities in rtl/character.hxxArnaud Versini2013-04-101-0/+144
* remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák2013-04-045-116/+1
* Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann2013-04-032-2/+10
* Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann2013-03-282-2/+16
* remove external include guardsThomas Arnhold2013-03-251-2/+0
* Add test case for toInt overflow detectionStephan Bergmann2013-03-252-6/+12
* Clean up new toUInt64Stephan Bergmann2013-03-254-6/+47
* For convenience, include config_global.h in sal/config.hStephan Bergmann2013-03-223-11/+3
* Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-0/+7
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-207-14/+14
* cleanup doxygen warningsPeter Foley2013-03-1813-82/+106
* janitorial: typo in commentLionel Elie Mamane2013-03-121-1/+1
* Assert OUStringBuffer::copy preconditionsStephan Bergmann2013-03-081-0/+4
* add copy() to OUStringBufferChr. Rossmanith2013-03-071-0/+40
* Removing useless STLPort specific codeArnaud Versini2013-03-021-13/+0
* SAL_WARN_UNUSED_RESULT OString copyEike Rathke2013-02-261-2/+2
* SAL_WARN_UNUSED_RESULT OUString copyEike Rathke2013-02-261-2/+2
* fdo#60724 - change 'charcter' to 'character'sadam362013-02-255-5/+5
* rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann2013-02-141-0/+12
* improve comments of isEmpty()Chr. Rossmanith2013-02-074-7/+20
* O(U)String::valueOf don't duplicate codeDavid Ostrovsky2013-02-062-8/+2
* add method isEmpty() to OUStringBufferChr. Rossmanith2013-02-061-0/+13
* remove sal_Bool from boolean() docs tooLuboš Luňák2013-02-042-4/+4
* OK for boolean() to take true bool argumentStephan Bergmann2013-02-042-4/+4
* Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky2013-02-042-4/+36
* add OUString::toUInt64()David Ostrovsky2013-02-042-0/+33
* cleanups for number() string functionLuboš Luňák2013-01-284-245/+201
* Revert "avoid -Wsign-promo warnings"Stephan Bergmann2013-01-212-48/+0
* microoptimization for "" OUString ctorLuboš Luňák2013-01-192-4/+16
* avoid warning about a comparison being always trueLuboš Luňák2013-01-182-0/+4
* avoid -Wsign-promo warningsLuboš Luňák2013-01-182-0/+48
* long and long long can be the same size (and thus also sal_Int64)Luboš Luňák2013-01-182-0/+2
* Create OUString and OString number(*) methods.Noel Grandin2013-01-182-12/+264
* Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák2012-12-191-1/+1
* fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power2012-12-191-1/+1
* fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2012-12-182-2/+5
* API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini2012-12-171-53/+0
* OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2012-12-171-0/+13
* SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák2012-12-111-1/+1
* Introduce SAL_DELETEStephan Bergmann2012-12-111-3/+2
* use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev2012-12-111-3/+5
* operator+ for stringbufferLuboš Luňák2012-12-102-0/+30