Commit Graph

21065 Commits

Author SHA1 Message Date
Yoshito Umaoka
2bf1c93a97 ICU-6476 Fixed a bug in DateTimePatternGenerator and updated some test cases.
X-SVN-Rev: 24466
2008-08-07 17:07:21 +00:00
Yoshito Umaoka
c3398882b4 ICU-6476 Fixed a bug in DateTimePatternGenerator and updated some test cases. The fix allow us to replace most of yyyy in the pattern resources with y.
X-SVN-Rev: 24465
2008-08-07 17:06:38 +00:00
Steven R. Loomis
574f3de194 ICU-6453 update sel test to load data from the correct spot.
X-SVN-Rev: 24462
2008-08-07 00:14:52 +00:00
Steven R. Loomis
26259c8299 ICU-6453 update sel test to not crash when it cant find data.
X-SVN-Rev: 24459
2008-08-06 23:34:40 +00:00
Steven R. Loomis
97bb5f74b7 ICU-6416 move ICU version number for win32 libraries, to 41 from 40
X-SVN-Rev: 24458
2008-08-06 23:31:25 +00:00
David Bertoni
49c6375786 ICU-6416 Update makefile so Windows will build.
X-SVN-Rev: 24457
2008-08-06 22:13:58 +00:00
Yoshito Umaoka
0a71c40b26 ICU-6416 Move version to 4.1.1 including data.
X-SVN-Rev: 24456
2008-08-06 21:49:23 +00:00
David Bertoni
cba0fb208e ICU-6453 Updated Visual Studio project files. Fixed C++ comments in C source files. Fixed stack-overwrite bug.
X-SVN-Rev: 24455
2008-08-06 21:34:53 +00:00
Andy Heninger
7b5e523d8f ICU-6488 fix compiler warning
X-SVN-Rev: 24454
2008-08-06 21:14:53 +00:00
Andy Heninger
a5abce6673 ICU-6477 C++ // comment in plain C file fixed
X-SVN-Rev: 24453
2008-08-06 21:07:00 +00:00
Andy Heninger
d13d3b6d4d ICU-6488 mutex cleanup in timezone code
X-SVN-Rev: 24452
2008-08-06 21:01:19 +00:00
Andy Heninger
1de383df48 ICU-6479 thread safety in collation initialization
X-SVN-Rev: 24448
2008-08-06 17:57:45 +00:00
Steven R. Loomis
587e129139 ICU-6416 move version to 4.1.1
X-SVN-Rev: 24447
2008-08-06 00:51:42 +00:00
Steven R. Loomis
1243b8763f ICU-6484 move translit tests to cldr
X-SVN-Rev: 24446
2008-08-06 00:42:42 +00:00
Andy Heninger
38b7c3e8a7 ICU-6481 fix threading issues in calendar initialization code
X-SVN-Rev: 24445
2008-08-05 22:19:05 +00:00
Michael Ow
3d1a4a3fce ICU-6307 Undo previous commit. Due to unexpected and unforeseen build failure.
X-SVN-Rev: 24444
2008-08-05 22:15:46 +00:00
Michael Ow
e20dbc5d8a ICU-6307 Add platform x64 to Visual Studio solution. Build directory will now reflect this change with x86 for 32 bit and x64 for 64 bit. lib64 and bin64 have also been added for x64 platform.
X-SVN-Rev: 24443
2008-08-05 21:08:59 +00:00
Kedar Rajwade
39c5bd8d89 ICU-6376 Ignore interfaces in SerializationChecker.visit()
X-SVN-Rev: 24442
2008-08-05 19:02:15 +00:00
Kedar Rajwade
1944b97b64 ICU-6376 Moved the check for serialVersionUID in CoverageTest.CoverageTarget.execute() to before the test for a null inputStream
X-SVN-Rev: 24441
2008-08-05 18:58:52 +00:00
Doug Felt
bd5fddc33f ICU-6422 ignore tags in locales
X-SVN-Rev: 24440
2008-08-05 18:22:30 +00:00
Andy Heninger
0c2a587a9c ICU-6480 clean up UMTX_CHECK usage in lazy init
X-SVN-Rev: 24439
2008-08-05 00:09:13 +00:00
Andy Heninger
ecdc0463b8 ICU-6453 Encoding Selection moved from development branch.
X-SVN-Rev: 24438
2008-08-04 21:56:02 +00:00
Matitiahu Allouche
4cad45383c ICU-6478 clarify use of embeddingLevels argument for ubidi_setPara()
X-SVN-Rev: 24437
2008-08-03 08:21:32 +00:00
Andy Heninger
22c5468db2 ICU-6477 Fix thread safety problem in converter initialization
X-SVN-Rev: 24436
2008-08-03 05:09:13 +00:00
Michael Ow
4b0d511fa3 ICU-6412 Remove unread local variables and explicitly cast UChar to uint8_t where needed.
X-SVN-Rev: 24435
2008-08-01 20:39:15 +00:00
Yoshito Umaoka
c9beb33c95 ICU-6475 Skip DateInternvaFormat/testStress in regular check
X-SVN-Rev: 24433
2008-08-01 18:24:31 +00:00
Michael Ow
5a26906a23 ICU-6474 Update alias table for Turkish8 and Hebrew8.
X-SVN-Rev: 24432
2008-08-01 17:06:10 +00:00
Yoshito Umaoka
6039f90011 ICU-6459 Updated TimeZone#setDefault to use JDK TimeZone as the default Java TimeZone to avoid java Date/Calendar calculation problem.
X-SVN-Rev: 24431
2008-08-01 15:57:02 +00:00
Andy Heninger
cd83d25daf ICU-6472 Clean some compiler warnings and other fluff
X-SVN-Rev: 24430
2008-08-01 01:51:21 +00:00
Michael Ow
f7964455c2 ICU-6457 Move the if statement after variable declaration in TestSimpleDisplayNames().
X-SVN-Rev: 24429
2008-07-31 21:18:57 +00:00
Michael Ow
07d1ffaaee ICU-6457 Handle the erroneous situation of when uloc_getDisplayName/Language is called and a string of numbers is given. Add test to this fix.
X-SVN-Rev: 24428
2008-07-31 20:25:07 +00:00
Yoshito Umaoka
419eb6d71e ICU-6415 ICU4J timezone 2008e
X-SVN-Rev: 24426
2008-07-29 18:18:20 +00:00
Yoshito Umaoka
82367d1803 ICU-6415 ICU4C timezone 2008e
X-SVN-Rev: 24425
2008-07-29 18:17:43 +00:00
Eric Mader
db76696fb6 ICU-6327 don't generate REPH for RA + VIRAMA + ZWNJ.
X-SVN-Rev: 24423
2008-07-28 21:02:06 +00:00
Mark Davis
bfd24aa0df ICU-6248 Fix Character => UCharacter
X-SVN-Rev: 24420
2008-07-28 10:30:54 +00:00
Mark Davis
cf87d8d0f0 ICU-6248 Fix Character => UCharacter
X-SVN-Rev: 24419
2008-07-28 10:29:59 +00:00
Mark Davis
02ccd8bea4 ICU-6248 Fix Character => UCharacter
X-SVN-Rev: 24418
2008-07-28 10:29:28 +00:00
Mark Davis
b0a759f3b9 ICU-6248 Fix Character => UCharacter
X-SVN-Rev: 24417
2008-07-28 09:24:58 +00:00
Mark Davis
52626f8c34 ICU-6462 add utility from CLDR
X-SVN-Rev: 24416
2008-07-28 09:06:20 +00:00
Mark Davis
eeb123182b ICU-6463 first cut, where -u disables escaping
X-SVN-Rev: 24415
2008-07-28 09:02:04 +00:00
Mark Davis
41977ae971 ICU-6462 Fine tune the generation, make the printout clearer in the test program's -v mode
X-SVN-Rev: 24414
2008-07-28 08:54:10 +00:00
Mark Davis
4c1c8cbde0 ICU-6462 trial check in, for discussion
X-SVN-Rev: 24413
2008-07-26 01:26:16 +00:00
Mark Davis
a748edab3b ICU-6462 trial check in, for discussion
X-SVN-Rev: 24412
2008-07-26 01:26:00 +00:00
Eric Mader
638e3b0fa7 ICU-6439 replace #elif with no premise with #else
X-SVN-Rev: 24411
2008-07-25 19:52:11 +00:00
Michael Ow
b3f5e6cf8a ICU-6347 Port LMBCS converter from ICU4C to ICU4J. Add data driven test for LMBCS. Add null pointer check in CharsetMBCS method. Update exemption list in TestSurrogateBehaviour.
X-SVN-Rev: 24410
2008-07-25 19:09:29 +00:00
Eric Mader
d2c03b50a0 ICU-5586 remove redundant dependencies from Release configuration.
X-SVN-Rev: 24409
2008-07-25 04:09:24 +00:00
Steven R. Loomis
4812a80950 ICU-6438 fix copyright generation
X-SVN-Rev: 24400
2008-07-21 20:03:09 +00:00
Steven R. Loomis
d00dd059cb ICU-6438 warn one time each
X-SVN-Rev: 24397
2008-07-21 19:11:22 +00:00
Steven R. Loomis
3d4773a197 ICU-6438 APIChangeReport should complain about things that break API change policy.
X-SVN-Rev: 24396
2008-07-21 19:04:48 +00:00
Steven R. Loomis
fa50d4a3b2 ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
X-SVN-Rev: 24395
2008-07-21 18:57:26 +00:00