Commit Graph

1569 Commits

Author SHA1 Message Date
Markus Scherer
6578646445 ICU-103 add missing dependencies
X-SVN-Rev: 1826
2000-07-12 23:52:51 +00:00
Madhu K
0277be94c7 ICU-447 Added Tests for putil API
X-SVN-Rev: 1825
2000-07-12 23:33:20 +00:00
Vladimir Weinstein
8349610248 ICU-432 more leak fixes
X-SVN-Rev: 1824
2000-07-12 22:59:57 +00:00
Alan Liu
09f92d4480 ICU-89 update normalizer data to Unicode 3.0
X-SVN-Rev: 1823
2000-07-12 22:02:37 +00:00
Alan Liu
e4587ffd90 ICU-89 make -verbose collation tests actually be verbose
X-SVN-Rev: 1822
2000-07-12 17:18:37 +00:00
Vladimir Weinstein
4015f294cd ICU-489 binary files should be added with -kb option
X-SVN-Rev: 1821
2000-07-12 17:16:32 +00:00
Vladimir Weinstein
d06a76b46f ICU-489 binary files should be added with -kb
X-SVN-Rev: 1820
2000-07-12 17:14:41 +00:00
Alan Liu
470ff1060e ICU-89 remove test that is obsolete as of Unicode 2.1.8
X-SVN-Rev: 1809
2000-07-12 15:53:36 +00:00
Alan Liu
309dbf336b ICU-89 fix MergeCollation double deletion
X-SVN-Rev: 1808
2000-07-12 15:52:24 +00:00
Alan Liu
58c0144374 ICU-498 fix indentation
X-SVN-Rev: 1807
2000-07-12 15:40:50 +00:00
Yves Arrouye
6b622f7caa ICU-377 do not define LIBTOOL since we don't use it.
X-SVN-Rev: 1806
2000-07-12 07:25:04 +00:00
Yves Arrouye
b4e4f9d031 ICU-377 more changes to please the Mach linker.
X-SVN-Rev: 1805
2000-07-12 06:43:32 +00:00
Yves Arrouye
fb1d5d2135 ICU-377 explicitely use extern for U_CFUNC in C, since not doing so brings complaints from the Rhapsody/Darwin Mach linker.
X-SVN-Rev: 1804
2000-07-12 06:34:43 +00:00
Yves Arrouye
17a71e5541 ICU-377 private variables made static to avoid
a warning about common symbols in MH_DYLIB files.

X-SVN-Rev: 1803
2000-07-12 06:08:43 +00:00
Yves Arrouye
9403fd2554 ICU-377 do not pass -framework System while
linking (it is implicitly used).

X-SVN-Rev: 1802
2000-07-12 06:05:26 +00:00
Vladimir Weinstein
b13c43bb2c ICU-458 breakiterator & co should now close opened udata instances
X-SVN-Rev: 1801
2000-07-12 05:01:53 +00:00
Yves Arrouye
569eceea65 ICU-360 clean in the right order.
X-SVN-Rev: 1800
2000-07-12 02:00:43 +00:00
Madhu K
84474c15da ICU-447 Testing error conditions and other API for extended code coverage
X-SVN-Rev: 1799
2000-07-12 01:09:23 +00:00
Yves Arrouye
92ae383204 ICU-377 change the shlib rules for Darwin a bit more
X-SVN-Rev: 1798
2000-07-11 23:38:12 +00:00
Yves Arrouye
758b93fe15 ICU-377 change the shlib rules for Darwin
X-SVN-Rev: 1797
2000-07-11 23:37:11 +00:00
Vladimir Weinstein
ce3dd236b4 ICU-489 added tests for new types
X-SVN-Rev: 1796
2000-07-11 23:27:11 +00:00
Yves Arrouye
55cc3f3d3f ICU-353 const char * please.
X-SVN-Rev: 1795
2000-07-11 22:44:35 +00:00
Yves Arrouye
6d4fac5fab ICU-360 oops, uncommit local change that used to export MAKE for pkgdata's benefit.
X-SVN-Rev: 1794
2000-07-11 22:26:53 +00:00
Yves Arrouye
995ca8a672 ICU-360 detect gmake or make and set U_MAKE to that. Substitute U_MAKE
in platform.h.in, and hardcode it to "nmake" in pwin32.h and "gmake" in
pos400.h and pos2.h. Then use U_MAKE to define the default make command in
pkgdata.c, if there is no MAKE env variable.

X-SVN-Rev: 1793
2000-07-11 22:25:51 +00:00
Yves Arrouye
05e119e889 ICU-377 U_RHAPSODY doesn't look very POSIX from our point of view.
X-SVN-Rev: 1792
2000-07-11 22:24:00 +00:00
Steven R. Loomis
f3af060e13 ICU-496 don't crash if missing test data
X-SVN-Rev: 1791
2000-07-11 22:17:37 +00:00
Alan Liu
237c25901f ICU-432 fix typo
X-SVN-Rev: 1790
2000-07-11 20:47:10 +00:00
Vladimir Weinstein
2e5480107c ICU-432 removed forgotten leak test...
X-SVN-Rev: 1789
2000-07-11 20:42:54 +00:00
Madhu K
63c97dc078 ICU-447 Testing error conditions for extended code coverage
X-SVN-Rev: 1788
2000-07-11 19:11:41 +00:00
Alan Liu
bb0b494bb7 ICU-432 make copy ct canonical to fix mem leak
X-SVN-Rev: 1787
2000-07-11 18:45:49 +00:00
Yves Arrouye
c0a65f0b15 ICU-212 Fixed the directories used in tools/genrb. Changed the top-
level all target to do all-local before all-recursive so that symlinks are
in place in the build directory when needed in tools/genrb. Fixed the
installation of $(EXTRA_DATA) to be done by make dependencies and not
from a loop since an empty EXTRA_DATA yields a shell syntax error.

X-SVN-Rev: 1786
2000-07-11 17:52:01 +00:00
Madhu K
4ce0c4f3fe ICU-447 Fixed memory leaks
X-SVN-Rev: 1785
2000-07-11 17:44:53 +00:00
Madhu K
078e30e54c ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1784
2000-07-11 17:44:24 +00:00
Madhu K
f4b411e2f9 ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1783
2000-07-11 16:42:25 +00:00
Madhu K
bd157cd849 ICU-43 Fix in the SBCS
X-SVN-Rev: 1782
2000-07-10 22:50:32 +00:00
Vladimir Weinstein
9e6148186a ICU-432 more leak fixes
X-SVN-Rev: 1781
2000-07-10 22:14:51 +00:00
Steven R. Loomis
055da3ad8d ICU-352 fix for makefile status
X-SVN-Rev: 1780
2000-07-10 22:06:07 +00:00
Steven R. Loomis
65b204ba02 ICU-360 update for new packaging. to make test pass w/o .dat files
X-SVN-Rev: 1779
2000-07-10 22:05:01 +00:00
Vladimir Weinstein
7d188ca73e ICU-432 more leak fixes
X-SVN-Rev: 1778
2000-07-10 22:03:16 +00:00
Helena Chapman
ccede1e5b9 ICU-311 Major rewrite of the internal codepath to use the UConverterToUnicodeArgs and UConverterFromUnicodeArgs.
X-SVN-Rev: 1777
2000-07-10 20:51:54 +00:00
Vladimir Weinstein
4a043d3575 ICU-432 more memory leaks fixed
X-SVN-Rev: 1776
2000-07-10 20:43:34 +00:00
Vladimir Weinstein
e913320212 ICU-489 Make win32 happy with changes
X-SVN-Rev: 1775
2000-07-10 20:35:36 +00:00
Vladimir Weinstein
2bf4dab4bc ICU-489 genrb now handles extensions of type 'import', 'binary' and 'int'
X-SVN-Rev: 1774
2000-07-10 20:20:05 +00:00
Vladimir Weinstein
b1b43e0289 ICU-489 thai break dictionary is now imported in th.res
X-SVN-Rev: 1773
2000-07-10 20:17:33 +00:00
Vladimir Weinstein
619a697022 ICU-489 breakiterator now uses binary type in resb for thai
X-SVN-Rev: 1772
2000-07-10 20:16:27 +00:00
Steven R. Loomis
ac13e8dc05 ICU-360 pkgdata tool
X-SVN-Rev: 1771
2000-07-10 17:53:01 +00:00
Steven R. Loomis
4ffaa06fd0 ICU-393 add .cvsignore files
X-SVN-Rev: 1770
2000-07-10 17:52:39 +00:00
Madhu K
eb54a4e0de ICU-447 added ksc back
X-SVN-Rev: 1769
2000-07-10 17:35:02 +00:00
Steven R. Loomis
c8c1c21605 ICU-360 pkgdata
X-SVN-Rev: 1768
2000-07-10 17:34:32 +00:00
Madhu K
420cd4385c ICU-447 Replaced 1361 with 1363.
X-SVN-Rev: 1767
2000-07-10 17:23:06 +00:00
Vladimir Weinstein
84ee9c265c ICU-487 remove gencol from win32 workspace
X-SVN-Rev: 1766
2000-07-10 16:54:56 +00:00
Vladimir Weinstein
bd3bf6c1f0 ICU-447 corrected a typo
X-SVN-Rev: 1765
2000-07-10 16:53:32 +00:00
Steven R. Loomis
ad1da58f46 ICU-360 don't install .res files anymore!
X-SVN-Rev: 1764
2000-07-10 16:35:32 +00:00
Madhu K
099a875389 ICU-447 Fixed the errors due ot 1361 alias name(ksc) which is not eliminated
X-SVN-Rev: 1763
2000-07-08 02:15:03 +00:00
Madhu K
fb3039635f ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1762
2000-07-08 02:07:23 +00:00
Madhu K
4cb5e83e30 ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1761
2000-07-08 01:59:14 +00:00
Yves Arrouye
edde8164ec ICU-241 declare the index of the loop outside the for().
X-SVN-Rev: 1760
2000-07-08 00:10:02 +00:00
Madhu K
32e5cad58f ICU-447 Fixed TConverter_fromUnicode_XBCS to return the error value when only the lead surrogate character is present and flush=TRUE
X-SVN-Rev: 1759
2000-07-08 00:03:18 +00:00
Steven R. Loomis
96a453126e ICU-487 remove makeconv
X-SVN-Rev: 1758
2000-07-07 23:39:54 +00:00
Steven R. Loomis
521425a1d2 ICU-487 remove gencol! good riddance
X-SVN-Rev: 1757
2000-07-07 22:28:39 +00:00
Madhu K
4472c96f24 ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1756
2000-07-07 19:34:08 +00:00
Madhu K
9091990aaf ICU-447 Fallback test
X-SVN-Rev: 1755
2000-07-07 17:42:41 +00:00
Steven R. Loomis
73b342fb13 ICU-343 parse locales such as fr_FR.UTF8@EURO [codepage and locale variant must be considered]
X-SVN-Rev: 1754
2000-07-07 06:12:00 +00:00
Steven R. Loomis
19d7af1d3d ICU-351 data update
X-SVN-Rev: 1753
2000-07-07 03:37:32 +00:00
Steven R. Loomis
f87c83661c ICU-351 yet more hindi data
X-SVN-Rev: 1752
2000-07-07 03:37:03 +00:00
Steven R. Loomis
9d76a4b88b ICU-447 Fallback API
X-SVN-Rev: 1751
2000-07-07 02:53:06 +00:00
Vladimir Weinstein
45515c9a0c ICU-432 more memory leaks fixes
X-SVN-Rev: 1750
2000-07-06 23:01:50 +00:00
Madhu K
c8af7e00e5 ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1749
2000-07-06 21:56:24 +00:00
Madhu K
23ae37d40d ICU-447 Removed 1361 because it is no longer the registered code page.
X-SVN-Rev: 1748
2000-07-06 19:33:58 +00:00
Madhu K
ec384cbb5e ICU-447 Removed 1361 because it is no longer the reference code page. 1363 is now the reference code page
X-SVN-Rev: 1747
2000-07-06 18:28:54 +00:00
Madhu K
596dec1f30 ICU-447 Added Tests for fallback API
X-SVN-Rev: 1746
2000-07-06 18:26:36 +00:00
Madhu K
908abbec75 ICU-447 Tests for fallback API
X-SVN-Rev: 1745
2000-07-06 18:26:16 +00:00
Madhu K
d3a1a60f25 ICU-447 1361 is no longer the reference codepage. Modified it to take 1363.
X-SVN-Rev: 1744
2000-07-06 18:24:13 +00:00
Madhu K
05f640ef01 ICU-447 Taken the new files for fallback implementation
X-SVN-Rev: 1743
2000-07-06 18:21:47 +00:00
Alan Liu
02f77c60bc ICU-468 clean up rules
X-SVN-Rev: 1742
2000-07-05 23:47:10 +00:00
Helena Chapman
11f8d10632 ICU-439 Updated locmap.cpp with the North Korea ISO country code.
X-SVN-Rev: 1741
2000-07-05 23:44:37 +00:00
Madhu K
18f38a2d19 ICU-43 Parse Error for mbcs
X-SVN-Rev: 1738
2000-07-05 23:04:48 +00:00
Helena Chapman
2fd0a3db47 ICU-311 the setToU and fromUCallback function signatures update.
X-SVN-Rev: 1736
2000-07-05 20:56:42 +00:00
Madhu K
2cbcf5e6aa ICU-43 Fix in fallback implementation.
X-SVN-Rev: 1735
2000-07-05 19:06:02 +00:00
Yves Arrouye
f3490ae11e ICU-391 fixed the options pass-through by using "$@" instead of $*
(a classic one...)

X-SVN-Rev: 1734
2000-07-05 17:09:11 +00:00
Madhu K
a221a143c4 ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1733
2000-07-03 22:57:52 +00:00
Yves Arrouye
357fc87246 ICU-377 recognize both Rhapsody (and define U_RHAPSODY) and Darwin
(and define U_DARWIN), and have both of them use config/mh-darwin.

X-SVN-Rev: 1732
2000-07-03 19:32:00 +00:00
Yves Arrouye
be1f3594eb ICU-377 added recognition of Darwin (Mac OS X developer previews). This
change should be forwarded upstream to the maintainer of Autoconf.

X-SVN-Rev: 1731
2000-07-03 19:30:46 +00:00
Yves Arrouye
2dd27cde6e ICU-377 Darwin doesn't have <langinfo.h> (even though the functions are
in the manual!) and thus shouldn't be marked POSIX.

X-SVN-Rev: 1730
2000-07-03 19:30:42 +00:00
Alan Liu
056697be0e ICU-451 fix NullTransliterator virtual function hiding
X-SVN-Rev: 1729
2000-07-01 00:14:12 +00:00
Alan Liu
795af33f57 ICU-474 fix UTransPosition handling
X-SVN-Rev: 1728
2000-07-01 00:13:42 +00:00
Alan Liu
418ac3b758 ICU-476 fix RBT et al copy constructor
X-SVN-Rev: 1727
2000-06-30 23:26:07 +00:00
Yves Arrouye
d37141dcac ICU-371 changed LINUX and SOLARIS to U_LINUX and U_SOLARIS, also
changed HAVE_INTTYPES_H to U_HAVE_INTTYPES_H.

X-SVN-Rev: 1726
2000-06-30 21:35:03 +00:00
Helena Chapman
a12beff355 ICU-311 Another major update with Callback API changes.
X-SVN-Rev: 1725
2000-06-30 20:54:29 +00:00
Vladimir Weinstein
c31e17a71e ICU-436 additional constructors and _open functions for resource bundle
X-SVN-Rev: 1724
2000-06-30 20:31:39 +00:00
Vladimir Weinstein
d963093f45 ICU-436 additional constructors and _open functions for resource bundles
X-SVN-Rev: 1723
2000-06-30 20:24:59 +00:00
Yves Arrouye
ff2268461c ICU-322 new ucnv_getStandardName() API.
X-SVN-Rev: 1722
2000-06-30 19:43:00 +00:00
Markus Scherer
962dc91faa ICU-471 export ushape.h
X-SVN-Rev: 1721
2000-06-30 17:44:33 +00:00
Helena Chapman
0ad634011e ICU-311 Another major update with Callback API changes.
X-SVN-Rev: 1720
2000-06-30 17:38:47 +00:00
Vladimir Weinstein
95cf2bc54e ICU-370 Vladimirs counting skills are miserable!
X-SVN-Rev: 1719
2000-06-30 17:31:00 +00:00
Markus Scherer
36e29a52ef ICU-156 deprecate BI::createText()
X-SVN-Rev: 1718
2000-06-30 00:44:13 +00:00
Markus Scherer
4c42ba5b9b ICU-471 add API facade for u_shapeArabic()
X-SVN-Rev: 1717
2000-06-30 00:29:46 +00:00
Alan Liu
e63cf6a463 ICU-477 create Hiragana-Katakana transliterator
X-SVN-Rev: 1716
2000-06-30 00:15:44 +00:00
Madhu K
6d8fd93c2d ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1714
2000-06-29 23:28:46 +00:00
Alan Liu
cbd5200a0f ICU-474 fix UTransPosition handling
X-SVN-Rev: 1713
2000-06-29 22:15:17 +00:00
Markus Scherer
1f32d4dd9f ICU-156 add new BI::setText(US &)
X-SVN-Rev: 1710
2000-06-29 20:21:45 +00:00
Vladimir Weinstein
cc42314029 ICU-432 various memory leaks
X-SVN-Rev: 1709
2000-06-29 19:42:17 +00:00
Vladimir Weinstein
a99c615bff ICU-370 bad static unicodestring initialization
X-SVN-Rev: 1708
2000-06-29 19:41:19 +00:00
Markus Scherer
6aea18ee6e ICU-410 add API facades for string unescaping
X-SVN-Rev: 1707
2000-06-29 19:36:20 +00:00
Markus Scherer
c685f44e89 ICU-400 add u_strchr32()
X-SVN-Rev: 1706
2000-06-29 19:00:55 +00:00
Markus Scherer
68fe01cfa0 ICU-399 add API facade for u_strstr()
X-SVN-Rev: 1705
2000-06-29 18:52:11 +00:00
Markus Scherer
b2375850b7 ICU-241 remove obsolete T_INT32()
X-SVN-Rev: 1704
2000-06-29 18:42:34 +00:00
Markus Scherer
4660da6313 ICU-415 add API facade for name->code point and enum names
X-SVN-Rev: 1703
2000-06-29 18:27:07 +00:00
Steven R. Loomis
784b5f52ad ICU-432 comments, syntax, etc
X-SVN-Rev: 1701
2000-06-29 03:04:28 +00:00
Steven R. Loomis
72c8a4d026 ICU-432 don't use // in C code!!!!!!!
X-SVN-Rev: 1700
2000-06-29 02:53:29 +00:00
Steven R. Loomis
b32d4e3cfc ICU-360 for non-icu icupkg use
X-SVN-Rev: 1699
2000-06-29 02:34:31 +00:00
Steven R. Loomis
1c0cf6f659 ICU-311 api chagne
X-SVN-Rev: 1698
2000-06-29 01:48:34 +00:00
Steven R. Loomis
11183f1987 ICU-450 utrans.cpp for makefile
X-SVN-Rev: 1697
2000-06-29 01:45:37 +00:00
Steven R. Loomis
067d8441cb ICU-408 don't create the 'translit/' directory in data, it confuses cvs
X-SVN-Rev: 1696
2000-06-29 01:44:41 +00:00
Steven R. Loomis
c93b980474 ICU-408 install Makefile.inc
X-SVN-Rev: 1695
2000-06-29 01:43:49 +00:00
Steven R. Loomis
8bc3f0b83b ICU-478 u_uastrncpy fix
X-SVN-Rev: 1694
2000-06-29 01:41:04 +00:00
Steven R. Loomis
e6ff764cac ICU-447 buffer overrun in test
X-SVN-Rev: 1693
2000-06-29 01:15:31 +00:00
Steven R. Loomis
95ca98f6ab ICU-450 translit test
X-SVN-Rev: 1692
2000-06-29 01:11:09 +00:00
Steven R. Loomis
4e4fd2266b ICU-460 When the default converter is unreadable, print it's name out
X-SVN-Rev: 1691
2000-06-29 01:10:27 +00:00
Steven R. Loomis
69f0671de6 ICU-408 makefile rearrangement, make hdrtest work again
X-SVN-Rev: 1690
2000-06-29 01:08:38 +00:00
Steven R. Loomis
840db1122f ICU-311 callback API change
X-SVN-Rev: 1689
2000-06-29 01:07:36 +00:00
Alan Liu
eff9454c76 ICU-474 fix UTransPosition handling
X-SVN-Rev: 1688
2000-06-29 00:18:43 +00:00
Steven R. Loomis
d7b44985af ICU-311 updates for callback changes
X-SVN-Rev: 1687
2000-06-29 00:14:01 +00:00
Alan Liu
b475ecc06f ICU-450 fix bug in setFilter
X-SVN-Rev: 1686
2000-06-28 23:30:26 +00:00
Alan Liu
4594fe89b8 ICU-450 enhance test
X-SVN-Rev: 1685
2000-06-28 23:30:05 +00:00
Vladimir Weinstein
755f5d924c ICU-311 fixed crashing problem
X-SVN-Rev: 1684
2000-06-28 23:19:33 +00:00
Vladimir Weinstein
9b404b0904 ICU-311 fixed crashing problem
X-SVN-Rev: 1683
2000-06-28 23:19:32 +00:00
Vladimir Weinstein
d350a69251 ICU-311 changes to common w32 project
X-SVN-Rev: 1682
2000-06-28 22:49:33 +00:00
Vladimir Weinstein
5e5d0cf97b ICU-460 porting changes
X-SVN-Rev: 1681
2000-06-28 22:44:51 +00:00
Vladimir Weinstein
b96d49cda2 ICU-460 porting changes
X-SVN-Rev: 1680
2000-06-28 22:34:25 +00:00
Vladimir Weinstein
5240a256f2 ICU-460 porting changes
X-SVN-Rev: 1679
2000-06-28 22:26:59 +00:00
Vladimir Weinstein
497abfd708 ICU-460 Porting changes
X-SVN-Rev: 1678
2000-06-28 22:20:08 +00:00
Vladimir Weinstein
b7766675e9 ICU-460 porting changes for PTX, OS-390, AIX VA
X-SVN-Rev: 1677
2000-06-28 22:18:27 +00:00
Vladimir Weinstein
9cb8141677 ICU-432 fixing leaks and supposed leaks
X-SVN-Rev: 1676
2000-06-28 22:07:28 +00:00
Steven R. Loomis
93e522d9d9 ICU-311 removed
X-SVN-Rev: 1675
2000-06-28 21:13:25 +00:00
Alan Liu
bc74ea4119 ICU-450 fix handling of UTransPosition fields
X-SVN-Rev: 1674
2000-06-28 20:52:11 +00:00
Alan Liu
ab9145acf3 ICU-450 move urep to common
X-SVN-Rev: 1670
2000-06-28 20:19:11 +00:00
Alan Liu
c1346acb3c ICU-450 remove extractBetween from Replaceable API
X-SVN-Rev: 1669
2000-06-28 20:10:42 +00:00
Alan Liu
2d602e3c92 ICU-450 added docs
X-SVN-Rev: 1668
2000-06-28 19:46:05 +00:00
Helena Chapman
22502d9977 ICU-311 fixed to use the new callback APIs.
X-SVN-Rev: 1667
2000-06-28 19:43:17 +00:00
Helena Chapman
1edec65b38 ICU-311 fixed to use the new callback APIs.
X-SVN-Rev: 1666
2000-06-28 19:29:49 +00:00
Jim Snyder Grant
b48c650b9a ICU-271 Adjustments to pass newest LMBCS tests
X-SVN-Rev: 1665
2000-06-28 17:08:21 +00:00
Jim Snyder Grant
58bf49e059 ICU-271 Additional LMBCS tests
X-SVN-Rev: 1664
2000-06-28 17:01:52 +00:00
Madhu K
9000a6f33a ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1663
2000-06-27 22:26:03 +00:00
Madhu K
4b0286defe ICU-447 Additional tests for extended code coverage
X-SVN-Rev: 1662
2000-06-27 20:48:37 +00:00
Helena Chapman
377889ccd9 ICU-311 Major rewrite of the callback APIs. Needs to be checked
in without more testing to make the 6/29/2000 API deadline.  Lots
of warnings still, offset handling is not implemented.  More unit tests
is required because the current implementation actually passes the tests.

X-SVN-Rev: 1661
2000-06-27 20:47:56 +00:00
Alan Liu
c68b0038be ICU-450 rename UTransPosition fields
X-SVN-Rev: 1660
2000-06-27 20:07:59 +00:00
Alan Liu
4b93945b1a ICU-450 fix obviously erroneous usage of UTransPosition fields
X-SVN-Rev: 1659
2000-06-27 20:06:52 +00:00
Alan Liu
4858d91bd8 ICU-450 rename UTransPosition fields
X-SVN-Rev: 1658
2000-06-27 19:34:03 +00:00
Jim Snyder Grant
5e09bfa7ed ICU-271 First functionally complete LMBCS converter
X-SVN-Rev: 1657
2000-06-27 19:31:01 +00:00
Alan Liu
62001fb755 ICU-450 change ParseError, Transliterator::Direction, Transliterator::Position to C structs
X-SVN-Rev: 1656
2000-06-27 19:06:15 +00:00
Alan Liu
76de7c04e3 ICU-450 change ParseError, Transliterator::Direction, Transliterator::Position to C structs
X-SVN-Rev: 1655
2000-06-27 19:00:38 +00:00
Madhu K
1dea4931f1 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1654
2000-06-27 18:20:33 +00:00
Madhu K
e73c8e2a36 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1653
2000-06-27 18:06:00 +00:00
Alan Liu
3439865196 ICU-450 transliterator C api -- initial
X-SVN-Rev: 1652
2000-06-27 16:30:16 +00:00
Alan Liu
7dc237a90d ICU-450 transliterator C api -- temporary
X-SVN-Rev: 1651
2000-06-27 16:27:28 +00:00
Alan Liu
f28b4cfe69 ICU-450 transliterator C api
X-SVN-Rev: 1650
2000-06-27 16:27:02 +00:00
Vladimir Weinstein
18b6ac3369 ICU-432 fixing leaks
X-SVN-Rev: 1649
2000-06-26 22:46:15 +00:00
Madhu K
d2ab4795c6 ICU-447 Fixed the test case for DBCS converter(replaced the
use of ibm-955 with ibm-835

X-SVN-Rev: 1648
2000-06-26 22:16:32 +00:00
Madhu K
63f1bc3617 ICU-447 Minor Fixes
X-SVN-Rev: 1647
2000-06-26 21:33:25 +00:00
Markus Scherer
ae96eb136f ICU-304 remove html header and footer
X-SVN-Rev: 1646
2000-06-26 21:11:29 +00:00
Markus Scherer
5f7be70b8e ICU-460 add 646 as an alias for us-ascii for solaris 5.6
X-SVN-Rev: 1645
2000-06-26 20:52:01 +00:00
Madhu K
d237ca97b5 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1644
2000-06-22 23:46:02 +00:00
Yves Arrouye
ab924ac44c ICU-212 let runConfigureICU be run from an external build directory.
X-SVN-Rev: 1643
2000-06-22 23:08:13 +00:00
Madhu K
148f7b7bba ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1642
2000-06-22 19:04:32 +00:00
Madhu K
fafe9b6e4b ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1641
2000-06-22 17:39:34 +00:00
Madhu K
c9e7c0d5a3 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1640
2000-06-22 17:26:12 +00:00
Alan Liu
4e80e34520 ICU-317 update URL
X-SVN-Rev: 1638
2000-06-22 16:18:40 +00:00
Madhu K
6ebc40cc9b ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1637
2000-06-22 01:18:30 +00:00
Madhu K
b429022d94 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1636
2000-06-22 01:09:15 +00:00
Madhu K
cdc7d9b910 ICU-176 Fixed an Error in move32()
X-SVN-Rev: 1635
2000-06-21 22:48:46 +00:00
Helena Chapman
8d12ca8e17 ICU-401 OS/400 specific changes for 1.5 release.
X-SVN-Rev: 1634
2000-06-20 23:42:20 +00:00
Steven R. Loomis
e928a03866 ICU-442 #if U_HAVE_WCHAR_H
X-SVN-Rev: 1633
2000-06-19 17:16:46 +00:00
Alan Liu
49c2098d0e ICU-438 fieldDifference
X-SVN-Rev: 1632
2000-06-15 23:36:25 +00:00
Vladimir Weinstein
98a378d583 ICU-432 changes according to purify output (the output buffer wasn't long enough for error messages)
X-SVN-Rev: 1631
2000-06-15 22:33:16 +00:00
Vladimir Weinstein
e8ef7da59a ICU-432 changes according to purify output
X-SVN-Rev: 1630
2000-06-15 22:32:39 +00:00
Steven R. Loomis
a432d46851 ICU-360 pkgdata tool
X-SVN-Rev: 1626
2000-06-14 23:56:41 +00:00
Alan Liu
21b2825616 ICU-220 add getString() that returns reference to internal string
X-SVN-Rev: 1625
2000-06-14 20:52:50 +00:00
Alan Liu
8fe1cdd117 ICU-429 (update docs)
X-SVN-Rev: 1624
2000-06-14 18:03:35 +00:00
Alan Liu
22464e5bc3 ICU-429 Update to 2000d.
X-SVN-Rev: 1623
2000-06-14 18:01:15 +00:00
Alan Liu
aceaa2d9f0 ICU-317 check in coding guidelines
X-SVN-Rev: 1622
2000-06-14 17:42:15 +00:00
Steven R. Loomis
52e4b81862 ICU-360 oops.. forgot this little file
X-SVN-Rev: 1619
2000-06-14 16:36:57 +00:00
Steven R. Loomis
cd30713a6b ICU-360 pkgdata tool
X-SVN-Rev: 1618
2000-06-14 00:50:58 +00:00
Steven R. Loomis
965c217c57 ICU-304 ascii
X-SVN-Rev: 1617
2000-06-13 20:58:24 +00:00
Steven R. Loomis
2a46eb01b4 ICU-304 ASCII support
X-SVN-Rev: 1616
2000-06-13 20:58:00 +00:00
Steven R. Loomis
da75dc2a87 ICU-304 finally add support for ASCII in icu
X-SVN-Rev: 1615
2000-06-13 20:57:03 +00:00
Steven R. Loomis
1a83526575 ICU-408 install cleanup. generate directories properly ..
X-SVN-Rev: 1614
2000-06-13 19:46:54 +00:00
Steven R. Loomis
87c0555238 ICU-408 install cleanup
X-SVN-Rev: 1613
2000-06-13 19:44:38 +00:00
Steven R. Loomis
1bb4bd6f06 ICU-408 ICU install cleanup
X-SVN-Rev: 1612
2000-06-13 19:42:59 +00:00
Steven R. Loomis
dc92c980b5 ICU-408 add more detail to test
X-SVN-Rev: 1611
2000-06-13 19:25:14 +00:00
Alan Liu
68aaea29e3 ICU-429 Update to 2000d.
X-SVN-Rev: 1610
2000-06-13 01:51:40 +00:00
Vladimir Weinstein
c6822e7b2d ICU-432 cleanup for transliterator test that implicitly uses default converter instead of invariant one
X-SVN-Rev: 1609
2000-06-12 22:49:21 +00:00
Vladimir Weinstein
f503d2fc52 ICU-436 resource bundle constructor should use default constructor instead of invariant one...
X-SVN-Rev: 1608
2000-06-12 22:44:15 +00:00
Vladimir Weinstein
f66f0b6dfb ICU-432 changes according to purify output
X-SVN-Rev: 1607
2000-06-12 22:42:50 +00:00
Steven R. Loomis
baffa188a7 ICU-434 new sample [convsamp]
X-SVN-Rev: 1606
2000-06-12 20:29:04 +00:00
Markus Scherer
88aa217d7c ICU-428 add dependencies
X-SVN-Rev: 1604
2000-06-12 19:50:50 +00:00
Markus Scherer
bdf7b6866e ICU-221 test u_isWhitespace()
X-SVN-Rev: 1603
2000-06-12 19:49:49 +00:00
Markus Scherer
8703e9d817 ICU-221 exclude all no-break spaces from u_isWhitespace()
X-SVN-Rev: 1602
2000-06-12 19:48:05 +00:00
Markus Scherer
e48e4ed6ff ICU-428 copy header on Debug build, too
X-SVN-Rev: 1601
2000-06-12 19:30:09 +00:00
Vladimir Weinstein
a0e53e1a21 ICU-432 corrected tests that wrongly assumed that "en_US" is always the default locale.
X-SVN-Rev: 1600
2000-06-10 05:10:28 +00:00
Steven R. Loomis
f780818540 ICU-434 clean up the sample a little
X-SVN-Rev: 1599
2000-06-10 00:07:01 +00:00
Steven R. Loomis
4e9cf50f66 ICU-434 new sample code [scsu]
X-SVN-Rev: 1598
2000-06-09 23:33:40 +00:00
Steven R. Loomis
f7e25d8f56 ICU-353 typo
X-SVN-Rev: 1597
2000-06-09 23:05:39 +00:00
Yves Arrouye
2d6d22a2a4 ICU-353 Cast UNUM_FORMAT_SYMBOL_COUNT and
DecimalFormatSymbols::kFormatSymbolCount to int to avoid warning about
comparing different enums (one of the ANSI C features I dislike the most!)

X-SVN-Rev: 1596
2000-06-09 18:38:02 +00:00
Yves Arrouye
8f3a4a54aa ICU-353 fKeyPoint made unsigned. (fCount should be unsigned too.)
X-SVN-Rev: 1595
2000-06-09 18:36:52 +00:00
Yves Arrouye
dcc497e297 ICU-353 make key a const char * to avoid warnings (and be logical).
X-SVN-Rev: 1594
2000-06-09 18:35:03 +00:00
Yves Arrouye
a70b238d8e ICU-353 cast pszUnicode before using it as a const uint32_t *.
X-SVN-Rev: 1593
2000-06-09 18:34:20 +00:00
Yves Arrouye
24c4175aff ICU-353 use ucmp16_getu() instead of ucmp16_get() when comparing with
replacement characters (or gcc warns that the tests will always be false,
which is true due to sign extension).

X-SVN-Rev: 1592
2000-06-09 18:33:46 +00:00
Vladimir Weinstein
d65a9064c0 ICU-432 fix a bad memory write
X-SVN-Rev: 1591
2000-06-09 00:05:21 +00:00
Vladimir Weinstein
b0d583206b ICU-432 fix a bad memory read..
X-SVN-Rev: 1590
2000-06-09 00:05:01 +00:00
Yves Arrouye
21573eb159 ICU-427 removed dependency on top-level directory name.
X-SVN-Rev: 1589
2000-06-08 22:57:42 +00:00
Yves Arrouye
5aa6e647e3 ICU-428 copy headers on Release build.
X-SVN-Rev: 1588
2000-06-08 22:56:20 +00:00
Yves Arrouye
5e0b7a63ca ICU-408 use ./genxxxx for those w/o . in their PATH (or after $prefix/bin.
X-SVN-Rev: 1587
2000-06-08 22:55:20 +00:00
Alan Liu
d238badc53 ICU-363 document linkage to Normalizer
X-SVN-Rev: 1586
2000-06-08 21:11:32 +00:00
Helena Chapman
313dc3a1bc ICU-393 removing unused files.
X-SVN-Rev: 1585
2000-06-07 23:16:57 +00:00
Steven R. Loomis
050da07c63 ICU-184 just some tabs and comment cleanup
X-SVN-Rev: 1584
2000-06-07 19:52:08 +00:00
Steven R. Loomis
f6832a4b0c ICU-417 fix for build on linux
X-SVN-Rev: 1583
2000-06-07 16:32:15 +00:00
Alan Liu
c82abd3807 ICU-184 remove rbcache[.cpp|.h] and rbread[.cpp|.h] from project file
X-SVN-Rev: 1582
2000-06-07 00:37:16 +00:00
Alan Liu
9694cc2a1e ICU-417 add tests for secondary grouping size
X-SVN-Rev: 1581
2000-06-07 00:17:23 +00:00
Alan Liu
4e46471d22 ICU-417 add support for secondary grouping size
X-SVN-Rev: 1580
2000-06-07 00:15:59 +00:00
Alan Liu
fb5d39e46f ICU-417 add IN decimal format pattern
X-SVN-Rev: 1579
2000-06-07 00:12:17 +00:00
Vladimir Weinstein
2e2f111d7c ICU-184 removed commented out APIs
X-SVN-Rev: 1578
2000-06-07 00:01:16 +00:00
Vladimir Weinstein
6e8bed3833 ICU-184 returning error code cleanup according to srls review
X-SVN-Rev: 1577
2000-06-07 00:00:00 +00:00
Vladimir Weinstein
245ce1ce74 ICU-184 unneeded files removed, and Makefile.in changed accordingly. common.dsp should be also changed
X-SVN-Rev: 1576
2000-06-06 23:57:37 +00:00
Steven R. Loomis
f7a7b76695 ICU-184 removing old files
X-SVN-Rev: 1575
2000-06-06 23:55:43 +00:00
Vladimir Weinstein
7a7ab66a6b ICU-426 udata_create changed so that if output dir is NULL, creates output file in current directory. Before, it used to open output file in $ICU_DATA dir.
X-SVN-Rev: 1573
2000-06-06 19:26:16 +00:00
Helena Chapman
5399dc4eea ICU-349 Last changes to Chinese locales. Default should be tranditional chinese.
X-SVN-Rev: 1569
2000-06-06 00:29:20 +00:00
Markus Scherer
458d47f153 ICU-423 test correctly for combining marks (Mn, Mc, Me, not Lm)
X-SVN-Rev: 1568
2000-06-05 22:18:08 +00:00
Steven R. Loomis
9df4f1398d ICU-424 u_finit shouldn't ever call fclose()
X-SVN-Rev: 1567
2000-06-05 21:56:47 +00:00
Steven R. Loomis
ec85e447dc ICU-184 obsolete file
X-SVN-Rev: 1566
2000-06-05 18:35:18 +00:00
Markus Scherer
9b33ab2734 ICU-421 detect correctly if there is a basename
X-SVN-Rev: 1564
2000-06-05 17:24:34 +00:00
Steven R. Loomis
c666d92afc ICU-351 missed one.. data update
X-SVN-Rev: 1563
2000-06-03 20:23:30 +00:00
Steven R. Loomis
ea28d4baed ICU-351 data update
X-SVN-Rev: 1562
2000-06-03 20:16:37 +00:00
Steven R. Loomis
c42da0f276 ICU-351 remove obsolete commented out list of resfiles
X-SVN-Rev: 1561
2000-06-03 20:13:34 +00:00
Steven R. Loomis
f78c31abaf ICU-351 locale update
X-SVN-Rev: 1560
2000-06-03 20:05:37 +00:00
Steven R. Loomis
27db2d6664 ICU-420 missed some..
X-SVN-Rev: 1559
2000-06-03 04:37:12 +00:00
Steven R. Loomis
3ec60c904e ICU-420 make header files build by themselves
X-SVN-Rev: 1558
2000-06-03 04:18:06 +00:00
Steven R. Loomis
c3e0b6d2b3 ICU-408 update hdrtest to look for little problems in include files..
X-SVN-Rev: 1557
2000-06-03 02:58:54 +00:00
Vladimir Weinstein
afbd81e9f9 ICU-184 including private headers (uhash.h) in public headers is a very bad thing indeed
X-SVN-Rev: 1556
2000-06-03 02:50:17 +00:00
Markus Scherer
b53620f59d ICU-405 add more german language names
X-SVN-Rev: 1555
2000-06-02 19:23:13 +00:00
Markus Scherer
ee39dd3f52 ICU-397 better u_versionToString() error checking
X-SVN-Rev: 1554
2000-06-02 18:37:54 +00:00
Markus Scherer
a087ecba43 ICU-397 test u_versionToString() error checking
X-SVN-Rev: 1553
2000-06-02 18:37:21 +00:00
Helena Chapman
47212a0202 ICU-408 HP10 CC port.
X-SVN-Rev: 1552
2000-06-02 18:07:16 +00:00
Helena Chapman
a9feb343c8 ICU-408 AIX port.
X-SVN-Rev: 1551
2000-06-02 01:10:20 +00:00
Helena Chapman
d6063efe5b ICU-408 AIX port.
X-SVN-Rev: 1550
2000-06-02 00:48:13 +00:00
Yves Arrouye
ffb28a867e ICU-176 made UnicodeString arguments to expectPad const
X-SVN-Rev: 1549
2000-06-02 00:46:22 +00:00
Yves Arrouye
73cbdfae6f ICU-176 made UnicodeString arguments to Verify const.
X-SVN-Rev: 1548
2000-06-02 00:45:36 +00:00
Helena Chapman
50c9e2c521 ICU-408 AIX port, also reported by Yves on Linux.
X-SVN-Rev: 1547
2000-06-02 00:36:28 +00:00
Steven R. Loomis
20a62d455b ICU-393 removing dead files. Bye!
X-SVN-Rev: 1546
2000-06-02 00:30:10 +00:00
Steven R. Loomis
367e17b16a ICU-393 removing old files
X-SVN-Rev: 1545
2000-06-02 00:24:27 +00:00
Steven R. Loomis
b97b6abea5 ICU-393 removed old files
X-SVN-Rev: 1544
2000-06-02 00:22:48 +00:00
Markus Scherer
84a56632ae ICU-418 fix latin-1 ucnv_getNextUChar() - zero-extend, not sign-extend, input byte
X-SVN-Rev: 1543
2000-06-02 00:05:22 +00:00
Markus Scherer
e7a7e26131 ICU-418 test latin-1 ucnv_getNextUChar()
X-SVN-Rev: 1542
2000-06-02 00:04:34 +00:00
Yves Arrouye
5aa1a04919 ICU-212 use $(destdir) when including files. (Pleeeease, don't forget
about this!)

X-SVN-Rev: 1540
2000-06-01 21:59:34 +00:00
Madhu K
9732ece0cc ICU-176 Tests for new API for UTF-16 basic support in
Format(DecimalFormat)

X-SVN-Rev: 1534
2000-06-01 18:46:31 +00:00
Helena Chapman
3fc21cb0f4 ICU-408 HPUX 10/11 CC port
X-SVN-Rev: 1533
2000-06-01 18:27:44 +00:00
Vladimir Weinstein
7eed939820 ICU-184 fixes for genrb/locexp problems plus utf-16, utf-8 autodetect
X-SVN-Rev: 1531
2000-06-01 17:05:12 +00:00
Steven R. Loomis
9ff4e2eaa0 ICU-408 fixes for HPUX
X-SVN-Rev: 1528
2000-05-31 22:18:22 +00:00
Markus Scherer
9754bb9d1a ICU-375 describe new data loading mechanism
X-SVN-Rev: 1524
2000-05-30 23:42:20 +00:00
Steven R. Loomis
88b16c01e9 ICU-414 document behavior of hp/ux shared library unloading
X-SVN-Rev: 1523
2000-05-30 22:00:50 +00:00
Steven R. Loomis
a441c8ef2c ICU-408 leak libraries on hpux, shl_unload is broken
X-SVN-Rev: 1522
2000-05-30 21:47:19 +00:00
Steven R. Loomis
86c216a59e ICU-408 speed up test
X-SVN-Rev: 1521
2000-05-30 21:42:09 +00:00
Helena Chapman
36d49423f2 ICU-408 Added @internal flag for Doxygen.
X-SVN-Rev: 1520
2000-05-30 21:11:39 +00:00
Vladimir Weinstein
4f79dd3bfb ICU-408 as previously stated, one should not assume default code page on a platform
X-SVN-Rev: 1519
2000-05-30 20:45:09 +00:00
Steven R. Loomis
561deb6ee6 ICU-408 HPUX returns 'C C C C C C' as the default locale, map to en_US like 'C'
X-SVN-Rev: 1518
2000-05-30 20:43:37 +00:00
Vladimir Weinstein
7db082375a ICU-184 error code when opening a non-existing default bundle fixed
X-SVN-Rev: 1517
2000-05-30 20:09:47 +00:00
Vladimir Weinstein
7048b11e49 ICU-408 we CANNOT assume default codepages on different platforms!
X-SVN-Rev: 1516
2000-05-30 19:37:30 +00:00
Steven R. Loomis
4f8244bea2 ICU-408 hpux brokenness
X-SVN-Rev: 1515
2000-05-30 19:30:55 +00:00
Steven R. Loomis
9cce4066c7 ICU-408 make mem allocation in test more robust
X-SVN-Rev: 1514
2000-05-30 19:24:30 +00:00
Steven R. Loomis
acf598db1c ICU-408 Removed non-ASCII from string literals. If you can't use Mongolian inside double quotes, why should you be able to use Finnish? :)
X-SVN-Rev: 1513
2000-05-30 17:55:08 +00:00
Markus Scherer
a472509095 ICU-411 hide failing test for icu 1.5
X-SVN-Rev: 1512
2000-05-30 17:21:22 +00:00
Vladimir Weinstein
20c152a8a2 ICU-184 uresbund data handling fix (should have pointers to shared memory, but it didn't)
X-SVN-Rev: 1511
2000-05-30 17:02:26 +00:00
Steven R. Loomis
be1ead973f ICU-184 fix ResourceBundle::ResourceBundle(ResourceBundle&) copy c'tor
X-SVN-Rev: 1506
2000-05-26 18:58:00 +00:00
Alan Liu
73d861e601 ICU-352 rename xor to complement (xor is HP keyword)
X-SVN-Rev: 1504
2000-05-26 18:32:15 +00:00
Helena Chapman
384cd08b2c ICU-352 HP-UX ACC doesn't like "xor" as function names.
X-SVN-Rev: 1503
2000-05-26 16:40:29 +00:00
Vladimir Weinstein
0d3c661cb9 ICU-352 conform with HP changes and change Java to C++ style for static data
X-SVN-Rev: 1502
2000-05-26 02:07:25 +00:00
Vladimir Weinstein
d4fcf00c93 ICU-184 uint vs. int problem - better name for #define
X-SVN-Rev: 1501
2000-05-26 02:02:42 +00:00
Helena Chapman
0e03c3e7c1 ICU-352 HP-UX ACC doesn't like "xor" as function names.
X-SVN-Rev: 1500
2000-05-26 01:18:36 +00:00
Markus Scherer
852c3ce82c ICU-176 remove wrong enum scoping
X-SVN-Rev: 1499
2000-05-25 23:15:29 +00:00
Markus Scherer
f9e84da9e5 ICU-176 remove wrong enum scoping; HP/UX aCC: cannot instantiate static array with class constructors
X-SVN-Rev: 1498
2000-05-25 23:15:15 +00:00
Vladimir Weinstein
3010e6cfed ICU-184 uint vs. int problem.
X-SVN-Rev: 1497
2000-05-25 22:16:48 +00:00
Alan Liu
2197c4edb4 ICU-352 improve performance
X-SVN-Rev: 1496
2000-05-25 20:57:30 +00:00
Alan Liu
74a775bb67 ICU-352 add tests for inversion list upgrade
X-SVN-Rev: 1494
2000-05-25 19:28:53 +00:00
Alan Liu
04c2dadb80 ICU-352 move UnicodeSetTest to translit
X-SVN-Rev: 1493
2000-05-25 19:28:16 +00:00
Alan Liu
64ee6c116d ICU-352 compact UnicodeSets
X-SVN-Rev: 1492
2000-05-25 19:27:33 +00:00
Alan Liu
55bf569c3a ICU-352 rewrite to use inversion list; upgrade API to use UChar32
X-SVN-Rev: 1491
2000-05-25 19:27:14 +00:00
Steven R. Loomis
edd13c1b92 ICU-98 64 bit solaris (use $CXX [CC] not cc for the test)
X-SVN-Rev: 1490
2000-05-25 16:00:54 +00:00
Markus Scherer
713ce67cba ICU-176 DecimalFormatSymbols revamped for UTF-16 and graphemes
X-SVN-Rev: 1489
2000-05-25 01:10:55 +00:00
Madhu K
56cd63c203 ICU-184 Added collationelements to test data to test the API ures_binary()
X-SVN-Rev: 1488
2000-05-24 23:44:17 +00:00
Madhu K
7ef69f60ed ICU-184 Tests for the API ures_getBinary() for binary collation
data in resource bundles

X-SVN-Rev: 1487
2000-05-24 23:42:34 +00:00
Markus Scherer
2ceca5876b ICU-176 DecimalFormat API use UnicodeString pad char, not UChar (old: deprecated) - implementation needs to follow at a later time
X-SVN-Rev: 1485
2000-05-24 22:44:14 +00:00
Markus Scherer
93ee508e8e ICU-176 DecimalFormat API use UnicodeString pad char, not UChar (old: deprecated)
X-SVN-Rev: 1484
2000-05-24 22:42:59 +00:00
Vladimir Weinstein
4ada442f58 ICU-408 gencol is used no more
X-SVN-Rev: 1480
2000-05-24 22:11:20 +00:00
Helena Chapman
29a03d5f57 ICU-408 HP-UX port changes.
X-SVN-Rev: 1479
2000-05-24 22:04:00 +00:00
Vladimir Weinstein
a23c3012f6 ICU-408 resolved ambiguity in resource bundle construction
X-SVN-Rev: 1478
2000-05-24 22:03:54 +00:00
Helena Chapman
163f788c6d ICU-408 HP-UX port changes.
X-SVN-Rev: 1475
2000-05-24 21:54:28 +00:00
Vladimir Weinstein
b22f6e854c ICU-406 resolve ambiguity in resource bundle construction
X-SVN-Rev: 1474
2000-05-24 21:51:28 +00:00
Helena Chapman
ea985ee0d3 ICU-408 HP-UX port changes.
X-SVN-Rev: 1473
2000-05-24 21:47:06 +00:00
Markus Scherer
769118da39 ICU-176 prepare some implementation for UChar32 normalization results
X-SVN-Rev: 1471
2000-05-24 21:01:07 +00:00
Markus Scherer
5c5a7f21f1 ICU-176 test new UnicodeString UChar32 overloads
X-SVN-Rev: 1470
2000-05-24 20:59:53 +00:00
Markus Scherer
7699023a21 ICU-408 declare variable before for(;;) head to be visible after the loop
X-SVN-Rev: 1469
2000-05-24 20:58:31 +00:00
Markus Scherer
02ac2e9283 ICU-176 support UChar32 code points in Normalizer API (not implementation)
X-SVN-Rev: 1468
2000-05-24 20:56:19 +00:00
Vladimir Weinstein
ff657123f3 ICU-406 gencol is not used anymore
X-SVN-Rev: 1467
2000-05-24 20:55:44 +00:00
Vladimir Weinstein
5bb7edefb6 ICU-406 win32 compiler warning
X-SVN-Rev: 1466
2000-05-24 20:33:09 +00:00
Markus Scherer
5d29bd3225 ICU-176 disambiguate new UnicodeString function overloads
X-SVN-Rev: 1465
2000-05-24 20:04:01 +00:00
Markus Scherer
7195589e89 ICU-176 add forgotten UChar32 overloads
X-SVN-Rev: 1464
2000-05-24 20:03:21 +00:00
Vladimir Weinstein
1583efe468 ICU-406 putting collation in resource bundles
X-SVN-Rev: 1463
2000-05-24 19:58:40 +00:00
Steven R. Loomis
950fcb75d3 ICU-352 update makefile for new test files
X-SVN-Rev: 1461
2000-05-24 19:29:45 +00:00
Helena Chapman
aab9c41ddc ICU-408 AIX 4.3.x port changes.
X-SVN-Rev: 1460
2000-05-24 19:21:39 +00:00
Alan Liu
ed528c7b3a ICU-352 disallow bad ranges
X-SVN-Rev: 1458
2000-05-24 18:25:27 +00:00
Alan Liu
21f4b2ab47 ICU-352 change int to int32_t
X-SVN-Rev: 1457
2000-05-24 17:33:27 +00:00
Alan Liu
686fb1315d ICU-352 clean up
X-SVN-Rev: 1456
2000-05-24 17:32:49 +00:00
Alan Liu
325de051cd ICU-352 add TestUtility (supports TransliteratorRoundTripTest)
X-SVN-Rev: 1455
2000-05-24 17:32:20 +00:00
Alan Liu
83d22bc5dc ICU-352 add transliterator round trip test
X-SVN-Rev: 1454
2000-05-24 17:31:51 +00:00
Helena Chapman
b1b02f9f36 ICU-393 Removed because of the copyright notice.
X-SVN-Rev: 1451
2000-05-24 00:50:03 +00:00
Markus Scherer
cdd47bd7db ICU-408 fix range checks
X-SVN-Rev: 1450
2000-05-23 23:23:09 +00:00
Markus Scherer
0ac2091144 ICU-408 disable language extensions for system headers
X-SVN-Rev: 1449
2000-05-23 22:35:53 +00:00
Steven R. Loomis
440176cafd ICU-351 UBool
X-SVN-Rev: 1448
2000-05-23 22:15:37 +00:00
Steven R. Loomis
ffd5326fa5 ICU-408 [minor compiler issues] datatype for constants
X-SVN-Rev: 1447
2000-05-23 22:02:38 +00:00
Steven R. Loomis
62640fec80 ICU-384 No // comments in C code!
X-SVN-Rev: 1446
2000-05-23 21:09:13 +00:00
Steven R. Loomis
dc57b32b13 ICU-98 64 bit solaris: only enable sparcv9 if the compiler supports it.
X-SVN-Rev: 1445
2000-05-23 21:06:02 +00:00
Madhu K
0371d8ba8e ICU-176 Tests for new API for UTF-16 support
X-SVN-Rev: 1444
2000-05-23 20:51:39 +00:00
Markus Scherer
aca0c53ac2 ICU-397 make u_versionFrom/ToString() public
X-SVN-Rev: 1437
2000-05-22 22:24:51 +00:00
Markus Scherer
7e85fb6dae ICU-397 sorry, the previous commit had the wrong comment - make u_versionFrom/ToString() public
X-SVN-Rev: 1436
2000-05-22 22:24:15 +00:00
Markus Scherer
db57518b4c ICU-405 remove duplicate country name for SH
X-SVN-Rev: 1435
2000-05-22 22:22:14 +00:00
Markus Scherer
96dc5f4530 ICU-405 remove duplicate country name for SH
X-SVN-Rev: 1434
2000-05-22 21:24:50 +00:00
Jim Snyder Grant
7f51cb674c ICU-384 Add locale-biasing support to LMBCS
X-SVN-Rev: 1433
2000-05-22 21:24:26 +00:00
Markus Scherer
e0b2874c1c ICU-405 copy error message, not just the pointer
X-SVN-Rev: 1432
2000-05-22 21:24:12 +00:00
Markus Scherer
e3f05d0397 ICU-405 show in error message which table key is duplicated
X-SVN-Rev: 1431
2000-05-22 21:23:48 +00:00
Vladimir Weinstein
4ac3751ce3 ICU-406 putting collation in resource bundles (inital revision)
X-SVN-Rev: 1430
2000-05-22 20:20:52 +00:00
Markus Scherer
1c7819548d ICU-384 ucnv_open() recognize options appended to the converter name
X-SVN-Rev: 1429
2000-05-22 20:15:09 +00:00
Vladimir Weinstein
c8b1f9396f ICU-406 putting collation in resource bundles (inital revision)
X-SVN-Rev: 1428
2000-05-22 19:51:21 +00:00
Vladimir Weinstein
ca5cb935ca ICU-406 putting collation data in resource bundles (initial revision)
X-SVN-Rev: 1427
2000-05-22 19:50:23 +00:00
Vladimir Weinstein
e35f1c9533 ICU-406 putting collation in resource bundles (initial revision)
X-SVN-Rev: 1426
2000-05-22 19:49:10 +00:00
Markus Scherer
085c40a2bb ICU-405 add more german country names
X-SVN-Rev: 1425
2000-05-22 18:35:13 +00:00
Alan Liu
87aa5a7c73 ICU-403 update docs
X-SVN-Rev: 1424
2000-05-20 04:42:59 +00:00
Alan Liu
358312cc1a ICU-352 add new Replaceable API
X-SVN-Rev: 1423
2000-05-20 04:41:12 +00:00
Alan Liu
563d9e5006 ICU-352 rbt support for segments, cursor offset, and new syntax
X-SVN-Rev: 1422
2000-05-20 04:40:29 +00:00
Alan Liu
6a59bb39c8 ICU-345 fixed constructor to properly handle invalid IDs
X-SVN-Rev: 1421
2000-05-20 04:35:31 +00:00
Vladimir Weinstein
b126b1ac93 ICU-402 genrb now handles \u0000 again
X-SVN-Rev: 1420
2000-05-20 02:56:59 +00:00
Alan Liu
1d3e8f643d ICU-345 fixed constructor to properly handle invalid IDs
X-SVN-Rev: 1419
2000-05-20 02:08:55 +00:00
Markus Scherer
a511f10787 ICU-401 different ebcdic<->ascii tables for non-os/390 ebcdic platforms
X-SVN-Rev: 1418
2000-05-20 00:58:14 +00:00
Markus Scherer
43749d6ef2 ICU-43 correct SBCS conversion handling of (UChar)0 to (char)0
X-SVN-Rev: 1417
2000-05-20 00:17:47 +00:00
Helena Chapman
335e7a1731 ICU-394 Check NULL return in the default lookup table.
X-SVN-Rev: 1416
2000-05-19 17:19:07 +00:00
Steven R. Loomis
186d254fd8 ICU-351 also should be another bug. Updated hindi data [thanks Arundhati!]. Language names are believed to be fairly complete for 2-letter codes. Month/Day names corrected.
X-SVN-Rev: 1415
2000-05-19 03:07:13 +00:00
Helena Chapman
4c2d358b88 ICU-351 This should really be another bug but the jitterbug system is down now.
Check in the Hindi locale support.

X-SVN-Rev: 1414
2000-05-19 00:15:39 +00:00
Helena Chapman
7f9bb6418e ICU-351 This should really be another bug but the jitterbug system is down now. On AIX 4.2 and 4.3, though the inttypes.h definition is different, the binary compatibility forced us to make the changes in platform.h.in.
X-SVN-Rev: 1413
2000-05-19 00:04:07 +00:00
Helena Chapman
69ba12f77c ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Vladimir Weinstein
881a9d1d31 ICU-184 support for storing binary collation data in resource bundles (initial revision)
X-SVN-Rev: 1408
2000-05-18 21:25:51 +00:00
Vladimir Weinstein
032a18718e ICU-184 .res files go to mem map files - build issue
X-SVN-Rev: 1407
2000-05-18 20:26:32 +00:00