summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke
2013-10-09Fail fast at least in debug buildsStephan Bergmann
2013-10-09Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist
2013-10-08Don't ignore -env: command line parameters in some casesTor Lillqvist
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-09-30Clean up rtl/character.hxxStephan Bergmann
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-09-02MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist
2013-08-22Various undefined behavior involving signed integersStephan Bergmann
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-15Mark as constTakeshi Abe
2013-08-08Add SDT probes for interning rtl_uStrings.Mark Wielaard
2013-08-03Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard
2013-06-25coverity #982634 and 5 other : Intentional fallthrough in casesNorbert Thiebaud
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-06-10mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini
2013-04-08WaE: unused variable 'insertion'Tor Lillqvist
2013-03-31Must percent-escape the APP_DATA_DIRTor Lillqvist
2013-03-27Hopefully _BSD_SOURCE not needed anywhere for MAP_ANONStephan Bergmann
2013-03-26No need for a template hereStephan Bergmann
2013-03-26Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann
2013-03-25Handle oveflow in O(U)String::toInt() functionsZolnai Tamás
2013-03-23coverity#704247 Logically dead codeJulien Nabet
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-04Cleanup static and inline usage in alloc_impl.Arnaud Versini
2013-02-22Bin pointless single-child directory levelTor Lillqvist
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2013-02-16Remove mis-optimizationStephan Bergmann
2013-02-08Some cppcheck cleaningJulien Nabet
2013-02-04Use SAL_STRINGIFYStephan Bergmann
2013-02-04add OUString::toUInt64()David Ostrovsky
2013-01-28cleanups for number() string functionLuboš Luňák
2013-01-14Simplify codeStephan Bergmann
2013-01-06Handle APP_DATA_DIR for iOS, tooTor Lillqvist
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-06acquire on the shared empty string does nothingLuboš Luňák