summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/ethpccal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* deps: update ICU to 73.1 releaseSteven R. Loomis2023-04-171-207/+259
| | | | | | | | - Details: https://icu.unicode.org/download/73 PR-URL: https://github.com/nodejs/node/pull/47456 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
* deps: update ICU to 72.1Michaël Zasso2022-10-251-1/+1
| | | | | | | | | Refs: https://github.com/unicode-org/icu/releases/tag/release-72-1 PR-URL: https://github.com/nodejs/node/pull/45068 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Steven R Loomis <srloomis@us.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
* deps: update ICU to 70.1Michaël Zasso2021-11-091-2/+2
| | | | | | | | Refs: https://github.com/unicode-org/icu/releases/tag/release-70-1 PR-URL: https://github.com/nodejs/node/pull/40658 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
* tools: update icu to 65.1Albert Wang2019-12-051-1/+1
| | | | | | | | | | | | | Update the version of the bundled ICU (deps/icu-small) to ICU version 65.2. Fixes: https://github.com/nodejs/node/issues/30211 Fixes: https://github.com/nodejs/node/issues/29540 PR-URL: https://github.com/nodejs/node/pull/30232 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
* deps: ICU 59.1 bumpSteven R. Loomis2017-05-091-1/+1
| | | | | | | | | | | | | * No feature changes. * Bug fixes. * Details: http://site.icu-project.org/download/59 Fixes: https://github.com/nodejs/node/issues/12077 PR-URL: https://github.com/nodejs/node/pull/12486 Refs: https://github.com/nodejs/node/issues/7844 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
* deps: Intl: ICU 58 bump - small icu (BIG COMMIT)Steven R. Loomis2016-10-311-0/+2
| | | | | | | | | | | | | This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: https://github.com/nodejs/node/issues/7844 PR-URL: https://github.com/nodejs/node/pull/9234 Reviewed-By: James M Snell <jasnell@gmail.com>
* deps: Intl: Check in "small-icu" 57.1Steven R. Loomis2016-05-041-0/+205
* this commit has "small" ICU 57.1. See other related commit for tools to generate this commit. Fixes: https://github.com/nodejs/node/issues/3476 PR-URL: https://github.com/nodejs/node/pull/6088 Reviewed-By: James M Snell <jasnell@gmail.com>