Commit Graph

15188 Commits

Author SHA1 Message Date
George Rhoten
fc532c8ac1 ICU-5743 Stop crashing when the default collator keyword is unsupported. Also add some other code coverage tests.
X-SVN-Rev: 21728
2007-06-13 22:53:28 +00:00
George Rhoten
8792b6d367 ICU-5410 Improve code coverage.
X-SVN-Rev: 21727
2007-06-13 22:15:26 +00:00
George Rhoten
b96ed146b3 ICU-5410 Improve code coverage.
X-SVN-Rev: 21726
2007-06-13 22:00:32 +00:00
Markus Scherer
a314ab91e3 ICU-5445 use <> for system headers
X-SVN-Rev: 21724
2007-06-13 20:27:13 +00:00
George Rhoten
4169039b77 ICU-5410 Improve code coverage by consolidating hard to test code.
X-SVN-Rev: 21723
2007-06-13 19:45:02 +00:00
George Rhoten
8923f76414 ICU-5410 Improve code coverage.
X-SVN-Rev: 21722
2007-06-13 19:18:57 +00:00
George Rhoten
8991008eb9 ICU-5410 Improve code coverage.
X-SVN-Rev: 21721
2007-06-13 19:03:09 +00:00
George Rhoten
c8918350a4 ICU-5410 Improve code coverage by removing unused/unuseable code.
X-SVN-Rev: 21719
2007-06-12 21:44:55 +00:00
Michael Ow
15349f2b91 ICU-5423 Get the time only once.
X-SVN-Rev: 21717
2007-06-12 21:09:37 +00:00
George Rhoten
af7b832a8b ICU-5410 Improve code coverage.
X-SVN-Rev: 21714
2007-06-12 20:41:12 +00:00
Michael Ow
5395d652ba ICU-5423 Remove the tzdate folder from the samples directory.
X-SVN-Rev: 21713
2007-06-12 20:33:39 +00:00
Michael Ow
16cb1d1365 ICU-5423 Configure the Makefile for compat.
X-SVN-Rev: 21712
2007-06-12 20:32:38 +00:00
Michael Ow
e76e222533 ICU-5423 Move the tzdate tool to the test folder.
X-SVN-Rev: 21711
2007-06-12 20:31:20 +00:00
George Rhoten
fc9cf24a18 ICU-5741 Test and fix cloning of Win32NumberFormat and Win32DateFormat
X-SVN-Rev: 21708
2007-06-12 05:20:11 +00:00
George Rhoten
b1596178bc ICU-5410 Improve code coverage.
X-SVN-Rev: 21707
2007-06-12 01:36:50 +00:00
Michael Ow
15aa6d4b33 ICU-5423 Remove the time zone test from the build.
X-SVN-Rev: 21704
2007-06-11 22:08:01 +00:00
Michael Ow
7a90c71ea2 ICU-5423 The output now gives the total number of time zones on the system.
X-SVN-Rev: 21703
2007-06-11 22:04:24 +00:00
Michael Ow
3a924f6fb7 ICU-5423 Added a help function for the tzone script.
X-SVN-Rev: 21702
2007-06-11 21:10:21 +00:00
George Rhoten
80bfe1b739 ICU-5357 Undo accidental change to tracetst.c
X-SVN-Rev: 21701
2007-06-11 21:08:10 +00:00
Michael Ow
4f084b4fec ICU-5423 Added a time zone test in samples folder. A perl script goes through the time zones on the system and compares the system time with the time given by icu. The results are put in a log file.
X-SVN-Rev: 21700
2007-06-11 20:44:01 +00:00
George Rhoten
93351fd30c ICU-5357 Fix broken HTTP links in documentation.
X-SVN-Rev: 21699
2007-06-11 19:14:47 +00:00
George Rhoten
b874dd50a1 ICU-5410 Remove untested code as per the agreed policy stated in ticket #2972.
X-SVN-Rev: 21697
2007-06-11 18:52:53 +00:00
Vladimir Weinstein
ba5eaaf5e1 ICU-5445 working around glibc bug in strcpy that produces compiler warnings.
X-SVN-Rev: 21696
2007-06-11 18:44:06 +00:00
George Rhoten
854bc0fa02 ICU-5410 Remove untested code as per the agreed policy stated in ticket #2972.
X-SVN-Rev: 21695
2007-06-11 18:42:29 +00:00
Vladimir Weinstein
a16ac0c913 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21694
2007-06-11 18:42:07 +00:00
George Rhoten
2f55b1b39f ICU-5410 Improve code coverage by removing unused/unuseable code.
X-SVN-Rev: 21693
2007-06-11 17:37:31 +00:00
George Rhoten
2ce4cfa8af ICU-5279 Add comments about API hiding.
X-SVN-Rev: 21692
2007-06-11 15:58:47 +00:00
George Rhoten
ff56edb93b ICU-5279 Hide RuleBasedTransliterator
X-SVN-Rev: 21691
2007-06-11 15:15:47 +00:00
George Rhoten
5e71954172 ICU-5279 Reduce internal API usage.
X-SVN-Rev: 21690
2007-06-11 15:05:52 +00:00
George Rhoten
779270a376 ICU-5279 Reduce internal API usage.
X-SVN-Rev: 21689
2007-06-11 15:00:42 +00:00
George Rhoten
5d795c7f6c ICU-5279 Reduce internal API usage.
X-SVN-Rev: 21688
2007-06-11 06:05:41 +00:00
George Rhoten
6cc5994f9f ICU-5279 Hide more internal API.
X-SVN-Rev: 21687
2007-06-11 02:32:47 +00:00
George Rhoten
06c982a592 ICU-5279 Better hiding and testing of internal functions.
X-SVN-Rev: 21686
2007-06-10 20:11:28 +00:00
George Rhoten
c3b6afbcc0 ICU-5740 Improve converting ASCII/ISO-8859-1 -> UTF16
X-SVN-Rev: 21685
2007-06-10 06:36:08 +00:00
George Rhoten
cb0ad33fd6 ICU-5645 Add a test for incomplete surrogates when converting UTF-16->UTF-8
X-SVN-Rev: 21684
2007-06-10 03:26:49 +00:00
George Rhoten
28e08c0c3c ICU-5410 Undo check-in for i18n project.
X-SVN-Rev: 21680
2007-06-08 22:39:49 +00:00
George Rhoten
2cff43895e ICU-5410 Remove unused/untestable code
X-SVN-Rev: 21679
2007-06-08 22:31:20 +00:00
John Emmons
f612461fd1 ICU-5711 Allow RLM in date formats
X-SVN-Rev: 21667
2007-06-08 01:45:02 +00:00
George Rhoten
738ea1c274 ICU-5410 Improve code coverage.
X-SVN-Rev: 21664
2007-06-07 22:05:26 +00:00
George Rhoten
3341350bdb ICU-5566 Update Sudan currency
X-SVN-Rev: 21663
2007-06-07 20:34:21 +00:00
George Rhoten
7364565f3f ICU-5734 Add no and no_NO aliases.
X-SVN-Rev: 21662
2007-06-07 18:01:55 +00:00
George Rhoten
07a1c2a6b2 ICU-5326 Add comments about default converter handling
X-SVN-Rev: 21659
2007-06-07 05:15:52 +00:00
George Rhoten
31d17573e7 ICU-4678 Use u_fprintf instead of printf
X-SVN-Rev: 21658
2007-06-07 00:58:02 +00:00
George Rhoten
debbc013c6 ICU-5566 Update Sudan currency
X-SVN-Rev: 21657
2007-06-07 00:43:14 +00:00
George Rhoten
871ce36286 ICU-5305 Allow ICU to build when U_USING_ICU_NAMESPACE is 0
X-SVN-Rev: 21656
2007-06-07 00:41:21 +00:00
George Rhoten
e1ed2e9f2e ICU-5610 Use <tzfile.h> for time zone path names when available
X-SVN-Rev: 21653
2007-06-06 22:11:45 +00:00
George Rhoten
c22b3075b7 ICU-5604 EUC-JP portability is hopeless. Map POSIX charset names to close approximations. The current aliases are staying as they are for Windows/AIX compatibility.
Windows is max 2 bytes, and the other EUC-JP variants have a 3 byte maximum per codepoint.

X-SVN-Rev: 21652
2007-06-06 21:42:33 +00:00
George Rhoten
4b815792ea ICU-5279 Fix AIX 32-bit mode.
X-SVN-Rev: 21650
2007-06-06 14:35:22 +00:00
George Rhoten
954170ec8a ICU-5610 Undo last change. It's not portable.
X-SVN-Rev: 21649
2007-06-06 05:26:51 +00:00
Deborah Goldsmith
8334f8b2f7 ICU-5610 Use <tzfile.h> for time zone path names
X-SVN-Rev: 21648
2007-06-06 01:40:43 +00:00