Commit Graph

19439 Commits

Author SHA1 Message Date
Scott Russell
cfea276a2b ICU-10334 C vs. J differences when in lenient mode (remove windows specific debug code)
X-SVN-Rev: 34793
2013-12-18 20:48:43 +00:00
Scott Russell
37e74533a6 ICU-10334 C vs. J differences when in lenient mode
X-SVN-Rev: 34792
2013-12-18 20:03:44 +00:00
Travis Keep
4cad0847c5 ICU-8464 Make formatting relative dates with quantity more efficient by preprocessing the pattern strings. Saves 650ns per format.
X-SVN-Rev: 34784
2013-12-17 21:02:16 +00:00
Yoshito Umaoka
2b978e596d ICU-10549 Updates in the performance test case collperf2.
X-SVN-Rev: 34773
2013-12-16 16:09:05 +00:00
Michael Ow
477564f6d6 ICU-10557 Use U_NAMESPACE_USE where needed
X-SVN-Rev: 34756
2013-12-12 19:25:46 +00:00
Peter Edberg
2a0fd5c83d ICU-10593 Add "บลูทูธ" ("Bluetooth") to Thai break dictionary
X-SVN-Rev: 34752
2013-12-12 03:46:15 +00:00
Steven R. Loomis
fb848db545 ICU-10502 revert bad commit of pkg_genc.c
X-SVN-Rev: 34750
2013-12-12 03:14:23 +00:00
Steven R. Loomis
f0608be95d ICU-10502 reinstate updated config.guess and config.sub as per ICU-9779
X-SVN-Rev: 34749
2013-12-12 03:11:18 +00:00
Peter Edberg
5e491553d2 ICU-10571 Add 11 region names in Japanese to cjdict
X-SVN-Rev: 34748
2013-12-12 02:55:47 +00:00
Andy Heninger
095a44d774 ICU-10562 UText problem with shallow clone.
X-SVN-Rev: 34747
2013-12-12 01:04:54 +00:00
Steven R. Loomis
be63df401e ICU-6102 do not include system libraries in icu-config --ldflags
X-SVN-Rev: 34745
2013-12-12 00:25:57 +00:00
Michael Ow
a4485aaf71 ICU-10557 Fix namespace build issue
X-SVN-Rev: 34744
2013-12-11 23:44:06 +00:00
Yoshito Umaoka
5b27505480 ICU-10595 A test case reproducing ucol_nextSortKeyPart problem reported by #10595. For now, the test case is marked as a 'known issue'.
X-SVN-Rev: 34743
2013-12-11 22:01:45 +00:00
Andy Heninger
fab919477c ICU-10559 Fix C++ compilation errors with U_OVERRIDE_CXX_ALLOCATION=0
X-SVN-Rev: 34736
2013-12-10 23:03:48 +00:00
Yoshito Umaoka
ccb835e2b5 ICU-10549 Fixed some problems in test case description in collperf2.
X-SVN-Rev: 34734
2013-12-10 19:34:34 +00:00
Michael Ow
1f1a501cd1 ICU-10557 Fix some zOS build errors caused by missing exports and pthread macros
X-SVN-Rev: 34733
2013-12-10 18:10:44 +00:00
Peter Edberg
e0b70a15da ICU-10553 RelativeDateFormat copy constructor was incomplete
X-SVN-Rev: 34731
2013-12-10 03:00:08 +00:00
Andy Heninger
e28793a4a6 ICU-10532 ICU Charset Detector, port UTF-16 enhancements from Java to C
X-SVN-Rev: 34730
2013-12-10 02:30:58 +00:00
Yoshito Umaoka
63a9fef24b ICU-10549 Fixed some scripting problems in the new collation regression test on Windows.
X-SVN-Rev: 34727
2013-12-09 22:58:42 +00:00
Peter Edberg
b804c4392f ICU-10553 Add missing udat_close in cdattst.c TestContext()
X-SVN-Rev: 34722
2013-12-09 18:06:56 +00:00
Yoshito Umaoka
401e64ef80 ICU-10549 Merging a new collation performance regression test cases from a branch.
X-SVN-Rev: 34721
2013-12-09 17:32:25 +00:00
Peter Edberg
9f29c3ed25 ICU-10553 Implement context-sensitive capitalization for relative dates (C), add en contextTransforms for test
X-SVN-Rev: 34718
2013-12-09 06:20:23 +00:00
Travis Keep
65ecb0b5fa ICU-8464 Change C++ code according to latest API proposal.
X-SVN-Rev: 34712
2013-12-04 22:50:25 +00:00
Michael Ow
686c54f0fd ICU-10505 Do not use u_austrncpy where not necessary
X-SVN-Rev: 34710
2013-12-04 21:38:30 +00:00
Travis Keep
ef0debb8be ICU-8464 UDAT_DIRECION_UNIT_COUNT -> UDAT_DIRECTION_COUNT
X-SVN-Rev: 34708
2013-12-04 20:46:08 +00:00
Michael Ow
830df7761e ICU-8464 Use UNICODE_STRING_SIMPLE instead of UnicodeString constructor
X-SVN-Rev: 34707
2013-12-03 23:27:49 +00:00
Michael Ow
c3fc274b0b ICU-10500 Add check for if formatting is disabled
X-SVN-Rev: 34703
2013-12-03 04:49:12 +00:00
Michael Ow
7aeeb93906 ICU-8464 Add check for if formatting is disabled
X-SVN-Rev: 34702
2013-12-03 04:48:00 +00:00
Michael Ow
de86afb9e9 ICU-10468 Add check for if format is disabled
X-SVN-Rev: 34701
2013-12-03 04:47:04 +00:00
Travis Keep
5f748fda1a ICU-8464 Fix broken build.
X-SVN-Rev: 34692
2013-11-22 23:23:40 +00:00
Travis Keep
9c65c145ff ICU-8464 Remove dependency between LRUCache and mutex.
X-SVN-Rev: 34691
2013-11-22 23:08:24 +00:00
Travis Keep
32fd3380c0 ICU-8464 Attempt to fix windows broken build.
X-SVN-Rev: 34690
2013-11-22 21:53:59 +00:00
Travis Keep
139d3a5134 ICU-8464 Try to fix broken build.
X-SVN-Rev: 34689
2013-11-22 20:42:19 +00:00
Travis Keep
ac9371ace7 ICU-8464 Try to fix broken build.
X-SVN-Rev: 34687
2013-11-22 19:13:02 +00:00
Travis Keep
089a6434ac ICU-8464 Add relative date formatting.
X-SVN-Rev: 34686
2013-11-22 18:26:22 +00:00
Travis Keep
e1a7ad244f ICU-10545 Added test to verify rounding scientific notation works.
X-SVN-Rev: 34660
2013-11-14 18:57:06 +00:00
Yoshito Umaoka
e62df37f50 ICU-10501 Updated the windows lcid mapping data for new lcids added in Windows 8.1.
X-SVN-Rev: 34647
2013-11-07 20:49:32 +00:00
Yoshito Umaoka
204058d84c ICU-10434 tzdata2013h to ICU4C
X-SVN-Rev: 34625
2013-10-30 01:51:29 +00:00
Yoshito Umaoka
b9ed9d7860 ICU-10521 Allow tz2icu to merge supplemental zone-region mapping data. Also removed unused tz.alias.
X-SVN-Rev: 34623
2013-10-29 22:52:20 +00:00
Steven R. Loomis
7456f5a382 ICU-10043 make an error not a crash when reading import rules fails.
X-SVN-Rev: 34622
2013-10-29 20:59:03 +00:00
Jonathan Lai
f8729ab14f ICU-10480 ULI exception data to ICU format, ICU side
X-SVN-Rev: 34621
2013-10-29 15:50:54 +00:00
Steven R. Loomis
ae7ffe938b ICU-10483 update readme for ver no
X-SVN-Rev: 34612
2013-10-25 19:58:41 +00:00
Steven R. Loomis
c6736b2504 ICU-10502 revert code with bad license in ICU-9779
X-SVN-Rev: 34604
2013-10-22 00:44:28 +00:00
Andy Heninger
7e54ae20fb ICU-10295 Revert bad commit to trunk; was supposed to be on a branch.
X-SVN-Rev: 34592
2013-10-20 21:15:16 +00:00
Andy Heninger
604f679894 ICU-10295 ucleanup experiments.
X-SVN-Rev: 34587
2013-10-19 01:26:53 +00:00
Andy Heninger
2fcbf4c898 ICU-10486 Windows build problem with U_USING_ICU_NAMESPACE=0
X-SVN-Rev: 34586
2013-10-18 20:05:25 +00:00
Travis Keep
9fa0f4299d ICU-10468 Fix applyPattern so that it resets the padding character.
X-SVN-Rev: 34578
2013-10-17 18:44:44 +00:00
Andy Heninger
2914240e10 ICU-10463 Regular Expressions, remove overlooked function boilerplate from r34565 check-in; should fix failing Windows build.
X-SVN-Rev: 34569
2013-10-15 21:19:27 +00:00
Andy Heninger
10dd7ed47b ICU-10463 Regular Expressions, rework debug conditionals to fix build failures on clang, and to somewhat simplify.
X-SVN-Rev: 34565
2013-10-14 22:11:21 +00:00
Andy Heninger
045919648e ICU-10459 Fix segfault in uregex_group() when match is in invalid state.
X-SVN-Rev: 34559
2013-10-11 20:59:39 +00:00