Commit Graph

15221 Commits

Author SHA1 Message Date
George Rhoten
7a0397e812 ICU-4078 Fix for z/OS due to recent modularization.
X-SVN-Rev: 16415
2004-10-07 17:29:15 +00:00
George Rhoten
918a684663 ICU-4078 Fix for z/OS due to recent modularization.
X-SVN-Rev: 16414
2004-10-07 17:26:53 +00:00
George Rhoten
d078ffb611 ICU-4125 Fix a test typo
X-SVN-Rev: 16412
2004-10-07 07:51:11 +00:00
George Rhoten
9777ef9aae ICU-4078 Move dependency of uloc API from locmap to uloc.
X-SVN-Rev: 16411
2004-10-07 06:05:26 +00:00
Steven R. Loomis
8718308cb1 ICU-3186 comparator updates for the interim draft tool
X-SVN-Rev: 16410
2004-10-07 01:50:40 +00:00
Ram Viswanadha
1972403939 ICU-2055 fix a bug which lets messages being printed even when marked draft
X-SVN-Rev: 16407
2004-10-07 00:19:16 +00:00
George Rhoten
61639cbad5 ICU-4078 Depend less on the default converter.
X-SVN-Rev: 16406
2004-10-06 23:49:02 +00:00
Ram Viswanadha
d6ecaf682b ICU-2055 fix a typo
X-SVN-Rev: 16405
2004-10-06 23:43:16 +00:00
George Rhoten
45801df756 ICU-4078 Fix some typos while reviewing the cleanup functions.
X-SVN-Rev: 16404
2004-10-06 23:23:13 +00:00
George Rhoten
e2188e6775 ICU-4078 Decouple the cleanup functions from u_init and u_cleanup.
X-SVN-Rev: 16403
2004-10-06 23:10:53 +00:00
George Rhoten
1188be07f8 ICU-3634 Fix for AIX. New constructors can't be inlined.
X-SVN-Rev: 16402
2004-10-06 17:38:10 +00:00
Steven R. Loomis
f920bf4d97 ICU-3186 more fixes to alias generation
X-SVN-Rev: 16401
2004-10-06 17:21:43 +00:00
Steven R. Loomis
7c59ed6104 ICU-3186 more update to alias parsing.
X-SVN-Rev: 16399
2004-10-06 01:34:31 +00:00
Steven R. Loomis
7eb456615b cldrbug 259: updated deprecated info
X-SVN-Rev: 16398
2004-10-06 01:32:53 +00:00
George Rhoten
36caf6be5a ICU-4116 Fix for Visual Age 7.0 on Linux PPC so that __I doesn't collide with anything.
X-SVN-Rev: 16397
2004-10-05 23:08:06 +00:00
Ram Viswanadha
8df1645563 ICU-4123 workaround for javac running out of memory
X-SVN-Rev: 16396
2004-10-05 23:06:55 +00:00
George Rhoten
36bd9780aa ICU-3938 Fix previous test fix so that it won't leak memory.
X-SVN-Rev: 16394
2004-10-05 23:02:26 +00:00
Ram Viswanadha
c444cc6348 cldrbug 231: add specials info for boundary data
X-SVN-Rev: 16393
2004-10-05 22:02:37 +00:00
Ram Viswanadha
803d5f08e6 ICU-2055 add feature to extract boundary information from specials doc
X-SVN-Rev: 16392
2004-10-05 22:02:07 +00:00
George Rhoten
f8ad9f78cd cldrbug 243: Add missing script data.
X-SVN-Rev: 16391
2004-10-05 18:59:44 +00:00
Ram Viswanadha
79698fa286 ICU-2055 add checks for draft and alt attributes
X-SVN-Rev: 16390
2004-10-05 01:14:28 +00:00
George Rhoten
106e91de6a ICU-4078 Make sure that some functions that need to use __cxa_pure_virtual from g++ are only defined in one object file, especially if they are only used by other class.
X-SVN-Rev: 16389
2004-10-04 04:27:52 +00:00
George Rhoten
64a50b501a ICU-3855 Partially fix the icu-config script
X-SVN-Rev: 16388
2004-10-02 06:53:24 +00:00
George Rhoten
6614a56925 ICU-3634 Fix for MSVC 6
X-SVN-Rev: 16387
2004-10-02 06:47:13 +00:00
George Rhoten
2fec9a203b ICU-3938 Fix previous test fix so it won't crash on Windows.
X-SVN-Rev: 16386
2004-10-02 04:59:29 +00:00
George Rhoten
4dee03aead ICU-3805 Move the usage of an internal function to an implementation file.
X-SVN-Rev: 16385
2004-10-02 03:58:10 +00:00
Steven R. Loomis
164b735f3f ICU-3938 CLDR 1.2 test updates
X-SVN-Rev: 16384
2004-10-01 21:07:02 +00:00
Steven R. Loomis
61d6352299 ICU-3938 more cldr 1.2 test updates
X-SVN-Rev: 16383
2004-10-01 21:04:48 +00:00
Steven R. Loomis
81d9667f1a ICU-3938 fix test so it won't crash, bump buffer size
X-SVN-Rev: 16382
2004-10-01 20:25:18 +00:00
George Rhoten
03ae301189 ICU-3837 Fewer failures when UCONFIG_NO_SERVICE = 1
X-SVN-Rev: 16381
2004-10-01 18:59:31 +00:00
George Rhoten
b089cba52e ICU-3925 Missing ITL
X-SVN-Rev: 16380
2004-10-01 05:59:32 +00:00
Steven R. Loomis
5b42f887ad cldrbug 259: fix to deprecated format
X-SVN-Rev: 16379
2004-10-01 02:27:13 +00:00
Steven R. Loomis
1e872717ec ICU-3186 collation parsing working. updated xpath alias handling
X-SVN-Rev: 16378
2004-10-01 02:26:47 +00:00
George Rhoten
e91f899d00 ICU-3634 Fix the previous commit so that it works on Solaris.
X-SVN-Rev: 16377
2004-09-30 23:25:20 +00:00
Ram Viswanadha
2794791824 ICU-2055 fix bug which prevents parsing of dz.xml
X-SVN-Rev: 16376
2004-09-30 22:15:35 +00:00
George Rhoten
2a2c32a2f0 ICU-4078 Fix a Solaris compiler error that was due to the last change.
X-SVN-Rev: 16375
2004-09-30 21:35:30 +00:00
George Rhoten
ceb13e99c4 ICU-4078 Fix a Solaris compiler error from last change.
X-SVN-Rev: 16374
2004-09-30 21:34:26 +00:00
Vladimir Weinstein
162ffbb8f8 ICU-4118 fix ucol_normalizeShortDefinitionString crash when parse error is NULL
X-SVN-Rev: 16373
2004-09-30 20:39:02 +00:00
George Rhoten
71bfb44cba ICU-4116 Add Linux PPC configuration.
X-SVN-Rev: 16372
2004-09-30 18:51:03 +00:00
Steven R. Loomis
43afbdeeb2 ICU-3186 add fixes for collation
X-SVN-Rev: 16371
2004-09-30 18:19:18 +00:00
Steven R. Loomis
26fe419cbc cldrbug 259: adding dz script info
X-SVN-Rev: 16370
2004-09-30 17:42:02 +00:00
Steven R. Loomis
de31646438 ICU-3186 resfiles.mk and deprecates - working!
X-SVN-Rev: 16369
2004-09-30 16:04:56 +00:00
Steven R. Loomis
deccb89654 ICU-3186 resfiles.mk and deprecates - first phase
X-SVN-Rev: 16368
2004-09-30 06:56:39 +00:00
Steven R. Loomis
d22234fe81 cldrbug 259: aux files for ICU gen
X-SVN-Rev: 16367
2004-09-30 06:43:34 +00:00
George Rhoten
8e90ce724e ICU-4079 Make it easier to show what is the default charset.
X-SVN-Rev: 16366
2004-09-30 06:06:01 +00:00
Ram Viswanadha
a2f1e253cd ICU-2055 fix a bug reported by Deborah
X-SVN-Rev: 16365
2004-09-28 21:09:28 +00:00
Steven R. Loomis
e8563c3d34 ICU-3186 calculate 'x' for draft locales properly
X-SVN-Rev: 16364
2004-09-28 20:14:03 +00:00
Vladimir Weinstein
907c598ac5 ICU-4112 Note that Latin-1 table generation has failed
X-SVN-Rev: 16363
2004-09-28 05:54:57 +00:00
Vladimir Weinstein
459f0a8090 ICU-4112 Fix for typo in uca init code + some consistency bug fixes in latin-1 generation.
X-SVN-Rev: 16362
2004-09-28 05:50:21 +00:00
George Rhoten
a12dd1e22f ICU-3805 Fix a compiler warning from previous check-in
X-SVN-Rev: 16361
2004-09-27 16:38:55 +00:00