summaryrefslogtreecommitdiff
path: root/sal/textenc
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Fix warning: Value stored to 'eEncoding' is never readTor Lillqvist1-1/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-144/+24
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-1/+1
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2-2/+2
2012-11-27warning C4309: '=' : truncation of constant valueStephan Bergmann1-19/+19
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara4-2/+568
2012-11-26fix unicode to dingbats conversionCaolán McNamara1-5/+5
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara1-0/+8
2012-11-21re-base on ALv2 code. Includes:Michael Meeks66-1657/+945
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann3-0/+9
2012-09-14better debug message when textenc module loading failsLuboš Luňák1-3/+2
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud3-9/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks3-63/+36
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf1-14/+12
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist1-1/+1
2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist1-1/+1
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann6-23/+26
2012-01-06Final disentanglement between sal and sal_textenc.Stephan Bergmann8-146/+144
2012-01-06Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann11-269/+191
2012-01-06Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann18-797/+943
2012-01-06Further clean up.Stephan Bergmann31-122/+227
2012-01-05Changed C files to C++.Stephan Bergmann41-1288/+1167
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann3-28/+27
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann4-249/+254
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann1-18/+0