scuffed-code/icu4c/source
Yves Arrouye 15b324d1f7 ICU-1220 switch to error reporting as offsets in the output when
getting weird offsets.
Flush what can be saved when there is an error so that the output is only
truncated where the error occured.

X-SVN-Rev: 7760
2002-02-25 06:24:08 +00:00
..
allinone ICU-1627 add dependency to makedata 2002-01-24 17:57:38 +00:00
common ICU-1709 use UTF_IS_UNICODE_NONCHAR() 2002-02-25 00:46:09 +00:00
config ICU-1596 use the library suffix for the ICU data library too. 2002-02-12 20:04:52 +00:00
data ICU-1688 build the Unicode names data with the 1.0 names too. 2002-02-25 00:28:04 +00:00
extra ICU-1220 switch to error reporting as offsets in the output when 2002-02-25 06:24:08 +00:00
i18n ICU-837 First shot at fixing up ustdio for better compatibility with stdio. 2002-02-23 00:34:39 +00:00
layout ICU-1577 fix gcc compiler warnings. 2001-12-03 23:31:52 +00:00
samples ICU-1600 cleaning up of Makefile rules to show more information and less 2002-01-04 23:48:46 +00:00
stubdata ICU-1596 install under all 3 names. 2002-02-16 08:03:44 +00:00
test ICU-1688 update test. 2002-02-25 02:49:07 +00:00
tools ICU-1688 document -1 propely. 2002-02-24 23:04:11 +00:00
.cvsignore ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
acconfig.h ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed 2000-08-29 22:26:15 +00:00
aclocal.m4 ICU-1556 Allow enable/disable building 64-bit libraris on Solaris for now. 2001-11-28 04:10:53 +00:00
config.guess ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
config.sub ICU-597 Changes to make ICU work on as/400 (iSeries) 2002-01-11 17:33:52 +00:00
configure ICU-900 Fixed some compiler warnings. 2002-02-20 22:28:44 +00:00
configure.in ICU-900 Fixed some compiler warnings. 2002-02-20 22:28:44 +00:00
Doxyfile.in ICU-1476 exclude urename.h from the files that are processed, in order 2001-12-20 17:57:39 +00:00
icudefs.mk.in ICU-1227 change the data entry point name to include the lib suffix. 2002-02-14 19:18:14 +00:00
install-sh ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
Makefile.in ICU-620 another pass at having make clean do a better job. 2002-01-05 02:06:26 +00:00
mkinstalldirs ICU-1084 recent config.* mkinstalldirs. 2001-10-19 02:31:19 +00:00
README.in ICU-695 make README more explicit. 2002-01-29 18:14:35 +00:00
runConfigureICU ICU-1028 Add z/OS to the list of platforms 2002-01-29 19:41: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.