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
Alan Liu
55856a786a
Test fieldDifference (j438)
...
X-SVN-Rev: 1621
2000-06-14 17:00:33 +00:00
Alan Liu
c5d118a49f
Implement fieldDifference (j438)
...
X-SVN-Rev: 1620
2000-06-14 17:00:20 +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