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