summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
12 daysUse less boost_headers in low level librariesGabor Kelemen2-5/+0
2024-02-23SAL_CALL is not necessary hereNoel Grandin1-9/+9
2024-02-20SAL_CALL is not necessary hereNoel Grandin1-12/+12
2024-02-20fix Windows buildNoel Grandin2-12/+10
2024-02-19merge textconv_dict into i18npoolNoel Grandin8-151/+38
2024-02-19these symbols no longer need to be publicNoel Grandin1-3/+1
2024-02-15merge index_data into i18npoolNoel Grandin9-142/+34
2024-02-14rename some of the collator function symbolsNoel Grandin2-6/+1
2024-02-12merge collator_data library into i18npoolNoel Grandin3-24/+10
2024-02-09use more SAL_MODULENAME macroNoel Grandin4-22/+6
2024-01-14ofz#65619 fuzzing needs com.sun.star.i18n.Transliteration.IGNORE_CASE tooCaolán McNamara1-0/+4
2024-01-02Japanese word for 'reiwa' added to ja.dicTaichi Haradaguchi1-0/+1
2023-12-09{bn-IN}{hi-IN} MM-DD-YY DATE_TIME is very likely wrong, all other are DD-MM-YYEike Rathke2-6/+6
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-30Sync LC_OutLineNumberingLevel of zh-CN with en-US localeKevin Suo1-47/+63
2023-11-30tdf#152583 follow-up: Sync LC_NumberingLevel of zh-CN with en-US localeKevin Suo1-16/+17
2023-11-29tdf#152583: Add [1],[2],[3] numbering style for zh-CN localeKevin Suo1-0/+1
2023-11-23tdf#143148 use pragma once instead of include guardsAchintya Sharma1-4/+1
2023-11-20Extended loplugin:ostr: i18npoolStephan Bergmann1-2/+2
2023-11-02add a fast path for the 1999-12-31 date in calendar conversionCaolán McNamara1-0/+9
2023-11-02Localize <FollowPage> to CatalanJoan Montané1-1/+7
2023-11-02Update pointers to yet again moved ICU site / CLDR pagesEike Rathke1-3/+3
2023-10-22Link Library_localedata_others against salTaichi Haradaguchi1-0/+1
2023-10-20Link Library_localedata_euro against salStephan Bergmann1-0/+1
2023-10-20Link Library_localedata_es against salStephan Bergmann1-0/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: i18npoolStephan Bergmann9-44/+44
2023-10-19Link Library_localedata_en against salStephan Bergmann1-0/+4
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-22/+22
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-13tdf#42982 Improved UNO API error reportingAnkit_Jaipuriar1-5/+6
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann3-79/+79
2023-08-30tdf#143148 Use pragma once instead of include guardsYli8751-4/+1
2023-08-01Correct Esperanto {eo} group separator formats wrong since initial 2005 commitEike Rathke1-9/+9
2023-07-24i18npool: Test case folding of surrogate pairsKhaled Hosny1-0/+55
2023-07-24tdf#97152: Fix upper case mapping of lunate sigma (U+03F2)Khaled Hosny1-8/+8
2023-07-24tdf#96343, tdf#134766, tdf#97152: Fallback to ICU for case mappingKhaled Hosny1-0/+102
2023-07-24i18npool: Add a test for sigma case foldingKhaled Hosny1-0/+34
2023-07-24CppunitTest_i18npool_characterclassification: use CPPUNIT_TEST_FIXTURE()Khaled Hosny1-12/+3
2023-07-06tdf#52577: Classify superscript numbers in Latin-1 block as ScriptType::WEAKKhaled Hosny1-0/+3
2023-06-29loplugin:unusedmethodsNoel Grandin2-6/+0
2023-06-29tdf#152723: NatNum12 modifier, keep decimal separator from local settingsJulien Nabet1-5/+1
2023-06-26new loplugin:constexprliteralNoel Grandin3-7/+7
2023-06-23fix a from-scratch i18npool build problemCaolán McNamara1-1/+2
2023-06-21Remove another workaround for old versions of ICUKhaled Hosny2-29/+3
2023-06-21Require icu-i18n >= 66Khaled Hosny3-40/+0
2023-06-18Regression from speed up startup time(e51b4fc8c278bfa0b0671bbdb0ab35346881ebb7)Julien Nabet1-2/+2
2023-06-16Fix typoAndrea Gelmini1-1/+1
2023-06-16tdf#125154 i18npool,sw: fix group separators in numbers in formulasMichael Stahl1-1/+9
2023-06-16remove dead codeNoel Grandin3-177/+0
2023-06-16speed up startup timeNoel Grandin4-13/+32