summaryrefslogtreecommitdiff
path: root/sal/textenc
AgeCommit message (Expand)Author
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann
2013-07-01Mark as constTakeshi Abe
2013-06-19Fix warning: Value stored to 'eEncoding' is never readTor Lillqvist
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-02-23Fix typo "fuction" -> "function"Julien Nabet
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2012-11-27warning C4309: '=' : truncation of constant valueStephan Bergmann
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara
2012-11-26fix unicode to dingbats conversionCaolán McNamara
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann
2012-09-14better debug message when textenc module loading failsLuboš Luňák
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-06Final disentanglement between sal and sal_textenc.Stephan Bergmann
2012-01-06Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann
2012-01-06Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann
2012-01-06Further clean up.Stephan Bergmann
2012-01-05Changed C files to C++.Stephan Bergmann
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-10-03WaE: unreachable codeTor Lillqvist
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann
2011-09-23Fix typoTor Lillqvist
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann
2011-08-03Don't use dynamic loading on iOSTor Lillqvist
2011-05-25Compilation fix for iOSTor Lillqvist
2011-04-04WaE: unreachable returnCaolán McNamara
2011-03-31sync names with scp2, and fix macosx copy/linkCaolán McNamara
2011-03-25Don't use "uno_" prefix for libraries on WindowsFridrich Štrba
2011-03-24merge size-sal-textenc i#70166Michael Meeks
2011-01-21cppcheck: misc scope and unused variablesCaolán McNamara
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-25#i113212# support x-iscii-de/RTL_TEXTENCODING_ISCII_DEVANGARI mappingCaolán McNamara
2010-10-20replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)David Tardon
2010-10-18cleanup to use SAL_N_ELEMENTSKenneth Venken