summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-6/+6
* Dispose component context when doneStephan Bergmann2014-05-261-1/+2
* coverity#705186 Missing break in switchCaolán McNamara2014-05-261-0/+1
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1543-98/+98
* coverity#1209074 Same on both sidesCaolán McNamara2014-05-152-35/+39
* add DateAcceptancePattern M/D for [mos-BF], fdo#78647Eike Rathke2014-05-131-0/+1
* add locale data for Moore in Burkina Faso [mos-BF], fdo#78647Eike Rathke2014-05-132-1/+3
* locale data for Moore in Burkina Faso [mos-BF], fdo#78647David Delma2014-05-131-0/+369
* Resolves: fdo#55707 Word count incorrect if language is set to FinnishCaolán McNamara2014-05-124-287/+10
* Fix compilation breakage for AndroidTor Lillqvist2014-05-121-0/+4
* Avoid expensive dlopen thrash for break iterators.Michael Meeks2014-05-123-76/+117
* Blind fix for red TinderboxesJulien Nabet2014-05-101-1/+2
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-1/+1
* make DISABLE_DYNLOADING on Android happy, fdo#77071 relatedEike Rathke2014-04-301-0/+21
* resolve crashes with ICU 53.1 in locales with collator data, fdo#77071Eike Rathke2014-04-302-6/+94
* upgrade to ICU 53.1, fdo#77071 relatedEike Rathke2014-04-294-1333/+1341
* Obey --with-locales here, tooTor Lillqvist2014-04-251-0/+81
* Filter out extra ICU data for locales we don't want special support forTor Lillqvist2014-04-251-7/+14
* The language part of the WITH_LOCALE_* macros is lowercaseTor Lillqvist2014-04-241-11/+11
* More hacking on --with-localesTor Lillqvist2014-04-242-22/+12
* i18npool: sal_Bool->boolNoel Grandin2014-04-2343-193/+193
* Remove unneeded headerTor Lillqvist2014-04-233-91/+0
* Use our canonical header guard namingTor Lillqvist2014-04-236-20/+24
* Avoid cargo cult ritesTor Lillqvist2014-04-2347-252/+32
* Let --with-locales prune also built-in collator dataTor Lillqvist2014-04-222-22/+67
* Add a new configure switch --with-locales for restricting the included localesTor Lillqvist2014-04-221-1/+7
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-174-22/+21
* TypoTor Lillqvist2014-04-141-1/+1
* Need to skip these now on iOSTor Lillqvist2014-04-141-2/+3
* Put the dict_ja and _zh data in files instead of code for iOSTor Lillqvist2014-04-146-39/+193
* Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2014-04-122-2/+0
* have a stab at fixing Tatar locale to pass build testsCaolán McNamara2014-04-111-1/+8
* Resolves: #i124631# Add locale data for Tatar (tt-RU)Ariel Constenla-Haile2014-04-113-0/+353
* Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann2014-04-111-2/+2
* added one abbreviated DateAcceptancePattern for locales that didn't have anyEike Rathke2014-04-1039-0/+39
* add abbreviated DateAcceptancePatternEike Rathke2014-04-091-0/+1
* Related: fdo#73544 change double quotation charactersJoan Montane2014-04-091-2/+2
* fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi2014-04-087-0/+50
* Related: #i124611# Correct date format in nds-DE locale dataAriel Constenla-Haile2014-04-071-19/+19
* Related: #i124611# - Include nds-DE locale dataAriel Constenla-Haile2014-04-072-0/+2
* Resolves: #i124611# - nds-DE locale dataAriel Constenla-Haile2014-04-071-0/+372
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0125-25/+25
* coverity#707923 Uninitialized scalar fieldCaolán McNamara2014-04-011-0/+1
* coverity#705185 Missing break in switchCaolán McNamara2014-03-281-2/+5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2646-413/+413
* Translate names of months and the days of the week in Japanese calendarsTakeshi Abe2014-03-201-62/+62
* convert sal_Char* to OUStringNoel Grandin2014-03-181-15/+4
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-2/+2
* coverity#704236 Logically dead codeCaolán McNamara2014-03-111-6/+1