scuffed-code/icu4c/source
2002-07-25 22:27:23 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-2019 Use a mutex to initilize the data. 2002-07-25 21:44:57 +00:00
config ICU-1891 Fixes for z/OS 2002-07-18 22:01:30 +00:00
data ICU-1997 use uprv_isRuleWhiteSpace for parsing collation rules 2002-07-25 21:59:19 +00:00
extra ICU-900 Fixed some compiler warnings. 2002-07-25 18:01:05 +00:00
i18n ICU-1997 use uprv_isRuleWhiteSpace for parsing collation rules 2002-07-25 21:59:19 +00:00
layout ICU-1962 include cmemory.h in the minimum subset of internal headers rather than in LETypes.h, which is public. 2002-07-23 22:36:08 +00:00
samples ICU-1886 Flag setting etc. is now in icudefs.mk 2002-07-24 17:57:32 +00:00
stubdata ICU-1992 Fix release mode. 2002-07-17 19:05:41 +00:00
test ICU-2018 modified ?\201 to \u00c9 [garbled] 2002-07-25 22:27:23 +00:00
tools ICU-1891 z/OS doesn't have implicit ar either 2002-07-25 21:22:55 +00:00
.cvsignore
acconfig.h
aclocal.m4 ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
config.guess
config.sub
configure ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
configure.in
Doxyfile.in ICU-900 Fixed a doxygen warning 2002-07-25 00:01:07 +00:00
icudefs.mk.in
install-sh
Makefile.in ICU-900 Fixed a doxygen warning. 2002-07-24 22:44:02 +00:00
mkinstalldirs
README.in
runConfigureICU ICU-1900 Make it easier to use Visual Age when it's not installed in a 2002-07-22 19:07:11 +00:00

The ICU data files moved!

Depending on the ICU packaging mode, ICU data files were moved to
new locations.

@thelibdir@/@PACKAGE@/@VERSION@

    For the data library (--with-packaging-mode=dll) and individual
    data files (--with-packaging-mode=files).

@thedatadir@/@PACKAGE@/@VERSION@

    For the data common file (--with-packaging-mode=archive).

This move happened post ICU 1.6. The rationale for the move is to be able
to share @thedatadir@ across machines with different architectures, as
it is supposed to be the case.