Commit Graph

12778 Commits

Author SHA1 Message Date
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
Markus Scherer
ca77616509 ICU-3432 move uniset.cpp data for case closure to ucase.icu; have gencase build case closure data; ucase.c use it; UnicodeSet::closeOver() call that
X-SVN-Rev: 16902
2004-12-02 04:18:35 +00:00
George Rhoten
67f46c57e8 ICU-4065 Only use usleep from the main thread, since usleep is not thread safe on pre-Solaris 9 machines.
See if that helps, since nanosleep isn't portable among various versions of Solaris.

X-SVN-Rev: 16900
2004-11-30 22:19:38 +00:00
George Rhoten
13158509da ICU-1142 Better rbnf support for Ukrainian locale
X-SVN-Rev: 16899
2004-11-29 21:18:32 +00:00
George Rhoten
ca836f55f7 ICU-1143 Add support for KOI8-U
X-SVN-Rev: 16898
2004-11-29 21:16:23 +00:00
George Rhoten
d4cfb5dd8f ICU-2961 Make stubdata mirror pkgdata settings.
X-SVN-Rev: 16897
2004-11-25 01:28:59 +00:00
George Rhoten
a078b0c0e9 ICU-4189 Remove some dependencies on conversion code.
X-SVN-Rev: 16896
2004-11-25 00:25:52 +00:00
George Rhoten
fa0fd19f7c ICU-2961 Remove the default intrinsic function setting, as it is controlled by /O2.
X-SVN-Rev: 16895
2004-11-24 19:49:16 +00:00
George Rhoten
5b575ed168 ICU-4244 The fixes for Cygwin/MSVC also need to be applied to Cygwin.
X-SVN-Rev: 16889
2004-11-22 23:27:00 +00:00
George Rhoten
51db19938f ICU-4244 Real fixes for Cygwin/MSVC installation. This might be a configuration problem on some Cygwin installations.
X-SVN-Rev: 16880
2004-11-18 21:22:09 +00:00
George Rhoten
1f8fee4a46 ICU-4244 Fixes for Cygwin/MSVC installation.
X-SVN-Rev: 16877
2004-11-17 20:41:21 +00:00
Eric Mader
1571c95f52 ICU-4179 replace text w/ a notice to fetch the file from Markus Kuhn's site.
X-SVN-Rev: 16876
2004-11-17 00:13:10 +00:00
George Rhoten
fb771e59da ICU-4228 Return an empty locale on error instead of the default locale.
X-SVN-Rev: 16874
2004-11-16 22:42:08 +00:00
George Rhoten
f3229bc8ac ICU-4225 Better character escaping
X-SVN-Rev: 16868
2004-11-15 23:03:53 +00:00
George Rhoten
ee75bfbbae ICU-3591 [srl] fix a memory leak, put in disabled code that makes purify happy
X-SVN-Rev: 16867
2004-11-15 23:02:05 +00:00
Eric Mader
965852701a ICU-4232 Add info about Universal Time Scale API.
X-SVN-Rev: 16866
2004-11-15 22:14:58 +00:00
George Rhoten
416ccfce31 ICU-3854 Fix for older versions of os/400. ICU now has many more binary and UTF-8 files.
X-SVN-Rev: 16864
2004-11-15 19:35:13 +00:00
Andy Heninger
981153310f ICU-4127 fix incorrect parameter description comments.
X-SVN-Rev: 16863
2004-11-15 18:26:25 +00:00
Andy Heninger
072921d9d3 ICU-4228 memory allocation not using ICU functions
X-SVN-Rev: 16860
2004-11-14 05:11:59 +00:00
George Rhoten
4c8340b33f ICU-4053 Fix an accessibility warning
X-SVN-Rev: 16856
2004-11-13 05:26:06 +00:00