Commit Graph

4802 Commits

Author SHA1 Message Date
George Rhoten
14fd019f1b ICU-1008 Do less static initialization. Still need to fix static destruction, but it's better now.
X-SVN-Rev: 5198
2001-07-06 23:19:56 +00:00
Alan Liu
057fe1636a ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32
X-SVN-Rev: 5197
2001-07-06 20:10:25 +00:00
Alan Liu
1c40f7aebd ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32
X-SVN-Rev: 5196
2001-07-06 19:53:12 +00:00
Vladimir Weinstein
ac95eb8654 ICU-392 added API declarations and dummy implementations for state handling functions. Carved data structures some more.
X-SVN-Rev: 5195
2001-07-06 04:57:28 +00:00
Vladimir Weinstein
e52983285d ICU-1031 adapted test to the new suffix for warnings
X-SVN-Rev: 5194
2001-07-06 04:46:16 +00:00
Vladimir Weinstein
f9d494b482 ICU-934 fixed renaming of aliased entry so that cache cleanup would work properly
X-SVN-Rev: 5193
2001-07-06 04:36:08 +00:00
George Rhoten
6c1d9648a9 ICU-1017 Better determination of compiler location on Solaris.
X-SVN-Rev: 5192
2001-07-06 01:21:59 +00:00
George Rhoten
0b0a9cb20a ICU-1018 Don't use the Windows compiler extension _itoa().
X-SVN-Rev: 5191
2001-07-06 01:12:24 +00:00
Alan Liu
7e50ec3967 Update tests for new liberalized ID syntax
X-SVN-Rev: 5190
2001-07-05 23:35:52 +00:00
Alan Liu
d9b3c3f3f3 Liberalize ID syntax to allow spaces, ignore case, move inline filter canonical position to before separator
X-SVN-Rev: 5189
2001-07-05 23:35:30 +00:00
Alan Liu
7771255c76 ICU-1006 fix non-inverse IDs with no separator and filter
X-SVN-Rev: 5188
2001-07-05 23:34:49 +00:00
Yves Arrouye
c8f19caff2 ICU-1010 some changes in Debian sections
X-SVN-Rev: 5187
2001-07-05 23:26:50 +00:00
Yves Arrouye
336857b2cc ICU-1010 well, only look at uversion.h, it's simpler and shouldn't change
X-SVN-Rev: 5186
2001-07-05 23:14:14 +00:00
George Rhoten
7431b06d8b ICU-740 Remove old/unused code according to Steven and Alan.
X-SVN-Rev: 5185
2001-07-05 23:13:36 +00:00
Alan Liu
14ba574a14 ICU-1006 update tests of ID handling
X-SVN-Rev: 5184
2001-07-05 22:55:38 +00:00
Alan Liu
ed41780be7 ICU-1006 repair ID handling re filters and inverses
X-SVN-Rev: 5183
2001-07-05 22:54:10 +00:00
George Rhoten
32aacf7170 ICU-740 Moving to the charset/source directory. This information shouldn't be a normal part of ICU.
X-SVN-Rev: 5181
2001-07-05 22:39:23 +00:00
George Rhoten
ce3bed4f40 ICU-740 Remove old/unused code according to Helena.
X-SVN-Rev: 5180
2001-07-05 22:32:23 +00:00
Vladimir Weinstein
6c37bcf77d ICU-1031 added warning codes ending in _WARNING, changed string names. Also added error and warning needed for j392
X-SVN-Rev: 5179
2001-07-05 19:45:03 +00:00
Alan Liu
81db4fe6e5 ICU-1029 fix deadlock in factory reg code
X-SVN-Rev: 5178
2001-07-05 16:45:38 +00:00
Yves Arrouye
ae27fb7c36 ICU-678 updated the license statement
X-SVN-Rev: 5177
2001-07-04 04:04:34 +00:00
Alan Liu
c4976b1c19 ICU-1029 add nortrans.h
X-SVN-Rev: 5176
2001-07-03 23:49:21 +00:00
Alan Liu
eb1a26e702 ICU-1029 add NormalizationTransliterator test
X-SVN-Rev: 5175
2001-07-03 23:45:23 +00:00
Alan Liu
88f3594c6a ICU-1029 fix factory registration code
X-SVN-Rev: 5174
2001-07-03 23:44:59 +00:00
Alan Liu
6f20ab6cdc ICU-1029 add NormalizationTransliterator
X-SVN-Rev: 5173
2001-07-03 23:44:45 +00:00
Alan Liu
7d06ccf4f3 ICU-1029 add NormalizationTransliterator; fix factory registration code
X-SVN-Rev: 5172
2001-07-03 23:44:37 +00:00
Alan Liu
9d0f9630c9 Remove extra commas
X-SVN-Rev: 5171
2001-07-03 23:28:33 +00:00
Alan Liu
c3f4cfbc85 ICU-1029 make UVector compare and delete fn pts compatible with uhash
X-SVN-Rev: 5170
2001-07-03 23:09:03 +00:00
Vladimir Weinstein
2c32faf09b ICU-392 state structure...
X-SVN-Rev: 5169
2001-07-03 22:21:53 +00:00
George Rhoten
5486a097ba ICU-770 Add a function to destroy a mutex, and don't allocate memory for the global mutex.
X-SVN-Rev: 5168
2001-07-03 20:35:27 +00:00
Alan Liu
ac454c01db ICU-1029 add factory registration to support NormalizationTransliterator; make cacheIDs own its own copies of ID UnicodeStrings
X-SVN-Rev: 5167
2001-07-03 20:01:56 +00:00
George Rhoten
426cd3ad5b ICU-953 Don't initialize the data at static initialization time.
Do it in the thread itself.

X-SVN-Rev: 5166
2001-07-03 19:47:22 +00:00
George Rhoten
c5e542d79d ICU-1007 Fix some Linux compiler warnings and some memory leaks.
X-SVN-Rev: 5165
2001-07-03 16:45:54 +00:00
Syn Wee Quek
1cb0b9af30 Added hex(int number, int width, Stringbuffer str)
X-SVN-Rev: 5164
2001-07-03 16:35:12 +00:00
Syn Wee Quek
a49de54762 Uppercase algorithmic character names.
X-SVN-Rev: 5163
2001-07-03 16:34:22 +00:00
Syn Wee Quek
2ac03bb958 Modified tests for character names.
X-SVN-Rev: 5162
2001-07-03 16:33:27 +00:00
George Rhoten
11eaa76f83 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5161
2001-07-03 00:27:22 +00:00
George Rhoten
0ca315bb4e ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5160
2001-07-02 22:56:52 +00:00
George Rhoten
ab0aee5fbc ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5159
2001-07-02 22:53:22 +00:00
George Rhoten
6a79b605fb ICU-1008 Do less static initialization.
X-SVN-Rev: 5158
2001-07-02 22:04:18 +00:00
George Rhoten
4960bd9d5c ICU-1028 Fixes for os/390
X-SVN-Rev: 5157
2001-07-02 21:07:35 +00:00
Markus Scherer
2fc1e2ef98 ICU-1027 move fLength back from Replaceable to UnicodeString, add virtual Rep::getLength()
X-SVN-Rev: 5156
2001-07-02 20:58:14 +00:00
Alan Liu
db3c833b55 Port Any-Name and Name-Any from icu4c
X-SVN-Rev: 5155
2001-07-02 20:55:29 +00:00
George Rhoten
a22ea7d8af ICU-919 Made some functions inline.
X-SVN-Rev: 5154
2001-07-02 20:26:33 +00:00
George Rhoten
9fd5994ca7 ICU-479 Fix for s/390, stop exporting private static const variables, and improve speed performance
X-SVN-Rev: 5153
2001-07-02 20:09:52 +00:00
Alan Liu
7ce872d018 Fix IDs in case map test
X-SVN-Rev: 5152
2001-07-02 19:44:10 +00:00
Alan Liu
8322023f2d Get Any-Title checked in
X-SVN-Rev: 5151
2001-07-02 19:24:26 +00:00
George Rhoten
de96188690 ICU-965 Add some missing header files.
X-SVN-Rev: 5150
2001-07-02 18:37:49 +00:00
George Rhoten
72159af00c ICU-953 Export fewer static symbols and fix an os/390 porting problem
X-SVN-Rev: 5149
2001-07-02 17:23:27 +00:00
George Rhoten
c4cc4f56ea ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5148
2001-06-29 22:54:56 +00:00