summaryrefslogtreecommitdiff
path: root/sal/textenc
AgeCommit message (Expand)AuthorFilesLines
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin10-89/+60
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara1-1/+1
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-03Fix typosAndrea Gelmini1-6/+6
2017-01-01ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara1-3/+3
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-3/+8
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2-4/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann24-4830/+4830
2015-09-30Fix typosAndrea Gelmini2-17/+17
2015-09-03Fix some perl shebangs.Pedro Giffuni3-3/+3
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-5/+5
2015-05-18loplugin:staticmethodsStephan Bergmann1-0/+1
2015-05-08Use bool instead of intStephan Bergmann1-38/+38
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-08-Werror=maybe-uninitializedStephan Bergmann1-0/+1
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann1-79/+84
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann8-25/+25
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-5/+3
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann7-7/+7
2015-01-07loplugin:cstylecast: salStephan Bergmann1-2/+2
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn3-12/+6
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti7-6/+1
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2014-05-22Fix order of function pointersStephan Bergmann1-2/+2
2014-05-18remove some external header guardsThomas Arnhold5-12/+0
2014-05-09coverity#1209362 coverity gold, wrong maskCaolán McNamara1-1/+1
2014-05-05Asan: fix invalid memory accessMarkus Mohrhard1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-4/+4
2014-04-24More hacking on --with-localesTor Lillqvist1-6/+61
2014-04-23Typo fix: s/temporaer/temporary/Tor Lillqvist1-2/+2
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe1-14/+9
2014-04-22Bypass EUC and ISO-2022 encoding tables for iOSTor Lillqvist1-0/+8
2014-04-11Fix boundsStephan Bergmann1-1/+1
2014-03-04Add mode linesTakeshi Abe2-0/+4
2014-03-03fdo#72468 Remove memory overflow on static memory.Arnaud Versini1-2/+2
2014-01-10Use boolStephan Bergmann2-5/+5
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann22-111/+111
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-18/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann1-1/+2
2013-07-01Mark as constTakeshi Abe1-6/+6