summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-62/+14
* Related: rhbz#867808 if one person threw by pointer...Caolán McNamara2013-04-161-3/+3
* fdo#45941 algrithm -> algorithmMiklos Vajna2013-04-131-1/+1
* supress warnings from icu-generated headersPeter Foley2013-04-101-1/+2
* Revert "fix breakiterator with Library_merged"Matúš Kukan2013-04-091-9/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0781-676/+643
* new module i18nlangtagEike Rathke2013-04-0522-5939/+4
* added the dreaded jolly jokerEike Rathke2013-04-056-8/+38
* let's try if this satisfies MSVCEike Rathke2013-04-031-1/+1
* use matching separators and format codes of es_AREike Rathke2013-04-031-2/+2
* use es_AR separators when using es_AR formatsEike Rathke2013-04-031-1/+1
* decimal and group separators were swappedEike Rathke2013-04-031-18/+18
* ditch unused LANGUAGE_USER[1-9]Eike Rathke2013-04-031-12/+0
* test IsoLangEntry table LanguageTag conversionsEike Rathke2013-04-031-0/+50
* let IsoLangEntry decide how to form a language tag stringEike Rathke2013-04-032-0/+11
* i18npool: cleanup macrosThomas Arnhold2013-04-021-7/+5
* slightly optimized operator==() and equals()Eike Rathke2013-03-291-0/+15
* added LanguageTag::getGlibcLocaleString()Eike Rathke2013-03-282-0/+36
* make saxparser deps order-onlyPeter Foley2013-03-281-1/+1
* explicit 'en' fallback not needed for 'en-US' referenceEike Rathke2013-03-281-2/+4
* added LanguageTag::getFallback()Eike Rathke2013-03-272-0/+87
* rtl::OUString to OUStringEike Rathke2013-03-273-38/+38
* unit test for x-... privateuseEike Rathke2013-03-271-0/+24
* handle x-... privateuseEike Rathke2013-03-272-19/+31
* handle x-... privateuse conversionEike Rathke2013-03-273-10/+33
* rtl::OUString to OUStringEike Rathke2013-03-272-44/+44
* defined some x-... privateuse language tagsEike Rathke2013-03-272-0/+38
* -Wunused-macrosStephan Bergmann2013-03-274-10/+0
* No (more/apparent) need for LIBO_WERRORStephan Bergmann2013-03-261-3/+1
* resolved fdo#44286 some historical dates were decrementedEike Rathke2013-03-251-1/+18
* fix breakiterator with Library_mergedPeter Foley2013-03-241-2/+9
* fdo#54278 Only en-US help pack should contain en-US helpAndras Timar2013-03-191-6/+0
* further OUString cleanupThomas Arnhold2013-03-192-5/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-30/+30
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-181-3/+3
* fdo#62384 Turkish lira sign shall precede the numerical figure without a spaceAndras Timar2013-03-171-5/+5
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* added LanguageTag::equals(), fdo#62278 relatedEike Rathke2013-03-132-2/+29
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-132-12/+16
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-1/+1
* regex: don't loop 10000 identical matches to find a single $ anchorEike Rathke2013-03-091-0/+5
* regex: handle zero-length matches, fdo#60259 relatedEike Rathke2013-03-091-1/+19
* fdo#60259 prevent crash when searching backward for $ anchor regexEike Rathke2013-03-091-18/+38
* i#121633# fix ignore-case problem caused by i18nsearch API messHerbert Dürr2013-03-071-2/+4
* i#121633# fix search for upper-case character classesHerbert Dürr2013-03-071-1/+1
* i#121482# fix backwards regexp search for matches overlapping search startHerbert Dürr2013-03-072-2/+8
* #i121482# fix attributed text search for regular expression patterns(cherry p...Herbert Dürr2013-03-071-1/+1
* i#120598 better emulation of regexp word-start and word-end operatorsHerbert Dürr2013-03-071-7/+14
* i#118925# enhance textsearch's match-group referencesHerbert Dürr2013-03-071-1/+1