Commit Graph

12797 Commits

Author SHA1 Message Date
George Rhoten
4f762b71a8 ICU-4092 Improve code coverage
X-SVN-Rev: 16974
2004-12-20 23:47:56 +00:00
George Rhoten
03506550ff ICU-4092 Improve code coverage
X-SVN-Rev: 16973
2004-12-20 23:38:05 +00:00
George Rhoten
f31614d5bc ICU-4092 Add documentation that was found to be helpful while testing.
X-SVN-Rev: 16972
2004-12-20 23:22:34 +00:00
George Rhoten
552e09eae6 ICU-4092 Improve code coverage
X-SVN-Rev: 16971
2004-12-20 23:10:09 +00:00
George Rhoten
1958749d0d ICU-4092 Move rtti test code to proper location
X-SVN-Rev: 16970
2004-12-20 23:07:25 +00:00
George Rhoten
b7d71b6d46 ICU-4092 Remove dead code
X-SVN-Rev: 16968
2004-12-18 01:05:47 +00:00
Eric Mader
b048fcb49a ICU-4308 Get rid of loengine, and good riddance!
X-SVN-Rev: 16967
2004-12-18 00:45:27 +00:00
George Rhoten
9fe324401f ICU-4092 Remove dead code
X-SVN-Rev: 16966
2004-12-17 23:48:55 +00:00
Eric Mader
9f74d939f0 ICU-4307 clean up @see references, document UTimeScaleValue, use UDateTimeScale names in time scale table.
X-SVN-Rev: 16965
2004-12-17 23:07:36 +00:00
Eric Mader
37ae10043d ICU-4306 Make sure that LayoutEngine docs get built, add to docmain, and clean up doc comments.
X-SVN-Rev: 16964
2004-12-17 01:17:36 +00:00
Eric Mader
1dc34d1780 ICU-4304 update @draft for ICU 3.2.
X-SVN-Rev: 16961
2004-12-16 19:06:33 +00:00
Eric Mader
1471376ec8 ICU-4302 changes from ICU 3.2 "no data" test.
X-SVN-Rev: 16958
2004-12-16 02:54:23 +00:00
George Rhoten
850c108c17 ICU-4092 Remove dead code.
X-SVN-Rev: 16957
2004-12-15 18:48:57 +00:00
George Rhoten
d205f70f5b ICU-4092 Enable dead code.
X-SVN-Rev: 16956
2004-12-15 18:03:41 +00:00
George Rhoten
70e9d03998 ICU-4299 Fix ures_openU so that it works as documented
X-SVN-Rev: 16955
2004-12-15 02:49:04 +00:00
George Rhoten
a1487bcd57 ICU-4092 Remove dead test code that Andy said was okay to delete.
Better test code is in intltest.

X-SVN-Rev: 16953
2004-12-15 02:26:24 +00:00
George Rhoten
a6320bf075 ICU-4092 Remove invalid and unused tests
X-SVN-Rev: 16952
2004-12-15 01:06:38 +00:00
George Rhoten
782d23513d ICU-4092 Consolidate MyNumberFormatTest PureCoverage numbers.
X-SVN-Rev: 16951
2004-12-15 01:06:19 +00:00
George Rhoten
90bcaf8e3a ICU-4296 Reduce the number of exports. Public static data can be a problem for gcc on Windows.
X-SVN-Rev: 16949
2004-12-14 17:58:42 +00:00
George Rhoten
4b70b59e77 ICU-4092 Increase function coverage
X-SVN-Rev: 16948
2004-12-14 17:43:56 +00:00
George Rhoten
d251279960 ICU-4296 Reduce the number of function exports
X-SVN-Rev: 16947
2004-12-14 16:59:34 +00:00
George Rhoten
68f761e57f ICU-4281 Reduce utrace dependencies when disabled.
X-SVN-Rev: 16937
2004-12-10 00:12:11 +00:00
George Rhoten
c68fa87f5b ICU-4281 Reduce UStack dependencies
X-SVN-Rev: 16934
2004-12-09 06:39:49 +00:00
George Rhoten
a91af43a2d ICU-4281 Mostly split collation so that the runtime doesn't depend on service
registration, resource bundles, collation building/loading and collation meta information.
ucol_close still depends on ures_close, but it's better than before.

X-SVN-Rev: 16933
2004-12-09 04:23:42 +00:00
George Rhoten
5f99b4942b ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16931
2004-12-08 23:14:49 +00:00
George Rhoten
2f7b1cd736 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16930
2004-12-08 23:02:08 +00:00
George Rhoten
5c4521733e ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16929
2004-12-08 22:38:55 +00:00
George Rhoten
d5dbf8a676 ICU-4286 os/400 -> i5/OS
X-SVN-Rev: 16928
2004-12-08 01:10:20 +00:00
George Rhoten
70b126c727 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16927
2004-12-08 01:05:40 +00:00
George Rhoten
ac893ce00e ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16926
2004-12-07 23:43:48 +00:00
George Rhoten
306b5ea7da ICU-3229 Fix for HP-UX. Apparently psuedo-rpath stuff doesn't work well
on HP-UX, and that is included with LDFLAGS from mh-hpux-acc. Use the official
LDFLAGS and add special flags as needed.

X-SVN-Rev: 16925
2004-12-07 22:14:25 +00:00
George Rhoten
9bf6134869 ICU-4280 Improve the z/OS ASCII support.
The Lotus specific addition apparently wasn't needed.

X-SVN-Rev: 16923
2004-12-06 17:31:27 +00:00
George Rhoten
466b466b9f ICU-4189 Reduce static library dependencies on conversion code,
and allow UCONFIG_NO_CONVERSION to work.

X-SVN-Rev: 16922
2004-12-06 06:09:20 +00:00
George Rhoten
a643013936 ICU-4189 Reduce static library dependencies on conversion code,
and allow UCONFIG_NO_CONVERSION to work.

X-SVN-Rev: 16921
2004-12-05 20:22:33 +00:00
George Rhoten
d0d233155d ICU-4281 Condense break iterator usage.
X-SVN-Rev: 16920
2004-12-05 06:23:51 +00:00
George Rhoten
de39e80b8c ICU-4281 Reduce the u_errorName usage.
X-SVN-Rev: 16919
2004-12-05 05:38:50 +00:00
George Rhoten
cf2b390e5a ICU-4237 Update RUR->RUB
X-SVN-Rev: 16918
2004-12-05 02:07:23 +00:00
George Rhoten
c5422c1142 ICU-4240 Fix some error messages.
X-SVN-Rev: 16917
2004-12-05 01:49:02 +00:00
George Rhoten
ece68847de ICU-4280 Improve the z/OS ASCII support
X-SVN-Rev: 16916
2004-12-04 22:57:38 +00:00
George Rhoten
c4d892bdd7 ICU-4189 Remove some dependencies on the conversion API.
X-SVN-Rev: 16915
2004-12-04 07:22:23 +00:00
George Rhoten
db0f035859 ICU-4280 Improve the z/OS ASCII support.
X-SVN-Rev: 16914
2004-12-04 01:25:57 +00:00
Doug Felt
d31f339917 ICU-4080 fix nl number spellout
X-SVN-Rev: 16913
2004-12-03 23:26:50 +00:00
George Rhoten
937bd376ff ICU-3004 An AIX machine set to the tr_TR locale complains bitterly about some "builtin" functions defined in stdlib.h.
Include it in fewer places so that fewer warnings appear, and make sure that it's more difficult to accidentally use the C malloc and free.

X-SVN-Rev: 16912
2004-12-03 20:22:01 +00:00
George Rhoten
a0ab77176b ICU-4189 Remove some dependencies on the conversion API.
X-SVN-Rev: 16911
2004-12-03 06:16:10 +00:00
Doug Felt
e2d8c9baaa ICU-4263 fixed bad locale data, added test
X-SVN-Rev: 16909
2004-12-02 21:49:50 +00:00
Markus Scherer
7e756c1233 ICU-3432 remove temporary code
X-SVN-Rev: 16907
2004-12-02 18:21:55 +00:00
George Rhoten
7fcbdfbb65 ICU-3229 Allow pkgdata to pass in linker options to the linker
X-SVN-Rev: 16906
2004-12-02 07:58:32 +00:00
George Rhoten
ef1ac9b4f4 ICU-3229 Pass in special LDFLAGS when creating a shared data library.
This will make sure that the proper /base: can be passed in on Windows,
and it changes how the shared data library is created on at least Linux so that it requires no C runtime initialization (faster load time).

X-SVN-Rev: 16905
2004-12-02 07:37:00 +00:00
George Rhoten
65e90ef307 ICU-4102 Improve multi-level aliasing with fallbacks.
We only need to know that the length of the string is >0.

X-SVN-Rev: 16904
2004-12-02 07:27:34 +00:00
George Rhoten
380f90589e ICU-4273 Fix some test initialization issues.
X-SVN-Rev: 16903
2004-12-02 07:09:05 +00:00