summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* Clean up unreferenced functionsStephan Bergmann2014-04-041-3/+2
* Fix ASCII-only checkStephan Bergmann2014-04-041-14/+20
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-0311-101/+0
* Use boost::noncopyableStephan Bergmann2014-04-031-5/+1
* coverity#983373 Dereference before null checkCaolán McNamara2014-03-311-3/+1
* coverity#705205 Missing break in switchCaolán McNamara2014-03-281-0/+1
* "overflow" is one wordTor Lillqvist2014-03-111-5/+5
* Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2014-03-011-134/+123
* Remove visual noise from salAlexander Wilms2014-03-011-11/+11
* Simplify string constructionStephan Bergmann2014-02-281-9/+12
* Fix typo: s/Alined/AlignedTor Lillqvist2014-02-281-1/+1
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-271-0/+11
* Remove unneccessary commentsAlexander Wilms2014-02-231-18/+18
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-54/+3
* sal: sal_Bool -> boolStephan Bergmann2014-02-178-28/+28
* Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann2014-02-131-1/+1
* Move string hash function into String class.Muthu Subramanian2014-02-131-0/+13
* sal: fix some clang warning about implicit bool conversionMichael Stahl2014-02-121-1/+1
* Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann2014-02-101-2/+2
* bool improvementsStephan Bergmann2014-01-283-6/+6
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-3/+1
* Use boolStephan Bergmann2014-01-103-7/+7
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-15/+0
* Drop duplicate #includeTakeshi Abe2013-12-022-2/+0
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-2/+1
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-1/+1
* Use rtl::StaticStephan Bergmann2013-11-141-120/+97
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-14/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-3/+2
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2013-11-122-22/+29
* Name threads for debug purposeArnaud Versini2013-11-071-0/+2
* Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara2013-10-281-6/+6
* fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann2013-10-171-0/+4
* resolved fdo#70319 exponent must be followed by at least one digitEike Rathke2013-10-141-0/+6
* Fail fast at least in debug buildsStephan Bergmann2013-10-091-1/+1
* Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist2013-10-091-10/+1
* Don't ignore -env: command line parameters in some casesTor Lillqvist2013-10-081-1/+10
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-8/+0
* Clean up rtl/character.hxxStephan Bergmann2013-09-301-32/+19
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-301-50/+19
* MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud2013-09-021-6/+6
* WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist2013-08-302-7/+7
* Various undefined behavior involving signed integersStephan Bergmann2013-08-221-25/+26
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-212-2/+4
* rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann2013-08-202-13/+35
* Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2013-08-192-35/+13
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-181-0/+9
* Mark as constTakeshi Abe2013-08-151-1/+1