No files found.
+18 −0
config.in
mozjs/.cargo/config.in
+7 −371
LICENSE
mozjs/LICENSE
+95 −134
Makefile.in
mozjs/Makefile.in
+5 −5
README
mozjs/README
+1 −1
.gdbinit_python.in
mozjs/build/.gdbinit_python.in
+0 −20
Makefile.in
mozjs/build/Makefile.in
+45 −17
AnnotationInfo.java
mozjs/build/annotationProcessors/AnnotationInfo.java
+24 −16
AnnotationProcessor.java
.../build/annotationProcessors/AnnotationProcessor.java
+88 −50
CodeGenerator.java
mozjs/build/annotationProcessors/CodeGenerator.java
+312 −41
SDKProcessor.java
mozjs/build/annotationProcessors/SDKProcessor.java
+3 −1
ClassWithOptions.java
...notationProcessors/classloader/ClassWithOptions.java
+23 −1
JarClassIterator.java
...notationProcessors/classloader/JarClassIterator.java
+2 −5
moz.build
mozjs/build/annotationProcessors/moz.build
+51 −35
GeneratableElementIterator.java
...tionProcessors/utils/GeneratableElementIterator.java
+69 −2
Utils.java
mozjs/build/annotationProcessors/utils/Utils.java
+14 −11
appini_header.py
mozjs/build/appini_header.py
+0 −53
application.ini
mozjs/build/application.ini
+51 −0
application.ini.in
mozjs/build/application.ini.in
+2 −4
alloc.m4
mozjs/build/autoconf/alloc.m4
+95 −246
android.m4
mozjs/build/autoconf/android.m4
+4 −3
arch.m4
mozjs/build/autoconf/arch.m4
+80 −22
clang-plugin.m4
mozjs/build/autoconf/clang-plugin.m4
+0 −31
clean-config.sh
mozjs/build/autoconf/clean-config.sh
+19 −291
compiler-opts.m4
mozjs/build/autoconf/compiler-opts.m4
+25 −12
config.status.m4
mozjs/build/autoconf/config.status.m4
+1 −1
expandlibs.m4
mozjs/build/autoconf/expandlibs.m4
+0 −91
ffi.m4
mozjs/build/autoconf/ffi.m4
+4 −2
frameptr.m4
mozjs/build/autoconf/frameptr.m4
+13 −17
icu.m4
mozjs/build/autoconf/icu.m4
+0 −1
ios.m4
mozjs/build/autoconf/ios.m4
+0 −105
jemalloc.m4
mozjs/build/autoconf/jemalloc.m4
+0 −39
linux.m4
mozjs/build/autoconf/linux.m4
+0 −9
mozcommonheader.m4
mozjs/build/autoconf/mozcommonheader.m4
+9 −6
nspr-build.m4
mozjs/build/autoconf/nspr-build.m4
+0 −152
rust.m4
mozjs/build/autoconf/rust.m4
+146 −0
sanitize.m4
mozjs/build/autoconf/sanitize.m4
+33 −39
toolchain.m4
mozjs/build/autoconf/toolchain.m4
+0 −22
winsdk.m4
mozjs/build/autoconf/winsdk.m4
+4 −32
automation.py.in
mozjs/build/automation.py.in
+19 −1
README
mozjs/build/build-clang/README
+337 −124
build-clang.py
mozjs/build/build-clang/build-clang.py
+24 −0
clang-3.9-linux64.json
mozjs/build/build-clang/clang-3.9-linux64.json
+22 −0
clang-4-linux64.json
mozjs/build/build-clang/clang-4-linux64.json
+22 −0
clang-5-linux64.json
mozjs/build/build-clang/clang-5-linux64.json
+20 −0
clang-6-pre-linux64.json
mozjs/build/build-clang/clang-6-pre-linux64.json
+27 −0
clang-6-pre-macosx64.json
mozjs/build/build-clang/clang-6-pre-macosx64.json
+29 −0
clang-macosx64.json
mozjs/build/build-clang/clang-macosx64.json
+0 −29
clang-static-analysis-linux64.json
...build/build-clang/clang-static-analysis-linux64.json
+0 −29
clang-static-analysis-macosx64.json
...uild/build-clang/clang-static-analysis-macosx64.json
+0 −16
clang-static-analysis-win32.json
...s/build/build-clang/clang-static-analysis-win32.json
+0 −16
clang-static-analysis-win64.json
...s/build/build-clang/clang-static-analysis-win64.json
+19 −0
clang-tidy-linux64.json
mozjs/build/build-clang/clang-tidy-linux64.json
+28 −0
clang-tidy-macosx64.json
mozjs/build/build-clang/clang-tidy-macosx64.json
+16 −0
clang-tidy-win32.json
mozjs/build/build-clang/clang-tidy-win32.json
+17 −0
clang-tidy-win64.json
mozjs/build/build-clang/clang-tidy-win64.json
+19 −0
clang-win32-st-an.json
mozjs/build/build-clang/clang-win32-st-an.json
+21 −0
clang-win64-st-an.json
mozjs/build/build-clang/clang-win64-st-an.json
+19 −0
clang-win64.json
mozjs/build/build-clang/clang-win64.json
+15 −0
compiler-rt-cross-compile.patch
mozjs/build/build-clang/compiler-rt-cross-compile.patch
+21 −0
compiler-rt-no-codesign.patch
mozjs/build/build-clang/compiler-rt-no-codesign.patch
+0 −11
disable-mac-tsan.patch
mozjs/build/build-clang/disable-mac-tsan.patch
+12 −0
fflush-before-unlocking.patch
mozjs/build/build-clang/fflush-before-unlocking.patch
+58 −0
find_symbolizer_linux.patch
mozjs/build/build-clang/find_symbolizer_linux.patch
+108 −0
hide-gcda-profiling-symbols.patch
.../build/build-clang/hide-gcda-profiling-symbols.patch
+13 −0
llvm-debug-frame-for-5.patch
mozjs/build/build-clang/llvm-debug-frame-for-5.patch
+22 −0
loosen-msvc-detection.patch
mozjs/build/build-clang/loosen-msvc-detection.patch
+17 −0
msvc-host-x64.patch
mozjs/build/build-clang/msvc-host-x64.patch
+19 −0
pr28831-r280042.patch
mozjs/build/build-clang/pr28831-r280042.patch
+27 −0
pr_set_ptracer.patch
mozjs/build/build-clang/pr_set_ptracer.patch
+0 −79
query-selector-visibility.patch
mozjs/build/build-clang/query-selector-visibility.patch
+321 −0
r277806.patch
mozjs/build/build-clang/r277806.patch
+64 −0
r285657.patch
mozjs/build/build-clang/r285657.patch
+2,469 −0
r289565-for-3.9.patch
mozjs/build/build-clang/r289565-for-3.9.patch
+18 −0
r313872.patch
mozjs/build/build-clang/r313872.patch
+279 −0
r318309.patch
mozjs/build/build-clang/r318309.patch
+33 −0
r321543.patch
mozjs/build/build-clang/r321543.patch
+6 −8
buildconfig.py
mozjs/build/buildconfig.py
+22 −0
cargo-linker
mozjs/build/cargo-linker
+9 −5
checksums.py
mozjs/build/checksums.py
+60 −0
ArithmeticArgChecker.cpp
mozjs/build/clang-plugin/ArithmeticArgChecker.cpp
+18 −0
ArithmeticArgChecker.h
mozjs/build/clang-plugin/ArithmeticArgChecker.h
+20 −0
AssertAssignmentChecker.cpp
mozjs/build/clang-plugin/AssertAssignmentChecker.cpp
+18 −0
AssertAssignmentChecker.h
mozjs/build/clang-plugin/AssertAssignmentChecker.h
+34 −0
BaseCheck.h
mozjs/build/clang-plugin/BaseCheck.h
+234 −0
CanRunScriptChecker.cpp
mozjs/build/clang-plugin/CanRunScriptChecker.cpp
+31 −0
CanRunScriptChecker.h
mozjs/build/clang-plugin/CanRunScriptChecker.h
+33 −0
Checks.inc
mozjs/build/clang-plugin/Checks.inc
+35 −0
ChecksIncludes.inc
mozjs/build/clang-plugin/ChecksIncludes.inc
+332 −0
CustomMatchers.h
mozjs/build/clang-plugin/CustomMatchers.h
+171 −0
CustomTypeAnnotation.cpp
mozjs/build/clang-plugin/CustomTypeAnnotation.cpp
+73 −0
CustomTypeAnnotation.h
mozjs/build/clang-plugin/CustomTypeAnnotation.h
+256 −0
DanglingOnTemporaryChecker.cpp
mozjs/build/clang-plugin/DanglingOnTemporaryChecker.cpp
+19 −0
DanglingOnTemporaryChecker.h
mozjs/build/clang-plugin/DanglingOnTemporaryChecker.h
+13 −0
DiagnosticsMatcher.cpp
mozjs/build/clang-plugin/DiagnosticsMatcher.cpp
+23 −0
DiagnosticsMatcher.h
mozjs/build/clang-plugin/DiagnosticsMatcher.h
+33 −0
ExplicitImplicitChecker.cpp
mozjs/build/clang-plugin/ExplicitImplicitChecker.cpp
+18 −0
ExplicitImplicitChecker.h
mozjs/build/clang-plugin/ExplicitImplicitChecker.h
+35 −0
ExplicitOperatorBoolChecker.cpp
...s/build/clang-plugin/ExplicitOperatorBoolChecker.cpp
+19 −0
ExplicitOperatorBoolChecker.h
mozjs/build/clang-plugin/ExplicitOperatorBoolChecker.h
+99 −0
KungFuDeathGripChecker.cpp
mozjs/build/clang-plugin/KungFuDeathGripChecker.cpp
+18 −0
KungFuDeathGripChecker.h
mozjs/build/clang-plugin/KungFuDeathGripChecker.h
+1 −11
Makefile.in
mozjs/build/clang-plugin/Makefile.in
+50 −0
MemMoveAnnotation.h
mozjs/build/clang-plugin/MemMoveAnnotation.h
+25 −0
MozCheckAction.cpp
mozjs/build/clang-plugin/MozCheckAction.cpp
+37 −0
MozillaTidyModule.cpp
mozjs/build/clang-plugin/MozillaTidyModule.cpp
+60 −0
MustOverrideChecker.cpp
mozjs/build/clang-plugin/MustOverrideChecker.cpp
+22 −0
MustOverrideChecker.h
mozjs/build/clang-plugin/MustOverrideChecker.h
+106 −0
MustReturnFromCallerChecker.cpp
...s/build/clang-plugin/MustReturnFromCallerChecker.cpp
+26 −0
MustReturnFromCallerChecker.h
mozjs/build/clang-plugin/MustReturnFromCallerChecker.h
+64 −0
MustUseChecker.cpp
mozjs/build/clang-plugin/MustUseChecker.cpp
+21 −0
MustUseChecker.h
mozjs/build/clang-plugin/MustUseChecker.h
+56 −0
NaNExprChecker.cpp
mozjs/build/clang-plugin/NaNExprChecker.cpp
+18 −0
NaNExprChecker.h
mozjs/build/clang-plugin/NaNExprChecker.h
+39 −0
NeedsNoVTableTypeChecker.cpp
mozjs/build/clang-plugin/NeedsNoVTableTypeChecker.cpp
+18 −0
NeedsNoVTableTypeChecker.h
mozjs/build/clang-plugin/NeedsNoVTableTypeChecker.h
+32 −0
NoAddRefReleaseOnReturnChecker.cpp
...uild/clang-plugin/NoAddRefReleaseOnReturnChecker.cpp
+19 −0
NoAddRefReleaseOnReturnChecker.h
.../build/clang-plugin/NoAddRefReleaseOnReturnChecker.h
+21 −0
NoAutoTypeChecker.cpp
mozjs/build/clang-plugin/NoAutoTypeChecker.cpp
+18 −0
NoAutoTypeChecker.h
mozjs/build/clang-plugin/NoAutoTypeChecker.h
+65 −0
NoDuplicateRefCntMemberChecker.cpp
...uild/clang-plugin/NoDuplicateRefCntMemberChecker.cpp
+19 −0
NoDuplicateRefCntMemberChecker.h
.../build/clang-plugin/NoDuplicateRefCntMemberChecker.h
+23 −0
NoExplicitMoveConstructorChecker.cpp
...ld/clang-plugin/NoExplicitMoveConstructorChecker.cpp
+19 −0
NoExplicitMoveConstructorChecker.h
...uild/clang-plugin/NoExplicitMoveConstructorChecker.h
+34 −0
NonMemMovableMemberChecker.cpp
mozjs/build/clang-plugin/NonMemMovableMemberChecker.cpp
+19 −0
NonMemMovableMemberChecker.h
mozjs/build/clang-plugin/NonMemMovableMemberChecker.h
+51 −0
NonMemMovableTemplateArgChecker.cpp
...ild/clang-plugin/NonMemMovableTemplateArgChecker.cpp
+19 −0
NonMemMovableTemplateArgChecker.h
...build/clang-plugin/NonMemMovableTemplateArgChecker.h
+117 −0
NonParamInsideFunctionDeclChecker.cpp
...d/clang-plugin/NonParamInsideFunctionDeclChecker.cpp
+19 −0
NonParamInsideFunctionDeclChecker.h
...ild/clang-plugin/NonParamInsideFunctionDeclChecker.h
+109 −0
OverrideBaseCallChecker.cpp
mozjs/build/clang-plugin/OverrideBaseCallChecker.cpp
+27 −0
OverrideBaseCallChecker.h
mozjs/build/clang-plugin/OverrideBaseCallChecker.h
+21 −0
OverrideBaseCallUsageChecker.cpp
.../build/clang-plugin/OverrideBaseCallUsageChecker.cpp
+23 −0
OverrideBaseCallUsageChecker.h
mozjs/build/clang-plugin/OverrideBaseCallUsageChecker.h
+37 −0
ParamTraitsEnumChecker.cpp
mozjs/build/clang-plugin/ParamTraitsEnumChecker.cpp
+19 −0
ParamTraitsEnumChecker.h
mozjs/build/clang-plugin/ParamTraitsEnumChecker.h
+56 −0
RecurseGuard.h
mozjs/build/clang-plugin/RecurseGuard.h
+34 −0
RefCountedCopyConstructorChecker.cpp
...ld/clang-plugin/RefCountedCopyConstructorChecker.cpp
+19 −0
RefCountedCopyConstructorChecker.h
...uild/clang-plugin/RefCountedCopyConstructorChecker.h
+152 −0
RefCountedInsideLambdaChecker.cpp
...build/clang-plugin/RefCountedInsideLambdaChecker.cpp
+33 −0
RefCountedInsideLambdaChecker.h
...s/build/clang-plugin/RefCountedInsideLambdaChecker.h
+165 −0
ScopeChecker.cpp
mozjs/build/clang-plugin/ScopeChecker.cpp
+18 −0
ScopeChecker.h
mozjs/build/clang-plugin/ScopeChecker.h
+84 −0
SprintfLiteralChecker.cpp
mozjs/build/clang-plugin/SprintfLiteralChecker.cpp
+18 −0
SprintfLiteralChecker.h
mozjs/build/clang-plugin/SprintfLiteralChecker.h
+90 −0
StmtToBlockMap.h
mozjs/build/clang-plugin/StmtToBlockMap.h
+13 −0
ThirdPartyPaths.h
mozjs/build/clang-plugin/ThirdPartyPaths.h
+32 −0
ThirdPartyPaths.py
mozjs/build/clang-plugin/ThirdPartyPaths.py
+29 −0
TrivialCtorDtorChecker.cpp
mozjs/build/clang-plugin/TrivialCtorDtorChecker.cpp
+18 −0
TrivialCtorDtorChecker.h
mozjs/build/clang-plugin/TrivialCtorDtorChecker.h
+485 −0
Utils.h
mozjs/build/clang-plugin/Utils.h
+271 −0
VariableUsageHelpers.cpp
mozjs/build/clang-plugin/VariableUsageHelpers.cpp
+63 −0
VariableUsageHelpers.h
mozjs/build/clang-plugin/VariableUsageHelpers.h
+0 −1,580
clang-plugin.cpp
mozjs/build/clang-plugin/clang-plugin.cpp
+146 −0
import_mozilla_checks.py
mozjs/build/clang-plugin/import_mozilla_checks.py
+77 −5
moz.build
mozjs/build/clang-plugin/moz.build
+130 −0
FileOperations.cpp
...ild/clang-plugin/mozsearch-plugin/FileOperations.cpp
+46 −0
FileOperations.h
...build/clang-plugin/mozsearch-plugin/FileOperations.h
+119 −0
JSONFormatter.cpp
...uild/clang-plugin/mozsearch-plugin/JSONFormatter.cpp
+53 −0
JSONFormatter.h
.../build/clang-plugin/mozsearch-plugin/JSONFormatter.h
+1,546 −0
MozsearchIndexer.cpp
...d/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp
+12 −0
README
mozjs/build/clang-plugin/mozsearch-plugin/README
+42 −0
StringOperations.cpp
...d/clang-plugin/mozsearch-plugin/StringOperations.cpp
+25 −0
StringOperations.h
...ild/clang-plugin/mozsearch-plugin/StringOperations.h
+66 −0
plugin.h
mozjs/build/clang-plugin/plugin.h
+0 −5
Makefile.in
mozjs/build/clang-plugin/tests/Makefile.in
+61 −0
NonParameterTestCases.h
mozjs/build/clang-plugin/tests/NonParameterTestCases.h
+68 −0
TestAssertWithAssignment.cpp
...uild/clang-plugin/tests/TestAssertWithAssignment.cpp
+140 −0
TestCanRunScript.cpp
mozjs/build/clang-plugin/tests/TestCanRunScript.cpp
+3 −2
TestCustomHeap.cpp
mozjs/build/clang-plugin/tests/TestCustomHeap.cpp
+45 −0
TestDanglingOnTemporary.cpp
...build/clang-plugin/tests/TestDanglingOnTemporary.cpp
+109 −0
TestKungFuDeathGrip.cpp
mozjs/build/clang-plugin/tests/TestKungFuDeathGrip.cpp
+183 −0
TestMustReturnFromCaller.cpp
...uild/clang-plugin/tests/TestMustReturnFromCaller.cpp
+1 −1
TestNeedsNoVTableType.cpp
...s/build/clang-plugin/tests/TestNeedsNoVTableType.cpp
+13 −2
TestNoDuplicateRefCntMember.cpp
...d/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp
+510 −7
TestNoRefcountedInsideLambdas.cpp
...clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp
+2 −2
TestNonMemMovableStd.cpp
mozjs/build/clang-plugin/tests/TestNonMemMovableStd.cpp
+30 −0
TestNonMemMovableStdAtomic.cpp
...ld/clang-plugin/tests/TestNonMemMovableStdAtomic.cpp
+189 −0
TestNonParameterChecker.cpp
...build/clang-plugin/tests/TestNonParameterChecker.cpp
+175 −0
TestOverrideBaseCall.cpp
mozjs/build/clang-plugin/tests/TestOverrideBaseCall.cpp
+47 −0
TestOverrideBaseCallAnnotation.cpp
...lang-plugin/tests/TestOverrideBaseCallAnnotation.cpp
+94 −0
TestParamTraitsEnum.cpp
mozjs/build/clang-plugin/tests/TestParamTraitsEnum.cpp
+47 −0
TestSprintfLiteral.cpp
mozjs/build/clang-plugin/tests/TestSprintfLiteral.cpp
+72 −0
TestTemporaryClass.cpp
mozjs/build/clang-plugin/tests/TestTemporaryClass.cpp
+27 −3
moz.build
mozjs/build/clang-plugin/tests/moz.build
+0 −68
compare-mozconfigs-wrapper.py
...uild/compare-mozconfig/compare-mozconfigs-wrapper.py
+76 −77
compare-mozconfigs.py
mozjs/build/compare-mozconfig/compare-mozconfigs.py
+1 −0
python.ini
mozjs/build/compare-mozconfig/python.ini
+148 −0
cmake-wheezy.diff
mozjs/build/debian-packages/cmake-wheezy.diff
+25 −0
dpkg-wheezy.diff
mozjs/build/debian-packages/dpkg-wheezy.diff
+65 −0
gdb-wheezy.diff
mozjs/build/debian-packages/gdb-wheezy.diff
+13 −0
make-wheezy.diff
mozjs/build/debian-packages/make-wheezy.diff
+149 −0
python-wheezy.diff
mozjs/build/debian-packages/python-wheezy.diff
+4,821 −0
valgrind-wheezy.diff
mozjs/build/debian-packages/valgrind-wheezy.diff
+1 −1
defines.sh
mozjs/build/defines.sh
+0 −90
androideclipse.rst
mozjs/build/docs/androideclipse.rst
+4 −4
cppeclipse.rst
mozjs/build/docs/cppeclipse.rst
+1 −7
defining-binaries.rst
mozjs/build/docs/defining-binaries.rst
+1 −1
glossary.rst
mozjs/build/docs/glossary.rst
+52 −0
gn.rst
mozjs/build/docs/gn.rst
+3 −0
index.rst
mozjs/build/docs/index.rst
+1 −1
jar-manifests.rst
mozjs/build/docs/jar-manifests.rst
+30 −51
locales.rst
mozjs/build/docs/locales.rst
+4 −4
mozbuild-files.rst
mozjs/build/docs/mozbuild-files.rst
+0 −7
mozconfigs.rst
mozjs/build/docs/mozconfigs.rst
+12 −20
mozinfo.rst
mozjs/build/docs/mozinfo.rst
+6 −6
pgo.rst
mozjs/build/docs/pgo.rst
+81 −0
rust.rst
mozjs/build/docs/rust.rst
+157 −0
sparse.rst
mozjs/build/docs/sparse.rst
+1 −1
test_manifests.rst
mozjs/build/docs/test_manifests.rst
+26 −30
toolchains.rst
mozjs/build/docs/toolchains.rst
+2 −1
dumbmake-dependencies
mozjs/build/dumbmake-dependencies
+0 −55
Android.mk
mozjs/build/gabi++/Android.mk
+0 −1
README.mozilla
mozjs/build/gabi++/README.mozilla
+0 −183
cxxabi.h
mozjs/build/gabi++/include/cxxabi.h
+0 −56
new
mozjs/build/gabi++/include/new
+0 −76
typeinfo
mozjs/build/gabi++/include/typeinfo
+0 −36
moz.build
mozjs/build/gabi++/moz.build
+0 −37
array_type_info.cc
mozjs/build/gabi++/src/array_type_info.cc
+0 −37
class_type_info.cc
mozjs/build/gabi++/src/class_type_info.cc
+0 −38
delete.cc
mozjs/build/gabi++/src/delete.cc
+0 −356
dynamic_cast.cc
mozjs/build/gabi++/src/dynamic_cast.cc
+0 −37
enum_type_info.cc
mozjs/build/gabi++/src/enum_type_info.cc
+0 −37
function_type_info.cc
mozjs/build/gabi++/src/function_type_info.cc
+0 −37
fundamental_type_info.cc
mozjs/build/gabi++/src/fundamental_type_info.cc
+0 −42
new.cc
mozjs/build/gabi++/src/new.cc
+0 −37
pbase_type_info.cc
mozjs/build/gabi++/src/pbase_type_info.cc
+0 −37
pointer_to_member_type_info.cc
mozjs/build/gabi++/src/pointer_to_member_type_info.cc
+0 −37
pointer_type_info.cc
mozjs/build/gabi++/src/pointer_type_info.cc
+0 −37
si_class_type_info.cc
mozjs/build/gabi++/src/si_class_type_info.cc
+0 −75
type_info.cc
mozjs/build/gabi++/src/type_info.cc
+0 −37
vmi_class_type_info.cc
mozjs/build/gabi++/src/vmi_class_type_info.cc
+0 −8
use_rtti.mk
mozjs/build/gabi++/use_rtti.mk
+13 −56
gecko_templates.mozbuild
mozjs/build/gecko_templates.mozbuild
+39 −0
gen_test_backend.py
mozjs/build/gen_test_backend.py
+9 −3
gen_test_packages_manifest.py
mozjs/build/gen_test_packages_manifest.py
+36 −0
gn.mozbuild
mozjs/build/gn.mozbuild
+35 −44
gyp.mozbuild
mozjs/build/gyp.mozbuild
+38 −0
gyp_base.mozbuild
mozjs/build/gyp_base.mozbuild
+83 −85
mach_bootstrap.py
mozjs/build/mach_bootstrap.py
+26 −0
build-cctools.sh
mozjs/build/macosx/build-cctools.sh
+20 −12
cross-mozconfig.common
mozjs/build/macosx/cross-mozconfig.common
+75 −0
llvm-dsymutil
mozjs/build/macosx/llvm-dsymutil
+13 −4
local-mozconfig.common
mozjs/build/macosx/local-mozconfig.common
+2 −0
mozconfig.common
mozjs/build/macosx/mozconfig.common
+0 −11
mozconfig
mozjs/build/macosx/universal/mozconfig
+0 −52
mozconfig.common
mozjs/build/macosx/universal/mozconfig.common
+0 −1,525
unify
mozjs/build/macosx/universal/unify
+0 −455
b2gautomation.py
mozjs/build/mobile/b2gautomation.py
+91 −81
remoteautomation.py
mozjs/build/mobile/remoteautomation.py
+8 −47
moz-automation.mk
mozjs/build/moz-automation.mk
+59 −36
moz.build
mozjs/build/moz.build
+5 −0
.flake8
mozjs/build/moz.configure/.flake8
+354 −29
android-ndk.configure
mozjs/build/moz.configure/android-ndk.configure
+15 −13
checks.configure
mozjs/build/moz.configure/checks.configure
+226 −0
compile-checks.configure
mozjs/build/moz.configure/compile-checks.configure
+67 −0
compilers-util.configure
mozjs/build/moz.configure/compilers-util.configure
+18 −0
flags.configure
mozjs/build/moz.configure/flags.configure
+103 −0
headers.configure
mozjs/build/moz.configure/headers.configure
+486 −137
init.configure
mozjs/build/moz.configure/init.configure
+9 −3
java.configure
mozjs/build/moz.configure/java.configure
+64 −0
keyfiles.configure
mozjs/build/moz.configure/keyfiles.configure
+28 −51
memory.configure
mozjs/build/moz.configure/memory.configure
+78 −98
old.configure
mozjs/build/moz.configure/old.configure
+30 −14
pkg.configure
mozjs/build/moz.configure/pkg.configure
+247 −93
rust.configure
mozjs/build/moz.configure/rust.configure
+1,115 −112
toolchain.configure
mozjs/build/moz.configure/toolchain.configure
+353 −42
util.configure
mozjs/build/moz.configure/util.configure
+157 −0
warnings.configure
mozjs/build/moz.configure/warnings.configure
+467 −0
windows.configure
mozjs/build/moz.configure/windows.configure
+6 −0
mozconfig.artifact
mozjs/build/mozconfig.artifact
+7 −0
mozconfig.artifact.automation
mozjs/build/mozconfig.artifact.automation
+2 −15
mozconfig.automation
mozjs/build/mozconfig.automation
+71 −16
mozconfig.cache
mozjs/build/mozconfig.cache
+5 −3
mozconfig.clang-cl
mozjs/build/mozconfig.clang-cl
+49 −0
mozconfig.comm-support
mozjs/build/mozconfig.comm-support
+4 −4
mozconfig.common
mozjs/build/mozconfig.common
+8 −0
mozconfig.lld-link
mozjs/build/mozconfig.lld-link
+23 −0
mozconfig.no-compile
mozjs/build/mozconfig.no-compile
+5 −5
mozconfig.rust
mozjs/build/mozconfig.rust
+2 −0
mozconfig.stylo
mozjs/build/mozconfig.stylo
+2 −7
mozconfig.win-common
mozjs/build/mozconfig.win-common
+28 −6
README
mozjs/build/pgo/certs/README
+18 −18
alternateroot.ca
mozjs/build/pgo/certs/alternateroot.ca
+1 −0
alternateroot.ca.keyspec
mozjs/build/pgo/certs/alternateroot.ca.keyspec
+7 −0
alternateroot.certspec
mozjs/build/pgo/certs/alternateroot.certspec
+3 −0
bug413909cert.certspec
mozjs/build/pgo/certs/bug413909cert.certspec
BIN
cert8.db
mozjs/build/pgo/certs/cert8.db
BIN
cert9.db
mozjs/build/pgo/certs/cert9.db
+5 −0
dynamicPinningBad.certspec
mozjs/build/pgo/certs/dynamicPinningBad.certspec
+1 −0
dynamicPinningBad.server.keyspec
mozjs/build/pgo/certs/dynamicPinningBad.server.keyspec
+3 −0
dynamicPinningGood.certspec
mozjs/build/pgo/certs/dynamicPinningGood.certspec
+3 −0
escapeattack1.certspec
mozjs/build/pgo/certs/escapeattack1.certspec
+26 −34
evintermediate.ca
mozjs/build/pgo/certs/evintermediate.ca
+1 −0
evintermediate.ca.keyspec
mozjs/build/pgo/certs/evintermediate.ca.keyspec
+7 −0
evintermediate.certspec
mozjs/build/pgo/certs/evintermediate.certspec
+4 −0
expired.certspec
mozjs/build/pgo/certs/expired.certspec
+4 −0
imminently_distrusted.certspec
mozjs/build/pgo/certs/imminently_distrusted.certspec
+0 −15
jartests-object.ca
mozjs/build/pgo/certs/jartests-object.ca
BIN
key3.db
mozjs/build/pgo/certs/key3.db
BIN
key4.db
mozjs/build/pgo/certs/key4.db
+3 −0
mochitest.certspec
mozjs/build/pgo/certs/mochitest.certspec
BIN
mochitest.client
mozjs/build/pgo/certs/mochitest.client
+1 −0
mochitest.client.keyspec
mozjs/build/pgo/certs/mochitest.client.keyspec
+19 −13
pgoca.ca
mozjs/build/pgo/certs/pgoca.ca
+1 −0
pgoca.ca.keyspec
mozjs/build/pgo/certs/pgoca.ca.keyspec
+5 −0
pgoca.certspec
mozjs/build/pgo/certs/pgoca.certspec
BIN
pgoca.p12
mozjs/build/pgo/certs/pgoca.p12
BIN
secmod.db
mozjs/build/pgo/certs/secmod.db
+3 −0
selfsigned.certspec
mozjs/build/pgo/certs/selfsigned.certspec
+4 −0
sha1_end_entity.certspec
mozjs/build/pgo/certs/sha1_end_entity.certspec
+4 −0
sha256_end_entity.certspec
mozjs/build/pgo/certs/sha256_end_entity.certspec
+5 −0
staticPinningBad.certspec
mozjs/build/pgo/certs/staticPinningBad.certspec
+1 −0
staticPinningBad.server.keyspec
mozjs/build/pgo/certs/staticPinningBad.server.keyspec
+5 −0
unknown_ca.certspec
mozjs/build/pgo/certs/unknown_ca.certspec
+3 −0
untrusted.certspec
mozjs/build/pgo/certs/untrusted.certspec
+4 −0
untrustedandexpired.certspec
mozjs/build/pgo/certs/untrustedandexpired.certspec
+109 −118
genpgocert.py
mozjs/build/pgo/genpgocert.py
+7 −2
index.html
mozjs/build/pgo/index.html
+1 −1
crypto-otp.html
mozjs/build/pgo/js-input/crypto-otp.html
+2 −0
prefs_override.js
mozjs/build/pgo/prefs_override.js
+91 −79
profileserver.py
mozjs/build/pgo/profileserver.py
+29 −2
server-locations.txt
mozjs/build/pgo/server-locations.txt
+1 −0
prebuilt-interfaces.manifest
mozjs/build/prebuilt-interfaces.manifest
+31 −0
rebuild-backend.mk
mozjs/build/rebuild-backend.mk
+0 −218
info.py
mozjs/build/release/info.py
+0 −124
sanity.py
mozjs/build/release/sanity.py
+27 −0
asan_blacklist_win.txt
mozjs/build/sanitizers/asan_blacklist_win.txt
+14 −42
lsan_suppressions.txt
mozjs/build/sanitizers/lsan_suppressions.txt
+264 −0
ubsan_signed_overflow_blacklist.txt
...build/sanitizers/ubsan_signed_overflow_blacklist.txt
+15 −0
ubsan_suppressions.txt
mozjs/build/sanitizers/ubsan_suppressions.txt
+271 −0
ubsan_unsigned_overflow_blacklist.txt
...ild/sanitizers/ubsan_unsigned_overflow_blacklist.txt
+0 −18
sccache.mk
mozjs/build/sccache.mk
+14 −0
docker-image
mozjs/build/sparse-profiles/docker-image
+12 −0
mach
mozjs/build/sparse-profiles/mach
+4 −0
mozharness
mozjs/build/sparse-profiles/mozharness
+20 −0
sphinx-docs
mozjs/build/sparse-profiles/sphinx-docs
+47 −0
taskgraph
mozjs/build/sparse-profiles/taskgraph
+9 −0
toolchain-build
mozjs/build/sparse-profiles/toolchain-build
+4 −0
upload-generated-sources
mozjs/build/sparse-profiles/upload-generated-sources
+4 −0
upload-symbols
mozjs/build/sparse-profiles/upload-symbols
+0 −133
Android.mk
mozjs/build/stlport/Android.mk
+0 −27
LICENSE
mozjs/build/stlport/LICENSE
+0 −69
README
mozjs/build/stlport/README
+0 −9
README.android
mozjs/build/stlport/README.android
+0 −11
README.mozilla
mozjs/build/stlport/README.mozilla
+0 −64
README.original
mozjs/build/stlport/README.original
+0 −82
android-mozilla-config.patch
mozjs/build/stlport/android-mozilla-config.patch
+0 −78
moz.build
mozjs/build/stlport/moz.build
+0 −65
new
mozjs/build/stlport/overrides/new
+0 −117
_stdio_file.h
mozjs/build/stlport/src/_stdio_file.h
+0 −46
acquire_release.h
mozjs/build/stlport/src/acquire_release.h
+0 −21
aligned_buffer.h
mozjs/build/stlport/src/aligned_buffer.h
+0 −1,121
allocators.cpp
mozjs/build/stlport/src/allocators.cpp
+0 −156
bitset.cpp
mozjs/build/stlport/src/bitset.cpp
+0 −29
c_locale.c
mozjs/build/stlport/src/c_locale.c
+0 −450
c_locale.h
mozjs/build/stlport/src/c_locale.h
+0 −531
c_locale_dummy.c
mozjs/build/stlport/src/c_locale_dummy/c_locale_dummy.c
+0 −705
c_locale_glibc2.c
...s/build/stlport/src/c_locale_glibc/c_locale_glibc2.c
+0 −1,786
c_locale_win32.c
mozjs/build/stlport/src/c_locale_win32/c_locale_win32.c
+0 −314
c_wlocale_win32.c
...s/build/stlport/src/c_locale_win32/c_wlocale_win32.c
+0 −143
codecvt.cpp
mozjs/build/stlport/src/codecvt.cpp
+0 −69
collate.cpp
mozjs/build/stlport/src/collate.cpp
+0 −353
complex.cpp
mozjs/build/stlport/src/complex.cpp
+0 −157
complex_io.cpp
mozjs/build/stlport/src/complex_io.cpp
+0 −192
complex_trig.cpp
mozjs/build/stlport/src/complex_trig.cpp
+0 −486
ctype.cpp
mozjs/build/stlport/src/ctype.cpp
+0 −198
cxa.c
mozjs/build/stlport/src/cxa.c
+0 −387
fstream_stdio.cpp
mozjs/build/stlport/src/details/fstream_stdio.cpp
+0 −347
fstream_unistd.cpp
mozjs/build/stlport/src/details/fstream_unistd.cpp
+0 −629
fstream_win32io.cpp
mozjs/build/stlport/src/details/fstream_win32io.cpp
+0 −262
dll_main.cpp
mozjs/build/stlport/src/dll_main.cpp
+0 −1,057
facets_byname.cpp
mozjs/build/stlport/src/facets_byname.cpp
+0 −114
fstream.cpp
mozjs/build/stlport/src/fstream.cpp
+0 −320
ios.cpp
mozjs/build/stlport/src/ios.cpp
+0 −354
iostream.cpp
mozjs/build/stlport/src/iostream.cpp
+0 −48
istream.cpp
mozjs/build/stlport/src/istream.cpp
+0 −446
locale.cpp
mozjs/build/stlport/src/locale.cpp
+0 −288
locale_catalog.cpp
mozjs/build/stlport/src/locale_catalog.cpp
+0 −765
locale_impl.cpp
mozjs/build/stlport/src/locale_impl.cpp
+0 −133
locale_impl.h
mozjs/build/stlport/src/locale_impl.h
+0 −307
lock_free_slist.h
mozjs/build/stlport/src/lock_free_slist.h
+0 −152
message_facets.h
mozjs/build/stlport/src/message_facets.h
+0 −247
messages.cpp
mozjs/build/stlport/src/messages.cpp
+0 −152
monetary.cpp
mozjs/build/stlport/src/monetary.cpp
+0 −120
num_get.cpp
mozjs/build/stlport/src/num_get.cpp
+0 −884
num_get_float.cpp
mozjs/build/stlport/src/num_get_float.cpp
+0 −183
num_put.cpp
mozjs/build/stlport/src/num_put.cpp
+0 −919
num_put_float.cpp
mozjs/build/stlport/src/num_put_float.cpp
+0 −46
numpunct.cpp
mozjs/build/stlport/src/numpunct.cpp
+0 −47
ostream.cpp
mozjs/build/stlport/src/ostream.cpp
+0 −68
sparc_atomic.s
mozjs/build/stlport/src/sparc_atomic.s
+0 −65
sparc_atomic64.s
mozjs/build/stlport/src/sparc_atomic64.s
+0 −45
sstream.cpp
mozjs/build/stlport/src/sstream.cpp
+0 −239
stdio_streambuf.cpp
mozjs/build/stlport/src/stdio_streambuf.cpp
+0 −102
stdio_streambuf.h
mozjs/build/stlport/src/stdio_streambuf.h
+0 −96
stlport.rc
mozjs/build/stlport/src/stlport.rc
+0 −43
stlport_prefix.h
mozjs/build/stlport/src/stlport_prefix.h
+0 −93
string.cpp
mozjs/build/stlport/src/string.cpp
+0 −391
strstream.cpp
mozjs/build/stlport/src/strstream.cpp
+0 −565
time_facets.cpp
mozjs/build/stlport/src/time_facets.cpp
+0 −61
warning_disable.h
mozjs/build/stlport/src/warning_disable.h
+0 −62
algorithm
mozjs/build/stlport/stlport/algorithm
+0 −50
assert.h
mozjs/build/stlport/stlport/assert.h
+0 −70
bitset
mozjs/build/stlport/stlport/bitset
+0 −46
cassert
mozjs/build/stlport/stlport/cassert
+0 −47
cctype
mozjs/build/stlport/stlport/cctype
+0 −55
cerrno
mozjs/build/stlport/stlport/cerrno
+0 −45
cfloat
mozjs/build/stlport/stlport/cfloat
+0 −45
ciso646
mozjs/build/stlport/stlport/ciso646
+0 −53
climits
mozjs/build/stlport/stlport/climits
+0 −47
clocale
mozjs/build/stlport/stlport/clocale
+0 −53
cmath
mozjs/build/stlport/stlport/cmath
+0 −57
complex
mozjs/build/stlport/stlport/complex
+0 −47
csetjmp
mozjs/build/stlport/stlport/csetjmp
+0 −47
csignal
mozjs/build/stlport/stlport/csignal
+0 −47
cstdarg
mozjs/build/stlport/stlport/cstdarg
+0 −47
cstddef
mozjs/build/stlport/stlport/cstddef
+0 −53
cstdio
mozjs/build/stlport/stlport/cstdio
+0 −54
cstdlib
mozjs/build/stlport/stlport/cstdlib
+0 −47
cstring
mozjs/build/stlport/stlport/cstring
+0 −53
ctime
mozjs/build/stlport/stlport/ctime
+0 −114
ctype.h
mozjs/build/stlport/stlport/ctype.h
+0 −48
cwchar
mozjs/build/stlport/stlport/cwchar
+0 −47
cwctype
mozjs/build/stlport/stlport/cwctype
+0 −57
deque
mozjs/build/stlport/stlport/deque
+0 −70
errno.h
mozjs/build/stlport/stlport/errno.h
+0 −68
exception
mozjs/build/stlport/stlport/exception
+0 −43
exception.h
mozjs/build/stlport/stlport/exception.h
+0 −52
float.h
mozjs/build/stlport/stlport/float.h
+0 −66
fstream
mozjs/build/stlport/stlport/fstream
+0 −42
fstream.h
mozjs/build/stlport/stlport/fstream.h
+0 −148
functional
mozjs/build/stlport/stlport/functional
+0 −49
hash_map
mozjs/build/stlport/stlport/hash_map
+0 −49
hash_set
mozjs/build/stlport/stlport/hash_set
+0 −53
iomanip
mozjs/build/stlport/stlport/iomanip
+0 −53
iomanip.h
mozjs/build/stlport/stlport/iomanip.h
+0 −53
ios
mozjs/build/stlport/stlport/ios
+0 −39
ios.h
mozjs/build/stlport/stlport/ios.h
+0 −53
iosfwd
mozjs/build/stlport/stlport/iosfwd
+0 −104
iostream
mozjs/build/stlport/stlport/iostream
+0 −106
iostream.h
mozjs/build/stlport/stlport/iostream.h
+0 −39
iso646.h
mozjs/build/stlport/stlport/iso646.h
+0 −53
istream
mozjs/build/stlport/stlport/istream
+0 −50
istream.h
mozjs/build/stlport/stlport/istream.h
+0 −61
iterator
mozjs/build/stlport/stlport/iterator
+0 −50
limits
mozjs/build/stlport/stlport/limits
+0 −39
limits.h
mozjs/build/stlport/stlport/limits.h
+0 −57
list
mozjs/build/stlport/stlport/list
+0 −156
locale
mozjs/build/stlport/stlport/locale
+0 −43
locale.h
mozjs/build/stlport/stlport/locale.h
+0 −57
map
mozjs/build/stlport/stlport/map
+0 −53
math.h
mozjs/build/stlport/stlport/math.h
+0 −58
mem.h
mozjs/build/stlport/stlport/mem.h
+0 −130
memory
mozjs/build/stlport/stlport/memory
+0 −47
new
mozjs/build/stlport/stlport/new
+0 −50
new.h
mozjs/build/stlport/stlport/new.h
+0 −54
numeric
mozjs/build/stlport/stlport/numeric
+0 −52
ostream
mozjs/build/stlport/stlport/ostream
+0 −37
ostream.h
mozjs/build/stlport/stlport/ostream.h
+0 −46
pthread.h
mozjs/build/stlport/stlport/pthread.h
+0 −49
pthread_alloc
mozjs/build/stlport/stlport/pthread_alloc
+0 −57
queue
mozjs/build/stlport/stlport/queue
+0 −11
rlocks.h
mozjs/build/stlport/stlport/rlocks.h
+0 −44
rope
mozjs/build/stlport/stlport/rope
+0 −57
set
mozjs/build/stlport/stlport/set
+0 −52
setjmp.h
mozjs/build/stlport/stlport/setjmp.h
+0 −39
signal.h
mozjs/build/stlport/stlport/signal.h
+0 −54
slist
mozjs/build/stlport/stlport/slist
+0 −57
sstream
mozjs/build/stlport/stlport/sstream
+0 −57
stack
mozjs/build/stlport/stlport/stack
+0 −47
stdarg.h
mozjs/build/stlport/stlport/stdarg.h
+0 −44
stddef.h
mozjs/build/stlport/stlport/stddef.h
+0 −56
stdexcept
mozjs/build/stlport/stlport/stdexcept
+0 −57
stdio.h
mozjs/build/stlport/stlport/stdio.h
+0 −10
stdiostream.h
mozjs/build/stlport/stlport/stdiostream.h
+0 −67
stdlib.h
mozjs/build/stlport/stlport/stdlib.h
+0 −77
_abbrevs.h
mozjs/build/stlport/stlport/stl/_abbrevs.h
+0 −2,028
_algo.c
mozjs/build/stlport/stlport/stl/_algo.c
+0 −745
_algo.h
mozjs/build/stlport/stlport/stl/_algo.h
+0 −483
_algobase.c
mozjs/build/stlport/stlport/stl/_algobase.c
+0 −728
_algobase.h
mozjs/build/stlport/stlport/stl/_algobase.h
+0 −87
_alloc.c
mozjs/build/stlport/stlport/stl/_alloc.c
+0 −580
_alloc.h
mozjs/build/stlport/stlport/stl/_alloc.h
+0 −133
_auto_ptr.h
mozjs/build/stlport/stlport/stl/_auto_ptr.h
+0 −235
_bitset.c
mozjs/build/stlport/stlport/stl/_bitset.c
+0 −880
_bitset.h
mozjs/build/stlport/stlport/stl/_bitset.h
+0 −841
_bvector.h
mozjs/build/stlport/stlport/stl/_bvector.h
+0 −61
_carray.h
mozjs/build/stlport/stlport/stl/_carray.h
+0 −49
_cctype.h
mozjs/build/stlport/stlport/stl/_cctype.h
+0 −43
_clocale.h
mozjs/build/stlport/stlport/stl/_clocale.h
+0 −605
_cmath.h
mozjs/build/stlport/stlport/stl/_cmath.h
+0 −442
_codecvt.h
mozjs/build/stlport/stlport/stl/_codecvt.h
+0 −176
_collate.h
mozjs/build/stlport/stlport/stl/_collate.h
+0 −145
_complex.c
mozjs/build/stlport/stlport/stl/_complex.c
+0 −935
_complex.h
mozjs/build/stlport/stlport/stl/_complex.h
+0 −51
_config_compat_post.h
mozjs/build/stlport/stlport/stl/_config_compat_post.h
+0 −289
_construct.h
mozjs/build/stlport/stlport/stl/_construct.h
+0 −25
_cprolog.h
mozjs/build/stlport/stlport/stl/_cprolog.h
+0 −68
_csetjmp.h
mozjs/build/stlport/stlport/stl/_csetjmp.h
+0 −41
_csignal.h
mozjs/build/stlport/stlport/stl/_csignal.h
+0 −34
_cstdarg.h
mozjs/build/stlport/stlport/stl/_cstdarg.h
+0 −44
_cstddef.h
mozjs/build/stlport/stlport/stl/_cstddef.h
+0 −127
_cstdio.h
mozjs/build/stlport/stlport/stl/_cstdio.h
+0 −180
_cstdlib.h
mozjs/build/stlport/stlport/stl/_cstdlib.h
+0 −35
_cstring.h
mozjs/build/stlport/stlport/stl/_cstring.h
+0 −56
_ctime.h
mozjs/build/stlport/stlport/stl/_ctime.h
+0 −91
_ctraits_fns.h
mozjs/build/stlport/stlport/stl/_ctraits_fns.h
+0 −280
_ctype.h
mozjs/build/stlport/stlport/stl/_ctype.h
+0 −342
_cwchar.h
mozjs/build/stlport/stlport/stl/_cwchar.h
+0 −89
_cwctype.h
mozjs/build/stlport/stlport/stl/_cwctype.h
+0 −823
_deque.c
mozjs/build/stlport/stlport/stl/_deque.c
+0 −1,115
_deque.h
mozjs/build/stlport/stlport/stl/_deque.h
+0 −42
_epilog.h
mozjs/build/stlport/stlport/stl/_epilog.h
+0 −196
_exception.h
mozjs/build/stlport/stlport/stl/_exception.h
+0 −53
_facets_fwd.h
mozjs/build/stlport/stlport/stl/_facets_fwd.h
+0 −766
_fstream.c
mozjs/build/stlport/stlport/stl/_fstream.c
+0 −714
_fstream.h
mozjs/build/stlport/stlport/stl/_fstream.h
+0 −433
_function.h
mozjs/build/stlport/stlport/stl/_function.h
+0 −783
_function_adaptors.h
mozjs/build/stlport/stlport/stl/_function_adaptors.h
+0 −217
_function_base.h
mozjs/build/stlport/stlport/stl/_function_base.h
+0 −146
_hash_fun.h
mozjs/build/stlport/stlport/stl/_hash_fun.h
+0 −500
_hash_map.h
mozjs/build/stlport/stlport/stl/_hash_map.h
+0 −495
_hash_set.h
mozjs/build/stlport/stlport/stl/_hash_set.h
+0 −553
_hashtable.c
mozjs/build/stlport/stlport/stl/_hashtable.c
+0 −658
_hashtable.h
mozjs/build/stlport/stlport/stl/_hashtable.h
+0 −246
_heap.c
mozjs/build/stlport/stlport/stl/_heap.c
+0 −125
_heap.h
mozjs/build/stlport/stlport/stl/_heap.h
+0 −165
_iomanip.h
mozjs/build/stlport/stlport/stl/_iomanip.h
+0 −127
_ios.c
mozjs/build/stlport/stlport/stl/_ios.c
+0 −187
_ios.h
mozjs/build/stlport/stlport/stl/_ios.h
+0 −347
_ios_base.h
mozjs/build/stlport/stlport/stl/_ios_base.h
+0 −12
_ioserr.h
mozjs/build/stlport/stlport/stl/_ioserr.h
+0 −159
_iosfwd.h
mozjs/build/stlport/stlport/stl/_iosfwd.h
+0 −140
_iostream_string.h
mozjs/build/stlport/stlport/stl/_iostream_string.h
+0 −1,428
_istream.c
mozjs/build/stlport/stlport/stl/_istream.c
+0 −359
_istream.h
mozjs/build/stlport/stlport/stl/_istream.h
+0 −161
_istreambuf_iterator.h
mozjs/build/stlport/stlport/stl/_istreambuf_iterator.h
+0 −265
_iterator.h
mozjs/build/stlport/stlport/stl/_iterator.h
+0 −525
_iterator_base.h
mozjs/build/stlport/stlport/stl/_iterator_base.h
+0 −334
_iterator_old.h
mozjs/build/stlport/stlport/stl/_iterator_old.h
+0 −405
_limits.c
mozjs/build/stlport/stlport/stl/_limits.c
+0 −519
_limits.h
mozjs/build/stlport/stlport/stl/_limits.h
+0 −250
_list.c
mozjs/build/stlport/stlport/stl/_list.c
+0 −742
_list.h
mozjs/build/stlport/stlport/stl/_list.h
+0 −366
_locale.h
mozjs/build/stlport/stlport/stl/_locale.h
+0 −435
_map.h
mozjs/build/stlport/stlport/stl/_map.h
+0 −43
_mbstate_t.h
mozjs/build/stlport/stlport/stl/_mbstate_t.h
+0 −185
_messages_facets.h
mozjs/build/stlport/stlport/stl/_messages_facets.h
+0 −527
_monetary.c
mozjs/build/stlport/stlport/stl/_monetary.c
+0 −435
_monetary.h
mozjs/build/stlport/stlport/stl/_monetary.h
+0 −159
_move_construct_fwk.h
mozjs/build/stlport/stlport/stl/_move_construct_fwk.h
+0 −145
_new.h
mozjs/build/stlport/stlport/stl/_new.h
+0 −623
_num_get.c
mozjs/build/stlport/stlport/stl/_num_get.c
+0 −237
_num_get.h
mozjs/build/stlport/stlport/stl/_num_get.h
+0 −522
_num_put.c
mozjs/build/stlport/stlport/stl/_num_put.c
+0 −187
_num_put.h
mozjs/build/stlport/stlport/stl/_num_put.h
+0 −106
_numeric.c
mozjs/build/stlport/stlport/stl/_numeric.c
+0 −191
_numeric.h
mozjs/build/stlport/stlport/stl/_numeric.h
+0 −176
_numpunct.h
mozjs/build/stlport/stlport/stl/_numpunct.h
+0 −455
_ostream.c
mozjs/build/stlport/stlport/stl/_ostream.c
+0 −387
_ostream.h
mozjs/build/stlport/stlport/stl/_ostream.h
+0 −102
_ostreambuf_iterator.h
mozjs/build/stlport/stlport/stl/_ostreambuf_iterator.h
+0 −186
_pair.h
mozjs/build/stlport/stlport/stl/_pair.h
+0 −18
_prolog.h
mozjs/build/stlport/stlport/stl/_prolog.h
+0 −461
_pthread_alloc.h
mozjs/build/stlport/stlport/stl/_pthread_alloc.h
+0 −83
_ptrs_specialize.h
mozjs/build/stlport/stlport/stl/_ptrs_specialize.h
+0 −268
_queue.h
mozjs/build/stlport/stlport/stl/_queue.h
+0 −84
_range_errors.c
mozjs/build/stlport/stlport/stl/_range_errors.c
+0 −60
_range_errors.h
mozjs/build/stlport/stlport/stl/_range_errors.h
+0 −80
_raw_storage_iter.h
mozjs/build/stlport/stlport/stl/_raw_storage_iter.h
+0 −29
_relops_cont.h
mozjs/build/stlport/stlport/stl/_relops_cont.h
+0 −13
_relops_hash_cont.h
mozjs/build/stlport/stlport/stl/_relops_hash_cont.h
+0 −1,407
_rope.c
mozjs/build/stlport/stlport/stl/_rope.c
+0 −2,391
_rope.h
mozjs/build/stlport/stlport/stl/_rope.h
+0 −412
_set.h
mozjs/build/stlport/stlport/stl/_set.h
+0 −230
_slist.c
mozjs/build/stlport/stlport/stl/_slist.c
+0 −914
_slist.h
mozjs/build/stlport/stlport/stl/_slist.h
+0 −104
_slist_base.c
mozjs/build/stlport/stlport/stl/_slist_base.c
+0 −90
_slist_base.h
mozjs/build/stlport/stlport/stl/_slist_base.h
+0 −61
_sparc_atomic.h
mozjs/build/stlport/stlport/stl/_sparc_atomic.h
+0 −465
_sstream.c
mozjs/build/stlport/stlport/stl/_sstream.c
+0 −266
_sstream.h
mozjs/build/stlport/stlport/stl/_sstream.h
+0 −133
_stack.h
mozjs/build/stlport/stlport/stl/_stack.h
+0 −109
_stdexcept.h
mozjs/build/stlport/stlport/stl/_stdexcept.h
+0 −95
_stdexcept_base.c
mozjs/build/stlport/stlport/stl/_stdexcept_base.c
+0 −97
_stdexcept_base.h
mozjs/build/stlport/stlport/stl/_stdexcept_base.h
+0 −30
_stlport_version.h
mozjs/build/stlport/stlport/stl/_stlport_version.h
+0 −253
_stream_iterator.h
mozjs/build/stlport/stlport/stl/_stream_iterator.h
+0 −208
_streambuf.c
mozjs/build/stlport/stlport/stl/_streambuf.c
+0 −287
_streambuf.h
mozjs/build/stlport/stlport/stl/_streambuf.h
+0 −673
_string.c
mozjs/build/stlport/stlport/stl/_string.c
+0 −1,182
_string.h
mozjs/build/stlport/stlport/stl/_string.h
+0 −231
_string_base.h
mozjs/build/stlport/stlport/stl/_string_base.h
+0 −60
_string_fwd.h
mozjs/build/stlport/stlport/stl/_string_fwd.h
+0 −71
_string_hash.h
mozjs/build/stlport/stlport/stl/_string_hash.h
+0 −172
_string_io.c
mozjs/build/stlport/stlport/stl/_string_io.c
+0 −77
_string_io.h
mozjs/build/stlport/stlport/stl/_string_io.h
+0 −27
_string_npos.h
mozjs/build/stlport/stlport/stl/_string_npos.h
+0 −602
_string_operators.h
mozjs/build/stlport/stlport/stl/_string_operators.h
+0 −414
_string_sum.h
mozjs/build/stlport/stlport/stl/_string_sum.h
+0 −155
_string_sum_methods.h
mozjs/build/stlport/stlport/stl/_string_sum_methods.h
+0 −599
_string_workaround.h
mozjs/build/stlport/stlport/stl/_string_workaround.h
+0 −165
_strstream.h
mozjs/build/stlport/stlport/stl/_strstream.h
+0 −57
_tempbuf.c
mozjs/build/stlport/stlport/stl/_tempbuf.c
+0 −167
_tempbuf.h
mozjs/build/stlport/stlport/stl/_tempbuf.h
+0 −167
_threads.c
mozjs/build/stlport/stlport/stl/_threads.c
+0 −687
_threads.h
mozjs/build/stlport/stlport/stl/_threads.h
+0 −440
_time_facets.c
mozjs/build/stlport/stlport/stl/_time_facets.c
+0 −329
_time_facets.h
mozjs/build/stlport/stlport/stl/_time_facets.h
+0 −730
_tree.c
mozjs/build/stlport/stlport/stl/_tree.c
+0 −684
_tree.h
mozjs/build/stlport/stlport/stl/_tree.h
+0 −79
_typeinfo.h
mozjs/build/stlport/stlport/stl/_typeinfo.h
+0 −443
_uninitialized.h
mozjs/build/stlport/stlport/stl/_uninitialized.h
+0 −443
_unordered_map.h
mozjs/build/stlport/stlport/stl/_unordered_map.h
+0 −418
_unordered_set.h
mozjs/build/stlport/stlport/stl/_unordered_set.h
+0 −191
_valarray.c
mozjs/build/stlport/stlport/stl/_valarray.c
+0 −1,684
_valarray.h
mozjs/build/stlport/stlport/stl/_valarray.h
+0 −242
_vector.c
mozjs/build/stlport/stlport/stl/_vector.c
+0 −773
_vector.h
mozjs/build/stlport/stlport/stl/_vector.h
+0 −150
boost_type_traits.h
mozjs/build/stlport/stlport/stl/boost_type_traits.h
+0 −131
c_locale.h
mozjs/build/stlport/stlport/stl/c_locale.h
+0 −278
char_traits.h
mozjs/build/stlport/stlport/stl/char_traits.h
+0 −810
concept_checks.h
mozjs/build/stlport/stlport/stl/concept_checks.h
+0 −3
_aix.h
mozjs/build/stlport/stlport/stl/config/_aix.h
+0 −73
_android.h
mozjs/build/stlport/stlport/stl/config/_android.h
+0 −30
_apcc.h
mozjs/build/stlport/stlport/stl/config/_apcc.h
+0 −118
_apple.h
mozjs/build/stlport/stlport/stl/config/_apple.h
+0 −55
_as400.h
mozjs/build/stlport/stlport/stl/config/_as400.h
+0 −61
_auto_link.h
mozjs/build/stlport/stlport/stl/config/_auto_link.h
+0 −138
_bc.h
mozjs/build/stlport/stlport/stl/config/_bc.h
+0 −207
_como.h
mozjs/build/stlport/stlport/stl/config/_como.h
+0 −65
_cray.h
mozjs/build/stlport/stlport/stl/config/_cray.h
+0 −9
_cygwin.h
mozjs/build/stlport/stlport/stl/config/_cygwin.h
+0 −113
_dec.h
mozjs/build/stlport/stlport/stl/config/_dec.h
+0 −89
_dec_vms.h
mozjs/build/stlport/stlport/stl/config/_dec_vms.h
+0 −74
_detect_dll_or_lib.h
...uild/stlport/stlport/stl/config/_detect_dll_or_lib.h
+0 −121
_dm.h
mozjs/build/stlport/stlport/stl/config/_dm.h
+0 −29
_epilog.h
mozjs/build/stlport/stlport/stl/config/_epilog.h
+0 −333
_evc.h
mozjs/build/stlport/stlport/stl/config/_evc.h
+0 −43
_feedback.h
mozjs/build/stlport/stlport/stl/config/_feedback.h
+0 −3
_freebsd.h
mozjs/build/stlport/stlport/stl/config/_freebsd.h
+0 −7
_fujitsu.h
mozjs/build/stlport/stlport/stl/config/_fujitsu.h
+0 −198
_gcc.h
mozjs/build/stlport/stlport/stl/config/_gcc.h
+0 −129
_hpacc.h
mozjs/build/stlport/stlport/stl/config/_hpacc.h
+0 −17
_hpux.h
mozjs/build/stlport/stlport/stl/config/_hpux.h
+0 −144
_ibm.h
mozjs/build/stlport/stlport/stl/config/_ibm.h
+0 −44
_icc.h
mozjs/build/stlport/stlport/stl/config/_icc.h
+0 −72
_intel.h
mozjs/build/stlport/stlport/stl/config/_intel.h
+0 −43
_kai.h
mozjs/build/stlport/stlport/stl/config/_kai.h
+0 −126
_linux.h
mozjs/build/stlport/stlport/stl/config/_linux.h
+0 −6
_mac.h
mozjs/build/stlport/stlport/stl/config/_mac.h
+0 −9
_macosx.h
mozjs/build/stlport/stlport/stl/config/_macosx.h
+0 −7
_mlc.h
mozjs/build/stlport/stlport/stl/config/_mlc.h
+0 −265
_msvc.h
mozjs/build/stlport/stlport/stl/config/_msvc.h
+0 −159
_mwerks.h
mozjs/build/stlport/stlport/stl/config/_mwerks.h
+0 −50
_native_headers.h
...s/build/stlport/stlport/stl/config/_native_headers.h
+0 −12
_openbsd.h
mozjs/build/stlport/stlport/stl/config/_openbsd.h
+0 −43
_prolog.h
mozjs/build/stlport/stlport/stl/config/_prolog.h
+0 −94
_sgi.h
mozjs/build/stlport/stlport/stl/config/_sgi.h
+0 −77
_solaris.h
mozjs/build/stlport/stlport/stl/config/_solaris.h
+0 −166
_sunprocc.h
mozjs/build/stlport/stlport/stl/config/_sunprocc.h
+0 −174
_system.h
mozjs/build/stlport/stlport/stl/config/_system.h
+0 −51
_warnings_off.h
mozjs/build/stlport/stlport/stl/config/_warnings_off.h
+0 −151
_watcom.h
mozjs/build/stlport/stlport/stl/config/_watcom.h
+0 −291
_windows.h
mozjs/build/stlport/stlport/stl/config/_windows.h
+0 −80
compat.h
mozjs/build/stlport/stlport/stl/config/compat.h
+0 −1,079
features.h
mozjs/build/stlport/stlport/stl/config/features.h
+0 −342
host.h
mozjs/build/stlport/stlport/stl/config/host.h
+0 −97
stl_confix.h
mozjs/build/stlport/stlport/stl/config/stl_confix.h
+0 −282
stl_mycomp.h
mozjs/build/stlport/stlport/stl/config/stl_mycomp.h
+0 −326
user_config.h
mozjs/build/stlport/stlport/stl/config/user_config.h
+0 −628
_debug.c
mozjs/build/stlport/stlport/stl/debug/_debug.c
+0 −473
_debug.h
mozjs/build/stlport/stlport/stl/debug/_debug.h
+0 −414
_deque.h
mozjs/build/stlport/stlport/stl/debug/_deque.h
+0 −340
_hashtable.h
mozjs/build/stlport/stlport/stl/debug/_hashtable.h
+0 −457
_iterator.h
mozjs/build/stlport/stlport/stl/debug/_iterator.h
+0 −495
_list.h
mozjs/build/stlport/stlport/stl/debug/_list.h
+0 −613
_slist.h
mozjs/build/stlport/stlport/stl/debug/_slist.h
+0 −828
_string.h
mozjs/build/stlport/stlport/stl/debug/_string.h
+0 −111
_string_sum_methods.h
...uild/stlport/stlport/stl/debug/_string_sum_methods.h
+0 −317
_tree.h
mozjs/build/stlport/stlport/stl/debug/_tree.h
+0 −425
_vector.h
mozjs/build/stlport/stlport/stl/debug/_vector.h
+0 −47
msl_string.h
mozjs/build/stlport/stlport/stl/msl_string.h
+0 −390
_deque.h
mozjs/build/stlport/stlport/stl/pointers/_deque.h
+0 −345
_list.h
mozjs/build/stlport/stlport/stl/pointers/_list.h
+0 −564
_set.h
mozjs/build/stlport/stlport/stl/pointers/_set.h
+0 −427
_slist.h
mozjs/build/stlport/stlport/stl/pointers/_slist.h
+0 −474
_tools.h
mozjs/build/stlport/stlport/stl/pointers/_tools.h
+0 −243
_vector.h
mozjs/build/stlport/stlport/stl/pointers/_vector.h
+0 −321
type_manips.h
mozjs/build/stlport/stlport/stl/type_manips.h
+0 −626
type_traits.h
mozjs/build/stlport/stlport/stl/type_traits.h
+0 −52
streambuf
mozjs/build/stlport/stlport/streambuf
+0 −53
streambuf.h
mozjs/build/stlport/stlport/streambuf.h
+0 −59
string
mozjs/build/stlport/stlport/string
+0 −66
string.h
mozjs/build/stlport/stlport/string.h
+0 −61
strstream
mozjs/build/stlport/stlport/strstream
+0 −55
strstream.h
mozjs/build/stlport/stlport/strstream.h
+0 −44
time.h
mozjs/build/stlport/stlport/time.h
+0 −798
type_traits
mozjs/build/stlport/stlport/type_traits
+0 −53
typeinfo
mozjs/build/stlport/stlport/typeinfo
+0 −87
typeinfo.h
mozjs/build/stlport/stlport/typeinfo.h
+0 −39
unordered_map
mozjs/build/stlport/stlport/unordered_map
+0 −39
unordered_set
mozjs/build/stlport/stlport/unordered_set
+0 −60
cstring
mozjs/build/stlport/stlport/using/cstring
+0 −12
export
mozjs/build/stlport/stlport/using/export
+0 −19
fstream
mozjs/build/stlport/stlport/using/fstream
+0 −4
fstream.h
mozjs/build/stlport/stlport/using/h/fstream.h
+0 −6
iomanip.h
mozjs/build/stlport/stlport/using/h/iomanip.h
+0 −24
iostream.h
mozjs/build/stlport/stlport/using/h/iostream.h
+0 −6
ostream.h
mozjs/build/stlport/stlport/using/h/ostream.h
+0 −1
streambuf.h
mozjs/build/stlport/stlport/using/h/streambuf.h
+0 −4
strstream.h
mozjs/build/stlport/stlport/using/h/strstream.h
+0 −6
iomanip
mozjs/build/stlport/stlport/using/iomanip
+0 −41
ios
mozjs/build/stlport/stlport/using/ios
+0 −54
iosfwd
mozjs/build/stlport/stlport/using/iosfwd
+0 −14
iostream
mozjs/build/stlport/stlport/using/iostream
+0 −16
istream
mozjs/build/stlport/stlport/using/istream
+0 −65
locale
mozjs/build/stlport/stlport/using/locale
+0 −10
ostream
mozjs/build/stlport/stlport/using/ostream
+0 −16
sstream
mozjs/build/stlport/stlport/using/sstream
+0 −5
streambuf
mozjs/build/stlport/stlport/using/streambuf
+0 −4
strstream
mozjs/build/stlport/stlport/using/strstream
+0 −60
utility
mozjs/build/stlport/stlport/utility
+0 −51
valarray
mozjs/build/stlport/stlport/valarray
+0 −59
vector
mozjs/build/stlport/stlport/vector
+0 −64
wchar.h
mozjs/build/stlport/stlport/wchar.h
+0 −47
wctype.h
mozjs/build/stlport/stlport/wctype.h
+0 −2
.gitignore
mozjs/build/stlport/test/.gitignore
+53 −66
subconfigure.py
mozjs/build/subconfigure.py
+2 −2
submit_telemetry_data.py
mozjs/build/submit_telemetry_data.py
+49 −34
templates.mozbuild
mozjs/build/templates.mozbuild
+1 −1
test_templates.mozbuild
mozjs/build/test_templates.mozbuild
+1 −0
cram.ini
mozjs/build/tests/cram/cram.ini
+14 −0
test_configure_help.t
mozjs/build/tests/cram/test_configure_help.t
+32 −0
build-binutils.sh
mozjs/build/unix/build-binutils/build-binutils.sh
+53 −0
07F3DBBECC1A39605078094D980C197698C3739D.key
...ild-gcc/07F3DBBECC1A39605078094D980C197698C3739D.key
+82 −0
13975A70E63C361C73AE69EF6EEB81F8981C74C7.key
...ild-gcc/13975A70E63C361C73AE69EF6EEB81F8981C74C7.key
+33 −0
33C235A34C46AA3FFB293709A328C3A2C3C45C06.key
...ild-gcc/33C235A34C46AA3FFB293709A328C3A2C3C45C06.key
+35 −0
343C2FF0FBEE5EC2EDBEF399F3599FF828C67298.key
...ild-gcc/343C2FF0FBEE5EC2EDBEF399F3599FF828C67298.key
+54 −0
7F74F97C103468EE5D750B583AB00996FC26A641.key
...ild-gcc/7F74F97C103468EE5D750B583AB00996FC26A641.key
+57 −0
AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3.key
...ild-gcc/AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3.key
+29 −0
EAF1C276A747E9ED86210CBAC3126D3B4AE55E93.key
...ild-gcc/EAF1C276A747E9ED86210CBAC3126D3B4AE55E93.key
+167 −50
build-gcc.sh
mozjs/build/unix/build-gcc/build-gcc.sh
+28 −0
download-tools.sh
mozjs/build/unix/build-gcc/download-tools.sh
+0 −150
build-gtk3.sh
mozjs/build/unix/build-gtk3/build-gtk3.sh
+57 −0
build-hfsplus.sh
mozjs/build/unix/build-hfsplus/build-hfsplus.sh
+3 −4
Makefile.in
mozjs/build/unix/elfhack/Makefile.in
+23 −2
elf.cpp
mozjs/build/unix/elfhack/elf.cpp
+177 −31
elfhack.cpp
mozjs/build/unix/elfhack/elfhack.cpp
+22 −5
elfxx.h
mozjs/build/unix/elfhack/elfxx.h
+43 −0
inject.c
mozjs/build/unix/elfhack/inject.c
+0 −15
Makefile.in
mozjs/build/unix/elfhack/inject/Makefile.in
+9 −0
copy_source.py
mozjs/build/unix/elfhack/inject/copy_source.py
+26 −3
moz.build
mozjs/build/unix/elfhack/inject/moz.build
+6 −1
moz.build
mozjs/build/unix/elfhack/moz.build
+1 −1
test.c
mozjs/build/unix/elfhack/test.c
+0 −1
components-export-list
mozjs/build/unix/gnu-ld-scripts/components-export-list
+0 −7
components-version-script
.../build/unix/gnu-ld-scripts/components-version-script
+1 −8
moz.build
mozjs/build/unix/moz.build
+1 −7
mozconfig.asan
mozjs/build/unix/mozconfig.asan
+0 −28
mozconfig.gtk
mozjs/build/unix/mozconfig.gtk
+1 −12
mozconfig.linux
mozjs/build/unix/mozconfig.linux
+6 −5
mozconfig.linux32
mozjs/build/unix/mozconfig.linux32
+9 −5
mozconfig.stdcxx
mozjs/build/unix/mozconfig.stdcxx
+1 −6
mozconfig.tsan
mozjs/build/unix/mozconfig.tsan
+54 −10
rewrite_asan_dylib.py
mozjs/build/unix/rewrite_asan_dylib.py
+2 −8
run-mozilla.sh
mozjs/build/unix/run-mozilla.sh
+0 −7
Makefile.in
mozjs/build/unix/stdc++compat/Makefile.in
+3 −2
moz.build
mozjs/build/unix/stdc++compat/moz.build
+96 −3
stdc++compat.cpp
mozjs/build/unix/stdc++compat/stdc++compat.cpp
+87 −37
upload.py
mozjs/build/upload.py
+161 −0
upload_generated_sources.py
mozjs/build/upload_generated_sources.py
+4 −2
count_ctors.py
mozjs/build/util/count_ctors.py
+0 −611
hg.py
mozjs/build/util/hg.py
+11 −3
cross-architecture.sup
mozjs/build/valgrind/cross-architecture.sup
+53 −0
i386-pc-linux-gnu.sup
mozjs/build/valgrind/i386-pc-linux-gnu.sup
+0 −63
i386-redhat-linux-gnu.sup
mozjs/build/valgrind/i386-redhat-linux-gnu.sup
+18 −6
mach_commands.py
mozjs/build/valgrind/mach_commands.py
+752 −0
x86_64-pc-linux-gnu.sup
mozjs/build/valgrind/x86_64-pc-linux-gnu.sup
+0 −187
x86_64-redhat-linux-gnu.sup
mozjs/build/valgrind/x86_64-redhat-linux-gnu.sup
+29 −1
variables.py
mozjs/build/variables.py
+60 −32
virtualenv_packages.txt
mozjs/build/virtualenv_packages.txt
+1 −1
crashinjectdll.cpp
mozjs/build/win32/crashinjectdll/crashinjectdll.cpp
+2 −1
moz.build
mozjs/build/win32/crashinjectdll/moz.build
+1 −1
moz.build
mozjs/build/win32/moz.build
+1 −1
mozconfig.vs-latest
mozjs/build/win32/mozconfig.vs-latest
+0 −23
mozconfig.vs2013-win64
mozjs/build/win32/mozconfig.vs2013-win64
+13 −8
mozconfig.vs2015-win64
mozjs/build/win32/mozconfig.vs2015-win64
+30 −0
mozconfig.vs2017
mozjs/build/win32/mozconfig.vs2017
BIN
vswhere.exe
mozjs/build/win32/vswhere.exe
+3 −0
cargo-linker.bat.in
mozjs/build/win64/cargo-linker.bat.in
+25 −0
mozconfig.asan
mozjs/build/win64/mozconfig.asan
+1 −1
mozconfig.vs-latest
mozjs/build/win64/mozconfig.vs-latest
+0 −23
mozconfig.vs2013
mozjs/build/win64/mozconfig.vs2013
+12 −7
mozconfig.vs2015
mozjs/build/win64/mozconfig.vs2015
+26 −0
mozconfig.vs2017
mozjs/build/win64/mozconfig.vs2017
+116 −112
windows_toolchain.py
mozjs/build/windows_toolchain.py
+20 −0
AB_rCD.mk
mozjs/config/AB_rCD.mk
+0 −51
Makefile.in
mozjs/config/Makefile.in
+2 −8
baseconfig.mk
mozjs/config/baseconfig.mk
+68 −0
check_js_msg_encoding.py
mozjs/config/check_js_msg_encoding.py
+43 −0
check_js_opcode.py
mozjs/config/check_js_opcode.py
+59 −30
check_macroassembler_style.py
mozjs/config/check_macroassembler_style.py
+270 −86
check_spidermonkey_style.py
mozjs/config/check_spidermonkey_style.py
+0 −31
check_utils.py
mozjs/config/check_utils.py
+15 −1
check_vanilla_allocations.py
mozjs/config/check_vanilla_allocations.py
+86 −188
config.mk
mozjs/config/config.mk
+0 −1,364
doxygen.cfg.in
mozjs/config/doxygen.cfg.in
+2 −0
expandlibs_config.py
mozjs/config/expandlibs_config.py
+1 −1
expandlibs_exec.py
mozjs/config/expandlibs_exec.py
+1 −3
moz.build
mozjs/config/external/fdlibm/moz.build
+0 −12
Makefile.in
mozjs/config/external/ffi/Makefile.in
+113 −8
moz.build
mozjs/config/external/ffi/moz.build
+26 −0
preprocess_libffi_asm.py
mozjs/config/external/ffi/preprocess_libffi_asm.py
+25 −0
subst_header.py
mozjs/config/external/ffi/subst_header.py
+0 −12
Makefile.in
mozjs/config/external/freetype2/Makefile.in
+3 −3
moz.build
mozjs/config/external/freetype2/moz.build
+12 −14
moz.build
mozjs/config/external/icu/common/moz.build
+156 −49
sources.mozbuild
mozjs/config/external/icu/common/sources.mozbuild
BIN
icudt56l.dat
mozjs/config/external/icu/data/icudt56l.dat
BIN
icudt60l.dat
mozjs/config/external/icu/data/icudt60l.dat
+1 −1
moz.build
mozjs/config/external/icu/data/moz.build
+30 −10
defs.mozbuild
mozjs/config/external/icu/defs.mozbuild
+2 −2
moz.build
mozjs/config/external/icu/i18n/moz.build
+107 −8
sources.mozbuild
mozjs/config/external/icu/i18n/sources.mozbuild
+1 −1
moz.build
mozjs/config/external/icu/moz.build
+2 −4
moz.build
mozjs/config/external/icu/stubdata/moz.build
+1 −1
moz.build
mozjs/config/external/lgpllibs/moz.build
+9 −9
moz.build
mozjs/config/external/moz.build
+2 −2
moz.build
mozjs/config/external/nspr/ds/moz.build
+2 −2
moz.build
mozjs/config/external/nspr/libc/moz.build
+2 −2
moz.build
mozjs/config/external/nspr/moz.build
+29 −2
moz.build
mozjs/config/external/nspr/pr/moz.build
+2 −0
prcpucfg.h
mozjs/config/external/nspr/prcpucfg.h
+0 −485
Makefile.in
mozjs/config/external/nss/Makefile.in
+0 −20
moz.build
mozjs/config/external/nss/crmf/moz.build
+0 −42
moz.build
mozjs/config/external/nss/moz.build
+0 −27
nss.mk
mozjs/config/external/nss/nss.mk
+0 −718
nss.symbols
mozjs/config/external/nss/nss.symbols
+0 −5
Makefile.in
mozjs/config/external/sqlite/Makefile.in
+1 −1
moz.build
mozjs/config/external/sqlite/moz.build
+1 −1
moz.build
mozjs/config/external/zlib/moz.build
+9 −2
rules.mk
mozjs/config/faster/rules.mk
+2 −4
gcc-stl-wrapper.template.h
mozjs/config/gcc-stl-wrapper.template.h
+0 −60
link.py
mozjs/config/link.py
+4 −22
make-stl-wrappers.py
mozjs/config/make-stl-wrappers.py
+23 −0
make-system-wrappers.py
mozjs/config/make-system-wrappers.py
+1 −1
debugmake.mk
mozjs/config/makefiles/debugmake.mk
+0 −92
java-build.mk
mozjs/config/makefiles/java-build.mk
+4 −12
target_binaries.mk
mozjs/config/makefiles/target_binaries.mk
+0 −98
Makefile.in
mozjs/config/makefiles/test/Makefile.in
+0 −100
check-arglist.mk
mozjs/config/makefiles/test/check-arglist.mk
+0 −84
check-autotargets.mk
mozjs/config/makefiles/test/check-autotargets.mk
+0 −70
check_XinY.mk
mozjs/config/makefiles/test/check_XinY.mk
+0 −6
moz.build
mozjs/config/makefiles/test/moz.build
+6 −3
Makefile.in
mozjs/config/makefiles/xpidl/Makefile.in
+2 −2
milestone.txt
mozjs/config/milestone.txt
+41 −16
moz.build
mozjs/config/moz.build
+57 −24
mozunit.py
mozjs/config/mozunit.py
+6 −10
msvc-stl-wrapper.template.h
mozjs/config/msvc-stl-wrapper.template.h
+5 −4
nsinstall.py
mozjs/config/nsinstall.py
+1 −5
pathsub.c
mozjs/config/pathsub.c
+28 −18
recurse.mk
mozjs/config/recurse.mk
+326 −270
rules.mk
mozjs/config/rules.mk
+7 −3
static-checking-config.mk
mozjs/config/static-checking-config.mk
+0 −49
stl-headers
mozjs/config/stl-headers
+57 −0
stl-headers.mozbuild
mozjs/config/stl-headers.mozbuild
+0 −65
string-format.js
mozjs/config/string-format.js
+0 −1,323
system-headers
mozjs/config/system-headers
+1,346 −0
system-headers.mozbuild
mozjs/config/system-headers.mozbuild
+0 −36
Makefile.in
mozjs/config/tests/makefiles/autodeps/Makefile.in
+0 −269
check_mkdir.tpy
mozjs/config/tests/makefiles/autodeps/check_mkdir.tpy
+0 −6
moz.build
mozjs/config/tests/makefiles/autodeps/moz.build
+0 −64
testor.tmpl
mozjs/config/tests/makefiles/autodeps/testor.tmpl
+5 −0
python.ini
mozjs/config/tests/python.ini
+1 −1
moz.build
mozjs/config/tests/src-simple/moz.build
+1 −2
test_mozbuild_reading.py
mozjs/config/tests/test_mozbuild_reading.py
+1 −1
unit-expandlibs.py
mozjs/config/tests/unit-expandlibs.py
+1 −1
unit-nsinstall.py
mozjs/config/tests/unit-nsinstall.py
+1 −1
version.mk
mozjs/config/version.mk
+59 −25
configure.py
mozjs/configure.py
+30 −4
__init__.py
mozjs/dom/bindings/mozwebidlcodegen/__init__.py
+0 −1
DummyBinding.webidl
...m/bindings/mozwebidlcodegen/test/DummyBinding.webidl
+1 −0
python.ini
mozjs/dom/bindings/mozwebidlcodegen/test/python.ini
+2 −1
test_mozwebidlcodegen.py
...dings/mozwebidlcodegen/test/test_mozwebidlcodegen.py
+7 −6
SVN-INFO
mozjs/intl/icu/SVN-INFO
+3 −1
Doxyfile.in
mozjs/intl/icu/source/Doxyfile.in
+18 −19
Makefile.in
mozjs/intl/icu/source/Makefile.in
+6 −1
acinclude.m4
mozjs/intl/icu/source/acinclude.m4
+139 −78
aclocal.m4
mozjs/intl/icu/source/aclocal.m4
+110 −36
allinone.sln
mozjs/intl/icu/source/allinone/allinone.sln
+131 −129
icucheck.bat
mozjs/intl/icu/source/allinone/icucheck.bat
+12 −7
Makefile.in
mozjs/intl/icu/source/common/Makefile.in
+3 −1
appendable.cpp
mozjs/intl/icu/source/common/appendable.cpp
+64 −48
bmpset.cpp
mozjs/intl/icu/source/common/bmpset.cpp
+11 −8
bmpset.h
mozjs/intl/icu/source/common/bmpset.h
+19 −23
brkeng.cpp
mozjs/intl/icu/source/common/brkeng.cpp
+6 −9
brkeng.h
mozjs/intl/icu/source/common/brkeng.h
+22 −5
brkiter.cpp
mozjs/intl/icu/source/common/brkiter.cpp
+123 −0
bytesinkutil.cpp
mozjs/intl/icu/source/common/bytesinkutil.cpp
+53 −0
bytesinkutil.h
mozjs/intl/icu/source/common/bytesinkutil.h
+8 −0
bytestream.cpp
mozjs/intl/icu/source/common/bytestream.cpp
+3 −1
bytestrie.cpp
mozjs/intl/icu/source/common/bytestrie.cpp
+7 −5
bytestriebuilder.cpp
mozjs/intl/icu/source/common/bytestriebuilder.cpp
+8 −4
bytestrieiterator.cpp
mozjs/intl/icu/source/common/bytestrieiterator.cpp
+5 −3
caniter.cpp
mozjs/intl/icu/source/common/caniter.cpp
+2 −0
chariter.cpp
mozjs/intl/icu/source/common/chariter.cpp
+5 −2
charstr.cpp
mozjs/intl/icu/source/common/charstr.cpp
+5 −3
charstr.h
mozjs/intl/icu/source/common/charstr.h
+0 −160
cmemory.c
mozjs/intl/icu/source/common/cmemory.c
+162 −0
cmemory.cpp
mozjs/intl/icu/source/common/cmemory.cpp
+18 −10
cmemory.h
mozjs/intl/icu/source/common/cmemory.h
+2 −0
common.rc
mozjs/intl/icu/source/common/common.rc
+205 −55
common.vcxproj
mozjs/intl/icu/source/common/common.vcxproj
+124 −53
common.vcxproj.filters
mozjs/intl/icu/source/common/common.vcxproj.filters
+949 −0
common_uwp.vcxproj
mozjs/intl/icu/source/common/common_uwp.vcxproj
+12 −10
cpputils.h
mozjs/intl/icu/source/common/cpputils.h
+54 −0
cstr.cpp
mozjs/intl/icu/source/common/cstr.cpp
+60 −0
cstr.h
mozjs/intl/icu/source/common/cstr.h
+0 −339
cstring.c
mozjs/intl/icu/source/common/cstring.c
+341 −0
cstring.cpp
mozjs/intl/icu/source/common/cstring.cpp
+2 −0
cstring.h
mozjs/intl/icu/source/common/cstring.h
+0 −53
cwchar.c
mozjs/intl/icu/source/common/cwchar.c
+55 −0
cwchar.cpp
mozjs/intl/icu/source/common/cwchar.cpp
+3 −1
cwchar.h
mozjs/intl/icu/source/common/cwchar.h
+52 −58
dictbe.cpp
mozjs/intl/icu/source/common/dictbe.cpp
+12 −12
dictbe.h
mozjs/intl/icu/source/common/dictbe.h
+7 −5
dictionarydata.cpp
mozjs/intl/icu/source/common/dictionarydata.cpp
+2 −0
dictionarydata.h
mozjs/intl/icu/source/common/dictionarydata.h
+2 −0
dtintrv.cpp
mozjs/intl/icu/source/common/dtintrv.cpp
+776 −0
edits.cpp
mozjs/intl/icu/source/common/edits.cpp
+3 −1
errorcode.cpp
mozjs/intl/icu/source/common/errorcode.cpp
+43 −9
filteredbrk.cpp
mozjs/intl/icu/source/common/filteredbrk.cpp
+76 −1
filterednormalizer2.cpp
mozjs/intl/icu/source/common/filterednormalizer2.cpp
+43 −7
hash.h
mozjs/intl/icu/source/common/hash.h
+0 −29
icudataver.c
mozjs/intl/icu/source/common/icudataver.c
+31 −0
icudataver.cpp
mozjs/intl/icu/source/common/icudataver.cpp
+2 −0
icuplug.cpp
mozjs/intl/icu/source/common/icuplug.cpp
+2 −0
icuplugimp.h
mozjs/intl/icu/source/common/icuplugimp.h
+119 −54
listformatter.cpp
mozjs/intl/icu/source/common/listformatter.cpp
+5 −2
loadednormalizer2impl.cpp
mozjs/intl/icu/source/common/loadednormalizer2impl.cpp
+2 −0
localsvc.h
mozjs/intl/icu/source/common/localsvc.h
+6 −4
locavailable.cpp
mozjs/intl/icu/source/common/locavailable.cpp
+2 −0
locbased.cpp
mozjs/intl/icu/source/common/locbased.cpp
+2 −0
locbased.h
mozjs/intl/icu/source/common/locbased.h
+11 −7
locdispnames.cpp
mozjs/intl/icu/source/common/locdispnames.cpp
+1,058 −0
locdspnm.cpp
mozjs/intl/icu/source/common/locdspnm.cpp
+48 −38
locid.cpp
mozjs/intl/icu/source/common/locid.cpp
+57 −4
loclikely.cpp
mozjs/intl/icu/source/common/loclikely.cpp
+0 −1,135
locmap.c
mozjs/intl/icu/source/common/locmap.c
+1,320 −0
locmap.cpp
mozjs/intl/icu/source/common/locmap.cpp
+4 −1
locmap.h
mozjs/intl/icu/source/common/locmap.h
+3 −1
locresdata.cpp
mozjs/intl/icu/source/common/locresdata.cpp
+2 −0
locutil.cpp
mozjs/intl/icu/source/common/locutil.cpp
+2 −0
locutil.h
mozjs/intl/icu/source/common/locutil.h
+3 −1
messageimpl.h
mozjs/intl/icu/source/common/messageimpl.h
+4 −2
messagepattern.cpp
mozjs/intl/icu/source/common/messagepattern.cpp
+2 −0
msvcres.h
mozjs/intl/icu/source/common/msvcres.h
+2 −0
mutex.h
mozjs/intl/icu/source/common/mutex.h
+1,035 −1,005
norm2_nfc_data.h
mozjs/intl/icu/source/common/norm2_nfc_data.h
+42 −14
norm2allmodes.h
mozjs/intl/icu/source/common/norm2allmodes.h
+59 −14
normalizer2.cpp
mozjs/intl/icu/source/common/normalizer2.cpp
+1,132 −548
normalizer2impl.cpp
mozjs/intl/icu/source/common/normalizer2impl.cpp
+237 −73
normalizer2impl.h
mozjs/intl/icu/source/common/normalizer2impl.h
+10 −2
normlzr.cpp
mozjs/intl/icu/source/common/normlzr.cpp
+2 −0
parsepos.cpp
mozjs/intl/icu/source/common/parsepos.cpp
+3 −1
patternprops.cpp
mozjs/intl/icu/source/common/patternprops.cpp
+3 −1
patternprops.h
mozjs/intl/icu/source/common/patternprops.h
+2 −0
pluralmap.cpp
mozjs/intl/icu/source/common/pluralmap.cpp
+2 −0
pluralmap.h
mozjs/intl/icu/source/common/pluralmap.h
+2 −0
propname.cpp
mozjs/intl/icu/source/common/propname.cpp
+2 −0
propname.h
mozjs/intl/icu/source/common/propname.h
+948 −846
propname_data.h
mozjs/intl/icu/source/common/propname_data.h
+0 −525
propsvec.c
mozjs/intl/icu/source/common/propsvec.c
+529 −0
propsvec.cpp
mozjs/intl/icu/source/common/propsvec.cpp
+3 −1
propsvec.h
mozjs/intl/icu/source/common/propsvec.h
+3 −1
punycode.cpp
mozjs/intl/icu/source/common/punycode.cpp
+3 −1
punycode.h
mozjs/intl/icu/source/common/punycode.h
+367 −120
putil.cpp
mozjs/intl/icu/source/common/putil.cpp
+24 −25
putilimp.h
mozjs/intl/icu/source/common/putilimp.h
+347 −856
rbbi.cpp
mozjs/intl/icu/source/common/rbbi.cpp
+630 −0
rbbi_cache.cpp
mozjs/intl/icu/source/common/rbbi_cache.cpp
+203 −0
rbbi_cache.h
mozjs/intl/icu/source/common/rbbi_cache.h
+8 −2
rbbicst.pl
mozjs/intl/icu/source/common/rbbicst.pl
+35 −43
rbbidata.cpp
mozjs/intl/icu/source/common/rbbidata.cpp
+13 −8
rbbidata.h
mozjs/intl/icu/source/common/rbbidata.h
+46 −32
rbbinode.cpp
mozjs/intl/icu/source/common/rbbinode.cpp
+12 −3
rbbinode.h
mozjs/intl/icu/source/common/rbbinode.h
+51 −17
rbbirb.cpp
mozjs/intl/icu/source/common/rbbirb.cpp
+8 −0
rbbirb.h
mozjs/intl/icu/source/common/rbbirb.h
+116 −95
rbbirpt.h
mozjs/intl/icu/source/common/rbbirpt.h
+24 −2
rbbirpt.txt
mozjs/intl/icu/source/common/rbbirpt.txt
+68 −26
rbbiscan.cpp
mozjs/intl/icu/source/common/rbbiscan.cpp
+7 −4
rbbiscan.h
mozjs/intl/icu/source/common/rbbiscan.h
+32 −64
rbbisetb.cpp
mozjs/intl/icu/source/common/rbbisetb.cpp
+11 −4
rbbisetb.h
mozjs/intl/icu/source/common/rbbisetb.h
+13 −12
rbbistbl.cpp
mozjs/intl/icu/source/common/rbbistbl.cpp
+49 −21
rbbitblb.cpp
mozjs/intl/icu/source/common/rbbitblb.cpp
+5 −1
rbbitblb.h
mozjs/intl/icu/source/common/rbbitblb.h
+2 −0
resbund.cpp
mozjs/intl/icu/source/common/resbund.cpp
+3 −1
resbund_cnv.cpp
mozjs/intl/icu/source/common/resbund_cnv.cpp
+22 −0
resource.cpp
mozjs/intl/icu/source/common/resource.cpp
+279 −0
resource.h
mozjs/intl/icu/source/common/resource.h
+2 −0
ruleiter.cpp
mozjs/intl/icu/source/common/ruleiter.cpp
+2 −0
ruleiter.h
mozjs/intl/icu/source/common/ruleiter.h
+2 −0
schriter.cpp
mozjs/intl/icu/source/common/schriter.cpp
+2 −0
serv.cpp
mozjs/intl/icu/source/common/serv.cpp
+2 −0
serv.h
mozjs/intl/icu/source/common/serv.h
+2 −0
servlk.cpp
mozjs/intl/icu/source/common/servlk.cpp
+2 −0
servlkf.cpp
mozjs/intl/icu/source/common/servlkf.cpp
+2 −0
servloc.h
mozjs/intl/icu/source/common/servloc.h
+2 −0
servls.cpp
mozjs/intl/icu/source/common/servls.cpp
+2 −0
servnotf.cpp
mozjs/intl/icu/source/common/servnotf.cpp
+2 −0
servnotf.h
mozjs/intl/icu/source/common/servnotf.h
+2 −0
servrbf.cpp
mozjs/intl/icu/source/common/servrbf.cpp
+2 −0
servslkf.cpp
mozjs/intl/icu/source/common/servslkf.cpp
+3 −0
sharedobject.cpp
mozjs/intl/icu/source/common/sharedobject.cpp
+4 −2
sharedobject.h
mozjs/intl/icu/source/common/sharedobject.h
+314 −0
simpleformatter.cpp
mozjs/intl/icu/source/common/simpleformatter.cpp
+0 −520
simplepatternformatter.cpp
mozjs/intl/icu/source/common/simplepatternformatter.cpp
+0 −238
simplepatternformatter.h
mozjs/intl/icu/source/common/simplepatternformatter.h
+3 −1
sprpimpl.h
mozjs/intl/icu/source/common/sprpimpl.h
+2 −0
stringpiece.cpp
mozjs/intl/icu/source/common/stringpiece.cpp
+3 −1
stringtriebuilder.cpp
mozjs/intl/icu/source/common/stringtriebuilder.cpp
+0 −283
uarrsort.c
mozjs/intl/icu/source/common/uarrsort.c
+288 −0
uarrsort.cpp
mozjs/intl/icu/source/common/uarrsort.cpp
+3 −1
uarrsort.h
mozjs/intl/icu/source/common/uarrsort.h
+2 −0
uassert.h
mozjs/intl/icu/source/common/uassert.h
+0 −3,013
ubidi.c
mozjs/intl/icu/source/common/ubidi.c
+3,042 −0
ubidi.cpp
mozjs/intl/icu/source/common/ubidi.cpp
+0 −263
ubidi_props.c
mozjs/intl/icu/source/common/ubidi_props.c
+267 −0
ubidi_props.cpp
mozjs/intl/icu/source/common/ubidi_props.cpp
+3 −1
ubidi_props.h
mozjs/intl/icu/source/common/ubidi_props.h
+606 −563
ubidi_props_data.h
mozjs/intl/icu/source/common/ubidi_props_data.h
+5 −2
ubidiimp.h
mozjs/intl/icu/source/common/ubidiimp.h
+0 −1,347
ubidiln.c
mozjs/intl/icu/source/common/ubidiln.c
+1,349 −0
ubidiln.cpp
mozjs/intl/icu/source/common/ubidiln.cpp
+530 −0
ubiditransform.cpp
mozjs/intl/icu/source/common/ubiditransform.cpp
+0 −638
ubidiwrt.c
mozjs/intl/icu/source/common/ubidiwrt.c
+640 −0
ubidiwrt.cpp
mozjs/intl/icu/source/common/ubidiwrt.cpp
+60 −2
ubrk.cpp
mozjs/intl/icu/source/common/ubrk.cpp
+2 −0
ubrkimpl.h
mozjs/intl/icu/source/common/ubrkimpl.h
+221 −157
ucase.cpp
mozjs/intl/icu/source/common/ucase.cpp
+36 −40
ucase.h
mozjs/intl/icu/source/common/ucase.h
+755 −705
ucase_props_data.h
mozjs/intl/icu/source/common/ucase_props_data.h
+510 −270
ucasemap.cpp
mozjs/intl/icu/source/common/ucasemap.cpp
+291 −0
ucasemap_imp.h
mozjs/intl/icu/source/common/ucasemap_imp.h
+83 −16
ucasemap_titlecase_brkiter.cpp
...ntl/icu/source/common/ucasemap_titlecase_brkiter.cpp
+0 −76
ucat.c
mozjs/intl/icu/source/common/ucat.c
+78 −0
ucat.cpp
mozjs/intl/icu/source/common/ucat.cpp
+0 −725
uchar.c
mozjs/intl/icu/source/common/uchar.c
+733 −0
uchar.cpp
mozjs/intl/icu/source/common/uchar.cpp
+3,142 −2,894
uchar_props_data.h
mozjs/intl/icu/source/common/uchar_props_data.h
+5 −2
ucharstrie.cpp
mozjs/intl/icu/source/common/ucharstrie.cpp
+5 −3
ucharstriebuilder.cpp
mozjs/intl/icu/source/common/ucharstriebuilder.cpp
+4 −2
ucharstrieiterator.cpp
mozjs/intl/icu/source/common/ucharstrieiterator.cpp
+6 −4
uchriter.cpp
mozjs/intl/icu/source/common/uchriter.cpp
+3 −1
ucln.h
mozjs/intl/icu/source/common/ucln.h
+3 −1
ucln_cmn.cpp
mozjs/intl/icu/source/common/ucln_cmn.cpp
+7 −6
ucln_cmn.h
mozjs/intl/icu/source/common/ucln_cmn.h
+5 −1
ucln_imp.h
mozjs/intl/icu/source/common/ucln_imp.h
+0 −382
ucmndata.c
mozjs/intl/icu/source/common/ucmndata.c
+389 −0
ucmndata.cpp
mozjs/intl/icu/source/common/ucmndata.cpp
+2 −0
ucmndata.h
mozjs/intl/icu/source/common/ucmndata.h
+0 −2,916
ucnv.c
mozjs/intl/icu/source/common/ucnv.c
+2,918 −0
ucnv.cpp
mozjs/intl/icu/source/common/ucnv.cpp
+47 −34
ucnv2022.cpp
mozjs/intl/icu/source/common/ucnv2022.cpp
+4 −2
ucnv_bld.cpp
mozjs/intl/icu/source/common/ucnv_bld.cpp
+2 −0
ucnv_bld.h
mozjs/intl/icu/source/common/ucnv_bld.h
+0 −259
ucnv_cb.c
mozjs/intl/icu/source/common/ucnv_cb.c
+261 −0
ucnv_cb.cpp
mozjs/intl/icu/source/common/ucnv_cb.cpp
+0 −174
ucnv_cnv.c
mozjs/intl/icu/source/common/ucnv_cnv.c
+182 −0
ucnv_cnv.cpp
mozjs/intl/icu/source/common/ucnv_cnv.cpp
+2 −0
ucnv_cnv.h
mozjs/intl/icu/source/common/ucnv_cnv.h
+0 −635
ucnv_ct.c
mozjs/intl/icu/source/common/ucnv_ct.c
+646 −0
ucnv_ct.cpp
mozjs/intl/icu/source/common/ucnv_ct.cpp
+0 −479
ucnv_err.c
mozjs/intl/icu/source/common/ucnv_err.c
+496 −0
ucnv_err.cpp
mozjs/intl/icu/source/common/ucnv_err.cpp
+11 −5
ucnv_ext.cpp
mozjs/intl/icu/source/common/ucnv_ext.cpp
+3 −1
ucnv_ext.h
mozjs/intl/icu/source/common/ucnv_ext.h
+2 −0
ucnv_imp.h
mozjs/intl/icu/source/common/ucnv_imp.h
+25 −12
ucnv_io.cpp
mozjs/intl/icu/source/common/ucnv_io.cpp
+6 −4
ucnv_io.h
mozjs/intl/icu/source/common/ucnv_io.h
+0 −1,372
ucnv_lmb.c
mozjs/intl/icu/source/common/ucnv_lmb.c
+1,386 −0
ucnv_lmb.cpp
mozjs/intl/icu/source/common/ucnv_lmb.cpp
+0 −68
ucnv_set.c
mozjs/intl/icu/source/common/ucnv_set.c
+70 −0
ucnv_set.cpp
mozjs/intl/icu/source/common/ucnv_set.cpp
+0 −1,549
ucnv_u16.c
mozjs/intl/icu/source/common/ucnv_u16.c
+1,579 −0
ucnv_u16.cpp
mozjs/intl/icu/source/common/ucnv_u16.cpp
+0 −1,240
ucnv_u32.c
mozjs/intl/icu/source/common/ucnv_u32.c
+1,253 −0
ucnv_u32.cpp
mozjs/intl/icu/source/common/ucnv_u32.cpp
+0 −1,478
ucnv_u7.c
mozjs/intl/icu/source/common/ucnv_u7.c
+1,491 −0
ucnv_u7.cpp
mozjs/intl/icu/source/common/ucnv_u7.cpp
+0 −1,089
ucnv_u8.c
mozjs/intl/icu/source/common/ucnv_u8.c
+968 −0
ucnv_u8.cpp
mozjs/intl/icu/source/common/ucnv_u8.cpp
+36 −17
ucnvbocu.cpp
mozjs/intl/icu/source/common/ucnvbocu.cpp
+0 −86
ucnvdisp.c
mozjs/intl/icu/source/common/ucnvdisp.c
+88 −0
ucnvdisp.cpp
mozjs/intl/icu/source/common/ucnvdisp.cpp
+0 −629
ucnvhz.c
mozjs/intl/icu/source/common/ucnvhz.c
+633 −0
ucnvhz.cpp
mozjs/intl/icu/source/common/ucnvhz.cpp
+0 −1,623
ucnvisci.c
mozjs/intl/icu/source/common/ucnvisci.c
+1,635 −0
ucnvisci.cpp
mozjs/intl/icu/source/common/ucnvisci.cpp
+0 −738
ucnvlat1.c
mozjs/intl/icu/source/common/ucnvlat1.c
+752 −0
ucnvlat1.cpp
mozjs/intl/icu/source/common/ucnvlat1.cpp
+140 −131
ucnvmbcs.cpp
mozjs/intl/icu/source/common/ucnvmbcs.cpp
+3 −1
ucnvmbcs.h
mozjs/intl/icu/source/common/ucnvmbcs.h
+0 −2,015
ucnvscsu.c
mozjs/intl/icu/source/common/ucnvscsu.c
+2,045 −0
ucnvscsu.cpp
mozjs/intl/icu/source/common/ucnvscsu.cpp
+2 −0
ucnvsel.cpp
mozjs/intl/icu/source/common/ucnvsel.cpp
+3 −1
ucol_data.h
mozjs/intl/icu/source/common/ucol_data.h
+3 −1
ucol_swp.cpp
mozjs/intl/icu/source/common/ucol_swp.cpp
+3 −1
ucol_swp.h
mozjs/intl/icu/source/common/ucol_swp.h
+2,658 −0
ucurr.cpp
mozjs/intl/icu/source/common/ucurr.cpp
+61 −0
ucurrimp.h
mozjs/intl/icu/source/common/ucurrimp.h
+55 −33
udata.cpp
mozjs/intl/icu/source/common/udata.cpp
+0 −159
udatamem.c
mozjs/intl/icu/source/common/udatamem.c
+161 −0
udatamem.cpp
mozjs/intl/icu/source/common/udatamem.cpp
+2 −0
udatamem.h
mozjs/intl/icu/source/common/udatamem.h
+0 −471
udataswp.c
mozjs/intl/icu/source/common/udataswp.c
+473 −0
udataswp.cpp
mozjs/intl/icu/source/common/udataswp.cpp
+17 −1
udataswp.h
mozjs/intl/icu/source/common/udataswp.h
+3 −1
uelement.h
mozjs/intl/icu/source/common/uelement.h
+0 −187
uenum.c
mozjs/intl/icu/source/common/uenum.c
+189 −0
uenum.cpp
mozjs/intl/icu/source/common/uenum.cpp
+3 −1
uenumimp.h
mozjs/intl/icu/source/common/uenumimp.h
+0 −973
uhash.c
mozjs/intl/icu/source/common/uhash.c
+991 −0
uhash.cpp
mozjs/intl/icu/source/common/uhash.cpp
+67 −46
uhash.h
mozjs/intl/icu/source/common/uhash.h
+2 −0
uhash_us.cpp
mozjs/intl/icu/source/common/uhash_us.cpp
+9 −7
uidna.cpp
mozjs/intl/icu/source/common/uidna.cpp
+3 −1
uinit.cpp
mozjs/intl/icu/source/common/uinit.cpp
+0 −611
uinvchar.c
mozjs/intl/icu/source/common/uinvchar.c
+615 −0
uinvchar.cpp
mozjs/intl/icu/source/common/uinvchar.cpp
+4 −2
uinvchar.h
mozjs/intl/icu/source/common/uinvchar.h
+3 −1
uiter.cpp
mozjs/intl/icu/source/common/uiter.cpp
+0 −234
ulist.c
mozjs/intl/icu/source/common/ulist.c
+270 −0
ulist.cpp
mozjs/intl/icu/source/common/ulist.cpp
+5 −1
ulist.h
mozjs/intl/icu/source/common/ulist.h
+2 −0
ulistformatter.cpp
mozjs/intl/icu/source/common/ulistformatter.cpp
+537 −500
uloc.cpp
mozjs/intl/icu/source/common/uloc.cpp
+35 −4
uloc_keytype.cpp
mozjs/intl/icu/source/common/uloc_keytype.cpp
+0 −2,511
uloc_tag.c
mozjs/intl/icu/source/common/uloc_tag.c
+2,532 −0
uloc_tag.cpp
mozjs/intl/icu/source/common/uloc_tag.cpp
+32 −1
ulocimp.h
mozjs/intl/icu/source/common/ulocimp.h
+0 −464
umapfile.c
mozjs/intl/icu/source/common/umapfile.c
+498 −0
umapfile.cpp
mozjs/intl/icu/source/common/umapfile.cpp
+2 −0
umapfile.h
mozjs/intl/icu/source/common/umapfile.h
+0 −24
umath.c
mozjs/intl/icu/source/common/umath.c
+26 −0
umath.cpp
mozjs/intl/icu/source/common/umath.cpp
+7 −16
umutex.cpp
mozjs/intl/icu/source/common/umutex.cpp
+12 −12
umutex.h
mozjs/intl/icu/source/common/umutex.h
+3 −1
unames.cpp
mozjs/intl/icu/source/common/unames.cpp
+26 −24
appendable.h
mozjs/intl/icu/source/common/unicode/appendable.h
+24 −18
brkiter.h
mozjs/intl/icu/source/common/unicode/brkiter.h
+27 −12
bytestream.h
mozjs/intl/icu/source/common/unicode/bytestream.h
+4 −3
bytestrie.h
mozjs/intl/icu/source/common/unicode/bytestrie.h
+9 −7
bytestriebuilder.h
mozjs/intl/icu/source/common/unicode/bytestriebuilder.h
+4 −2
caniter.h
mozjs/intl/icu/source/common/unicode/caniter.h
+496 −0
casemap.h
mozjs/intl/icu/source/common/unicode/casemap.h
+306 −0
char16ptr.h
mozjs/intl/icu/source/common/unicode/char16ptr.h
+22 −16
chariter.h
mozjs/intl/icu/source/common/unicode/chariter.h
+2 −0
dbbi.h
mozjs/intl/icu/source/common/unicode/dbbi.h
+9 −2
docmain.h
mozjs/intl/icu/source/common/unicode/docmain.h
+2 −0
dtintrv.h
mozjs/intl/icu/source/common/unicode/dtintrv.h
+422 −0
edits.h
mozjs/intl/icu/source/common/unicode/edits.h
+2 −0
enumset.h
mozjs/intl/icu/source/common/unicode/enumset.h
+3 −1
errorcode.h
mozjs/intl/icu/source/common/unicode/errorcode.h
+46 −14
filteredbrk.h
mozjs/intl/icu/source/common/unicode/filteredbrk.h
+2 −0
icudataver.h
mozjs/intl/icu/source/common/unicode/icudataver.h
+12 −2
icuplug.h
mozjs/intl/icu/source/common/unicode/icuplug.h
+7 −5
idna.h
mozjs/intl/icu/source/common/unicode/idna.h
+7 −3
listformatter.h
mozjs/intl/icu/source/common/unicode/listformatter.h
+33 −73
localpointer.h
mozjs/intl/icu/source/common/unicode/localpointer.h
+207 −0
locdspnm.h
mozjs/intl/icu/source/common/unicode/locdspnm.h
+6 −3
locid.h
mozjs/intl/icu/source/common/unicode/locid.h
+3 −1
messagepattern.h
mozjs/intl/icu/source/common/unicode/messagepattern.h
+131 −15
normalizer2.h
mozjs/intl/icu/source/common/unicode/normalizer2.h
+8 −8
normlzr.h
mozjs/intl/icu/source/common/unicode/normlzr.h
+2 −0
parseerr.h
mozjs/intl/icu/source/common/unicode/parseerr.h
+2 −0
parsepos.h
mozjs/intl/icu/source/common/unicode/parsepos.h
+88 −53
platform.h
mozjs/intl/icu/source/common/unicode/platform.h
+2 −0
ptypes.h
mozjs/intl/icu/source/common/unicode/ptypes.h
+2 −0
putil.h
mozjs/intl/icu/source/common/unicode/putil.h
+77 −142
rbbi.h
mozjs/intl/icu/source/common/unicode/rbbi.h
+5 −3
rep.h
mozjs/intl/icu/source/common/unicode/rep.h
+3 −1
resbund.h
mozjs/intl/icu/source/common/unicode/resbund.h
+3 −1
schriter.h
mozjs/intl/icu/source/common/unicode/schriter.h
+303 −0
simpleformatter.h
mozjs/intl/icu/source/common/unicode/simpleformatter.h
+6 −6
std_string.h
mozjs/intl/icu/source/common/unicode/std_string.h
+6 −4
strenum.h
mozjs/intl/icu/source/common/unicode/strenum.h
+198 −0
stringoptions.h
mozjs/intl/icu/source/common/unicode/stringoptions.h
+5 −5
stringpiece.h
mozjs/intl/icu/source/common/unicode/stringpiece.h
+31 −19
stringtriebuilder.h
...s/intl/icu/source/common/unicode/stringtriebuilder.h
+2 −0
symtable.h
mozjs/intl/icu/source/common/unicode/symtable.h
+28 −13
ubidi.h
mozjs/intl/icu/source/common/unicode/ubidi.h
+318 −0
ubiditransform.h
mozjs/intl/icu/source/common/unicode/ubiditransform.h
+90 −8
ubrk.h
mozjs/intl/icu/source/common/unicode/ubrk.h
+8 −46
ucasemap.h
mozjs/intl/icu/source/common/unicode/ucasemap.h
+2 −0
ucat.h
mozjs/intl/icu/source/common/unicode/ucat.h
+328 −45
uchar.h
mozjs/intl/icu/source/common/unicode/uchar.h
+49 −47
ucharstrie.h
mozjs/intl/icu/source/common/unicode/ucharstrie.h
+14 −12
ucharstriebuilder.h
...s/intl/icu/source/common/unicode/ucharstriebuilder.h
+34 −28
uchriter.h
mozjs/intl/icu/source/common/unicode/uchriter.h
+8 −4
uclean.h
mozjs/intl/icu/source/common/unicode/uclean.h
+14 −7
ucnv.h
mozjs/intl/icu/source/common/unicode/ucnv.h
+2 −0
ucnv_cb.h
mozjs/intl/icu/source/common/unicode/ucnv_cb.h
+2 −0
ucnv_err.h
mozjs/intl/icu/source/common/unicode/ucnv_err.h
+2 −0
ucnvsel.h
mozjs/intl/icu/source/common/unicode/ucnvsel.h
+11 −6
uconfig.h
mozjs/intl/icu/source/common/unicode/uconfig.h
+420 −0
ucurr.h
mozjs/intl/icu/source/common/unicode/ucurr.h
+9 −2
udata.h
mozjs/intl/icu/source/common/unicode/udata.h
+172 −0
udisplaycontext.h
mozjs/intl/icu/source/common/unicode/udisplaycontext.h
+6 −2
uenum.h
mozjs/intl/icu/source/common/unicode/uenum.h
+3 −1
uidna.h
mozjs/intl/icu/source/common/unicode/uidna.h
+3 −1
uiter.h
mozjs/intl/icu/source/common/unicode/uiter.h
+304 −0
uldnames.h
mozjs/intl/icu/source/common/unicode/uldnames.h
+12 −12
ulistformatter.h
mozjs/intl/icu/source/common/unicode/ulistformatter.h
+40 −19
uloc.h
mozjs/intl/icu/source/common/unicode/uloc.h
+78 −14
umachine.h
mozjs/intl/icu/source/common/unicode/umachine.h
+3 −1
umisc.h
mozjs/intl/icu/source/common/unicode/umisc.h
+3 −1
unifilt.h
mozjs/intl/icu/source/common/unicode/unifilt.h
+2 −0
unifunct.h
mozjs/intl/icu/source/common/unicode/unifunct.h
+2 −0
unimatch.h
mozjs/intl/icu/source/common/unicode/unimatch.h
+9 −7
uniset.h
mozjs/intl/icu/source/common/unicode/uniset.h
+371 −223
unistr.h
mozjs/intl/icu/source/common/unicode/unistr.h
+27 −25
unorm.h
mozjs/intl/icu/source/common/unicode/unorm.h
+4 −25
unorm2.h
mozjs/intl/icu/source/common/unicode/unorm2.h
+3 −1
uobject.h
mozjs/intl/icu/source/common/unicode/uobject.h
+39 −15
urename.h
mozjs/intl/icu/source/common/unicode/urename.h
+2 −0
urep.h
mozjs/intl/icu/source/common/unicode/urep.h
+164 −143
ures.h
mozjs/intl/icu/source/common/unicode/ures.h
+48 −29
uscript.h
mozjs/intl/icu/source/common/unicode/uscript.h
+6 −2
uset.h
mozjs/intl/icu/source/common/unicode/uset.h
+2 −0
usetiter.h
mozjs/intl/icu/source/common/unicode/usetiter.h
+3 −1
ushape.h
mozjs/intl/icu/source/common/unicode/ushape.h
+3 −1
usprep.h
mozjs/intl/icu/source/common/unicode/usprep.h
+2 −10
ustring.h
mozjs/intl/icu/source/common/unicode/ustring.h
+3 −1
ustringtrie.h
mozjs/intl/icu/source/common/unicode/ustringtrie.h
+13 −11
utext.h
mozjs/intl/icu/source/common/unicode/utext.h
+20 −18
utf.h
mozjs/intl/icu/source/common/unicode/utf.h
+129 −7
utf16.h
mozjs/intl/icu/source/common/unicode/utf16.h
+3 −1
utf32.h
mozjs/intl/icu/source/common/unicode/utf32.h
+91 −79
utf8.h
mozjs/intl/icu/source/common/unicode/utf8.h
+41 −6
utf_old.h
mozjs/intl/icu/source/common/unicode/utf_old.h
+21 −1
utrace.h
mozjs/intl/icu/source/common/unicode/utrace.h
+76 −104
utypes.h
mozjs/intl/icu/source/common/unicode/utypes.h
+15 −14
uvernum.h
mozjs/intl/icu/source/common/unicode/uvernum.h
+3 −1
uversion.h
mozjs/intl/icu/source/common/unicode/uversion.h
+4 −2
unifiedcache.cpp
mozjs/intl/icu/source/common/unifiedcache.cpp
+4 −2
unifiedcache.h
mozjs/intl/icu/source/common/unifiedcache.h
+2 −0
unifilt.cpp
mozjs/intl/icu/source/common/unifilt.cpp
+2 −0
unifunct.cpp
mozjs/intl/icu/source/common/unifunct.cpp
+6 −4
uniset.cpp
mozjs/intl/icu/source/common/uniset.cpp
+9 −9
uniset_closure.cpp
mozjs/intl/icu/source/common/uniset_closure.cpp
+13 −16
uniset_props.cpp
mozjs/intl/icu/source/common/uniset_props.cpp
+12 −13
unisetspan.cpp
mozjs/intl/icu/source/common/unisetspan.cpp
+3 −1
unisetspan.h
mozjs/intl/icu/source/common/unisetspan.h
+104 −66
unistr.cpp
mozjs/intl/icu/source/common/unistr.cpp
+109 −39
unistr_case.cpp
mozjs/intl/icu/source/common/unistr_case.cpp
+13 −27
unistr_case_locale.cpp
mozjs/intl/icu/source/common/unistr_case_locale.cpp
+3 −1
unistr_cnv.cpp
mozjs/intl/icu/source/common/unistr_cnv.cpp
+3 −1
unistr_props.cpp
mozjs/intl/icu/source/common/unistr_props.cpp
+19 −52
unistr_titlecase_brkiter.cpp
.../intl/icu/source/common/unistr_titlecase_brkiter.cpp
+2 −0
unistrappender.h
mozjs/intl/icu/source/common/unistrappender.h
+2 −0
unorm.cpp
mozjs/intl/icu/source/common/unorm.cpp
+5 −9
unormcmp.cpp
mozjs/intl/icu/source/common/unormcmp.cpp
+3 −1
unormimp.h
mozjs/intl/icu/source/common/unormimp.h
+3 −1
uobject.cpp
mozjs/intl/icu/source/common/uobject.cpp
+11 −13
uposixdefs.h
mozjs/intl/icu/source/common/uposixdefs.h
+19 −7
uprops.cpp
mozjs/intl/icu/source/common/uprops.cpp
+23 −5
uprops.h
mozjs/intl/icu/source/common/uprops.h
+0 −76
ures_cnv.c
mozjs/intl/icu/source/common/ures_cnv.c
+78 −0
ures_cnv.cpp
mozjs/intl/icu/source/common/ures_cnv.cpp
+103 −4
uresbund.cpp
mozjs/intl/icu/source/common/uresbund.cpp
+0 −1,169
uresdata.c
mozjs/intl/icu/source/common/uresdata.c
+1,482 −0
uresdata.cpp
mozjs/intl/icu/source/common/uresdata.cpp
+53 −5
uresdata.h
mozjs/intl/icu/source/common/uresdata.h
+11 −1
uresimp.h
mozjs/intl/icu/source/common/uresimp.h
+2 −0
ureslocs.h
mozjs/intl/icu/source/common/ureslocs.h
+0 −361
usc_impl.c
mozjs/intl/icu/source/common/usc_impl.c
+361 −0
usc_impl.cpp
mozjs/intl/icu/source/common/usc_impl.cpp
+2 −0
usc_impl.h
mozjs/intl/icu/source/common/usc_impl.h
+0 −142
uscript.c
mozjs/intl/icu/source/common/uscript.c
+144 −0
uscript.cpp
mozjs/intl/icu/source/common/uscript.cpp
+28 −15
uscript_props.cpp
mozjs/intl/icu/source/common/uscript_props.cpp
+3 −1
uset.cpp
mozjs/intl/icu/source/common/uset.cpp
+3 −1
uset_imp.h
mozjs/intl/icu/source/common/uset_imp.h
+3 −1
uset_props.cpp
mozjs/intl/icu/source/common/uset_props.cpp
+2 −0
usetiter.cpp
mozjs/intl/icu/source/common/usetiter.cpp
+16 −14
ushape.cpp
mozjs/intl/icu/source/common/ushape.cpp
+5 −3
usprep.cpp
mozjs/intl/icu/source/common/usprep.cpp
+2 −0
ustack.cpp
mozjs/intl/icu/source/common/ustack.cpp
+3 −1
ustr_cnv.cpp
mozjs/intl/icu/source/common/ustr_cnv.cpp
+3 −1
ustr_cnv.h
mozjs/intl/icu/source/common/ustr_cnv.h
+62 −185
ustr_imp.h
mozjs/intl/icu/source/common/ustr_imp.h
+189 −35
ustr_titlecase_brkiter.cpp
mozjs/intl/icu/source/common/ustr_titlecase_brkiter.cpp
+10 −8
ustr_wcs.cpp
mozjs/intl/icu/source/common/ustr_wcs.cpp
+935 −176
ustrcase.cpp
mozjs/intl/icu/source/common/ustrcase.cpp
+47 −63
ustrcase_locale.cpp
mozjs/intl/icu/source/common/ustrcase_locale.cpp
+2 −0
ustrenum.cpp
mozjs/intl/icu/source/common/ustrenum.cpp
+2 −0
ustrenum.h
mozjs/intl/icu/source/common/ustrenum.h
+0 −57
ustrfmt.c
mozjs/intl/icu/source/common/ustrfmt.c
+59 −0
ustrfmt.cpp
mozjs/intl/icu/source/common/ustrfmt.cpp
+2 −0
ustrfmt.h
mozjs/intl/icu/source/common/ustrfmt.h
+8 −5
ustring.cpp
mozjs/intl/icu/source/common/ustring.cpp
+237 −432
ustrtrns.cpp
mozjs/intl/icu/source/common/ustrtrns.cpp
+30 −9
utext.cpp
mozjs/intl/icu/source/common/utext.cpp
+0 −326
utf_impl.c
mozjs/intl/icu/source/common/utf_impl.c
+332 −0
utf_impl.cpp
mozjs/intl/icu/source/common/utf_impl.cpp
+2 −0
util.cpp
mozjs/intl/icu/source/common/util.cpp
+2 −0
util.h
mozjs/intl/icu/source/common/util.h
+4 −1
util_props.cpp
mozjs/intl/icu/source/common/util_props.cpp
+0 −488
utrace.c
mozjs/intl/icu/source/common/utrace.c
+493 −0
utrace.cpp
mozjs/intl/icu/source/common/utrace.cpp
+3 −15
utracimp.h
mozjs/intl/icu/source/common/utracimp.h
+5 −3
utrie.cpp
mozjs/intl/icu/source/common/utrie.cpp
+3 −1
utrie.h
mozjs/intl/icu/source/common/utrie.h
+5 −3
utrie2.cpp
mozjs/intl/icu/source/common/utrie2.cpp
+20 −22
utrie2.h
mozjs/intl/icu/source/common/utrie2.h
+8 −6
utrie2_builder.cpp
mozjs/intl/icu/source/common/utrie2_builder.cpp
+3 −1
utrie2_impl.h
mozjs/intl/icu/source/common/utrie2_impl.h
+24 −22
uts46.cpp
mozjs/intl/icu/source/common/uts46.cpp
+6 −4
utypeinfo.h
mozjs/intl/icu/source/common/utypeinfo.h
+0 −222
utypes.c
mozjs/intl/icu/source/common/utypes.c
+224 −0
utypes.cpp
mozjs/intl/icu/source/common/utypes.cpp
+2 −0
uvector.cpp
mozjs/intl/icu/source/common/uvector.cpp
+4 −2
uvector.h
mozjs/intl/icu/source/common/uvector.h
+2 −0
uvectr32.cpp
mozjs/intl/icu/source/common/uvectr32.cpp
+2 −0
uvectr32.h
mozjs/intl/icu/source/common/uvectr32.h
+2 −0
uvectr64.cpp
mozjs/intl/icu/source/common/uvectr64.cpp
+2 −0
uvectr64.h
mozjs/intl/icu/source/common/uvectr64.h
+0 −438
wintz.c
mozjs/intl/icu/source/common/wintz.c
+384 −0
wintz.cpp
mozjs/intl/icu/source/common/wintz.cpp
+6 −2
wintz.h
mozjs/intl/icu/source/common/wintz.h
+2 −3
Makefile.inc.in
mozjs/intl/icu/source/config/Makefile.inc.in
+29 −15
dist.mk
mozjs/intl/icu/source/config/dist.mk
+2 −0
gmakever.mk
mozjs/intl/icu/source/config/gmakever.mk
+4 −2
icu-config-bottom
mozjs/intl/icu/source/config/icu-config-bottom
+2 −0
icu-config-top
mozjs/intl/icu/source/config/icu-config-top
+2 −3
icu-config.1.in
mozjs/intl/icu/source/config/icu-config.1.in
+2 −0
icu.pc.in
mozjs/intl/icu/source/config/icu.pc.in
+2 −0
icu-conditional.m4
mozjs/intl/icu/source/config/m4/icu-conditional.m4
+3 −0
make2sh.sed
mozjs/intl/icu/source/config/make2sh.sed
+2 −0
mh-aix-gcc
mozjs/intl/icu/source/config/mh-aix-gcc
+26 −4
mh-aix-va
mozjs/intl/icu/source/config/mh-aix-va
+2 −0
mh-alpha-linux-cc
mozjs/intl/icu/source/config/mh-alpha-linux-cc
+2 −0
mh-alpha-linux-gcc
mozjs/intl/icu/source/config/mh-alpha-linux-gcc
+2 −0
mh-alpha-osf
mozjs/intl/icu/source/config/mh-alpha-osf
+2 −0
mh-beos
mozjs/intl/icu/source/config/mh-beos
+2 −0
mh-bsd-gcc
mozjs/intl/icu/source/config/mh-bsd-gcc
+3 −1
mh-cygwin
mozjs/intl/icu/source/config/mh-cygwin
+5 −3
mh-cygwin-msvc
mozjs/intl/icu/source/config/mh-cygwin-msvc
+3 −1
mh-cygwin64
mozjs/intl/icu/source/config/mh-cygwin64
+2 −0
mh-darwin
mozjs/intl/icu/source/config/mh-darwin
+2 −0
mh-haiku
mozjs/intl/icu/source/config/mh-haiku
+2 −0
mh-hpux-acc
mozjs/intl/icu/source/config/mh-hpux-acc
+2 −0
mh-hpux-gcc
mozjs/intl/icu/source/config/mh-hpux-gcc
+2 −0
mh-irix
mozjs/intl/icu/source/config/mh-irix
+2 −0
mh-linux
mozjs/intl/icu/source/config/mh-linux
+2 −0
mh-linux-va
mozjs/intl/icu/source/config/mh-linux-va
+8 −2
mh-mingw
mozjs/intl/icu/source/config/mh-mingw
+6 −0
mh-mingw64
mozjs/intl/icu/source/config/mh-mingw64
+2 −0
mh-mpras
mozjs/intl/icu/source/config/mh-mpras
+5 −3
mh-msys-msvc
mozjs/intl/icu/source/config/mh-msys-msvc
+20 −2
mh-os390
mozjs/intl/icu/source/config/mh-os390
+2 −0
mh-os400
mozjs/intl/icu/source/config/mh-os400
+2 −0
mh-qnx
mozjs/intl/icu/source/config/mh-qnx
+25 −2
mh-solaris
mozjs/intl/icu/source/config/mh-solaris
+2 −0
mh-solaris-gcc
mozjs/intl/icu/source/config/mh-solaris-gcc
+2 −0
mh-unknown
mozjs/intl/icu/source/config/mh-unknown
+2 −0
pkgdataMakefile.in
mozjs/intl/icu/source/config/pkgdataMakefile.in
+3 −2
test-icu-config.sh
mozjs/intl/icu/source/config/test-icu-config.sh
+2 −0
windows-update.sed.in
mozjs/intl/icu/source/config/windows-update.sed.in
+161 −90
configure
mozjs/intl/icu/source/configure
+52 −43
configure.ac
mozjs/intl/icu/source/configure.ac
+10 −6
Makefile.in
mozjs/intl/icu/source/data/Makefile.in
+6 −9
build.xml
mozjs/intl/icu/source/data/build.xml
+19 −17
cldr-icu-readme.txt
mozjs/intl/icu/source/data/cldr-icu-readme.txt
+3 −9
af.txt
mozjs/intl/icu/source/data/coll/af.txt
+3 −9
am.txt
mozjs/intl/icu/source/data/coll/am.txt
+4 −10
ar.txt
mozjs/intl/icu/source/data/coll/ar.txt
+5 −0
ars.txt
mozjs/intl/icu/source/data/coll/ars.txt
+3 −9
as.txt
mozjs/intl/icu/source/data/coll/as.txt
+4 −10
az.txt
mozjs/intl/icu/source/data/coll/az.txt
+3 −9
be.txt
mozjs/intl/icu/source/data/coll/be.txt
+3 −9
bg.txt
mozjs/intl/icu/source/data/coll/bg.txt
+4 −10
bn.txt
mozjs/intl/icu/source/data/coll/bn.txt
+3 −9
bo.txt
mozjs/intl/icu/source/data/coll/bo.txt
+4 −10
bs.txt
mozjs/intl/icu/source/data/coll/bs.txt
+3 −9
bs_Cyrl.txt
mozjs/intl/icu/source/data/coll/bs_Cyrl.txt
+3 −9
ca.txt
mozjs/intl/icu/source/data/coll/ca.txt
+3 −9
chr.txt
mozjs/intl/icu/source/data/coll/chr.txt
+18 −17
colfiles.mk
mozjs/intl/icu/source/data/coll/colfiles.mk
+4 −29
cs.txt
mozjs/intl/icu/source/data/coll/cs.txt
+3 −9
cy.txt
mozjs/intl/icu/source/data/coll/cy.txt
+9 −14
da.txt
mozjs/intl/icu/source/data/coll/da.txt
+4 −10
de.txt
mozjs/intl/icu/source/data/coll/de.txt
+2 −8
de_.txt
mozjs/intl/icu/source/data/coll/de_.txt
+3 −9
de_AT.txt
mozjs/intl/icu/source/data/coll/de_AT.txt
+2 −8
de__PHONEBOOK.txt
mozjs/intl/icu/source/data/coll/de__PHONEBOOK.txt
+3 −9
dsb.txt
mozjs/intl/icu/source/data/coll/dsb.txt
+2 −8
dz.txt
mozjs/intl/icu/source/data/coll/dz.txt
+3 −9
ee.txt
mozjs/intl/icu/source/data/coll/ee.txt
+3 −9
el.txt
mozjs/intl/icu/source/data/coll/el.txt
+2 −8
en.txt
mozjs/intl/icu/source/data/coll/en.txt
+2 −8
en_US.txt
mozjs/intl/icu/source/data/coll/en_US.txt
+3 −9
en_US_POSIX.txt
mozjs/intl/icu/source/data/coll/en_US_POSIX.txt
+3 −9
eo.txt
mozjs/intl/icu/source/data/coll/eo.txt
+5 −11
es.txt
mozjs/intl/icu/source/data/coll/es.txt
+2 −8
es_.txt
mozjs/intl/icu/source/data/coll/es_.txt
+2 −8
es__TRADITIONAL.txt
mozjs/intl/icu/source/data/coll/es__TRADITIONAL.txt
+3 −9
et.txt
mozjs/intl/icu/source/data/coll/et.txt
+3 −9
fa.txt
mozjs/intl/icu/source/data/coll/fa.txt
+3 −9
fa_AF.txt
mozjs/intl/icu/source/data/coll/fa_AF.txt
+5 −11
fi.txt
mozjs/intl/icu/source/data/coll/fi.txt
+3 −9
fil.txt
mozjs/intl/icu/source/data/coll/fil.txt
+4 −10
fo.txt
mozjs/intl/icu/source/data/coll/fo.txt
+2 −8
fr.txt
mozjs/intl/icu/source/data/coll/fr.txt
+3 −9
fr_CA.txt
mozjs/intl/icu/source/data/coll/fr_CA.txt
+2 −8
ga.txt
mozjs/intl/icu/source/data/coll/ga.txt
+4 −10
gl.txt
mozjs/intl/icu/source/data/coll/gl.txt
+3 −9
gu.txt
mozjs/intl/icu/source/data/coll/gu.txt
+3 −9
ha.txt
mozjs/intl/icu/source/data/coll/ha.txt
+3 −9
haw.txt
mozjs/intl/icu/source/data/coll/haw.txt
+4 −10
he.txt
mozjs/intl/icu/source/data/coll/he.txt
+2 −8
he_IL.txt
mozjs/intl/icu/source/data/coll/he_IL.txt
+3 −9
hi.txt
mozjs/intl/icu/source/data/coll/hi.txt
+4 −10
hr.txt
mozjs/intl/icu/source/data/coll/hr.txt
+3 −9
hsb.txt
mozjs/intl/icu/source/data/coll/hsb.txt
+3 −9
hu.txt
mozjs/intl/icu/source/data/coll/hu.txt
+3 −9
hy.txt
mozjs/intl/icu/source/data/coll/hy.txt
+2 −8
id.txt
mozjs/intl/icu/source/data/coll/id.txt
+2 −8
id_ID.txt
mozjs/intl/icu/source/data/coll/id_ID.txt
+3 −9
ig.txt
mozjs/intl/icu/source/data/coll/ig.txt
+2 −8
in.txt
mozjs/intl/icu/source/data/coll/in.txt
+2 −8
in_ID.txt
mozjs/intl/icu/source/data/coll/in_ID.txt
+4 −10
is.txt
mozjs/intl/icu/source/data/coll/is.txt
+2 −8
it.txt
mozjs/intl/icu/source/data/coll/it.txt
+2 −8
iw.txt
mozjs/intl/icu/source/data/coll/iw.txt
+2 −8
iw_IL.txt
mozjs/intl/icu/source/data/coll/iw_IL.txt
+5 −11
ja.txt
mozjs/intl/icu/source/data/coll/ja.txt
+3 −9
ka.txt
mozjs/intl/icu/source/data/coll/ka.txt
+3 −9
kk.txt
mozjs/intl/icu/source/data/coll/kk.txt
+4 −10
kl.txt
mozjs/intl/icu/source/data/coll/kl.txt
+3 −9
km.txt
mozjs/intl/icu/source/data/coll/km.txt
+4 −10
kn.txt
mozjs/intl/icu/source/data/coll/kn.txt
+6 −12
ko.txt
mozjs/intl/icu/source/data/coll/ko.txt
+3 −9
kok.txt
mozjs/intl/icu/source/data/coll/kok.txt
+3 −9
ky.txt
mozjs/intl/icu/source/data/coll/ky.txt
+2 −8
lb.txt
mozjs/intl/icu/source/data/coll/lb.txt
+3 −9
lkt.txt
mozjs/intl/icu/source/data/coll/lkt.txt
+4 −10
ln.txt
mozjs/intl/icu/source/data/coll/ln.txt
+3 −9
lo.txt
mozjs/intl/icu/source/data/coll/lo.txt
+3 −9
lt.txt
mozjs/intl/icu/source/data/coll/lt.txt
+3 −9
lv.txt
mozjs/intl/icu/source/data/coll/lv.txt
+3 −9
mk.txt
mozjs/intl/icu/source/data/coll/mk.txt
+3 −9
ml.txt
mozjs/intl/icu/source/data/coll/ml.txt
+3 −9
mn.txt
mozjs/intl/icu/source/data/coll/mn.txt
+2 −8
mo.txt
mozjs/intl/icu/source/data/coll/mo.txt
+3 −9
mr.txt
mozjs/intl/icu/source/data/coll/mr.txt
+2 −8
ms.txt
mozjs/intl/icu/source/data/coll/ms.txt
+3 −9
mt.txt
mozjs/intl/icu/source/data/coll/mt.txt
+3 −9
my.txt
mozjs/intl/icu/source/data/coll/my.txt
+4 −10
nb.txt
mozjs/intl/icu/source/data/coll/nb.txt
+2 −8
nb_NO.txt
mozjs/intl/icu/source/data/coll/nb_NO.txt
+3 −9
ne.txt
mozjs/intl/icu/source/data/coll/ne.txt
+2 −8
nl.txt
mozjs/intl/icu/source/data/coll/nl.txt
+4 −10
nn.txt
mozjs/intl/icu/source/data/coll/nn.txt
+2 −8
no.txt
mozjs/intl/icu/source/data/coll/no.txt
+2 −8
no_NO.txt
mozjs/intl/icu/source/data/coll/no_NO.txt
+3 −9
om.txt
mozjs/intl/icu/source/data/coll/om.txt
+3 −9
or.txt
mozjs/intl/icu/source/data/coll/or.txt
+3 −9
pa.txt
mozjs/intl/icu/source/data/coll/pa.txt
+2 −8
pa_Guru.txt
mozjs/intl/icu/source/data/coll/pa_Guru.txt
+2 −8
pa_Guru_IN.txt
mozjs/intl/icu/source/data/coll/pa_Guru_IN.txt
+2 −8
pa_IN.txt
mozjs/intl/icu/source/data/coll/pa_IN.txt
+3 −9
pl.txt
mozjs/intl/icu/source/data/coll/pl.txt
+3 −9
ps.txt
mozjs/intl/icu/source/data/coll/ps.txt
+2 −8
pt.txt
mozjs/intl/icu/source/data/coll/pt.txt
+3 −9
ro.txt
mozjs/intl/icu/source/data/coll/ro.txt
+2 −8
ro_MD.txt
mozjs/intl/icu/source/data/coll/ro_MD.txt
+318 −103
root.txt
mozjs/intl/icu/source/data/coll/root.txt
+3 −9
ru.txt
mozjs/intl/icu/source/data/coll/ru.txt
+4 −10
se.txt
mozjs/intl/icu/source/data/coll/se.txt
+2 −8
sh.txt
mozjs/intl/icu/source/data/coll/sh.txt
+2 −8
sh_BA.txt
mozjs/intl/icu/source/data/coll/sh_BA.txt
+2 −8
sh_CS.txt
mozjs/intl/icu/source/data/coll/sh_CS.txt
+2 −8
sh_YU.txt
mozjs/intl/icu/source/data/coll/sh_YU.txt
+4 −10
si.txt
mozjs/intl/icu/source/data/coll/si.txt
+4 −10
sk.txt
mozjs/intl/icu/source/data/coll/sk.txt
+3 −9
sl.txt
mozjs/intl/icu/source/data/coll/sl.txt
+4 −10
smn.txt
mozjs/intl/icu/source/data/coll/smn.txt
+3 −9
sq.txt
mozjs/intl/icu/source/data/coll/sq.txt
+3 −9
sr.txt
mozjs/intl/icu/source/data/coll/sr.txt
+2 −8
sr_BA.txt
mozjs/intl/icu/source/data/coll/sr_BA.txt
+2 −8
sr_Cyrl.txt
mozjs/intl/icu/source/data/coll/sr_Cyrl.txt
+2 −8
sr_Cyrl_BA.txt
mozjs/intl/icu/source/data/coll/sr_Cyrl_BA.txt
+2 −8
sr_Cyrl_ME.txt
mozjs/intl/icu/source/data/coll/sr_Cyrl_ME.txt
+2 −8
sr_Cyrl_RS.txt
mozjs/intl/icu/source/data/coll/sr_Cyrl_RS.txt
+4 −10
sr_Latn.txt
mozjs/intl/icu/source/data/coll/sr_Latn.txt
+2 −8
sr_Latn_BA.txt
mozjs/intl/icu/source/data/coll/sr_Latn_BA.txt
+2 −8
sr_Latn_RS.txt
mozjs/intl/icu/source/data/coll/sr_Latn_RS.txt
+2 −8
sr_ME.txt
mozjs/intl/icu/source/data/coll/sr_ME.txt
+2 −8
sr_RS.txt
mozjs/intl/icu/source/data/coll/sr_RS.txt
+5 −11
sv.txt
mozjs/intl/icu/source/data/coll/sv.txt
+2 −8
sw.txt
mozjs/intl/icu/source/data/coll/sw.txt
+3 −9
ta.txt
mozjs/intl/icu/source/data/coll/ta.txt
+3 −9
te.txt
mozjs/intl/icu/source/data/coll/te.txt
+3 −9
th.txt
mozjs/intl/icu/source/data/coll/th.txt
+3 −9
to.txt
mozjs/intl/icu/source/data/coll/to.txt
+4 −10
tr.txt
mozjs/intl/icu/source/data/coll/tr.txt
+3 −9
ug.txt
mozjs/intl/icu/source/data/coll/ug.txt
+3 −9
uk.txt
mozjs/intl/icu/source/data/coll/uk.txt
+3 −9
ur.txt
mozjs/intl/icu/source/data/coll/ur.txt
+16 −0
uz.txt
mozjs/intl/icu/source/data/coll/uz.txt
+4 −10
vi.txt
mozjs/intl/icu/source/data/coll/vi.txt
+2 −8
wae.txt
mozjs/intl/icu/source/data/coll/wae.txt
+17 −0
wo.txt
mozjs/intl/icu/source/data/coll/wo.txt
+4 −10
yi.txt
mozjs/intl/icu/source/data/coll/yi.txt
+3 −9
yo.txt
mozjs/intl/icu/source/data/coll/yo.txt
+5 −0
yue.txt
mozjs/intl/icu/source/data/coll/yue.txt
+5 −0
yue_CN.txt
mozjs/intl/icu/source/data/coll/yue_CN.txt
+5 −0
yue_Hans.txt
mozjs/intl/icu/source/data/coll/yue_Hans.txt
+633 −826
zh.txt
mozjs/intl/icu/source/data/coll/zh.txt
+2 −8
zh_CN.txt
mozjs/intl/icu/source/data/coll/zh_CN.txt
+2 −8
zh_HK.txt
mozjs/intl/icu/source/data/coll/zh_HK.txt
+2 −8
zh_Hans.txt
mozjs/intl/icu/source/data/coll/zh_Hans.txt
+2 −8
zh_Hans_CN.txt
mozjs/intl/icu/source/data/coll/zh_Hans_CN.txt
+2 −8
zh_Hans_SG.txt
mozjs/intl/icu/source/data/coll/zh_Hans_SG.txt
+2 −8
zh_Hant.txt
mozjs/intl/icu/source/data/coll/zh_Hant.txt
+2 −8
zh_Hant_HK.txt
mozjs/intl/icu/source/data/coll/zh_Hant_HK.txt
+2 −8
zh_Hant_MO.txt
mozjs/intl/icu/source/data/coll/zh_Hant_MO.txt
+2 −8
zh_Hant_TW.txt
mozjs/intl/icu/source/data/coll/zh_Hant_TW.txt
+2 −8
zh_MO.txt
mozjs/intl/icu/source/data/coll/zh_MO.txt
+2 −8
zh_SG.txt
mozjs/intl/icu/source/data/coll/zh_SG.txt
+2 −8
zh_TW.txt
mozjs/intl/icu/source/data/coll/zh_TW.txt
+2 −8
zu.txt
mozjs/intl/icu/source/data/coll/zu.txt
+27 −15
af.txt
mozjs/intl/icu/source/data/curr/af.txt
+3 −9
af_NA.txt
mozjs/intl/icu/source/data/curr/af_NA.txt
+3 −9
agq.txt
mozjs/intl/icu/source/data/curr/agq.txt
+3 −9
ak.txt
mozjs/intl/icu/source/data/curr/ak.txt
+45 −33
am.txt
mozjs/intl/icu/source/data/curr/am.txt
+151 −131
ar.txt
mozjs/intl/icu/source/data/curr/ar.txt
+3 −9
ar_AE.txt
mozjs/intl/icu/source/data/curr/ar_AE.txt
+3 −9
ar_DJ.txt
mozjs/intl/icu/source/data/curr/ar_DJ.txt
+3 −9
ar_ER.txt
mozjs/intl/icu/source/data/curr/ar_ER.txt
+11 −0
ar_KM.txt
mozjs/intl/icu/source/data/curr/ar_KM.txt
+3 −9
ar_LB.txt
mozjs/intl/icu/source/data/curr/ar_LB.txt
+8 −0
ar_SA.txt
mozjs/intl/icu/source/data/curr/ar_SA.txt
+3 −9
ar_SO.txt
mozjs/intl/icu/source/data/curr/ar_SO.txt
+3 −9
ar_SS.txt
mozjs/intl/icu/source/data/curr/ar_SS.txt
+5 −0
ars.txt
mozjs/intl/icu/source/data/curr/ars.txt
+782 −9
as.txt
mozjs/intl/icu/source/data/curr/as.txt
+3 −9
asa.txt
mozjs/intl/icu/source/data/curr/asa.txt
+2,500 −0
ast.txt
mozjs/intl/icu/source/data/curr/ast.txt
+60 −18
az.txt
mozjs/intl/icu/source/data/curr/az.txt
+2 −8
az_AZ.txt
mozjs/intl/icu/source/data/curr/az_AZ.txt
+3 −9
az_Cyrl.txt
mozjs/intl/icu/source/data/curr/az_Cyrl.txt
+3 −9
az_Latn.txt
mozjs/intl/icu/source/data/curr/az_Latn.txt
+2 −8
az_Latn_AZ.txt
mozjs/intl/icu/source/data/curr/az_Latn_AZ.txt
+3 −9
bas.txt
mozjs/intl/icu/source/data/curr/bas.txt
+54 −38
be.txt
mozjs/intl/icu/source/data/curr/be.txt
+3 −9
bem.txt
mozjs/intl/icu/source/data/curr/bem.txt
+3 −9
bez.txt
mozjs/intl/icu/source/data/curr/bez.txt
+68 −16
bg.txt
mozjs/intl/icu/source/data/curr/bg.txt
+3 −9
bm.txt
mozjs/intl/icu/source/data/curr/bm.txt
+79 −63
bn.txt
mozjs/intl/icu/source/data/curr/bn.txt
+3 −9
bo.txt
mozjs/intl/icu/source/data/curr/bo.txt
+3 −9
bo_IN.txt
mozjs/intl/icu/source/data/curr/bo_IN.txt
+23 −18
br.txt
mozjs/intl/icu/source/data/curr/br.txt
+10 −12
brx.txt
mozjs/intl/icu/source/data/curr/brx.txt
+156 −98
bs.txt
mozjs/intl/icu/source/data/curr/bs.txt
+2 −8
bs_BA.txt
mozjs/intl/icu/source/data/curr/bs_BA.txt
+21 −18
bs_Cyrl.txt
mozjs/intl/icu/source/data/curr/bs_Cyrl.txt
+3 −9
bs_Latn.txt
mozjs/intl/icu/source/data/curr/bs_Latn.txt
+2 −8
bs_Latn_BA.txt
mozjs/intl/icu/source/data/curr/bs_Latn_BA.txt
+39 −27
ca.txt
mozjs/intl/icu/source/data/curr/ca.txt
+3 −9
ca_FR.txt
mozjs/intl/icu/source/data/curr/ca_FR.txt
+1,812 −0
ccp.txt
mozjs/intl/icu/source/data/curr/ccp.txt
+27 −24
ce.txt
mozjs/intl/icu/source/data/curr/ce.txt
+3 −9
cgg.txt
mozjs/intl/icu/source/data/curr/cgg.txt
+1,312 −15
chr.txt
mozjs/intl/icu/source/data/curr/chr.txt
+11 −0
ckb.txt
mozjs/intl/icu/source/data/curr/ckb.txt
+72 −26
cs.txt
mozjs/intl/icu/source/data/curr/cs.txt
+552 −340
cy.txt
mozjs/intl/icu/source/data/curr/cy.txt
+475 −463
da.txt
mozjs/intl/icu/source/data/curr/da.txt
+3 −9
dav.txt
mozjs/intl/icu/source/data/curr/dav.txt
+33 −21
de.txt
mozjs/intl/icu/source/data/curr/de.txt
+20 −11
de_CH.txt
mozjs/intl/icu/source/data/curr/de_CH.txt
+3 −9
de_LI.txt
mozjs/intl/icu/source/data/curr/de_LI.txt
+3 −9
de_LU.txt
mozjs/intl/icu/source/data/curr/de_LU.txt
+3 −9
dje.txt
mozjs/intl/icu/source/data/curr/dje.txt
+20 −16
dsb.txt
mozjs/intl/icu/source/data/curr/dsb.txt
+3 −9
dua.txt
mozjs/intl/icu/source/data/curr/dua.txt
+3 −9
dyo.txt
mozjs/intl/icu/source/data/curr/dyo.txt
+3 −9
dz.txt
mozjs/intl/icu/source/data/curr/dz.txt
+3 −9
ebu.txt
mozjs/intl/icu/source/data/curr/ebu.txt
+141 −104
ee.txt
mozjs/intl/icu/source/data/curr/ee.txt
+68 −56
el.txt
mozjs/intl/icu/source/data/curr/el.txt
+47 −29
en.txt
mozjs/intl/icu/source/data/curr/en.txt
+13 −11
en_001.txt
mozjs/intl/icu/source/data/curr/en_001.txt
+3 −9
en_150.txt
mozjs/intl/icu/source/data/curr/en_150.txt
+3 −9
en_AG.txt
mozjs/intl/icu/source/data/curr/en_AG.txt
+3 −9
en_AI.txt
mozjs/intl/icu/source/data/curr/en_AI.txt
+3 −9
en_AT.txt
mozjs/intl/icu/source/data/curr/en_AT.txt
+21 −18
en_AU.txt
mozjs/intl/icu/source/data/curr/en_AU.txt
+3 −9
en_BB.txt
mozjs/intl/icu/source/data/curr/en_BB.txt
+3 −9
en_BE.txt
mozjs/intl/icu/source/data/curr/en_BE.txt
+3 −9
en_BI.txt
mozjs/intl/icu/source/data/curr/en_BI.txt
+3 −9
en_BM.txt
mozjs/intl/icu/source/data/curr/en_BM.txt
+3 −9
en_BS.txt
mozjs/intl/icu/source/data/curr/en_BS.txt
+3 −9
en_BW.txt
mozjs/intl/icu/source/data/curr/en_BW.txt
+3 −9
en_BZ.txt
mozjs/intl/icu/source/data/curr/en_BZ.txt
+9 −9
en_CA.txt
mozjs/intl/icu/source/data/curr/en_CA.txt
+3 −9
en_CC.txt
mozjs/intl/icu/source/data/curr/en_CC.txt
+3 −9
en_CH.txt
mozjs/intl/icu/source/data/curr/en_CH.txt
+3 −9
en_CK.txt
mozjs/intl/icu/source/data/curr/en_CK.txt
+3 −9
en_CM.txt
mozjs/intl/icu/source/data/curr/en_CM.txt
+3 −9
en_CX.txt
mozjs/intl/icu/source/data/curr/en_CX.txt
+3 −9
en_CY.txt
mozjs/intl/icu/source/data/curr/en_CY.txt
+3 −9
en_DE.txt
mozjs/intl/icu/source/data/curr/en_DE.txt
+3 −9
en_DG.txt
mozjs/intl/icu/source/data/curr/en_DG.txt
+3 −9
en_DK.txt
mozjs/intl/icu/source/data/curr/en_DK.txt
+3 −9
en_DM.txt
mozjs/intl/icu/source/data/curr/en_DM.txt
+3 −9
en_ER.txt
mozjs/intl/icu/source/data/curr/en_ER.txt
+3 −9
en_FI.txt
mozjs/intl/icu/source/data/curr/en_FI.txt
+3 −9
en_FJ.txt
mozjs/intl/icu/source/data/curr/en_FJ.txt
+3 −9
en_FK.txt
mozjs/intl/icu/source/data/curr/en_FK.txt
+3 −9
en_FM.txt
mozjs/intl/icu/source/data/curr/en_FM.txt
+14 −22
en_GB.txt
mozjs/intl/icu/source/data/curr/en_GB.txt
+3 −9
en_GD.txt
mozjs/intl/icu/source/data/curr/en_GD.txt
+3 −9
en_GG.txt
mozjs/intl/icu/source/data/curr/en_GG.txt
+3 −9
en_GH.txt
mozjs/intl/icu/source/data/curr/en_GH.txt
+3 −9
en_GI.txt
mozjs/intl/icu/source/data/curr/en_GI.txt
+3 −9
en_GM.txt
mozjs/intl/icu/source/data/curr/en_GM.txt
+3 −9
en_GY.txt
mozjs/intl/icu/source/data/curr/en_GY.txt
+3 −9
en_HK.txt
mozjs/intl/icu/source/data/curr/en_HK.txt
+3 −9
en_IE.txt
mozjs/intl/icu/source/data/curr/en_IE.txt
+3 −9
en_IL.txt
mozjs/intl/icu/source/data/curr/en_IL.txt
+3 −9
en_IM.txt
mozjs/intl/icu/source/data/curr/en_IM.txt
+3 −9
en_IN.txt
mozjs/intl/icu/source/data/curr/en_IN.txt
+3 −9
en_IO.txt
mozjs/intl/icu/source/data/curr/en_IO.txt
+3 −9
en_JE.txt
mozjs/intl/icu/source/data/curr/en_JE.txt
+3 −9
en_JM.txt
mozjs/intl/icu/source/data/curr/en_JM.txt
+3 −9
en_KE.txt
mozjs/intl/icu/source/data/curr/en_KE.txt
+3 −9
en_KI.txt
mozjs/intl/icu/source/data/curr/en_KI.txt
+3 −9
en_KN.txt
mozjs/intl/icu/source/data/curr/en_KN.txt
+3 −9
en_KY.txt
mozjs/intl/icu/source/data/curr/en_KY.txt
+3 −9
en_LC.txt
mozjs/intl/icu/source/data/curr/en_LC.txt
+3 −9
en_LR.txt
mozjs/intl/icu/source/data/curr/en_LR.txt
+3 −9
en_LS.txt
mozjs/intl/icu/source/data/curr/en_LS.txt
+3 −9
en_MG.txt
mozjs/intl/icu/source/data/curr/en_MG.txt
+3 −9
en_MO.txt
mozjs/intl/icu/source/data/curr/en_MO.txt
+3 −9
en_MS.txt
mozjs/intl/icu/source/data/curr/en_MS.txt
+3 −9
en_MT.txt
mozjs/intl/icu/source/data/curr/en_MT.txt
+3 −9
en_MU.txt
mozjs/intl/icu/source/data/curr/en_MU.txt
+3 −9
en_MW.txt
mozjs/intl/icu/source/data/curr/en_MW.txt
+3 −9
en_MY.txt
mozjs/intl/icu/source/data/curr/en_MY.txt
+3 −9
en_NA.txt
mozjs/intl/icu/source/data/curr/en_NA.txt
+3 −9
en_NF.txt
mozjs/intl/icu/source/data/curr/en_NF.txt
+3 −9
en_NG.txt
mozjs/intl/icu/source/data/curr/en_NG.txt
+2 −8
en_NH.txt
mozjs/intl/icu/source/data/curr/en_NH.txt
+3 −9
en_NL.txt
mozjs/intl/icu/source/data/curr/en_NL.txt
+3 −9
en_NR.txt
mozjs/intl/icu/source/data/curr/en_NR.txt
+3 −9
en_NU.txt
mozjs/intl/icu/source/data/curr/en_NU.txt
+3 −9
en_NZ.txt
mozjs/intl/icu/source/data/curr/en_NZ.txt
+3 −9
en_PG.txt
mozjs/intl/icu/source/data/curr/en_PG.txt
+4 −10
en_PH.txt
mozjs/intl/icu/source/data/curr/en_PH.txt
+3 −9
en_PK.txt
mozjs/intl/icu/source/data/curr/en_PK.txt
+3 −9
en_PN.txt
mozjs/intl/icu/source/data/curr/en_PN.txt
+3 −9
en_PW.txt
mozjs/intl/icu/source/data/curr/en_PW.txt
+2 −8
en_RH.txt
mozjs/intl/icu/source/data/curr/en_RH.txt
+3 −9
en_RW.txt
mozjs/intl/icu/source/data/curr/en_RW.txt
+3 −9
en_SB.txt
mozjs/intl/icu/source/data/curr/en_SB.txt
+3 −9
en_SC.txt
mozjs/intl/icu/source/data/curr/en_SC.txt
+3 −9
en_SD.txt
mozjs/intl/icu/source/data/curr/en_SD.txt
+3 −9
en_SE.txt
mozjs/intl/icu/source/data/curr/en_SE.txt
+3 −9
en_SG.txt
mozjs/intl/icu/source/data/curr/en_SG.txt
+3 −9
en_SH.txt
mozjs/intl/icu/source/data/curr/en_SH.txt
+3 −9
en_SI.txt
mozjs/intl/icu/source/data/curr/en_SI.txt
+3 −9
en_SL.txt
mozjs/intl/icu/source/data/curr/en_SL.txt
+3 −9
en_SS.txt
mozjs/intl/icu/source/data/curr/en_SS.txt
+3 −9
en_SX.txt
mozjs/intl/icu/source/data/curr/en_SX.txt
+3 −9
en_SZ.txt
mozjs/intl/icu/source/data/curr/en_SZ.txt
+3 −9
en_TC.txt
mozjs/intl/icu/source/data/curr/en_TC.txt
+3 −9
en_TK.txt
mozjs/intl/icu/source/data/curr/en_TK.txt
+3 −9
en_TO.txt
mozjs/intl/icu/source/data/curr/en_TO.txt
+3 −9
en_TT.txt
mozjs/intl/icu/source/data/curr/en_TT.txt
+3 −9
en_TV.txt
mozjs/intl/icu/source/data/curr/en_TV.txt
+3 −9
en_TZ.txt
mozjs/intl/icu/source/data/curr/en_TZ.txt
+3 −9
en_UG.txt
mozjs/intl/icu/source/data/curr/en_UG.txt
+3 −9
en_VC.txt
mozjs/intl/icu/source/data/curr/en_VC.txt
+3 −9
en_VG.txt
mozjs/intl/icu/source/data/curr/en_VG.txt
+3 −9
en_VU.txt
mozjs/intl/icu/source/data/curr/en_VU.txt
+3 −9
en_WS.txt
mozjs/intl/icu/source/data/curr/en_WS.txt
+3 −9
en_ZA.txt
mozjs/intl/icu/source/data/curr/en_ZA.txt
+3 −9
en_ZM.txt
mozjs/intl/icu/source/data/curr/en_ZM.txt
+3 −9
en_ZW.txt
mozjs/intl/icu/source/data/curr/en_ZW.txt
+3 −9
eo.txt
mozjs/intl/icu/source/data/curr/eo.txt
+52 −40
es.txt
mozjs/intl/icu/source/data/curr/es.txt
+9 −9
es_419.txt
mozjs/intl/icu/source/data/curr/es_419.txt
+3 −9
es_AR.txt
mozjs/intl/icu/source/data/curr/es_AR.txt
+3 −9
es_BO.txt
mozjs/intl/icu/source/data/curr/es_BO.txt
+12 −0
es_BR.txt
mozjs/intl/icu/source/data/curr/es_BR.txt
+12 −0
es_BZ.txt
mozjs/intl/icu/source/data/curr/es_BZ.txt
+3 −9
es_CL.txt
mozjs/intl/icu/source/data/curr/es_CL.txt
+3 −9
es_CO.txt
mozjs/intl/icu/source/data/curr/es_CO.txt
+3 −9
es_CR.txt
mozjs/intl/icu/source/data/curr/es_CR.txt
+3 −9
es_CU.txt
mozjs/intl/icu/source/data/curr/es_CU.txt
+3 −9
es_DO.txt
mozjs/intl/icu/source/data/curr/es_DO.txt
+3 −9
es_EC.txt
mozjs/intl/icu/source/data/curr/es_EC.txt
+4 −10
es_GQ.txt
mozjs/intl/icu/source/data/curr/es_GQ.txt
+3 −9
es_GT.txt
mozjs/intl/icu/source/data/curr/es_GT.txt
+3 −9
es_HN.txt
mozjs/intl/icu/source/data/curr/es_HN.txt
+28 −403
es_MX.txt
mozjs/intl/icu/source/data/curr/es_MX.txt
+3 −9
es_NI.txt
mozjs/intl/icu/source/data/curr/es_NI.txt
+3 −9
es_PA.txt
mozjs/intl/icu/source/data/curr/es_PA.txt
+5 −11
es_PE.txt
mozjs/intl/icu/source/data/curr/es_PE.txt
+3 −9
es_PH.txt
mozjs/intl/icu/source/data/curr/es_PH.txt
+3 −9
es_PR.txt
mozjs/intl/icu/source/data/curr/es_PR.txt
+3 −9
es_PY.txt
mozjs/intl/icu/source/data/curr/es_PY.txt
+3 −9
es_SV.txt
mozjs/intl/icu/source/data/curr/es_SV.txt
+60 −9
es_US.txt
mozjs/intl/icu/source/data/curr/es_US.txt
+3 −9
es_UY.txt
mozjs/intl/icu/source/data/curr/es_UY.txt
+3 −9
es_VE.txt
mozjs/intl/icu/source/data/curr/es_VE.txt
+30 −18
et.txt
mozjs/intl/icu/source/data/curr/et.txt
+105 −51
eu.txt
mozjs/intl/icu/source/data/curr/eu.txt
+3 −9
ewo.txt
mozjs/intl/icu/source/data/curr/ewo.txt
+31 −19
fa.txt
mozjs/intl/icu/source/data/curr/fa.txt
+8 −10
fa_AF.txt
mozjs/intl/icu/source/data/curr/fa_AF.txt
+3 −9
ff.txt
mozjs/intl/icu/source/data/curr/ff.txt
+3 −9
ff_GN.txt
mozjs/intl/icu/source/data/curr/ff_GN.txt
+3 −9
ff_MR.txt
mozjs/intl/icu/source/data/curr/ff_MR.txt
+147 −132
fi.txt
mozjs/intl/icu/source/data/curr/fi.txt
+29 −17
fil.txt
mozjs/intl/icu/source/data/curr/fil.txt
+2 −8
fil_PH.txt
mozjs/intl/icu/source/data/curr/fil_PH.txt
+20 −16
fo.txt
mozjs/intl/icu/source/data/curr/fo.txt
+3 −9
fo_DK.txt
mozjs/intl/icu/source/data/curr/fo_DK.txt
+43 −31
fr.txt
mozjs/intl/icu/source/data/curr/fr.txt
+3 −9
fr_BI.txt
mozjs/intl/icu/source/data/curr/fr_BI.txt
+40 −11
fr_CA.txt
mozjs/intl/icu/source/data/curr/fr_CA.txt
+3 −9
fr_CD.txt
mozjs/intl/icu/source/data/curr/fr_CD.txt
+3 −9
fr_DJ.txt
mozjs/intl/icu/source/data/curr/fr_DJ.txt
+3 −9
fr_DZ.txt
mozjs/intl/icu/source/data/curr/fr_DZ.txt
+3 −9
fr_GN.txt
mozjs/intl/icu/source/data/curr/fr_GN.txt
+3 −9
fr_HT.txt
mozjs/intl/icu/source/data/curr/fr_HT.txt
+3 −9
fr_KM.txt
mozjs/intl/icu/source/data/curr/fr_KM.txt
+3 −9
fr_LU.txt
mozjs/intl/icu/source/data/curr/fr_LU.txt
+3 −9
fr_MG.txt
mozjs/intl/icu/source/data/curr/fr_MG.txt
+3 −9
fr_MR.txt
mozjs/intl/icu/source/data/curr/fr_MR.txt
+3 −9
fr_MU.txt
mozjs/intl/icu/source/data/curr/fr_MU.txt
+3 −9
fr_RW.txt
mozjs/intl/icu/source/data/curr/fr_RW.txt
+3 −9
fr_SC.txt
mozjs/intl/icu/source/data/curr/fr_SC.txt
+3 −9
fr_SY.txt
mozjs/intl/icu/source/data/curr/fr_SY.txt
+3 −9
fr_TN.txt
mozjs/intl/icu/source/data/curr/fr_TN.txt
+3 −9
fr_VU.txt
mozjs/intl/icu/source/data/curr/fr_VU.txt
+8 −10
fur.txt
mozjs/intl/icu/source/data/curr/fur.txt
+19 −17
fy.txt
mozjs/intl/icu/source/data/curr/fy.txt
+521 −35
ga.txt
mozjs/intl/icu/source/data/curr/ga.txt
+23 −17
gd.txt
mozjs/intl/icu/source/data/curr/gd.txt
+195 −138
gl.txt
mozjs/intl/icu/source/data/curr/gl.txt
+23 −21
gsw.txt
mozjs/intl/icu/source/data/curr/gsw.txt
+27 −15
gu.txt
mozjs/intl/icu/source/data/curr/gu.txt
+3 −9
guz.txt
mozjs/intl/icu/source/data/curr/guz.txt
+3 −9
gv.txt
mozjs/intl/icu/source/data/curr/gv.txt
+3 −9
ha.txt
mozjs/intl/icu/source/data/curr/ha.txt
+3 −9
ha_GH.txt
mozjs/intl/icu/source/data/curr/ha_GH.txt
+7 −9
haw.txt
mozjs/intl/icu/source/data/curr/haw.txt
+157 −141
he.txt
mozjs/intl/icu/source/data/curr/he.txt
+2 −8
he_IL.txt
mozjs/intl/icu/source/data/curr/he_IL.txt
+35 −23
hi.txt
mozjs/intl/icu/source/data/curr/hi.txt
+35 −21
hr.txt
mozjs/intl/icu/source/data/curr/hr.txt
+3 −9
hr_BA.txt
mozjs/intl/icu/source/data/curr/hr_BA.txt
+20 −16
hsb.txt
mozjs/intl/icu/source/data/curr/hsb.txt
+29 −17
hu.txt
mozjs/intl/icu/source/data/curr/hu.txt
+463 −415
hy.txt
mozjs/intl/icu/source/data/curr/hy.txt
+27 −17
id.txt
mozjs/intl/icu/source/data/curr/id.txt
+2 −8
id_ID.txt
mozjs/intl/icu/source/data/curr/id_ID.txt
+6 −9
ig.txt
mozjs/intl/icu/source/data/curr/ig.txt
+6 −9
ii.txt
mozjs/intl/icu/source/data/curr/ii.txt
+2 −8
in.txt
mozjs/intl/icu/source/data/curr/in.txt
+2 −8
in_ID.txt
mozjs/intl/icu/source/data/curr/in_ID.txt
+68 −13
is.txt
mozjs/intl/icu/source/data/curr/is.txt
+31 −19
it.txt
mozjs/intl/icu/source/data/curr/it.txt
+2 −8
iw.txt
mozjs/intl/icu/source/data/curr/iw.txt
+2 −8
iw_IL.txt
mozjs/intl/icu/source/data/curr/iw_IL.txt
+49 −39
ja.txt
mozjs/intl/icu/source/data/curr/ja.txt
+2 −8
ja_JP.txt
mozjs/intl/icu/source/data/curr/ja_JP.txt
+2 −8
ja_JP_TRADITIONAL.txt
mozjs/intl/icu/source/data/curr/ja_JP_TRADITIONAL.txt
+3 −9
jgo.txt
mozjs/intl/icu/source/data/curr/jgo.txt
+3 −9
jmc.txt
mozjs/intl/icu/source/data/curr/jmc.txt
+70 −17
ka.txt
mozjs/intl/icu/source/data/curr/ka.txt
+3 −9
kab.txt
mozjs/intl/icu/source/data/curr/kab.txt
+3 −9
kam.txt
mozjs/intl/icu/source/data/curr/kam.txt
+3 −9
kde.txt
mozjs/intl/icu/source/data/curr/kde.txt
+9 −15
kea.txt
mozjs/intl/icu/source/data/curr/kea.txt
+3 −9
khq.txt
mozjs/intl/icu/source/data/curr/khq.txt
+3 −9
ki.txt
mozjs/intl/icu/source/data/curr/ki.txt
+76 −66
kk.txt
mozjs/intl/icu/source/data/curr/kk.txt
+3 −9
kkj.txt
mozjs/intl/icu/source/data/curr/kkj.txt
+3 −9
kl.txt
mozjs/intl/icu/source/data/curr/kl.txt
+3 −9
kln.txt
mozjs/intl/icu/source/data/curr/kln.txt
+24 −16
km.txt
mozjs/intl/icu/source/data/curr/km.txt
+50 −38
kn.txt
mozjs/intl/icu/source/data/curr/kn.txt
+33 −23
ko.txt
mozjs/intl/icu/source/data/curr/ko.txt
+83 −9
kok.txt
mozjs/intl/icu/source/data/curr/kok.txt
+10 −12
ks.txt
mozjs/intl/icu/source/data/curr/ks.txt
+3 −9
ksb.txt
mozjs/intl/icu/source/data/curr/ksb.txt
+3 −9
ksf.txt
mozjs/intl/icu/source/data/curr/ksf.txt
+9 −11
ksh.txt
mozjs/intl/icu/source/data/curr/ksh.txt
+3 −9
kw.txt
mozjs/intl/icu/source/data/curr/kw.txt
+56 −44
ky.txt
mozjs/intl/icu/source/data/curr/ky.txt
+3 −9
lag.txt
mozjs/intl/icu/source/data/curr/lag.txt
+18 −16
lb.txt
mozjs/intl/icu/source/data/curr/lb.txt
+3 −9
lg.txt
mozjs/intl/icu/source/data/curr/lg.txt
+3 −9
lkt.txt
mozjs/intl/icu/source/data/curr/lkt.txt
+3 −9
ln.txt
mozjs/intl/icu/source/data/curr/ln.txt
+3 −9
ln_AO.txt
mozjs/intl/icu/source/data/curr/ln_AO.txt
+28 −19
lo.txt
mozjs/intl/icu/source/data/curr/lo.txt
+7 −9
lrc.txt
mozjs/intl/icu/source/data/curr/lrc.txt
+34 −17
lt.txt
mozjs/intl/icu/source/data/curr/lt.txt
+3 −9
lu.txt
mozjs/intl/icu/source/data/curr/lu.txt
+3 −9
luo.txt
mozjs/intl/icu/source/data/curr/luo.txt
+3 −9
luy.txt
mozjs/intl/icu/source/data/curr/luy.txt
+59 −24
lv.txt
mozjs/intl/icu/source/data/curr/lv.txt
+3 −9
mas.txt
mozjs/intl/icu/source/data/curr/mas.txt
+3 −9
mas_TZ.txt
mozjs/intl/icu/source/data/curr/mas_TZ.txt
+3 −9
mer.txt
mozjs/intl/icu/source/data/curr/mer.txt
+3 −9
mfe.txt
mozjs/intl/icu/source/data/curr/mfe.txt
+7 −9
mg.txt
mozjs/intl/icu/source/data/curr/mg.txt
+3 −9
mgh.txt
mozjs/intl/icu/source/data/curr/mgh.txt
+3 −9
mgo.txt
mozjs/intl/icu/source/data/curr/mgo.txt
+96 −84
mk.txt
mozjs/intl/icu/source/data/curr/mk.txt
+43 −31
ml.txt
mozjs/intl/icu/source/data/curr/ml.txt
+175 −121
mn.txt
mozjs/intl/icu/source/data/curr/mn.txt
+2 −8
mo.txt
mozjs/intl/icu/source/data/curr/mo.txt
+27 −15
mr.txt
mozjs/intl/icu/source/data/curr/mr.txt
+38 −28
ms.txt
mozjs/intl/icu/source/data/curr/ms.txt
+3 −9
ms_BN.txt
mozjs/intl/icu/source/data/curr/ms_BN.txt
+3 −9
ms_SG.txt
mozjs/intl/icu/source/data/curr/ms_SG.txt
+1,563 −14
mt.txt
mozjs/intl/icu/source/data/curr/mt.txt
+3 −9
mua.txt
mozjs/intl/icu/source/data/curr/mua.txt
+306 −210
my.txt
mozjs/intl/icu/source/data/curr/my.txt
+15 −14
mzn.txt
mozjs/intl/icu/source/data/curr/mzn.txt
+3 −9
naq.txt
mozjs/intl/icu/source/data/curr/naq.txt
+40 −28
nb.txt
mozjs/intl/icu/source/data/curr/nb.txt
+2 −8
nb_NO.txt
mozjs/intl/icu/source/data/curr/nb_NO.txt
+3 −9
nd.txt
mozjs/intl/icu/source/data/curr/nd.txt
+5 −0
nds.txt
mozjs/intl/icu/source/data/curr/nds.txt
+37 −17
ne.txt
mozjs/intl/icu/source/data/curr/ne.txt
+35 −23
nl.txt
mozjs/intl/icu/source/data/curr/nl.txt
+3 −9
nl_AW.txt
mozjs/intl/icu/source/data/curr/nl_AW.txt
+3 −9
nl_BQ.txt
mozjs/intl/icu/source/data/curr/nl_BQ.txt
+3 −9
nl_CW.txt
mozjs/intl/icu/source/data/curr/nl_CW.txt
+3 −9
nl_SR.txt
mozjs/intl/icu/source/data/curr/nl_SR.txt
+3 −9
nl_SX.txt
mozjs/intl/icu/source/data/curr/nl_SX.txt
+3 −9
nmg.txt
mozjs/intl/icu/source/data/curr/nmg.txt
+584 −315
nn.txt
mozjs/intl/icu/source/data/curr/nn.txt
+2 −8
nn_NO.txt
mozjs/intl/icu/source/data/curr/nn_NO.txt
+3 −9
nnh.txt
mozjs/intl/icu/source/data/curr/nnh.txt
+2 −8
no.txt
mozjs/intl/icu/source/data/curr/no.txt
+2 −8
no_NO.txt
mozjs/intl/icu/source/data/curr/no_NO.txt
+2 −8
no_NO_NY.txt
mozjs/intl/icu/source/data/curr/no_NO_NY.txt
+3 −9
nus.txt
mozjs/intl/icu/source/data/curr/nus.txt
+3 −9
nyn.txt
mozjs/intl/icu/source/data/curr/nyn.txt
+7 −9
om.txt
mozjs/intl/icu/source/data/curr/om.txt
+3 −9
om_KE.txt
mozjs/intl/icu/source/data/curr/om_KE.txt
+1,353 −10
or.txt
mozjs/intl/icu/source/data/curr/or.txt
+4 −10
os.txt
mozjs/intl/icu/source/data/curr/os.txt
+7 −9
os_RU.txt
mozjs/intl/icu/source/data/curr/os_RU.txt
+32 −20
pa.txt
mozjs/intl/icu/source/data/curr/pa.txt
+3 −9
pa_Arab.txt
mozjs/intl/icu/source/data/curr/pa_Arab.txt
+2 −8
pa_Arab_PK.txt
mozjs/intl/icu/source/data/curr/pa_Arab_PK.txt
+3 −9
pa_Guru.txt
mozjs/intl/icu/source/data/curr/pa_Guru.txt
+2 −8
pa_Guru_IN.txt
mozjs/intl/icu/source/data/curr/pa_Guru_IN.txt
+2 −8
pa_IN.txt
mozjs/intl/icu/source/data/curr/pa_IN.txt
+2 −8
pa_PK.txt
mozjs/intl/icu/source/data/curr/pa_PK.txt
+60 −34
pl.txt
mozjs/intl/icu/source/data/curr/pl.txt
BIN
pool.res
mozjs/intl/icu/source/data/curr/pool.res
+1,356 −9
ps.txt
mozjs/intl/icu/source/data/curr/ps.txt
+60 −48
pt.txt
mozjs/intl/icu/source/data/curr/pt.txt
+3 −9
pt_AO.txt
mozjs/intl/icu/source/data/curr/pt_AO.txt
+6 −0
pt_CH.txt
mozjs/intl/icu/source/data/curr/pt_CH.txt
+5 −16
pt_CV.txt
mozjs/intl/icu/source/data/curr/pt_CV.txt
+6 −0
pt_GQ.txt
mozjs/intl/icu/source/data/curr/pt_GQ.txt
+3 −9
pt_GW.txt
mozjs/intl/icu/source/data/curr/pt_GW.txt
+12 −0
pt_LU.txt
mozjs/intl/icu/source/data/curr/pt_LU.txt
+3 −9
pt_MO.txt
mozjs/intl/icu/source/data/curr/pt_MO.txt
+3 −9
pt_MZ.txt
mozjs/intl/icu/source/data/curr/pt_MZ.txt
+364 −90
pt_PT.txt
mozjs/intl/icu/source/data/curr/pt_PT.txt
+3 −9
pt_ST.txt
mozjs/intl/icu/source/data/curr/pt_ST.txt
+3 −9
pt_TL.txt
mozjs/intl/icu/source/data/curr/pt_TL.txt
+7 −10
qu.txt
mozjs/intl/icu/source/data/curr/qu.txt
+3 −9
qu_BO.txt
mozjs/intl/icu/source/data/curr/qu_BO.txt
+3 −9
qu_EC.txt
mozjs/intl/icu/source/data/curr/qu_EC.txt
+93 −87
resfiles.mk
mozjs/intl/icu/source/data/curr/resfiles.mk
+10 −12
rm.txt
mozjs/intl/icu/source/data/curr/rm.txt
+3 −9
rn.txt
mozjs/intl/icu/source/data/curr/rn.txt
+52 −38
ro.txt
mozjs/intl/icu/source/data/curr/ro.txt
+3 −9
ro_MD.txt
mozjs/intl/icu/source/data/curr/ro_MD.txt
+3 −9
rof.txt
mozjs/intl/icu/source/data/curr/rof.txt
+6 −11
root.txt
mozjs/intl/icu/source/data/curr/root.txt
+236 −214
ru.txt
mozjs/intl/icu/source/data/curr/ru.txt
+9 −12
ru_BY.txt
mozjs/intl/icu/source/data/curr/ru_BY.txt
+4 −10
ru_KG.txt
mozjs/intl/icu/source/data/curr/ru_KG.txt
+4 −10
ru_KZ.txt
mozjs/intl/icu/source/data/curr/ru_KZ.txt
+4 −10
ru_MD.txt
mozjs/intl/icu/source/data/curr/ru_MD.txt
+6 −9
rw.txt
mozjs/intl/icu/source/data/curr/rw.txt
+3 −9
rwk.txt
mozjs/intl/icu/source/data/curr/rwk.txt
+22 −10
sah.txt
mozjs/intl/icu/source/data/curr/sah.txt
+3 −9
saq.txt
mozjs/intl/icu/source/data/curr/saq.txt
+3 −9
sbp.txt
mozjs/intl/icu/source/data/curr/sbp.txt
+3 −9
se.txt
mozjs/intl/icu/source/data/curr/se.txt
+3 −9
se_SE.txt
mozjs/intl/icu/source/data/curr/se_SE.txt
+3 −9
seh.txt
mozjs/intl/icu/source/data/curr/seh.txt
+3 −9
ses.txt
mozjs/intl/icu/source/data/curr/ses.txt
+3 −9
sg.txt
mozjs/intl/icu/source/data/curr/sg.txt
+2 −8
sh.txt
mozjs/intl/icu/source/data/curr/sh.txt
+2 −8
sh_BA.txt
mozjs/intl/icu/source/data/curr/sh_BA.txt
+2 −8
sh_CS.txt
mozjs/intl/icu/source/data/curr/sh_CS.txt
+2 −8
sh_YU.txt
mozjs/intl/icu/source/data/curr/sh_YU.txt
+3 −9
shi.txt
mozjs/intl/icu/source/data/curr/shi.txt
+3 −9
shi_Latn.txt
mozjs/intl/icu/source/data/curr/shi_Latn.txt
+2 −8
shi_MA.txt
mozjs/intl/icu/source/data/curr/shi_MA.txt
+3 −9
shi_Tfng.txt
mozjs/intl/icu/source/data/curr/shi_Tfng.txt
+2 −8
shi_Tfng_MA.txt
mozjs/intl/icu/source/data/curr/shi_Tfng_MA.txt
+26 −15
si.txt
mozjs/intl/icu/source/data/curr/si.txt
+1,078 −154
sk.txt
mozjs/intl/icu/source/data/curr/sk.txt
+94 −72
sl.txt
mozjs/intl/icu/source/data/curr/sl.txt
+8 −9
smn.txt
mozjs/intl/icu/source/data/curr/smn.txt
+7 −9
sn.txt
mozjs/intl/icu/source/data/curr/sn.txt
+7 −9
so.txt
mozjs/intl/icu/source/data/curr/so.txt
+3 −9
so_DJ.txt
mozjs/intl/icu/source/data/curr/so_DJ.txt
+3 −9
so_ET.txt
mozjs/intl/icu/source/data/curr/so_ET.txt
+3 −9
so_KE.txt
mozjs/intl/icu/source/data/curr/so_KE.txt
+73 −59
sq.txt
mozjs/intl/icu/source/data/curr/sq.txt
+3 −9
sq_MK.txt
mozjs/intl/icu/source/data/curr/sq_MK.txt
+44 −29
sr.txt
mozjs/intl/icu/source/data/curr/sr.txt
+2 −8
sr_BA.txt
mozjs/intl/icu/source/data/curr/sr_BA.txt
+2 −8
sr_CS.txt
mozjs/intl/icu/source/data/curr/sr_CS.txt
+3 −9
sr_Cyrl.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl.txt
+2 −8
sr_Cyrl_BA.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl_BA.txt
+2 −8
sr_Cyrl_CS.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl_CS.txt
+2 −8
sr_Cyrl_RS.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl_RS.txt
+2 −8
sr_Cyrl_XK.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl_XK.txt
+2 −8
sr_Cyrl_YU.txt
mozjs/intl/icu/source/data/curr/sr_Cyrl_YU.txt
+44 −29
sr_Latn.txt
mozjs/intl/icu/source/data/curr/sr_Latn.txt
+2 −8
sr_Latn_BA.txt
mozjs/intl/icu/source/data/curr/sr_Latn_BA.txt
+2 −8
sr_Latn_CS.txt
mozjs/intl/icu/source/data/curr/sr_Latn_CS.txt
+2 −8
sr_Latn_ME.txt
mozjs/intl/icu/source/data/curr/sr_Latn_ME.txt
+2 −8
sr_Latn_RS.txt
mozjs/intl/icu/source/data/curr/sr_Latn_RS.txt
+2 −8
sr_Latn_YU.txt
mozjs/intl/icu/source/data/curr/sr_Latn_YU.txt
+2 −8
sr_ME.txt
mozjs/intl/icu/source/data/curr/sr_ME.txt
+2 −8
sr_RS.txt
mozjs/intl/icu/source/data/curr/sr_RS.txt
+2 −8
sr_XK.txt
mozjs/intl/icu/source/data/curr/sr_XK.txt
+2 −8
sr_YU.txt
mozjs/intl/icu/source/data/curr/sr_YU.txt
+61 −14
supplementalData.txt
mozjs/intl/icu/source/data/curr/supplementalData.txt
+41 −29
sv.txt
mozjs/intl/icu/source/data/curr/sv.txt
+296 −284
sw.txt
mozjs/intl/icu/source/data/curr/sw.txt
+3 −9
sw_CD.txt
mozjs/intl/icu/source/data/curr/sw_CD.txt
+3 −9
sw_UG.txt
mozjs/intl/icu/source/data/curr/sw_UG.txt
+100 −88
ta.txt
mozjs/intl/icu/source/data/curr/ta.txt
+3 −9
ta_LK.txt
mozjs/intl/icu/source/data/curr/ta_LK.txt
+3 −9
ta_MY.txt
mozjs/intl/icu/source/data/curr/ta_MY.txt
+3 −9
ta_SG.txt
mozjs/intl/icu/source/data/curr/ta_SG.txt
+43 −30
te.txt
mozjs/intl/icu/source/data/curr/te.txt
+3 −9
teo.txt
mozjs/intl/icu/source/data/curr/teo.txt
+3 −9
teo_KE.txt
mozjs/intl/icu/source/data/curr/teo_KE.txt
+92 −0
tg.txt
mozjs/intl/icu/source/data/curr/tg.txt
+70 −18
th.txt
mozjs/intl/icu/source/data/curr/th.txt
+2 −8
th_TH.txt
mozjs/intl/icu/source/data/curr/th_TH.txt
+2 −8
th_TH_TRADITIONAL.txt
mozjs/intl/icu/source/data/curr/th_TH_TRADITIONAL.txt
+7 −9
ti.txt
mozjs/intl/icu/source/data/curr/ti.txt
+3 −9
ti_ER.txt
mozjs/intl/icu/source/data/curr/ti_ER.txt
+2 −8
tl.txt
mozjs/intl/icu/source/data/curr/tl.txt
+2 −8
tl_PH.txt
mozjs/intl/icu/source/data/curr/tl_PH.txt
+7 −10
to.txt
mozjs/intl/icu/source/data/curr/to.txt
+31 −19
tr.txt
mozjs/intl/icu/source/data/curr/tr.txt
+85 −0
tt.txt
mozjs/intl/icu/source/data/curr/tt.txt
+3 −9
twq.txt
mozjs/intl/icu/source/data/curr/twq.txt
+3 −9
tzm.txt
mozjs/intl/icu/source/data/curr/tzm.txt
+16 −14
ug.txt
mozjs/intl/icu/source/data/curr/ug.txt
+53 −31
uk.txt
mozjs/intl/icu/source/data/curr/uk.txt
+27 −15
ur.txt
mozjs/intl/icu/source/data/curr/ur.txt
+3 −9
ur_IN.txt
mozjs/intl/icu/source/data/curr/ur_IN.txt
+76 −64
uz.txt
mozjs/intl/icu/source/data/curr/uz.txt
+2 −8
uz_AF.txt
mozjs/intl/icu/source/data/curr/uz_AF.txt
+3 −9
uz_Arab.txt
mozjs/intl/icu/source/data/curr/uz_Arab.txt
+2 −8
uz_Arab_AF.txt
mozjs/intl/icu/source/data/curr/uz_Arab_AF.txt
+6 −12
uz_Cyrl.txt
mozjs/intl/icu/source/data/curr/uz_Cyrl.txt
+3 −9
uz_Latn.txt
mozjs/intl/icu/source/data/curr/uz_Latn.txt
+2 −8
uz_Latn_UZ.txt
mozjs/intl/icu/source/data/curr/uz_Latn_UZ.txt
+2 −8
uz_UZ.txt
mozjs/intl/icu/source/data/curr/uz_UZ.txt
+8 −9
vai.txt
mozjs/intl/icu/source/data/curr/vai.txt
+2 −8
vai_LR.txt
mozjs/intl/icu/source/data/curr/vai_LR.txt
+3 −9
vai_Latn.txt
mozjs/intl/icu/source/data/curr/vai_Latn.txt
+3 −9
vai_Vaii.txt
mozjs/intl/icu/source/data/curr/vai_Vaii.txt
+2 −8
vai_Vaii_LR.txt
mozjs/intl/icu/source/data/curr/vai_Vaii_LR.txt
+26 −16
vi.txt
mozjs/intl/icu/source/data/curr/vi.txt
+3 −9
vun.txt
mozjs/intl/icu/source/data/curr/vun.txt
+3 −9
wae.txt
mozjs/intl/icu/source/data/curr/wae.txt
+92 −0
wo.txt
mozjs/intl/icu/source/data/curr/wo.txt
+3 −9
xog.txt
mozjs/intl/icu/source/data/curr/xog.txt
+3 −9
yav.txt
mozjs/intl/icu/source/data/curr/yav.txt
+3 −9
yi.txt
mozjs/intl/icu/source/data/curr/yi.txt
+6 −9
yo.txt
mozjs/intl/icu/source/data/curr/yo.txt
+3 −21
yo_BJ.txt
mozjs/intl/icu/source/data/curr/yo_BJ.txt
+2,204 −0
yue.txt
mozjs/intl/icu/source/data/curr/yue.txt
+5 −0
yue_CN.txt
mozjs/intl/icu/source/data/curr/yue_CN.txt
+5 −0
yue_HK.txt
mozjs/intl/icu/source/data/curr/yue_HK.txt
+2,205 −0
yue_Hans.txt
mozjs/intl/icu/source/data/curr/yue_Hans.txt
+8 −0
yue_Hans_CN.txt
mozjs/intl/icu/source/data/curr/yue_Hans_CN.txt
+5 −0
yue_Hant.txt
mozjs/intl/icu/source/data/curr/yue_Hant.txt
+8 −0
yue_Hant_HK.txt
mozjs/intl/icu/source/data/curr/yue_Hant_HK.txt
+6 −9
zgh.txt
mozjs/intl/icu/source/data/curr/zgh.txt
+44 −27
zh.txt
mozjs/intl/icu/source/data/curr/zh.txt
+2 −8
zh_CN.txt
mozjs/intl/icu/source/data/curr/zh_CN.txt
+2 −8
zh_HK.txt
mozjs/intl/icu/source/data/curr/zh_HK.txt
+3 −9
zh_Hans.txt
mozjs/intl/icu/source/data/curr/zh_Hans.txt
+2 −8
zh_Hans_CN.txt
mozjs/intl/icu/source/data/curr/zh_Hans_CN.txt
+3 −20
zh_Hans_HK.txt
mozjs/intl/icu/source/data/curr/zh_Hans_HK.txt
+4 −21
zh_Hans_MO.txt
mozjs/intl/icu/source/data/curr/zh_Hans_MO.txt
+3 −20
zh_Hans_SG.txt
mozjs/intl/icu/source/data/curr/zh_Hans_SG.txt
+29 −22
zh_Hant.txt
mozjs/intl/icu/source/data/curr/zh_Hant.txt
+18 −19
zh_Hant_HK.txt
mozjs/intl/icu/source/data/curr/zh_Hant_HK.txt
+3 −9
zh_Hant_MO.txt
mozjs/intl/icu/source/data/curr/zh_Hant_MO.txt
+2 −8
zh_Hant_TW.txt
mozjs/intl/icu/source/data/curr/zh_Hant_TW.txt
+2 −8
zh_MO.txt
mozjs/intl/icu/source/data/curr/zh_MO.txt
+2 −8
zh_SG.txt
mozjs/intl/icu/source/data/curr/zh_SG.txt
+2 −8
zh_TW.txt
mozjs/intl/icu/source/data/curr/zh_TW.txt
+32 −21
zu.txt
mozjs/intl/icu/source/data/curr/zu.txt
+6 −0
icu-coll-deprecates.xml
mozjs/intl/icu/source/data/icu-coll-deprecates.xml
+33 −1
icu-config.xml
mozjs/intl/icu/source/data/icu-config.xml
+5 −0
icu-locale-deprecates.xml
mozjs/intl/icu/source/data/icu-locale-deprecates.xml
+16 −12
icu-rbnf-deprecates.xml
mozjs/intl/icu/source/data/icu-rbnf-deprecates.xml
+2 −0
icu4j-readme.txt
mozjs/intl/icu/source/data/icu4j-readme.txt
+2 −0
icupkg.inc.in
mozjs/intl/icu/source/data/icupkg.inc.in
BIN
ucadata-implicithan.icu
...intl/icu/source/data/in/coll/ucadata-implicithan.icu
BIN
ucadata-unihan.icu
mozjs/intl/icu/source/data/in/coll/ucadata-unihan.icu
BIN
nfc.nrm
mozjs/intl/icu/source/data/in/nfc.nrm
BIN
nfkc.nrm
mozjs/intl/icu/source/data/in/nfkc.nrm
BIN
nfkc_cf.nrm
mozjs/intl/icu/source/data/in/nfkc_cf.nrm
BIN
pnames.icu
mozjs/intl/icu/source/data/in/pnames.icu
BIN
ubidi.icu
mozjs/intl/icu/source/data/in/ubidi.icu
BIN
ucase.icu
mozjs/intl/icu/source/data/in/ucase.icu
BIN
unames.icu
mozjs/intl/icu/source/data/in/unames.icu
BIN
uprops.icu
mozjs/intl/icu/source/data/in/uprops.icu
BIN
uts46.nrm
mozjs/intl/icu/source/data/in/uts46.nrm
BIN
pool.res
mozjs/intl/icu/source/data/lang/pool.res
+435 −50
af.txt
mozjs/intl/icu/source/data/locales/af.txt
+3 −9
af_NA.txt
mozjs/intl/icu/source/data/locales/af_NA.txt
+3 −9
af_ZA.txt
mozjs/intl/icu/source/data/locales/af_ZA.txt
+8 −9
agq.txt
mozjs/intl/icu/source/data/locales/agq.txt
+3 −9
agq_CM.txt
mozjs/intl/icu/source/data/locales/agq_CM.txt
+17 −9
ak.txt
mozjs/intl/icu/source/data/locales/ak.txt
+3 −9
ak_GH.txt
mozjs/intl/icu/source/data/locales/ak_GH.txt
+437 −26
am.txt
mozjs/intl/icu/source/data/locales/am.txt
+3 −9
am_ET.txt
mozjs/intl/icu/source/data/locales/am_ET.txt
+825 −234
ar.txt
mozjs/intl/icu/source/data/locales/ar.txt
+3 −9
ar_001.txt
mozjs/intl/icu/source/data/locales/ar_001.txt
+3 −9
ar_AE.txt
mozjs/intl/icu/source/data/locales/ar_AE.txt
+3 −9
ar_BH.txt
mozjs/intl/icu/source/data/locales/ar_BH.txt
+3 −9
ar_DJ.txt
mozjs/intl/icu/source/data/locales/ar_DJ.txt
+4 −9
ar_DZ.txt
mozjs/intl/icu/source/data/locales/ar_DZ.txt
+3 −9
ar_EG.txt
mozjs/intl/icu/source/data/locales/ar_EG.txt
+3 −9
ar_EH.txt
mozjs/intl/icu/source/data/locales/ar_EH.txt
+3 −9
ar_ER.txt
mozjs/intl/icu/source/data/locales/ar_ER.txt
+5 −11
ar_IL.txt
mozjs/intl/icu/source/data/locales/ar_IL.txt
+4 −10
ar_IQ.txt
mozjs/intl/icu/source/data/locales/ar_IQ.txt
+3 −9
ar_JO.txt
mozjs/intl/icu/source/data/locales/ar_JO.txt
+5 −11
ar_KM.txt
mozjs/intl/icu/source/data/locales/ar_KM.txt
+3 −9
ar_KW.txt
mozjs/intl/icu/source/data/locales/ar_KW.txt
+4 −9
ar_LB.txt
mozjs/intl/icu/source/data/locales/ar_LB.txt
+21 −9
ar_LY.txt
mozjs/intl/icu/source/data/locales/ar_LY.txt
+7 −11
ar_MA.txt
mozjs/intl/icu/source/data/locales/ar_MA.txt
+4 −9
ar_MR.txt
mozjs/intl/icu/source/data/locales/ar_MR.txt
+3 −9
ar_OM.txt
mozjs/intl/icu/source/data/locales/ar_OM.txt
+3 −9
ar_PS.txt
mozjs/intl/icu/source/data/locales/ar_PS.txt
+3 −9
ar_QA.txt
mozjs/intl/icu/source/data/locales/ar_QA.txt
+26 −9
ar_SA.txt
mozjs/intl/icu/source/data/locales/ar_SA.txt
+3 −9
ar_SD.txt
mozjs/intl/icu/source/data/locales/ar_SD.txt
+11 −9
ar_SO.txt
mozjs/intl/icu/source/data/locales/ar_SO.txt
+3 −9
ar_SS.txt
mozjs/intl/icu/source/data/locales/ar_SS.txt
+3 −9
ar_SY.txt
mozjs/intl/icu/source/data/locales/ar_SY.txt
+3 −9
ar_TD.txt
mozjs/intl/icu/source/data/locales/ar_TD.txt
+4 −9
ar_TN.txt
mozjs/intl/icu/source/data/locales/ar_TN.txt
+3 −9
ar_YE.txt
mozjs/intl/icu/source/data/locales/ar_YE.txt
+5 −0
ars.txt
mozjs/intl/icu/source/data/locales/ars.txt
+1,473 −19
as.txt
mozjs/intl/icu/source/data/locales/as.txt
+3 −9
as_IN.txt
mozjs/intl/icu/source/data/locales/as_IN.txt
+7 −9
asa.txt
mozjs/intl/icu/source/data/locales/asa.txt
+3 −9
asa_TZ.txt
mozjs/intl/icu/source/data/locales/asa_TZ.txt
+3,937 −0
ast.txt
mozjs/intl/icu/source/data/locales/ast.txt
+5 −0
ast_ES.txt
mozjs/intl/icu/source/data/locales/ast_ES.txt
+528 −64
az.txt
mozjs/intl/icu/source/data/locales/az.txt
+2 −8
az_AZ.txt
mozjs/intl/icu/source/data/locales/az_AZ.txt
+349 −29
az_Cyrl.txt
mozjs/intl/icu/source/data/locales/az_Cyrl.txt
+3 −9
az_Cyrl_AZ.txt
mozjs/intl/icu/source/data/locales/az_Cyrl_AZ.txt
+3 −9
az_Latn.txt
mozjs/intl/icu/source/data/locales/az_Latn.txt
+3 −9
az_Latn_AZ.txt
mozjs/intl/icu/source/data/locales/az_Latn_AZ.txt
+8 −9
bas.txt
mozjs/intl/icu/source/data/locales/bas.txt
+3 −9
bas_CM.txt
mozjs/intl/icu/source/data/locales/bas_CM.txt
+658 −160
be.txt
mozjs/intl/icu/source/data/locales/be.txt
+3 −9
be_BY.txt
mozjs/intl/icu/source/data/locales/be_BY.txt
+7 −9
bem.txt
mozjs/intl/icu/source/data/locales/bem.txt
+3 −9
bem_ZM.txt
mozjs/intl/icu/source/data/locales/bem_ZM.txt
+7 −9
bez.txt
mozjs/intl/icu/source/data/locales/bez.txt
+3 −9
bez_TZ.txt
mozjs/intl/icu/source/data/locales/bez_TZ.txt
+564 −136
bg.txt
mozjs/intl/icu/source/data/locales/bg.txt
+3 −9
bg_BG.txt
mozjs/intl/icu/source/data/locales/bg_BG.txt
+16 −9
bm.txt
mozjs/intl/icu/source/data/locales/bm.txt
+3 −9
bm_ML.txt
mozjs/intl/icu/source/data/locales/bm_ML.txt
+1,262 −140
bn.txt
mozjs/intl/icu/source/data/locales/bn.txt
+3 −9
bn_BD.txt
mozjs/intl/icu/source/data/locales/bn_BD.txt
+3 −9
bn_IN.txt
mozjs/intl/icu/source/data/locales/bn_IN.txt
+16 −17
bo.txt
mozjs/intl/icu/source/data/locales/bo.txt
+3 −9
bo_CN.txt
mozjs/intl/icu/source/data/locales/bo_CN.txt
+3 −9
bo_IN.txt
mozjs/intl/icu/source/data/locales/bo_IN.txt
+187 −15
br.txt
mozjs/intl/icu/source/data/locales/br.txt
+3 −9
br_FR.txt
mozjs/intl/icu/source/data/locales/br_FR.txt
+10 −11
brx.txt
mozjs/intl/icu/source/data/locales/brx.txt
+3 −9
brx_IN.txt
mozjs/intl/icu/source/data/locales/brx_IN.txt
+679 −161
bs.txt
mozjs/intl/icu/source/data/locales/bs.txt
+2 −8
bs_BA.txt
mozjs/intl/icu/source/data/locales/bs_BA.txt
+52 −27
bs_Cyrl.txt
mozjs/intl/icu/source/data/locales/bs_Cyrl.txt
+3 −9
bs_Cyrl_BA.txt
mozjs/intl/icu/source/data/locales/bs_Cyrl_BA.txt
+3 −9
bs_Latn.txt
mozjs/intl/icu/source/data/locales/bs_Latn.txt
+3 −9
bs_Latn_BA.txt
mozjs/intl/icu/source/data/locales/bs_Latn_BA.txt
+660 −48
ca.txt
mozjs/intl/icu/source/data/locales/ca.txt
+3 −9
ca_AD.txt
mozjs/intl/icu/source/data/locales/ca_AD.txt
+3 −9
ca_ES.txt
mozjs/intl/icu/source/data/locales/ca_ES.txt
+3 −9
ca_FR.txt
mozjs/intl/icu/source/data/locales/ca_FR.txt
+3 −9
ca_IT.txt
mozjs/intl/icu/source/data/locales/ca_IT.txt
+1,658 −0
ccp.txt
mozjs/intl/icu/source/data/locales/ccp.txt
+5 −0
ccp_BD.txt
mozjs/intl/icu/source/data/locales/ccp_BD.txt
+5 −0
ccp_IN.txt
mozjs/intl/icu/source/data/locales/ccp_IN.txt
+150 −16
ce.txt
mozjs/intl/icu/source/data/locales/ce.txt
+3 −9
ce_RU.txt
mozjs/intl/icu/source/data/locales/ce_RU.txt
+3 −9
cgg.txt
mozjs/intl/icu/source/data/locales/cgg.txt
+3 −9
cgg_UG.txt
mozjs/intl/icu/source/data/locales/cgg_UG.txt
+1,354 −53
chr.txt
mozjs/intl/icu/source/data/locales/chr.txt
+3 −9
chr_US.txt
mozjs/intl/icu/source/data/locales/chr_US.txt
+504 −0
ckb.txt
mozjs/intl/icu/source/data/locales/ckb.txt
+5 −0
ckb_IQ.txt
mozjs/intl/icu/source/data/locales/ckb_IQ.txt
+25 −0
ckb_IR.txt
mozjs/intl/icu/source/data/locales/ckb_IR.txt
+4,367 −548
cs.txt
mozjs/intl/icu/source/data/locales/cs.txt
+3 −9
cs_CZ.txt
mozjs/intl/icu/source/data/locales/cs_CZ.txt
+780 −148
cy.txt
mozjs/intl/icu/source/data/locales/cy.txt
+3 −9
cy_GB.txt
mozjs/intl/icu/source/data/locales/cy_GB.txt
+725 −129
da.txt
mozjs/intl/icu/source/data/locales/da.txt
+3 −9
da_DK.txt
mozjs/intl/icu/source/data/locales/da_DK.txt
+3 −28
da_GL.txt
mozjs/intl/icu/source/data/locales/da_GL.txt
+7 −9
dav.txt
mozjs/intl/icu/source/data/locales/dav.txt
+3 −9
dav_KE.txt
mozjs/intl/icu/source/data/locales/dav_KE.txt
+930 −36
de.txt
mozjs/intl/icu/source/data/locales/de.txt
+13 −9
de_AT.txt
mozjs/intl/icu/source/data/locales/de_AT.txt
+3 −9
de_BE.txt
mozjs/intl/icu/source/data/locales/de_BE.txt
+57 −14
de_CH.txt
mozjs/intl/icu/source/data/locales/de_CH.txt
+3 −9
de_DE.txt
mozjs/intl/icu/source/data/locales/de_DE.txt
+71 −0
de_IT.txt
mozjs/intl/icu/source/data/locales/de_IT.txt
+5 −10
de_LI.txt
mozjs/intl/icu/source/data/locales/de_LI.txt
+14 −9
de_LU.txt
mozjs/intl/icu/source/data/locales/de_LU.txt
+8 −9
dje.txt
mozjs/intl/icu/source/data/locales/dje.txt
+3 −9
dje_NE.txt
mozjs/intl/icu/source/data/locales/dje_NE.txt
+8 −9
dsb.txt
mozjs/intl/icu/source/data/locales/dsb.txt
+3 −9
dsb_DE.txt
mozjs/intl/icu/source/data/locales/dsb_DE.txt
+8 −9
dua.txt
mozjs/intl/icu/source/data/locales/dua.txt
+3 −9
dua_CM.txt
mozjs/intl/icu/source/data/locales/dua_CM.txt
+4 −9
dyo.txt
mozjs/intl/icu/source/data/locales/dyo.txt
+3 −9
dyo_SN.txt
mozjs/intl/icu/source/data/locales/dyo_SN.txt
+17 −13
dz.txt
mozjs/intl/icu/source/data/locales/dz.txt
+3 −9
dz_BT.txt
mozjs/intl/icu/source/data/locales/dz_BT.txt
+7 −9
ebu.txt
mozjs/intl/icu/source/data/locales/ebu.txt
+3 −9
ebu_KE.txt
mozjs/intl/icu/source/data/locales/ebu_KE.txt
+220 −29
ee.txt
mozjs/intl/icu/source/data/locales/ee.txt
+3 −9
ee_GH.txt
mozjs/intl/icu/source/data/locales/ee_GH.txt
+3 −9
ee_TG.txt
mozjs/intl/icu/source/data/locales/ee_TG.txt
+1,046 −48
el.txt
mozjs/intl/icu/source/data/locales/el.txt
+3 −9
el_CY.txt
mozjs/intl/icu/source/data/locales/el_CY.txt
+3 −9
el_GR.txt
mozjs/intl/icu/source/data/locales/el_GR.txt
+403 −33
en.txt
mozjs/intl/icu/source/data/locales/en.txt
+358 −9
en_001.txt
mozjs/intl/icu/source/data/locales/en_001.txt
+3 −9
en_150.txt
mozjs/intl/icu/source/data/locales/en_150.txt
+3 −9
en_AG.txt
mozjs/intl/icu/source/data/locales/en_AG.txt
+3 −9
en_AI.txt
mozjs/intl/icu/source/data/locales/en_AI.txt
+3 −9
en_AS.txt
mozjs/intl/icu/source/data/locales/en_AS.txt
+3 −9
en_AT.txt
mozjs/intl/icu/source/data/locales/en_AT.txt
+389 −44
en_AU.txt
mozjs/intl/icu/source/data/locales/en_AU.txt
+3 −9
en_BB.txt
mozjs/intl/icu/source/data/locales/en_BB.txt
+3 −9
en_BE.txt
mozjs/intl/icu/source/data/locales/en_BE.txt
+3 −9
en_BI.txt
mozjs/intl/icu/source/data/locales/en_BI.txt
+3 −9
en_BM.txt
mozjs/intl/icu/source/data/locales/en_BM.txt
+3 −9
en_BS.txt
mozjs/intl/icu/source/data/locales/en_BS.txt
+11 −17
en_BW.txt
mozjs/intl/icu/source/data/locales/en_BW.txt
+3 −9
en_BZ.txt
mozjs/intl/icu/source/data/locales/en_BZ.txt
+476 −9
en_CA.txt
mozjs/intl/icu/source/data/locales/en_CA.txt
+3 −9
en_CC.txt
mozjs/intl/icu/source/data/locales/en_CC.txt
+3 −9
en_CH.txt
mozjs/intl/icu/source/data/locales/en_CH.txt
+3 −9
en_CK.txt
mozjs/intl/icu/source/data/locales/en_CK.txt
+3 −9
en_CM.txt
mozjs/intl/icu/source/data/locales/en_CM.txt
+3 −9
en_CX.txt
mozjs/intl/icu/source/data/locales/en_CX.txt
+3 −9
en_CY.txt
mozjs/intl/icu/source/data/locales/en_CY.txt
+3 −9
en_DE.txt
mozjs/intl/icu/source/data/locales/en_DE.txt
+3 −9
en_DG.txt
mozjs/intl/icu/source/data/locales/en_DG.txt
+3 −9
en_DK.txt
mozjs/intl/icu/source/data/locales/en_DK.txt
+3 −9
en_DM.txt
mozjs/intl/icu/source/data/locales/en_DM.txt
+3 −9
en_ER.txt
mozjs/intl/icu/source/data/locales/en_ER.txt
+4 −9
en_FI.txt
mozjs/intl/icu/source/data/locales/en_FI.txt
+3 −9
en_FJ.txt
mozjs/intl/icu/source/data/locales/en_FJ.txt
+3 −9
en_FK.txt
mozjs/intl/icu/source/data/locales/en_FK.txt
+3 −9
en_FM.txt
mozjs/intl/icu/source/data/locales/en_FM.txt
+261 −86
en_GB.txt
mozjs/intl/icu/source/data/locales/en_GB.txt
+3 −9
en_GD.txt
mozjs/intl/icu/source/data/locales/en_GD.txt
+3 −9
en_GG.txt
mozjs/intl/icu/source/data/locales/en_GG.txt
+3 −9
en_GH.txt
mozjs/intl/icu/source/data/locales/en_GH.txt
+3 −9
en_GI.txt
mozjs/intl/icu/source/data/locales/en_GI.txt
+3 −9
en_GM.txt
mozjs/intl/icu/source/data/locales/en_GM.txt
+3 −9
en_GU.txt
mozjs/intl/icu/source/data/locales/en_GU.txt
+3 −9
en_GY.txt
mozjs/intl/icu/source/data/locales/en_GY.txt
+3 −9
en_HK.txt
mozjs/intl/icu/source/data/locales/en_HK.txt
+3 −9
en_IE.txt
mozjs/intl/icu/source/data/locales/en_IE.txt
+3 −9
en_IL.txt
mozjs/intl/icu/source/data/locales/en_IL.txt
+3 −9
en_IM.txt
mozjs/intl/icu/source/data/locales/en_IM.txt
+100 −17
en_IN.txt
mozjs/intl/icu/source/data/locales/en_IN.txt
+3 −9
en_IO.txt
mozjs/intl/icu/source/data/locales/en_IO.txt
+3 −9
en_JE.txt
mozjs/intl/icu/source/data/locales/en_JE.txt
+3 −9
en_JM.txt
mozjs/intl/icu/source/data/locales/en_JM.txt
+3 −9
en_KE.txt
mozjs/intl/icu/source/data/locales/en_KE.txt
+3 −9
en_KI.txt
mozjs/intl/icu/source/data/locales/en_KI.txt
+3 −9
en_KN.txt
mozjs/intl/icu/source/data/locales/en_KN.txt
+3 −9
en_KY.txt
mozjs/intl/icu/source/data/locales/en_KY.txt
+3 −9
en_LC.txt
mozjs/intl/icu/source/data/locales/en_LC.txt
+3 −9
en_LR.txt
mozjs/intl/icu/source/data/locales/en_LR.txt
+3 −9
en_LS.txt
mozjs/intl/icu/source/data/locales/en_LS.txt
+3 −9
en_MG.txt
mozjs/intl/icu/source/data/locales/en_MG.txt
+3 −9
en_MH.txt
mozjs/intl/icu/source/data/locales/en_MH.txt
+3 −9
en_MO.txt
mozjs/intl/icu/source/data/locales/en_MO.txt
+3 −9
en_MP.txt
mozjs/intl/icu/source/data/locales/en_MP.txt
+3 −9
en_MS.txt
mozjs/intl/icu/source/data/locales/en_MS.txt
+3 −9
en_MT.txt
mozjs/intl/icu/source/data/locales/en_MT.txt
+3 −9
en_MU.txt
mozjs/intl/icu/source/data/locales/en_MU.txt
+3 −9
en_MW.txt
mozjs/intl/icu/source/data/locales/en_MW.txt
+3 −9
en_MY.txt
mozjs/intl/icu/source/data/locales/en_MY.txt
+3 −9
en_NA.txt
mozjs/intl/icu/source/data/locales/en_NA.txt
+3 −9
en_NF.txt
mozjs/intl/icu/source/data/locales/en_NF.txt
+3 −9
en_NG.txt
mozjs/intl/icu/source/data/locales/en_NG.txt
+2 −8
en_NH.txt
mozjs/intl/icu/source/data/locales/en_NH.txt
+3 −9
en_NL.txt
mozjs/intl/icu/source/data/locales/en_NL.txt
+3 −9
en_NR.txt
mozjs/intl/icu/source/data/locales/en_NR.txt
+3 −9
en_NU.txt
mozjs/intl/icu/source/data/locales/en_NU.txt
+7 −9
en_NZ.txt
mozjs/intl/icu/source/data/locales/en_NZ.txt
+3 −9
en_PG.txt
mozjs/intl/icu/source/data/locales/en_PG.txt
+3 −9
en_PH.txt
mozjs/intl/icu/source/data/locales/en_PH.txt
+3 −9
en_PK.txt
mozjs/intl/icu/source/data/locales/en_PK.txt
+3 −9
en_PN.txt
mozjs/intl/icu/source/data/locales/en_PN.txt
+3 −9
en_PR.txt
mozjs/intl/icu/source/data/locales/en_PR.txt
+3 −9
en_PW.txt
mozjs/intl/icu/source/data/locales/en_PW.txt
+2 −8
en_RH.txt
mozjs/intl/icu/source/data/locales/en_RH.txt
+3 −9
en_RW.txt
mozjs/intl/icu/source/data/locales/en_RW.txt
+3 −9
en_SB.txt
mozjs/intl/icu/source/data/locales/en_SB.txt
+3 −9
en_SC.txt
mozjs/intl/icu/source/data/locales/en_SC.txt
+3 −9
en_SD.txt
mozjs/intl/icu/source/data/locales/en_SD.txt
+4 −9
en_SE.txt
mozjs/intl/icu/source/data/locales/en_SE.txt
+54 −9
en_SG.txt
mozjs/intl/icu/source/data/locales/en_SG.txt
+3 −9
en_SH.txt
mozjs/intl/icu/source/data/locales/en_SH.txt
+3 −9
en_SI.txt
mozjs/intl/icu/source/data/locales/en_SI.txt
+3 −9
en_SL.txt
mozjs/intl/icu/source/data/locales/en_SL.txt
+3 −9
en_SS.txt
mozjs/intl/icu/source/data/locales/en_SS.txt
+3 −9
en_SX.txt
mozjs/intl/icu/source/data/locales/en_SX.txt
+3 −9
en_SZ.txt
mozjs/intl/icu/source/data/locales/en_SZ.txt
+3 −9
en_TC.txt
mozjs/intl/icu/source/data/locales/en_TC.txt
+3 −9
en_TK.txt
mozjs/intl/icu/source/data/locales/en_TK.txt
+3 −9
en_TO.txt
mozjs/intl/icu/source/data/locales/en_TO.txt
+3 −9
en_TT.txt
mozjs/intl/icu/source/data/locales/en_TT.txt
+3 −9
en_TV.txt
mozjs/intl/icu/source/data/locales/en_TV.txt
+3 −9
en_TZ.txt
mozjs/intl/icu/source/data/locales/en_TZ.txt
+3 −9
en_UG.txt
mozjs/intl/icu/source/data/locales/en_UG.txt
+3 −9
en_UM.txt
mozjs/intl/icu/source/data/locales/en_UM.txt
+3 −9
en_US.txt
mozjs/intl/icu/source/data/locales/en_US.txt
+7 −12
en_US_POSIX.txt
mozjs/intl/icu/source/data/locales/en_US_POSIX.txt
+3 −9
en_VC.txt
mozjs/intl/icu/source/data/locales/en_VC.txt
+3 −9
en_VG.txt
mozjs/intl/icu/source/data/locales/en_VG.txt
+3 −9
en_VI.txt
mozjs/intl/icu/source/data/locales/en_VI.txt
+3 −9
en_VU.txt
mozjs/intl/icu/source/data/locales/en_VU.txt
+3 −9
en_WS.txt
mozjs/intl/icu/source/data/locales/en_WS.txt
+12 −17
en_ZA.txt
mozjs/intl/icu/source/data/locales/en_ZA.txt
+3 −9
en_ZM.txt
mozjs/intl/icu/source/data/locales/en_ZM.txt
+11 −17
en_ZW.txt
mozjs/intl/icu/source/data/locales/en_ZW.txt
+8 −9
eo.txt
mozjs/intl/icu/source/data/locales/eo.txt
+1,099 −62
es.txt
mozjs/intl/icu/source/data/locales/es.txt
+617 −56
es_419.txt
mozjs/intl/icu/source/data/locales/es_419.txt
+73 −14
es_AR.txt
mozjs/intl/icu/source/data/locales/es_AR.txt
+51 −9
es_BO.txt
mozjs/intl/icu/source/data/locales/es_BO.txt
+6 −0
es_BR.txt
mozjs/intl/icu/source/data/locales/es_BR.txt
+6 −0
es_BZ.txt
mozjs/intl/icu/source/data/locales/es_BZ.txt
+33 −23
es_CL.txt
mozjs/intl/icu/source/data/locales/es_CL.txt
+42 −24
es_CO.txt
mozjs/intl/icu/source/data/locales/es_CO.txt
+40 −10
es_CR.txt
mozjs/intl/icu/source/data/locales/es_CR.txt
+3 −9
es_CU.txt
mozjs/intl/icu/source/data/locales/es_CU.txt
+38 −10
es_DO.txt
mozjs/intl/icu/source/data/locales/es_DO.txt
+3 −9
es_EA.txt
mozjs/intl/icu/source/data/locales/es_EA.txt
+36 −9
es_EC.txt
mozjs/intl/icu/source/data/locales/es_EC.txt
+3 −9
es_ES.txt
mozjs/intl/icu/source/data/locales/es_ES.txt
+3 −9
es_GQ.txt
mozjs/intl/icu/source/data/locales/es_GQ.txt
+35 −25
es_GT.txt
mozjs/intl/icu/source/data/locales/es_GT.txt
+33 −11
es_HN.txt
mozjs/intl/icu/source/data/locales/es_HN.txt
+3 −9
es_IC.txt
mozjs/intl/icu/source/data/locales/es_IC.txt
+290 −71
es_MX.txt
mozjs/intl/icu/source/data/locales/es_MX.txt
+36 −10
es_NI.txt
mozjs/intl/icu/source/data/locales/es_NI.txt
+38 −44
es_PA.txt
mozjs/intl/icu/source/data/locales/es_PA.txt
+28 −10
es_PE.txt
mozjs/intl/icu/source/data/locales/es_PE.txt
+3 −9
es_PH.txt
mozjs/intl/icu/source/data/locales/es_PH.txt
+27 −9
es_PR.txt
mozjs/intl/icu/source/data/locales/es_PR.txt
+22 −21
es_PY.txt
mozjs/intl/icu/source/data/locales/es_PY.txt
+38 −9
es_SV.txt
mozjs/intl/icu/source/data/locales/es_SV.txt
+410 −15
es_US.txt
mozjs/intl/icu/source/data/locales/es_US.txt
+27 −9
es_UY.txt
mozjs/intl/icu/source/data/locales/es_UY.txt
+17 −28
es_VE.txt
mozjs/intl/icu/source/data/locales/es_VE.txt
+684 −126
et.txt
mozjs/intl/icu/source/data/locales/et.txt
+3 −9
et_EE.txt
mozjs/intl/icu/source/data/locales/et_EE.txt
+653 −149
eu.txt
mozjs/intl/icu/source/data/locales/eu.txt
+3 −9
eu_ES.txt
mozjs/intl/icu/source/data/locales/eu_ES.txt
+8 −9
ewo.txt
mozjs/intl/icu/source/data/locales/ewo.txt
+3 −9
ewo_CM.txt
mozjs/intl/icu/source/data/locales/ewo_CM.txt
+817 −56
fa.txt
mozjs/intl/icu/source/data/locales/fa.txt
+167 −17
fa_AF.txt
mozjs/intl/icu/source/data/locales/fa_AF.txt
+3 −9
fa_IR.txt
mozjs/intl/icu/source/data/locales/fa_IR.txt
+21 −9
ff.txt
mozjs/intl/icu/source/data/locales/ff.txt
+3 −9
ff_CM.txt
mozjs/intl/icu/source/data/locales/ff_CM.txt
+3 −9
ff_GN.txt
mozjs/intl/icu/source/data/locales/ff_GN.txt
+3 −9
ff_MR.txt
mozjs/intl/icu/source/data/locales/ff_MR.txt
+3 −9
ff_SN.txt
mozjs/intl/icu/source/data/locales/ff_SN.txt
+840 −48
fi.txt
mozjs/intl/icu/source/data/locales/fi.txt
+3 −9
fi_FI.txt
mozjs/intl/icu/source/data/locales/fi_FI.txt
+2,532 −373
fil.txt
mozjs/intl/icu/source/data/locales/fil.txt
+3 −9
fil_PH.txt
mozjs/intl/icu/source/data/locales/fil_PH.txt
+414 −10
fo.txt
mozjs/intl/icu/source/data/locales/fo.txt
+3 −9
fo_DK.txt
mozjs/intl/icu/source/data/locales/fo_DK.txt
+3 −9
fo_FO.txt
mozjs/intl/icu/source/data/locales/fo_FO.txt
+1,034 −87
fr.txt
mozjs/intl/icu/source/data/locales/fr.txt
+3 −16
fr_BE.txt
mozjs/intl/icu/source/data/locales/fr_BE.txt
+3 −9
fr_BF.txt
mozjs/intl/icu/source/data/locales/fr_BF.txt
+3 −9
fr_BI.txt
mozjs/intl/icu/source/data/locales/fr_BI.txt
+3 −9
fr_BJ.txt
mozjs/intl/icu/source/data/locales/fr_BJ.txt
+3 −9
fr_BL.txt
mozjs/intl/icu/source/data/locales/fr_BL.txt
+557 −96
fr_CA.txt
mozjs/intl/icu/source/data/locales/fr_CA.txt
+36 −9
fr_CD.txt
mozjs/intl/icu/source/data/locales/fr_CD.txt
+3 −9
fr_CF.txt
mozjs/intl/icu/source/data/locales/fr_CF.txt
+3 −9
fr_CG.txt
mozjs/intl/icu/source/data/locales/fr_CG.txt
+121 −12
fr_CH.txt
mozjs/intl/icu/source/data/locales/fr_CH.txt
+10 −9
fr_CI.txt
mozjs/intl/icu/source/data/locales/fr_CI.txt
+64 −9
fr_CM.txt
mozjs/intl/icu/source/data/locales/fr_CM.txt
+3 −9
fr_DJ.txt
mozjs/intl/icu/source/data/locales/fr_DJ.txt
+3 −9
fr_DZ.txt
mozjs/intl/icu/source/data/locales/fr_DZ.txt
+3 −9
fr_FR.txt
mozjs/intl/icu/source/data/locales/fr_FR.txt
+3 −9
fr_GA.txt
mozjs/intl/icu/source/data/locales/fr_GA.txt
+3 −9
fr_GF.txt
mozjs/intl/icu/source/data/locales/fr_GF.txt
+3 −9
fr_GN.txt
mozjs/intl/icu/source/data/locales/fr_GN.txt
+3 −9
fr_GP.txt
mozjs/intl/icu/source/data/locales/fr_GP.txt
+3 −9
fr_GQ.txt
mozjs/intl/icu/source/data/locales/fr_GQ.txt
+19 −9
fr_HT.txt
mozjs/intl/icu/source/data/locales/fr_HT.txt
+3 −9
fr_KM.txt
mozjs/intl/icu/source/data/locales/fr_KM.txt
+4 −9
fr_LU.txt
mozjs/intl/icu/source/data/locales/fr_LU.txt
+4 −9
fr_MA.txt
mozjs/intl/icu/source/data/locales/fr_MA.txt
+3 −9
fr_MC.txt
mozjs/intl/icu/source/data/locales/fr_MC.txt
+3 −9
fr_MF.txt
mozjs/intl/icu/source/data/locales/fr_MF.txt
+3 −9
fr_MG.txt
mozjs/intl/icu/source/data/locales/fr_MG.txt
+47 −9
fr_ML.txt
mozjs/intl/icu/source/data/locales/fr_ML.txt
+3 −9
fr_MQ.txt
mozjs/intl/icu/source/data/locales/fr_MQ.txt
+3 −9
fr_MR.txt
mozjs/intl/icu/source/data/locales/fr_MR.txt
+3 −9
fr_MU.txt
mozjs/intl/icu/source/data/locales/fr_MU.txt
+3 −9
fr_NC.txt
mozjs/intl/icu/source/data/locales/fr_NC.txt
+3 −9
fr_NE.txt
mozjs/intl/icu/source/data/locales/fr_NE.txt
+3 −9
fr_PF.txt
mozjs/intl/icu/source/data/locales/fr_PF.txt
+3 −9
fr_PM.txt
mozjs/intl/icu/source/data/locales/fr_PM.txt
+34 −9
fr_RE.txt
mozjs/intl/icu/source/data/locales/fr_RE.txt
+3 −9
fr_RW.txt
mozjs/intl/icu/source/data/locales/fr_RW.txt
+3 −9
fr_SC.txt
mozjs/intl/icu/source/data/locales/fr_SC.txt
+35 −9
fr_SN.txt
mozjs/intl/icu/source/data/locales/fr_SN.txt
+3 −9
fr_SY.txt
mozjs/intl/icu/source/data/locales/fr_SY.txt
+3 −9
fr_TD.txt
mozjs/intl/icu/source/data/locales/fr_TD.txt
+3 −9
fr_TG.txt
mozjs/intl/icu/source/data/locales/fr_TG.txt
+3 −9
fr_TN.txt
mozjs/intl/icu/source/data/locales/fr_TN.txt
+3 −9
fr_VU.txt
mozjs/intl/icu/source/data/locales/fr_VU.txt
+3 −9
fr_WF.txt
mozjs/intl/icu/source/data/locales/fr_WF.txt
+3 −9
fr_YT.txt
mozjs/intl/icu/source/data/locales/fr_YT.txt
+8 −9
fur.txt
mozjs/intl/icu/source/data/locales/fur.txt
+3 −9
fur_IT.txt
mozjs/intl/icu/source/data/locales/fur_IT.txt
+105 −99
fy.txt
mozjs/intl/icu/source/data/locales/fy.txt
+3 −9
fy_NL.txt
mozjs/intl/icu/source/data/locales/fy_NL.txt
+781 −13
ga.txt
mozjs/intl/icu/source/data/locales/ga.txt
+3 −9
ga_IE.txt
mozjs/intl/icu/source/data/locales/ga_IE.txt
+515 −25
gd.txt
mozjs/intl/icu/source/data/locales/gd.txt
+3 −9
gd_GB.txt
mozjs/intl/icu/source/data/locales/gd_GB.txt
+886 −408
gl.txt
mozjs/intl/icu/source/data/locales/gl.txt
+3 −9
gl_ES.txt
mozjs/intl/icu/source/data/locales/gl_ES.txt
+194 −9
gsw.txt
mozjs/intl/icu/source/data/locales/gsw.txt
+3 −9
gsw_CH.txt
mozjs/intl/icu/source/data/locales/gsw_CH.txt
+3 −9
gsw_FR.txt
mozjs/intl/icu/source/data/locales/gsw_FR.txt
+3 −9
gsw_LI.txt
mozjs/intl/icu/source/data/locales/gsw_LI.txt
+1,238 −116
gu.txt
mozjs/intl/icu/source/data/locales/gu.txt
+3 −9
gu_IN.txt
mozjs/intl/icu/source/data/locales/gu_IN.txt
+9 −11
guz.txt
mozjs/intl/icu/source/data/locales/guz.txt
+3 −9
guz_KE.txt
mozjs/intl/icu/source/data/locales/guz_KE.txt
+21 −9
gv.txt
mozjs/intl/icu/source/data/locales/gv.txt
+3 −9
gv_IM.txt
mozjs/intl/icu/source/data/locales/gv_IM.txt
+350 −18
ha.txt
mozjs/intl/icu/source/data/locales/ha.txt
+3 −9
ha_GH.txt
mozjs/intl/icu/source/data/locales/ha_GH.txt
+3 −28
ha_NE.txt
mozjs/intl/icu/source/data/locales/ha_NE.txt
+3 −9
ha_NG.txt
mozjs/intl/icu/source/data/locales/ha_NG.txt
+348 −9
haw.txt
mozjs/intl/icu/source/data/locales/haw.txt
+3 −9
haw_US.txt
mozjs/intl/icu/source/data/locales/haw_US.txt
+1,162 −92
he.txt
mozjs/intl/icu/source/data/locales/he.txt
+3 −9
he_IL.txt
mozjs/intl/icu/source/data/locales/he_IL.txt
+566 −127
hi.txt
mozjs/intl/icu/source/data/locales/hi.txt
+3 −9
hi_IN.txt
mozjs/intl/icu/source/data/locales/hi_IN.txt
+568 −127
hr.txt
mozjs/intl/icu/source/data/locales/hr.txt
+45 −9
hr_BA.txt
mozjs/intl/icu/source/data/locales/hr_BA.txt
+3 −9
hr_HR.txt
mozjs/intl/icu/source/data/locales/hr_HR.txt
+8 −9
hsb.txt
mozjs/intl/icu/source/data/locales/hsb.txt
+3 −9
hsb_DE.txt
mozjs/intl/icu/source/data/locales/hsb_DE.txt
+595 −135
hu.txt
mozjs/intl/icu/source/data/locales/hu.txt
+3 −9
hu_HU.txt
mozjs/intl/icu/source/data/locales/hu_HU.txt
+694 −229
hy.txt
mozjs/intl/icu/source/data/locales/hy.txt
+3 −9
hy_AM.txt
mozjs/intl/icu/source/data/locales/hy_AM.txt
+753 −108
id.txt
mozjs/intl/icu/source/data/locales/id.txt
+3 −9
id_ID.txt
mozjs/intl/icu/source/data/locales/id_ID.txt
+390 −17
ig.txt
mozjs/intl/icu/source/data/locales/ig.txt
+3 −9
ig_NG.txt
mozjs/intl/icu/source/data/locales/ig_NG.txt
+283 −9
ii.txt
mozjs/intl/icu/source/data/locales/ii.txt
+3 −9
ii_CN.txt
mozjs/intl/icu/source/data/locales/ii_CN.txt
+2 −8
in.txt
mozjs/intl/icu/source/data/locales/in.txt
+2 −8
in_ID.txt
mozjs/intl/icu/source/data/locales/in_ID.txt
+2,669 −387
is.txt
mozjs/intl/icu/source/data/locales/is.txt
+3 −9
is_IS.txt
mozjs/intl/icu/source/data/locales/is_IS.txt
+548 −95
it.txt
mozjs/intl/icu/source/data/locales/it.txt
+7 −30
it_CH.txt
mozjs/intl/icu/source/data/locales/it_CH.txt
+3 −9
it_IT.txt
mozjs/intl/icu/source/data/locales/it_IT.txt
+3 −9
it_SM.txt
mozjs/intl/icu/source/data/locales/it_SM.txt
+5 −0
it_VA.txt
mozjs/intl/icu/source/data/locales/it_VA.txt
+2 −8
iw.txt
mozjs/intl/icu/source/data/locales/iw.txt
+2 −8
iw_IL.txt
mozjs/intl/icu/source/data/locales/iw_IL.txt
+526 −102
ja.txt
mozjs/intl/icu/source/data/locales/ja.txt
+3 −9
ja_JP.txt
mozjs/intl/icu/source/data/locales/ja_JP.txt
+2 −8
ja_JP_TRADITIONAL.txt
...s/intl/icu/source/data/locales/ja_JP_TRADITIONAL.txt
+8 −9
jgo.txt
mozjs/intl/icu/source/data/locales/jgo.txt
+3 −9
jgo_CM.txt
mozjs/intl/icu/source/data/locales/jgo_CM.txt
+7 −9
jmc.txt
mozjs/intl/icu/source/data/locales/jmc.txt
+3 −9
jmc_TZ.txt
mozjs/intl/icu/source/data/locales/jmc_TZ.txt
+387 −20
ka.txt
mozjs/intl/icu/source/data/locales/ka.txt
+3 −9
ka_GE.txt
mozjs/intl/icu/source/data/locales/ka_GE.txt
+21 −9
kab.txt
mozjs/intl/icu/source/data/locales/kab.txt
+3 −9
kab_DZ.txt
mozjs/intl/icu/source/data/locales/kab_DZ.txt
+7 −9
kam.txt
mozjs/intl/icu/source/data/locales/kam.txt
+3 −9
kam_KE.txt
mozjs/intl/icu/source/data/locales/kam_KE.txt
+7 −9
kde.txt
mozjs/intl/icu/source/data/locales/kde.txt
+3 −9
kde_TZ.txt
mozjs/intl/icu/source/data/locales/kde_TZ.txt
+28 −22
kea.txt
mozjs/intl/icu/source/data/locales/kea.txt
+3 −9
kea_CV.txt
mozjs/intl/icu/source/data/locales/kea_CV.txt
+21 −9
khq.txt
mozjs/intl/icu/source/data/locales/khq.txt
+3 −9
khq_ML.txt
mozjs/intl/icu/source/data/locales/khq_ML.txt
+7 −9
ki.txt
mozjs/intl/icu/source/data/locales/ki.txt
+3 −9
ki_KE.txt
mozjs/intl/icu/source/data/locales/ki_KE.txt
+521 −97
kk.txt
mozjs/intl/icu/source/data/locales/kk.txt
+3 −9
kk_KZ.txt
mozjs/intl/icu/source/data/locales/kk_KZ.txt
+4 −9
kkj.txt
mozjs/intl/icu/source/data/locales/kkj.txt
+3 −9
kkj_CM.txt
mozjs/intl/icu/source/data/locales/kkj_CM.txt
+28 −12
kl.txt
mozjs/intl/icu/source/data/locales/kl.txt
+3 −9
kl_GL.txt
mozjs/intl/icu/source/data/locales/kl_GL.txt
+3 −9
kln.txt
mozjs/intl/icu/source/data/locales/kln.txt
+3 −9
kln_KE.txt
mozjs/intl/icu/source/data/locales/kln_KE.txt
+477 −124
km.txt
mozjs/intl/icu/source/data/locales/km.txt
+3 −9
km_KH.txt
mozjs/intl/icu/source/data/locales/km_KH.txt
+1,159 −40
kn.txt
mozjs/intl/icu/source/data/locales/kn.txt
+3 −9
kn_IN.txt
mozjs/intl/icu/source/data/locales/kn_IN.txt
+465 −54
ko.txt
mozjs/intl/icu/source/data/locales/ko.txt
+3 −9
ko_KP.txt
mozjs/intl/icu/source/data/locales/ko_KP.txt
+3 −9
ko_KR.txt
mozjs/intl/icu/source/data/locales/ko_KR.txt
+1,265 −19
kok.txt
mozjs/intl/icu/source/data/locales/kok.txt
+3 −9
kok_IN.txt
mozjs/intl/icu/source/data/locales/kok_IN.txt
+8 −13
ks.txt
mozjs/intl/icu/source/data/locales/ks.txt
+3 −9
ks_IN.txt
mozjs/intl/icu/source/data/locales/ks_IN.txt
+7 −9
ksb.txt
mozjs/intl/icu/source/data/locales/ksb.txt
+3 −9
ksb_TZ.txt
mozjs/intl/icu/source/data/locales/ksb_TZ.txt
+8 −9
ksf.txt
mozjs/intl/icu/source/data/locales/ksf.txt
+3 −9
ksf_CM.txt
mozjs/intl/icu/source/data/locales/ksf_CM.txt
+117 −33
ksh.txt
mozjs/intl/icu/source/data/locales/ksh.txt
+3 −9
ksh_DE.txt
mozjs/intl/icu/source/data/locales/ksh_DE.txt
+7 −9
kw.txt
mozjs/intl/icu/source/data/locales/kw.txt
+3 −9
kw_GB.txt
mozjs/intl/icu/source/data/locales/kw_GB.txt
+506 −93
ky.txt
mozjs/intl/icu/source/data/locales/ky.txt
+3 −9
ky_KG.txt
mozjs/intl/icu/source/data/locales/ky_KG.txt
+7 −9
lag.txt
mozjs/intl/icu/source/data/locales/lag.txt
+3 −9
lag_TZ.txt
mozjs/intl/icu/source/data/locales/lag_TZ.txt
+8 −9
lb.txt
mozjs/intl/icu/source/data/locales/lb.txt
+3 −9
lb_LU.txt
mozjs/intl/icu/source/data/locales/lb_LU.txt
+3 −9
lg.txt
mozjs/intl/icu/source/data/locales/lg.txt
+3 −9
lg_UG.txt
mozjs/intl/icu/source/data/locales/lg_UG.txt
+14 −11
lkt.txt
mozjs/intl/icu/source/data/locales/lkt.txt
+3 −9
lkt_US.txt
mozjs/intl/icu/source/data/locales/lkt_US.txt
+8 −9
ln.txt
mozjs/intl/icu/source/data/locales/ln.txt
+3 −9
ln_AO.txt
mozjs/intl/icu/source/data/locales/ln_AO.txt
+3 −9
ln_CD.txt
mozjs/intl/icu/source/data/locales/ln_CD.txt
+3 −9
ln_CF.txt
mozjs/intl/icu/source/data/locales/ln_CF.txt
+3 −9
ln_CG.txt
mozjs/intl/icu/source/data/locales/ln_CG.txt
+463 −102
lo.txt
mozjs/intl/icu/source/data/locales/lo.txt
+3 −9
lo_LA.txt
mozjs/intl/icu/source/data/locales/lo_LA.txt
+10 −11
lrc.txt
mozjs/intl/icu/source/data/locales/lrc.txt
+3 −9
lrc_IQ.txt
mozjs/intl/icu/source/data/locales/lrc_IQ.txt
+3 −9
lrc_IR.txt
mozjs/intl/icu/source/data/locales/lrc_IR.txt
+613 −30
lt.txt
mozjs/intl/icu/source/data/locales/lt.txt
+3 −9
lt_LT.txt
mozjs/intl/icu/source/data/locales/lt_LT.txt
+8 −9
lu.txt
mozjs/intl/icu/source/data/locales/lu.txt
+3 −9
lu_CD.txt
mozjs/intl/icu/source/data/locales/lu_CD.txt
+7 −9
luo.txt
mozjs/intl/icu/source/data/locales/luo.txt
+3 −9
luo_KE.txt
mozjs/intl/icu/source/data/locales/luo_KE.txt
+7 −9
luy.txt
mozjs/intl/icu/source/data/locales/luy.txt
+3 −9
luy_KE.txt
mozjs/intl/icu/source/data/locales/luy_KE.txt
+992 −95
lv.txt
mozjs/intl/icu/source/data/locales/lv.txt
+3 −9
lv_LV.txt
mozjs/intl/icu/source/data/locales/lv_LV.txt
+7 −9
mas.txt
mozjs/intl/icu/source/data/locales/mas.txt
+3 −9
mas_KE.txt
mozjs/intl/icu/source/data/locales/mas_KE.txt
+3 −9
mas_TZ.txt
mozjs/intl/icu/source/data/locales/mas_TZ.txt
+7 −9
mer.txt
mozjs/intl/icu/source/data/locales/mer.txt
+3 −9
mer_KE.txt
mozjs/intl/icu/source/data/locales/mer_KE.txt
+17 −9
mfe.txt
mozjs/intl/icu/source/data/locales/mfe.txt
+3 −9
mfe_MU.txt
mozjs/intl/icu/source/data/locales/mfe_MU.txt
+311 −12
mg.txt
mozjs/intl/icu/source/data/locales/mg.txt
+3 −9
mg_MG.txt
mozjs/intl/icu/source/data/locales/mg_MG.txt
+8 −9
mgh.txt
mozjs/intl/icu/source/data/locales/mgh.txt
+3 −9
mgh_MZ.txt
mozjs/intl/icu/source/data/locales/mgh_MZ.txt
+8 −9
mgo.txt
mozjs/intl/icu/source/data/locales/mgo.txt
+3 −9
mgo_CM.txt
mozjs/intl/icu/source/data/locales/mgo_CM.txt
+2,014 −408
mk.txt
mozjs/intl/icu/source/data/locales/mk.txt
+3 −9
mk_MK.txt
mozjs/intl/icu/source/data/locales/mk_MK.txt
+1,082 −49
ml.txt
mozjs/intl/icu/source/data/locales/ml.txt
+3 −9
ml_IN.txt
mozjs/intl/icu/source/data/locales/ml_IN.txt
+788 −294
mn.txt
mozjs/intl/icu/source/data/locales/mn.txt
+3 −9
mn_MN.txt
mozjs/intl/icu/source/data/locales/mn_MN.txt
+2 −8
mo.txt
mozjs/intl/icu/source/data/locales/mo.txt
+1,166 −75
mr.txt
mozjs/intl/icu/source/data/locales/mr.txt
+3 −9
mr_IN.txt
mozjs/intl/icu/source/data/locales/mr_IN.txt
+1,374 −184
ms.txt
mozjs/intl/icu/source/data/locales/ms.txt
+6 −12
ms_BN.txt
mozjs/intl/icu/source/data/locales/ms_BN.txt
+3 −9
ms_MY.txt
mozjs/intl/icu/source/data/locales/ms_MY.txt
+3 −9
ms_SG.txt
mozjs/intl/icu/source/data/locales/ms_SG.txt
+275 −15
mt.txt
mozjs/intl/icu/source/data/locales/mt.txt
+3 −9
mt_MT.txt
mozjs/intl/icu/source/data/locales/mt_MT.txt
+8 −9
mua.txt
mozjs/intl/icu/source/data/locales/mua.txt
+3 −9
mua_CM.txt
mozjs/intl/icu/source/data/locales/mua_CM.txt
+710 −304
my.txt
mozjs/intl/icu/source/data/locales/my.txt
+3 −9
my_MM.txt
mozjs/intl/icu/source/data/locales/my_MM.txt
+3 −9
mzn.txt
mozjs/intl/icu/source/data/locales/mzn.txt
+3 −9
mzn_IR.txt
mozjs/intl/icu/source/data/locales/mzn_IR.txt
+7 −9
naq.txt
mozjs/intl/icu/source/data/locales/naq.txt
+3 −9
naq_NA.txt
mozjs/intl/icu/source/data/locales/naq_NA.txt
+4,957 −543
nb.txt
mozjs/intl/icu/source/data/locales/nb.txt
+3 −9
nb_NO.txt
mozjs/intl/icu/source/data/locales/nb_NO.txt
+3 −9
nb_SJ.txt
mozjs/intl/icu/source/data/locales/nb_SJ.txt
+11 −17
nd.txt
mozjs/intl/icu/source/data/locales/nd.txt
+3 −9
nd_ZW.txt
mozjs/intl/icu/source/data/locales/nd_ZW.txt
+8 −0
nds.txt
mozjs/intl/icu/source/data/locales/nds.txt
+5 −0
nds_DE.txt
mozjs/intl/icu/source/data/locales/nds_DE.txt
+12 −0
nds_NL.txt
mozjs/intl/icu/source/data/locales/nds_NL.txt
+528 −91
ne.txt
mozjs/intl/icu/source/data/locales/ne.txt
+4 −10
ne_IN.txt
mozjs/intl/icu/source/data/locales/ne_IN.txt
+3 −9
ne_NP.txt
mozjs/intl/icu/source/data/locales/ne_NP.txt
+5,467 −1,867
nl.txt
mozjs/intl/icu/source/data/locales/nl.txt
+3 −9
nl_AW.txt
mozjs/intl/icu/source/data/locales/nl_AW.txt
+69 −13
nl_BE.txt
mozjs/intl/icu/source/data/locales/nl_BE.txt
+3 −9
nl_BQ.txt
mozjs/intl/icu/source/data/locales/nl_BQ.txt
+3 −9
nl_CW.txt
mozjs/intl/icu/source/data/locales/nl_CW.txt
+3 −9
nl_NL.txt
mozjs/intl/icu/source/data/locales/nl_NL.txt
+3 −9
nl_SR.txt
mozjs/intl/icu/source/data/locales/nl_SR.txt
+3 −9
nl_SX.txt
mozjs/intl/icu/source/data/locales/nl_SX.txt
+8 −9
nmg.txt
mozjs/intl/icu/source/data/locales/nmg.txt
+3 −9
nmg_CM.txt
mozjs/intl/icu/source/data/locales/nmg_CM.txt
+1,040 −38
nn.txt
mozjs/intl/icu/source/data/locales/nn.txt
+3 −9
nn_NO.txt
mozjs/intl/icu/source/data/locales/nn_NO.txt
+8 −9
nnh.txt
mozjs/intl/icu/source/data/locales/nnh.txt
+3 −9
nnh_CM.txt
mozjs/intl/icu/source/data/locales/nnh_CM.txt
+2 −8
no.txt
mozjs/intl/icu/source/data/locales/no.txt
+2 −8
no_NO.txt
mozjs/intl/icu/source/data/locales/no_NO.txt
+2 −8
no_NO_NY.txt
mozjs/intl/icu/source/data/locales/no_NO_NY.txt
+8 −9
nus.txt
mozjs/intl/icu/source/data/locales/nus.txt
+3 −9
nus_SS.txt
mozjs/intl/icu/source/data/locales/nus_SS.txt
+3 −9
nyn.txt
mozjs/intl/icu/source/data/locales/nyn.txt
+3 −9
nyn_UG.txt
mozjs/intl/icu/source/data/locales/nyn_UG.txt
+318 −11
om.txt
mozjs/intl/icu/source/data/locales/om.txt
+3 −9
om_ET.txt
mozjs/intl/icu/source/data/locales/om_ET.txt
+54 −9
om_KE.txt
mozjs/intl/icu/source/data/locales/om_KE.txt
+1,510 −29
or.txt
mozjs/intl/icu/source/data/locales/or.txt
+3 −9
or_IN.txt
mozjs/intl/icu/source/data/locales/or_IN.txt
+8 −9
os.txt
mozjs/intl/icu/source/data/locales/os.txt
+3 −9
os_GE.txt
mozjs/intl/icu/source/data/locales/os_GE.txt
+3 −9
os_RU.txt
mozjs/intl/icu/source/data/locales/os_RU.txt
+1,090 −43
pa.txt
mozjs/intl/icu/source/data/locales/pa.txt
+4 −9
pa_Arab.txt
mozjs/intl/icu/source/data/locales/pa_Arab.txt
+3 −9
pa_Arab_PK.txt
mozjs/intl/icu/source/data/locales/pa_Arab_PK.txt
+3 −9
pa_Guru.txt
mozjs/intl/icu/source/data/locales/pa_Guru.txt
+3 −9
pa_Guru_IN.txt
mozjs/intl/icu/source/data/locales/pa_Guru_IN.txt
+2 −8
pa_IN.txt
mozjs/intl/icu/source/data/locales/pa_IN.txt
+2 −8
pa_PK.txt
mozjs/intl/icu/source/data/locales/pa_PK.txt
+822 −154
pl.txt
mozjs/intl/icu/source/data/locales/pl.txt
+3 −9
pl_PL.txt
mozjs/intl/icu/source/data/locales/pl_PL.txt
BIN
pool.res
mozjs/intl/icu/source/data/locales/pool.res
+1,925 −28
ps.txt
mozjs/intl/icu/source/data/locales/ps.txt
+3 −9
ps_AF.txt
mozjs/intl/icu/source/data/locales/ps_AF.txt
+857 −103
pt.txt
mozjs/intl/icu/source/data/locales/pt.txt
+6 −9
pt_AO.txt
mozjs/intl/icu/source/data/locales/pt_AO.txt
+3 −9
pt_BR.txt
mozjs/intl/icu/source/data/locales/pt_BR.txt
+6 −0
pt_CH.txt
mozjs/intl/icu/source/data/locales/pt_CH.txt
+3 −9
pt_CV.txt
mozjs/intl/icu/source/data/locales/pt_CV.txt
+6 −0
pt_GQ.txt
mozjs/intl/icu/source/data/locales/pt_GQ.txt
+3 −9
pt_GW.txt
mozjs/intl/icu/source/data/locales/pt_GW.txt
+6 −0
pt_LU.txt
mozjs/intl/icu/source/data/locales/pt_LU.txt
+3 −9
pt_MO.txt
mozjs/intl/icu/source/data/locales/pt_MO.txt
+3 −9
pt_MZ.txt
mozjs/intl/icu/source/data/locales/pt_MZ.txt
+488 −22
pt_PT.txt
mozjs/intl/icu/source/data/locales/pt_PT.txt
+3 −9
pt_ST.txt
mozjs/intl/icu/source/data/locales/pt_ST.txt
+3 −9
pt_TL.txt
mozjs/intl/icu/source/data/locales/pt_TL.txt
+481 −36
qu.txt
mozjs/intl/icu/source/data/locales/qu.txt
+3 −9
qu_BO.txt
mozjs/intl/icu/source/data/locales/qu_BO.txt
+3 −9
qu_EC.txt
mozjs/intl/icu/source/data/locales/qu_EC.txt
+3 −9
qu_PE.txt
mozjs/intl/icu/source/data/locales/qu_PE.txt
+141 −135
resfiles.mk
mozjs/intl/icu/source/data/locales/resfiles.mk
+245 −47
rm.txt
mozjs/intl/icu/source/data/locales/rm.txt
+3 −9
rm_CH.txt
mozjs/intl/icu/source/data/locales/rm_CH.txt
+8 −9
rn.txt
mozjs/intl/icu/source/data/locales/rn.txt
+3 −9
rn_BI.txt
mozjs/intl/icu/source/data/locales/rn_BI.txt
+1,182 −146
ro.txt
mozjs/intl/icu/source/data/locales/ro.txt
+15 −9
ro_MD.txt
mozjs/intl/icu/source/data/locales/ro_MD.txt
+3 −9
ro_RO.txt
mozjs/intl/icu/source/data/locales/ro_RO.txt
+7 −9
rof.txt
mozjs/intl/icu/source/data/locales/rof.txt
+3 −9
rof_TZ.txt
mozjs/intl/icu/source/data/locales/rof_TZ.txt
+267 −220
root.txt
mozjs/intl/icu/source/data/locales/root.txt
+1,145 −413
ru.txt
mozjs/intl/icu/source/data/locales/ru.txt
+3 −9
ru_BY.txt
mozjs/intl/icu/source/data/locales/ru_BY.txt
+3 −9
ru_KG.txt
mozjs/intl/icu/source/data/locales/ru_KG.txt
+3 −9
ru_KZ.txt
mozjs/intl/icu/source/data/locales/ru_KZ.txt
+3 −9
ru_MD.txt
mozjs/intl/icu/source/data/locales/ru_MD.txt
+3 −9
ru_RU.txt
mozjs/intl/icu/source/data/locales/ru_RU.txt
+44 −10
ru_UA.txt
mozjs/intl/icu/source/data/locales/ru_UA.txt
+349 −11
rw.txt
mozjs/intl/icu/source/data/locales/rw.txt
+3 −9
rw_RW.txt
mozjs/intl/icu/source/data/locales/rw_RW.txt
+7 −9
rwk.txt
mozjs/intl/icu/source/data/locales/rwk.txt
+3 −9
rwk_TZ.txt
mozjs/intl/icu/source/data/locales/rwk_TZ.txt
+746 −49
sah.txt
mozjs/intl/icu/source/data/locales/sah.txt
+3 −9
sah_RU.txt
mozjs/intl/icu/source/data/locales/sah_RU.txt
+7 −9
saq.txt
mozjs/intl/icu/source/data/locales/saq.txt
+3 −9
saq_KE.txt
mozjs/intl/icu/source/data/locales/saq_KE.txt
+8 −9
sbp.txt
mozjs/intl/icu/source/data/locales/sbp.txt
+3 −9
sbp_TZ.txt
mozjs/intl/icu/source/data/locales/sbp_TZ.txt
+325 −10
se.txt
mozjs/intl/icu/source/data/locales/se.txt
+1,133 −13
se_FI.txt
mozjs/intl/icu/source/data/locales/se_FI.txt
+3 −9
se_NO.txt
mozjs/intl/icu/source/data/locales/se_NO.txt
+3 −9
se_SE.txt
mozjs/intl/icu/source/data/locales/se_SE.txt
+4 −9
seh.txt
mozjs/intl/icu/source/data/locales/seh.txt
+3 −9
seh_MZ.txt
mozjs/intl/icu/source/data/locales/seh_MZ.txt
+21 −9
ses.txt
mozjs/intl/icu/source/data/locales/ses.txt
+3 −9
ses_ML.txt
mozjs/intl/icu/source/data/locales/ses_ML.txt
+21 −9
sg.txt
mozjs/intl/icu/source/data/locales/sg.txt
+3 −9
sg_CF.txt
mozjs/intl/icu/source/data/locales/sg_CF.txt
+2 −8
sh.txt
mozjs/intl/icu/source/data/locales/sh.txt
+2 −8
sh_BA.txt
mozjs/intl/icu/source/data/locales/sh_BA.txt
+2 −8
sh_CS.txt
mozjs/intl/icu/source/data/locales/sh_CS.txt
+2 −8
sh_YU.txt
mozjs/intl/icu/source/data/locales/sh_YU.txt
+21 −9
shi.txt
mozjs/intl/icu/source/data/locales/shi.txt
+21 −9
shi_Latn.txt
mozjs/intl/icu/source/data/locales/shi_Latn.txt
+3 −9
shi_Latn_MA.txt
mozjs/intl/icu/source/data/locales/shi_Latn_MA.txt
+2 −8
shi_MA.txt
mozjs/intl/icu/source/data/locales/shi_MA.txt
+3 −9
shi_Tfng.txt
mozjs/intl/icu/source/data/locales/shi_Tfng.txt
+3 −9
shi_Tfng_MA.txt
mozjs/intl/icu/source/data/locales/shi_Tfng_MA.txt
+515 −88
si.txt
mozjs/intl/icu/source/data/locales/si.txt
+3 −9
si_LK.txt
mozjs/intl/icu/source/data/locales/si_LK.txt
+1,022 −27
sk.txt
mozjs/intl/icu/source/data/locales/sk.txt
+3 −9
sk_SK.txt
mozjs/intl/icu/source/data/locales/sk_SK.txt
+1,262 −83
sl.txt
mozjs/intl/icu/source/data/locales/sl.txt
+3 −9
sl_SI.txt
mozjs/intl/icu/source/data/locales/sl_SI.txt
+474 −17
smn.txt
mozjs/intl/icu/source/data/locales/smn.txt
+3 −9
smn_FI.txt
mozjs/intl/icu/source/data/locales/smn_FI.txt
+325 −37
sn.txt
mozjs/intl/icu/source/data/locales/sn.txt
+3 −9
sn_ZW.txt
mozjs/intl/icu/source/data/locales/sn_ZW.txt
+427 −23
so.txt
mozjs/intl/icu/source/data/locales/so.txt
+3 −9
so_DJ.txt
mozjs/intl/icu/source/data/locales/so_DJ.txt
+3 −9
so_ET.txt
mozjs/intl/icu/source/data/locales/so_ET.txt
+3 −9
so_KE.txt
mozjs/intl/icu/source/data/locales/so_KE.txt
+3 −9
so_SO.txt
mozjs/intl/icu/source/data/locales/so_SO.txt
+539 −105
sq.txt
mozjs/intl/icu/source/data/locales/sq.txt
+3 −9
sq_AL.txt
mozjs/intl/icu/source/data/locales/sq_AL.txt
+3 −9
sq_MK.txt
mozjs/intl/icu/source/data/locales/sq_MK.txt
+3 −9
sq_XK.txt
mozjs/intl/icu/source/data/locales/sq_XK.txt
+665 −131
sr.txt
mozjs/intl/icu/source/data/locales/sr.txt
+2 −8
sr_BA.txt
mozjs/intl/icu/source/data/locales/sr_BA.txt
+2 −8
sr_CS.txt
mozjs/intl/icu/source/data/locales/sr_CS.txt
+3 −9
sr_Cyrl.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl.txt
+153 −23
sr_Cyrl_BA.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_BA.txt
+2 −8
sr_Cyrl_CS.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_CS.txt
+151 −9
sr_Cyrl_ME.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_ME.txt
+3 −9
sr_Cyrl_RS.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_RS.txt
+99 −9
sr_Cyrl_XK.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_XK.txt
+2 −8
sr_Cyrl_YU.txt
mozjs/intl/icu/source/data/locales/sr_Cyrl_YU.txt
+665 −131
sr_Latn.txt
mozjs/intl/icu/source/data/locales/sr_Latn.txt
+153 −23
sr_Latn_BA.txt
mozjs/intl/icu/source/data/locales/sr_Latn_BA.txt
+2 −8
sr_Latn_CS.txt
mozjs/intl/icu/source/data/locales/sr_Latn_CS.txt
+151 −9
sr_Latn_ME.txt
mozjs/intl/icu/source/data/locales/sr_Latn_ME.txt
+3 −9
sr_Latn_RS.txt
mozjs/intl/icu/source/data/locales/sr_Latn_RS.txt
+99 −9
sr_Latn_XK.txt
mozjs/intl/icu/source/data/locales/sr_Latn_XK.txt
+2 −8
sr_Latn_YU.txt
mozjs/intl/icu/source/data/locales/sr_Latn_YU.txt
+2 −8
sr_ME.txt
mozjs/intl/icu/source/data/locales/sr_ME.txt
+2 −8
sr_RS.txt
mozjs/intl/icu/source/data/locales/sr_RS.txt
+2 −8
sr_XK.txt
mozjs/intl/icu/source/data/locales/sr_XK.txt
+2 −8
sr_YU.txt
mozjs/intl/icu/source/data/locales/sr_YU.txt
+587 −40
sv.txt
mozjs/intl/icu/source/data/locales/sv.txt
+3 −9
sv_AX.txt
mozjs/intl/icu/source/data/locales/sv_AX.txt
+21 −9
sv_FI.txt
mozjs/intl/icu/source/data/locales/sv_FI.txt
+3 −9
sv_SE.txt
mozjs/intl/icu/source/data/locales/sv_SE.txt
+544 −125
sw.txt
mozjs/intl/icu/source/data/locales/sw.txt
+3 −145
sw_CD.txt
mozjs/intl/icu/source/data/locales/sw_CD.txt
+39 −9
sw_KE.txt
mozjs/intl/icu/source/data/locales/sw_KE.txt
+3 −9
sw_TZ.txt
mozjs/intl/icu/source/data/locales/sw_TZ.txt
+3 −9
sw_UG.txt
mozjs/intl/icu/source/data/locales/sw_UG.txt
+980 −45
ta.txt
mozjs/intl/icu/source/data/locales/ta.txt
+3 −9
ta_IN.txt
mozjs/intl/icu/source/data/locales/ta_IN.txt
+3 −9
ta_LK.txt
mozjs/intl/icu/source/data/locales/ta_LK.txt
+3 −9
ta_MY.txt
mozjs/intl/icu/source/data/locales/ta_MY.txt
+3 −9
ta_SG.txt
mozjs/intl/icu/source/data/locales/ta_SG.txt
+1,223 −123
te.txt
mozjs/intl/icu/source/data/locales/te.txt
+3 −9
te_IN.txt
mozjs/intl/icu/source/data/locales/te_IN.txt
+7 −9
teo.txt
mozjs/intl/icu/source/data/locales/teo.txt
+3 −9
teo_KE.txt
mozjs/intl/icu/source/data/locales/teo_KE.txt
+3 −9
teo_UG.txt
mozjs/intl/icu/source/data/locales/teo_UG.txt
+492 −0
tg.txt
mozjs/intl/icu/source/data/locales/tg.txt
+5 −0
tg_TJ.txt
mozjs/intl/icu/source/data/locales/tg_TJ.txt
+484 −60
th.txt
mozjs/intl/icu/source/data/locales/th.txt
+3 −9
th_TH.txt
mozjs/intl/icu/source/data/locales/th_TH.txt
+2 −8
th_TH_TRADITIONAL.txt
...s/intl/icu/source/data/locales/th_TH_TRADITIONAL.txt
+1,311 −47
ti.txt
mozjs/intl/icu/source/data/locales/ti.txt
+20 −63
ti_ER.txt
mozjs/intl/icu/source/data/locales/ti_ER.txt
+3 −9
ti_ET.txt
mozjs/intl/icu/source/data/locales/ti_ET.txt
+2 −8
tl.txt
mozjs/intl/icu/source/data/locales/tl.txt
+2 −8
tl_PH.txt
mozjs/intl/icu/source/data/locales/tl_PH.txt
+129 −19
to.txt
mozjs/intl/icu/source/data/locales/to.txt
+3 −9
to_TO.txt
mozjs/intl/icu/source/data/locales/to_TO.txt
+743 −57
tr.txt
mozjs/intl/icu/source/data/locales/tr.txt
+3 −9
tr_CY.txt
mozjs/intl/icu/source/data/locales/tr_CY.txt
+3 −9
tr_TR.txt
mozjs/intl/icu/source/data/locales/tr_TR.txt
+584 −0
tt.txt
mozjs/intl/icu/source/data/locales/tt.txt
+5 −0
tt_RU.txt
mozjs/intl/icu/source/data/locales/tt_RU.txt
+8 −9
twq.txt
mozjs/intl/icu/source/data/locales/twq.txt
+3 −9
twq_NE.txt
mozjs/intl/icu/source/data/locales/twq_NE.txt
+8 −9
tzm.txt
mozjs/intl/icu/source/data/locales/tzm.txt
+3 −9
tzm_MA.txt
mozjs/intl/icu/source/data/locales/tzm_MA.txt
+155 −36
ug.txt
mozjs/intl/icu/source/data/locales/ug.txt
+3 −9
ug_CN.txt
mozjs/intl/icu/source/data/locales/ug_CN.txt
+994 −194
uk.txt
mozjs/intl/icu/source/data/locales/uk.txt
+3 −9
uk_UA.txt
mozjs/intl/icu/source/data/locales/uk_UA.txt
+988 −68
ur.txt
mozjs/intl/icu/source/data/locales/ur.txt
+23 −26
ur_IN.txt
mozjs/intl/icu/source/data/locales/ur_IN.txt
+3 −9
ur_PK.txt
mozjs/intl/icu/source/data/locales/ur_PK.txt
+552 −155
uz.txt
mozjs/intl/icu/source/data/locales/uz.txt
+2 −8
uz_AF.txt
mozjs/intl/icu/source/data/locales/uz_AF.txt
+4 −9
uz_Arab.txt
mozjs/intl/icu/source/data/locales/uz_Arab.txt
+3 −9
uz_Arab_AF.txt
mozjs/intl/icu/source/data/locales/uz_Arab_AF.txt
+224 −131
uz_Cyrl.txt
mozjs/intl/icu/source/data/locales/uz_Cyrl.txt
+3 −9
uz_Cyrl_UZ.txt
mozjs/intl/icu/source/data/locales/uz_Cyrl_UZ.txt
+3 −9
uz_Latn.txt
mozjs/intl/icu/source/data/locales/uz_Latn.txt
+3 −9
uz_Latn_UZ.txt
mozjs/intl/icu/source/data/locales/uz_Latn_UZ.txt
+2 −8
uz_UZ.txt
mozjs/intl/icu/source/data/locales/uz_UZ.txt
+50 −11
vai.txt
mozjs/intl/icu/source/data/locales/vai.txt
+2 −8
vai_LR.txt
mozjs/intl/icu/source/data/locales/vai_LR.txt
+4 −9
vai_Latn.txt
mozjs/intl/icu/source/data/locales/vai_Latn.txt
+3 −9
vai_Latn_LR.txt
mozjs/intl/icu/source/data/locales/vai_Latn_LR.txt
+3 −9
vai_Vaii.txt
mozjs/intl/icu/source/data/locales/vai_Vaii.txt
+3 −9
vai_Vaii_LR.txt
mozjs/intl/icu/source/data/locales/vai_Vaii_LR.txt
+470 −53
vi.txt
mozjs/intl/icu/source/data/locales/vi.txt
+3 −9
vi_VN.txt
mozjs/intl/icu/source/data/locales/vi_VN.txt
+7 −9
vun.txt
mozjs/intl/icu/source/data/locales/vun.txt
+3 −9
vun_TZ.txt
mozjs/intl/icu/source/data/locales/vun_TZ.txt
+4 −9
wae.txt
mozjs/intl/icu/source/data/locales/wae.txt
+3 −9
wae_CH.txt
mozjs/intl/icu/source/data/locales/wae_CH.txt
+514 −0
wo.txt
mozjs/intl/icu/source/data/locales/wo.txt
+5 −0
wo_SN.txt
mozjs/intl/icu/source/data/locales/wo_SN.txt
+7 −9
xog.txt
mozjs/intl/icu/source/data/locales/xog.txt
+3 −9
xog_UG.txt
mozjs/intl/icu/source/data/locales/xog_UG.txt
+8 −9
yav.txt
mozjs/intl/icu/source/data/locales/yav.txt
+3 −9
yav_CM.txt
mozjs/intl/icu/source/data/locales/yav_CM.txt
+12 −13
yi.txt
mozjs/intl/icu/source/data/locales/yi.txt
+3 −9
yi_001.txt
mozjs/intl/icu/source/data/locales/yi_001.txt
+316 −18
yo.txt
mozjs/intl/icu/source/data/locales/yo.txt
+98 −126
yo_BJ.txt
mozjs/intl/icu/source/data/locales/yo_BJ.txt
+3 −9
yo_NG.txt
mozjs/intl/icu/source/data/locales/yo_NG.txt
+3,381 −0
yue.txt
mozjs/intl/icu/source/data/locales/yue.txt
+5 −0
yue_CN.txt
mozjs/intl/icu/source/data/locales/yue_CN.txt
+5 −0
yue_HK.txt
mozjs/intl/icu/source/data/locales/yue_HK.txt
+3,379 −0
yue_Hans.txt
mozjs/intl/icu/source/data/locales/yue_Hans.txt
+5 −0
yue_Hans_CN.txt
mozjs/intl/icu/source/data/locales/yue_Hans_CN.txt
+5 −0
yue_Hant.txt
mozjs/intl/icu/source/data/locales/yue_Hant.txt
+5 −0
yue_Hant_HK.txt
mozjs/intl/icu/source/data/locales/yue_Hant_HK.txt
+316 −9
zgh.txt
mozjs/intl/icu/source/data/locales/zgh.txt
+3 −9
zgh_MA.txt
mozjs/intl/icu/source/data/locales/zgh_MA.txt
+2,947 −629
zh.txt
mozjs/intl/icu/source/data/locales/zh.txt
+2 −8
zh_CN.txt
mozjs/intl/icu/source/data/locales/zh_CN.txt
+2 −8
zh_HK.txt
mozjs/intl/icu/source/data/locales/zh_HK.txt
+3 −9
zh_Hans.txt
mozjs/intl/icu/source/data/locales/zh_Hans.txt
+3 −9
zh_Hans_CN.txt
mozjs/intl/icu/source/data/locales/zh_Hans_CN.txt
+4 −14
zh_Hans_HK.txt
mozjs/intl/icu/source/data/locales/zh_Hans_HK.txt
+4 −10
zh_Hans_MO.txt
mozjs/intl/icu/source/data/locales/zh_Hans_MO.txt
+4 −10
zh_Hans_SG.txt
mozjs/intl/icu/source/data/locales/zh_Hans_SG.txt
+6,559 −1,967
zh_Hant.txt
mozjs/intl/icu/source/data/locales/zh_Hant.txt
+271 −35
zh_Hant_HK.txt
mozjs/intl/icu/source/data/locales/zh_Hant_HK.txt
+3 −9
zh_Hant_MO.txt
mozjs/intl/icu/source/data/locales/zh_Hant_MO.txt
+3 −9
zh_Hant_TW.txt
mozjs/intl/icu/source/data/locales/zh_Hant_TW.txt
+2 −8
zh_MO.txt
mozjs/intl/icu/source/data/locales/zh_MO.txt
+2 −8
zh_SG.txt
mozjs/intl/icu/source/data/locales/zh_SG.txt
+2 −8
zh_TW.txt
mozjs/intl/icu/source/data/locales/zh_TW.txt
+484 −72
zu.txt
mozjs/intl/icu/source/data/locales/zu.txt
+3 −9
zu_ZA.txt
mozjs/intl/icu/source/data/locales/zu_ZA.txt
+120 −54
makedata.mak
mozjs/intl/icu/source/data/makedata.mak
+14 −50
makedata.vcxproj
mozjs/intl/icu/source/data/makedata.vcxproj
+137 −0
makedata_uwp.vcxproj
mozjs/intl/icu/source/data/makedata_uwp.vcxproj
+4 −1
convrtrs.txt
mozjs/intl/icu/source/data/mappings/convrtrs.txt
+2 −0
ibm-1047_P100-1995.ucm
...intl/icu/source/data/mappings/ibm-1047_P100-1995.ucm
+2 −0
ibm-37_P100-1995.ucm
...s/intl/icu/source/data/mappings/ibm-37_P100-1995.ucm
+39 −1
currencyNumericCodes.txt
...s/intl/icu/source/data/misc/currencyNumericCodes.txt
+1,283 −1,488
dayPeriods.txt
mozjs/intl/icu/source/data/misc/dayPeriods.txt
+2 −8
genderList.txt
mozjs/intl/icu/source/data/misc/genderList.txt
+2 −0
icudata.rc
mozjs/intl/icu/source/data/misc/icudata.rc
+2 −0
icustd.txt
mozjs/intl/icu/source/data/misc/icustd.txt
+5 −3
icuver.txt
mozjs/intl/icu/source/data/misc/icuver.txt
+177 −8
keyTypeData.txt
mozjs/intl/icu/source/data/misc/keyTypeData.txt
+649 −15
likelySubtags.txt
mozjs/intl/icu/source/data/misc/likelySubtags.txt
+134 −33
metaZones.txt
mozjs/intl/icu/source/data/misc/metaZones.txt
+268 −33
metadata.txt
mozjs/intl/icu/source/data/misc/metadata.txt
+2 −0
miscfiles.mk
mozjs/intl/icu/source/data/misc/miscfiles.mk
+22 −8
numberingSystems.txt
mozjs/intl/icu/source/data/misc/numberingSystems.txt
+239 −228
plurals.txt
mozjs/intl/icu/source/data/misc/plurals.txt
+16,835 −12,891
supplementalData.txt
mozjs/intl/icu/source/data/misc/supplementalData.txt
+22 −17
timezoneTypes.txt
mozjs/intl/icu/source/data/misc/timezoneTypes.txt
+135 −33
windowsZones.txt
mozjs/intl/icu/source/data/misc/windowsZones.txt
+1,521 −1,466
zoneinfo64.txt
mozjs/intl/icu/source/data/misc/zoneinfo64.txt
+2 −0
pkgdataMakefile.in
mozjs/intl/icu/source/data/pkgdataMakefile.in
BIN
pool.res
mozjs/intl/icu/source/data/region/pool.res
+2 −0
rfc3491.txt
mozjs/intl/icu/source/data/sprep/rfc3491.txt
+2 −0
rfc3530cs.txt
mozjs/intl/icu/source/data/sprep/rfc3530cs.txt
+2 −0
rfc3530csci.txt
mozjs/intl/icu/source/data/sprep/rfc3530csci.txt
+2 −0
rfc3530mixp.txt
mozjs/intl/icu/source/data/sprep/rfc3530mixp.txt
+2 −0
rfc3722.txt
mozjs/intl/icu/source/data/sprep/rfc3722.txt
+2 −0
rfc3920node.txt
mozjs/intl/icu/source/data/sprep/rfc3920node.txt
+2 −0
rfc3920res.txt
mozjs/intl/icu/source/data/sprep/rfc3920res.txt
+2 −0
rfc4011.txt
mozjs/intl/icu/source/data/sprep/rfc4011.txt
+2 −0
rfc4013.txt
mozjs/intl/icu/source/data/sprep/rfc4013.txt
+2 −0
rfc4505.txt
mozjs/intl/icu/source/data/sprep/rfc4505.txt
+2 −0
rfc4518.txt
mozjs/intl/icu/source/data/sprep/rfc4518.txt
+2 −0
rfc4518ci.txt
mozjs/intl/icu/source/data/sprep/rfc4518ci.txt
+2 −0
sprepfiles.mk
mozjs/intl/icu/source/data/sprep/sprepfiles.mk
+87 −6
CaseFolding.txt
mozjs/intl/icu/source/data/unidata/CaseFolding.txt
+575 −103
DerivedCoreProperties.txt
...tl/icu/source/data/unidata/DerivedCoreProperties.txt
+97 −13
DerivedNormalizationProps.txt
...cu/source/data/unidata/DerivedNormalizationProps.txt
+20,615 −11,085
FractionalUCA.txt
mozjs/intl/icu/source/data/unidata/FractionalUCA.txt
+9 −7
NormalizationCorrections.txt
...icu/source/data/unidata/NormalizationCorrections.txt
+159 −5
NormalizationTest.txt
...s/intl/icu/source/data/unidata/NormalizationTest.txt
+7 −6
SpecialCasing.txt
mozjs/intl/icu/source/data/unidata/SpecialCasing.txt
+1,431 −179
UCARules.txt
mozjs/intl/icu/source/data/unidata/UCARules.txt
+2,407 −4
UnicodeData.txt
mozjs/intl/icu/source/data/unidata/UnicodeData.txt
+948 −17
changes.txt
mozjs/intl/icu/source/data/unidata/changes.txt
+448 −107
confusables.txt
mozjs/intl/icu/source/data/unidata/confusables.txt
+25 −2
nfc.txt
mozjs/intl/icu/source/data/unidata/norm2/nfc.txt
+5 −2
nfkc.txt
mozjs/intl/icu/source/data/unidata/norm2/nfkc.txt
+85 −5
nfkc_cf.txt
mozjs/intl/icu/source/data/unidata/norm2/nfkc_cf.txt
+264 −49
uts46.txt
mozjs/intl/icu/source/data/unidata/norm2/uts46.txt
+7,934 −4,786
ppucd.txt
mozjs/intl/icu/source/data/unidata/ppucd.txt
+2 −0
ucdterms.txt
mozjs/intl/icu/source/data/unidata/ucdterms.txt
BIN
pool.res
mozjs/intl/icu/source/data/unit/pool.res
+3 −1
de.xml
mozjs/intl/icu/source/data/xml/brkitr/de.xml
+2 −0
el.xml
mozjs/intl/icu/source/data/xml/brkitr/el.xml
+2 −0
en.xml
mozjs/intl/icu/source/data/xml/brkitr/en.xml
+2 −0
en_US.xml
mozjs/intl/icu/source/data/xml/brkitr/en_US.xml
+2 −0
en_US_POSIX.xml
mozjs/intl/icu/source/data/xml/brkitr/en_US_POSIX.xml
+3 −1
es.xml
mozjs/intl/icu/source/data/xml/brkitr/es.xml
+2 −0
fi.xml
mozjs/intl/icu/source/data/xml/brkitr/fi.xml
+3 −1
fr.xml
mozjs/intl/icu/source/data/xml/brkitr/fr.xml
+3 −1
it.xml
mozjs/intl/icu/source/data/xml/brkitr/it.xml
+2 −0
ja.xml
mozjs/intl/icu/source/data/xml/brkitr/ja.xml
+3 −1
pt.xml
mozjs/intl/icu/source/data/xml/brkitr/pt.xml
+2 −0
root.xml
mozjs/intl/icu/source/data/xml/brkitr/root.xml
+3 −1
ru.xml
mozjs/intl/icu/source/data/xml/brkitr/ru.xml
+2 −0
zh.xml
mozjs/intl/icu/source/data/xml/brkitr/zh.xml
+2 −0
zh_Hant.xml
mozjs/intl/icu/source/data/xml/brkitr/zh_Hant.xml
+2 −0
root.xml
mozjs/intl/icu/source/data/xml/collation/root.xml
+2 −0
root.xml
mozjs/intl/icu/source/data/xml/main/root.xml
+2 −0
be.xml
mozjs/intl/icu/source/data/xml/rbnf/be.xml
+2 −0
bg.xml
mozjs/intl/icu/source/data/xml/rbnf/bg.xml
+2 −0
ca.xml
mozjs/intl/icu/source/data/xml/rbnf/ca.xml
+2 −0
cy.xml
mozjs/intl/icu/source/data/xml/rbnf/cy.xml
+2 −0
da.xml
mozjs/intl/icu/source/data/xml/rbnf/da.xml
+2 −0
de.xml
mozjs/intl/icu/source/data/xml/rbnf/de.xml
+8 −1
en.xml
mozjs/intl/icu/source/data/xml/rbnf/en.xml
+2 −0
fo.xml
mozjs/intl/icu/source/data/xml/rbnf/fo.xml
+2 −0
ga.xml
mozjs/intl/icu/source/data/xml/rbnf/ga.xml
+2 −0
is.xml
mozjs/intl/icu/source/data/xml/rbnf/is.xml
+2 −0
mk.xml
mozjs/intl/icu/source/data/xml/rbnf/mk.xml
+2 −0
mt.xml
mozjs/intl/icu/source/data/xml/rbnf/mt.xml
+2 −0
nb.xml
mozjs/intl/icu/source/data/xml/rbnf/nb.xml
+2 −0
nn.xml
mozjs/intl/icu/source/data/xml/rbnf/nn.xml
+2 −0
root.xml
mozjs/intl/icu/source/data/xml/rbnf/root.xml
+2 −0
ru.xml
mozjs/intl/icu/source/data/xml/rbnf/ru.xml
+2 −0
sr.xml
mozjs/intl/icu/source/data/xml/rbnf/sr.xml
+2 −0
uk.xml
mozjs/intl/icu/source/data/xml/rbnf/uk.xml
+52 −1,308
af.txt
mozjs/intl/icu/source/data/zone/af.txt
+3 −9
agq.txt
mozjs/intl/icu/source/data/zone/agq.txt
+3 −9
ak.txt
mozjs/intl/icu/source/data/zone/ak.txt
+15 −1,271
am.txt
mozjs/intl/icu/source/data/zone/am.txt
+15 −1,271
ar.txt
mozjs/intl/icu/source/data/zone/ar.txt
+8 −0
ar_SA.txt
mozjs/intl/icu/source/data/zone/ar_SA.txt
+5 −0
ars.txt
mozjs/intl/icu/source/data/zone/ars.txt
+522 −11
as.txt
mozjs/intl/icu/source/data/zone/as.txt
+3 −9
asa.txt
mozjs/intl/icu/source/data/zone/asa.txt
+682 −0
ast.txt
mozjs/intl/icu/source/data/zone/ast.txt
+9 −1,265
az.txt
mozjs/intl/icu/source/data/zone/az.txt
+2 −8
az_AZ.txt
mozjs/intl/icu/source/data/zone/az_AZ.txt
+3 −9
az_Cyrl.txt
mozjs/intl/icu/source/data/zone/az_Cyrl.txt
+3 −9
az_Latn.txt
mozjs/intl/icu/source/data/zone/az_Latn.txt
+2 −8
az_Latn_AZ.txt
mozjs/intl/icu/source/data/zone/az_Latn_AZ.txt
+3 −9
bas.txt
mozjs/intl/icu/source/data/zone/bas.txt
+26 −1,282
be.txt
mozjs/intl/icu/source/data/zone/be.txt
+3 −9
bem.txt
mozjs/intl/icu/source/data/zone/bem.txt
+3 −9
bez.txt
mozjs/intl/icu/source/data/zone/bez.txt
+29 −1,285
bg.txt
mozjs/intl/icu/source/data/zone/bg.txt
+3 −9
bm.txt
mozjs/intl/icu/source/data/zone/bm.txt
+41 −1,297
bn.txt
mozjs/intl/icu/source/data/zone/bn.txt
+3 −14
bo.txt
mozjs/intl/icu/source/data/zone/bo.txt
+4 −801
br.txt
mozjs/intl/icu/source/data/zone/br.txt
+3 −1,133
brx.txt
mozjs/intl/icu/source/data/zone/brx.txt
+186 −1,433
bs.txt
mozjs/intl/icu/source/data/zone/bs.txt
+2 −8
bs_BA.txt
mozjs/intl/icu/source/data/zone/bs_BA.txt
+3 −1,200
bs_Cyrl.txt
mozjs/intl/icu/source/data/zone/bs_Cyrl.txt
+3 −9
bs_Latn.txt
mozjs/intl/icu/source/data/zone/bs_Latn.txt
+2 −8
bs_Latn_BA.txt
mozjs/intl/icu/source/data/zone/bs_Latn_BA.txt
+6 −1,262
ca.txt
mozjs/intl/icu/source/data/zone/ca.txt
+715 −0
ccp.txt
mozjs/intl/icu/source/data/zone/ccp.txt
+7 −1,266
ce.txt
mozjs/intl/icu/source/data/zone/ce.txt
+3 −9
cgg.txt
mozjs/intl/icu/source/data/zone/cgg.txt
+580 −28
chr.txt
mozjs/intl/icu/source/data/zone/chr.txt
+5 −0
ckb.txt
mozjs/intl/icu/source/data/zone/ckb.txt
+24 −1,262
cs.txt
mozjs/intl/icu/source/data/zone/cs.txt
+14 −1,262
cy.txt
mozjs/intl/icu/source/data/zone/cy.txt
+66 −1,322
da.txt
mozjs/intl/icu/source/data/zone/da.txt
+3 −9
dav.txt
mozjs/intl/icu/source/data/zone/dav.txt
+9 −1,265
de.txt
mozjs/intl/icu/source/data/zone/de.txt
+5 −0
de_CH.txt
mozjs/intl/icu/source/data/zone/de_CH.txt
+3 −9
dje.txt
mozjs/intl/icu/source/data/zone/dje.txt
+3 −369
dsb.txt
mozjs/intl/icu/source/data/zone/dsb.txt
+3 −9
dua.txt
mozjs/intl/icu/source/data/zone/dua.txt
+3 −9
dyo.txt
mozjs/intl/icu/source/data/zone/dyo.txt
+3 −177
dz.txt
mozjs/intl/icu/source/data/zone/dz.txt
+3 −9
ebu.txt
mozjs/intl/icu/source/data/zone/ebu.txt
+455 −1,134
ee.txt
mozjs/intl/icu/source/data/zone/ee.txt
+56 −1,312
el.txt
mozjs/intl/icu/source/data/zone/el.txt
+10 −51
en.txt
mozjs/intl/icu/source/data/zone/en.txt
+3 −14
en_001.txt
mozjs/intl/icu/source/data/zone/en_001.txt
+20 −9
en_150.txt
mozjs/intl/icu/source/data/zone/en_150.txt
+3 −9
en_AG.txt
mozjs/intl/icu/source/data/zone/en_AG.txt
+3 −9
en_AI.txt
mozjs/intl/icu/source/data/zone/en_AI.txt
+3 −9
en_AT.txt
mozjs/intl/icu/source/data/zone/en_AT.txt
+23 −9
en_AU.txt
mozjs/intl/icu/source/data/zone/en_AU.txt
+3 −9
en_BB.txt
mozjs/intl/icu/source/data/zone/en_BB.txt
+3 −9
en_BE.txt
mozjs/intl/icu/source/data/zone/en_BE.txt
+3 −9
en_BM.txt
mozjs/intl/icu/source/data/zone/en_BM.txt
+3 −9
en_BS.txt
mozjs/intl/icu/source/data/zone/en_BS.txt
+3 −9
en_BW.txt
mozjs/intl/icu/source/data/zone/en_BW.txt
+3 −9
en_BZ.txt
mozjs/intl/icu/source/data/zone/en_BZ.txt
+8 −14
en_CA.txt
mozjs/intl/icu/source/data/zone/en_CA.txt
+3 −9
en_CC.txt
mozjs/intl/icu/source/data/zone/en_CC.txt
+3 −9
en_CH.txt
mozjs/intl/icu/source/data/zone/en_CH.txt
+3 −9
en_CK.txt
mozjs/intl/icu/source/data/zone/en_CK.txt
+3 −9
en_CM.txt
mozjs/intl/icu/source/data/zone/en_CM.txt
+3 −9
en_CX.txt
mozjs/intl/icu/source/data/zone/en_CX.txt
+3 −9
en_CY.txt
mozjs/intl/icu/source/data/zone/en_CY.txt
+3 −9
en_DE.txt
mozjs/intl/icu/source/data/zone/en_DE.txt
+3 −9
en_DG.txt
mozjs/intl/icu/source/data/zone/en_DG.txt
+3 −9
en_DK.txt
mozjs/intl/icu/source/data/zone/en_DK.txt
+3 −9
en_DM.txt
mozjs/intl/icu/source/data/zone/en_DM.txt
+3 −9
en_ER.txt
mozjs/intl/icu/source/data/zone/en_ER.txt
+3 −9
en_FI.txt
mozjs/intl/icu/source/data/zone/en_FI.txt
+3 −9
en_FJ.txt
mozjs/intl/icu/source/data/zone/en_FJ.txt
+3 −9
en_FK.txt
mozjs/intl/icu/source/data/zone/en_FK.txt
+3 −9
en_FM.txt
mozjs/intl/icu/source/data/zone/en_FM.txt
+19 −11
en_GB.txt
mozjs/intl/icu/source/data/zone/en_GB.txt
+3 −9
en_GD.txt
mozjs/intl/icu/source/data/zone/en_GD.txt
+3 −9
en_GG.txt
mozjs/intl/icu/source/data/zone/en_GG.txt
+3 −9
en_GH.txt
mozjs/intl/icu/source/data/zone/en_GH.txt
+3 −9
en_GI.txt
mozjs/intl/icu/source/data/zone/en_GI.txt
+3 −9
en_GM.txt
mozjs/intl/icu/source/data/zone/en_GM.txt
+3 −9
en_GU.txt
mozjs/intl/icu/source/data/zone/en_GU.txt
+3 −9
en_GY.txt
mozjs/intl/icu/source/data/zone/en_GY.txt
+3 −9
en_HK.txt
mozjs/intl/icu/source/data/zone/en_HK.txt
+3 −14
en_IE.txt
mozjs/intl/icu/source/data/zone/en_IE.txt
+3 −9
en_IL.txt
mozjs/intl/icu/source/data/zone/en_IL.txt
+3 −9
en_IM.txt
mozjs/intl/icu/source/data/zone/en_IM.txt