Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. | Moonchild | 2021-05-06 |
| | | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. | ||
* | Issue #1756 - Clean up ICU patch. | Moonchild | 2021-03-31 |
| | | | | | We don't need ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS because we don't support any ICU other than the one in-tree. | ||
* | Issue #1756 - Initial wrapped implementation in C++ | Moonchild | 2021-03-31 |
| | |||
* | Update tzdata to 2021a | Moonchild | 2021-02-10 |
| | | | | Because people are apparently never satisfied with the time zones on the planet! | ||
* | Issue #1656 - Part 9: Single-line-comment style. | Moonchild | 2020-09-24 |
| | |||
* | Issue #1656 - Part 8: Devtools and misc. | Moonchild | 2020-09-24 |
| | |||
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 |
| | |||
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part. | ||
* | Issue #1053 - Remove android support from intl/locale/nsLocaleService.cpp | Matt A. Tobin | 2020-02-23 |
| | | | | This is the only non-icu file with android code in it. Not going to remove android in icu its self because it remains a 3rd party lib. | ||
* | MoonchildProductions#1251 - Part 4: Core build system changes, lots of ↵ | athenian200 | 2019-10-21 |
| | | | | | | | | libevent/IPC junk. This is mostly ifdefs, but as you can see, Solaris is actually a lot like Linux. They're both more SysV than BSD at core, and most of the differences have more to do with Solaris not using glibc than anything else. I still need to audit a lot of these changes and understand why they're needed and what the alternative approaches are. After this patch, most of the core functionality needed to build Solaris is here. | ||
* | No issue - Update TZ data to 2019c | wolfbeast | 2019-10-02 |
| | |||
* | Update tzdata resource files | wolfbeast | 2019-06-15 |
| | |||
* | Update `update-tzdata.sh` to use git instead of svn, and not try to | wolfbeast | 2019-06-15 |
| | | | | auto-commit with hg. | ||
* | Update ICU to 58.3 | wolfbeast | 2019-06-15 |
| | | | | | | | - This adds the new Japanese ascension era (Reiwa) - This updates timezone data to 2019a - Updated script for git instead of SVN - Regenerated locale data | ||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | ||
* | Refresh nsStringBundleService and nsHttpHandler when the browser locale is ↵ | JustOff | 2018-08-25 |
| | | | | changed | ||
* | Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cpp | Matt A. Tobin | 2018-06-14 |
| | |||
* | Update tzdata in ICU data files to 2018e. | André Bargull | 2018-06-07 |
| | |||
* | Update libhyphen's glue code to include overloads for fgetc() and feof(). | wolfbeast | 2018-05-19 |
| | | | | | Follow-up to 41cbe2d931d2742bb8dd6240eae9599e3bf3a512 to fix a crash regression. This resolves #374. | ||
* | Merge libhyphen fix from upstream. | wolfbeast | 2018-05-15 |
| | |||
* | Font fallback should detect emoji range for color emoji font. | wolfbeast | 2018-05-09 |
| | |||
* | Add emoji presentation API | wolfbeast | 2018-05-09 |
| | |||
* | Issue #325 Part 12: Manually edit Unicode property tables. | wolfbeast | 2018-05-04 |
| | | | | | | Although this is generated code, the #ifdefs in it are blockers. !! Do not regenerate these files until the script has been updated !! See #326. | ||
* | Issue #325 Part 6: Remove non-Intl legacy code paths from line-breaker code. | wolfbeast | 2018-05-04 |
| | |||
* | Issue #325 Part 4: Remove obsolete and archaic Unicode normalization ↵ | wolfbeast | 2018-05-04 |
| | | | | implementation. | ||
* | Issue #325 Part 2: Build ICUUtils unconditionally. | wolfbeast | 2018-05-04 |
| | |||
* | Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVM | André Bargull | 2018-04-19 |
| | |||
* | Bug 1443891. r=emk, a=RyanVM | Henri Sivonen | 2018-04-19 |
| | | | | MozReview-Commit-ID: AkUTNnVslMf | ||
* | Silence some ICU warning spew | wolfbeast | 2018-03-21 |
| | |||
* | Bug 1440926 - Use overflow-checking math when computing Big5 max length. ↵ | Henri Sivonen | 2018-03-14 |
| | | | | | | r=emk, a=RyanVM MozReview-Commit-ID: 1Gney5cYyhu | ||
* | Bug 1430761 - Update tzdata in ICU data files to 2018c. r=Waldo, a=lizzard | André Bargull | 2018-03-14 |
| | | | | | --HG-- extra : rebase_source : cb9ac8a678b6f565091f6d7733b6cd86afde0da7 | ||
* | Silence macro redefinition warnings in ICU | wolfbeast | 2018-02-12 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |