mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12738 update dependencies spec
X-SVN-Rev: 39319
This commit is contained in:
parent
0c77de936b
commit
f431934edf
1 changed files with 9 additions and 4 deletions
|
@ -45,7 +45,7 @@ group: c_strings
|
|||
__rawmemchr __memcpy_chk __memmove_chk __memset_chk
|
||||
|
||||
group: c_string_formatting
|
||||
atoi atol strtod strtol strtoul
|
||||
atoi atol strtod strtod_l strtol strtoul
|
||||
sprintf
|
||||
# Additional symbols in an optimized build.
|
||||
__sprintf_chk
|
||||
|
@ -67,7 +67,7 @@ group: pthread
|
|||
|
||||
group: system_locale
|
||||
getenv
|
||||
nl_langinfo setlocale
|
||||
nl_langinfo setlocale newlocale freelocale
|
||||
gettimeofday localtime_r tzname tzset __timezone
|
||||
|
||||
group: stdio_input
|
||||
|
@ -147,7 +147,7 @@ library: common
|
|||
uiter
|
||||
ucasemap ucasemap_titlecase_brkiter script_runs
|
||||
uprops ubidi_props ucase uscript uscript_props
|
||||
ubidi ushape
|
||||
ubidi ushape ubiditransform
|
||||
listformatter
|
||||
resourcebundle service_registration resbund_cnv ures_cnv icudataver ucat
|
||||
loclikely
|
||||
|
@ -425,6 +425,11 @@ group: ubidi
|
|||
ubidi_props
|
||||
uchar # for doWriteReverse() which uses IS_COMBINING(u_charType(c))
|
||||
|
||||
group: ubiditransform
|
||||
ubiditransform.o
|
||||
deps
|
||||
ubidi ushape
|
||||
|
||||
group: ubidi_props
|
||||
ubidi_props.o
|
||||
deps
|
||||
|
@ -895,7 +900,7 @@ group: sharedbreakiterator
|
|||
group: digitlist
|
||||
digitlst.o decContext.o decNumber.o visibledigits.o
|
||||
deps
|
||||
platform
|
||||
uclean_i18n
|
||||
|
||||
group: formattable
|
||||
fmtable.o
|
||||
|
|
Loading…
Add table
Reference in a new issue