Travis Keep
|
f56a9be8fd
|
ICU-8464 Implement Andy's comments.
X-SVN-Rev: 34891
|
2014-01-14 22:39:13 +00:00 |
|
Scott Russell
|
c7677154e6
|
ICU-10619 Improve usability of DateFormat's leniency control & promote BooleanAttribute control to draft for v53
X-SVN-Rev: 34888
|
2014-01-14 17:26:35 +00:00 |
|
Peter Edberg
|
1865fa1670
|
ICU-10574 part 1, just API and setContext/getContext implementation
X-SVN-Rev: 34886
|
2014-01-14 07:31:30 +00:00 |
|
Peter Edberg
|
df7d845995
|
ICU-10585 Add utrans_toRules, utrans_getSourceSet
X-SVN-Rev: 34882
|
2014-01-13 07:27:02 +00:00 |
|
Peter Edberg
|
9cf4a2acd5
|
ICU-10591 Hoist setContext from SimpleDateFormat/RelativeDateFormat to DateFormat
X-SVN-Rev: 34881
|
2014-01-12 05:23:30 +00:00 |
|
Travis Keep
|
132ff6d742
|
ICU-8464 Add Suggested changes from Markus.
X-SVN-Rev: 34875
|
2014-01-11 00:30:39 +00:00 |
|
Markus Scherer
|
90b6b64024
|
ICU-10561 ZoneMeta methods must check for bogus input strings
X-SVN-Rev: 34873
|
2014-01-10 23:14:14 +00:00 |
|
Yoshito Umaoka
|
13c6750194
|
ICU-10583 Fixed a minor problem in illegal lead byte handling in the UTF-8 charset recognizer.
X-SVN-Rev: 34856
|
2014-01-10 16:10:57 +00:00 |
|
Andy Heninger
|
1996008111
|
ICU-10624 Swat clang compile warnings. More fixes to come.
X-SVN-Rev: 34854
|
2014-01-10 02:24:54 +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 |
|
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 |
|
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 |
|
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 |
|
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
|
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
|
089a6434ac
|
ICU-8464 Add relative date formatting.
X-SVN-Rev: 34686
|
2013-11-22 18:26:22 +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 |
|
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 |
|
Travis Keep
|
12e211c5a3
|
ICU-10219 Fix rounding in TimeUnitFormat.
X-SVN-Rev: 34550
|
2013-10-10 21:52:15 +00:00 |
|
Michael Ow
|
4566c7282c
|
ICU-10483 Update ICU4C to 53.0.1
X-SVN-Rev: 34543
|
2013-10-10 18:17:16 +00:00 |
|
Yoshito Umaoka
|
0d678d3115
|
ICU-10313 Added Hebrew month value checking for leap year.
X-SVN-Rev: 34539
|
2013-10-10 17:35:28 +00:00 |
|
Steven R. Loomis
|
876caf41b7
|
ICU-10446 late ibmi fixes to fix regression in r34369
X-SVN-Rev: 34487
|
2013-09-26 03:56:33 +00:00 |
|
Steven R. Loomis
|
99fc90c94d
|
ICU-10439 add comment about why volatile is here
X-SVN-Rev: 34476
|
2013-09-25 02:08:52 +00:00 |
|
Steven R. Loomis
|
006d7063b7
|
ICU-10439 add volatile as per StackOverflow:2219829 to work around what seems to be an optimizer bug in GCC -m32 (at least GCC 4.4.7 and 4.8.1) - revisit in ICU-10420 and ilk.
X-SVN-Rev: 34471
|
2013-09-25 00:31:46 +00:00 |
|
Peter Edberg
|
31a4739bac
|
ICU-9627 Updated Date Field Symbol Table links in smpdtfmt.h, added them in udat.h
X-SVN-Rev: 34458
|
2013-09-23 18:23:05 +00:00 |
|
Peter Edberg
|
3f51cb7d8d
|
ICU-10398 Update #ifndef U_HIDE_XXXXX_API (e.g. DRAFT) to match status tags (e.g. @draft)
X-SVN-Rev: 34448
|
2013-09-23 06:52:34 +00:00 |
|
Peter Edberg
|
a72dc953d8
|
ICU-10398 Add missing final EOL
X-SVN-Rev: 34447
|
2013-09-23 06:51:07 +00:00 |
|
Yoshito Umaoka
|
53499c0d65
|
ICU-8449 ICU4C Islamic Umm Al-Qura calendar updates based on Yoshito's review.
X-SVN-Rev: 34446
|
2013-09-23 05:30:39 +00:00 |
|
Steven R. Loomis
|
02d576bc82
|
ICU-7912 one last (?) review comment
X-SVN-Rev: 34436
|
2013-09-21 00:06:02 +00:00 |
|
Steven R. Loomis
|
58fd7c7583
|
ICU-7912 more review comments
X-SVN-Rev: 34428
|
2013-09-20 21:17:16 +00:00 |
|
Steven R. Loomis
|
4650ca64e3
|
ICU-7912 commit from review comments (thx)
X-SVN-Rev: 34416
|
2013-09-20 05:00:30 +00:00 |
|
Michael Ow
|
e5a9a38924
|
ICU-10398 Fix uconfig test errors in ICU 52
X-SVN-Rev: 34404
|
2013-09-19 20:47:22 +00:00 |
|
Scott Russell
|
8ac5d5b068
|
ICU-10261 review comment updates
X-SVN-Rev: 34400
|
2013-09-19 17:30:57 +00:00 |
|
Steven R. Loomis
|
37562f403e
|
ICU-10394 api promo 50->52 as per PMC
X-SVN-Rev: 34396
|
2013-09-19 00:44:08 +00:00 |
|
Steven R. Loomis
|
358e1ddcd2
|
ICU-10376 fixup clang warnings
X-SVN-Rev: 34385
|
2013-09-18 20:08:25 +00:00 |
|
Peter Edberg
|
bb7e154629
|
ICU-10260 Port J LocaleDisplayNamesImpl change for (->[ to C; make similar changes in uloc_getDisplayName
X-SVN-Rev: 34369
|
2013-09-18 08:33:47 +00:00 |
|
Andy Heninger
|
cd3860a322
|
ICU-10361 Add missing icu namespace on previouos NumberFormat changes.
X-SVN-Rev: 34368
|
2013-09-17 23:43:28 +00:00 |
|
Andy Heninger
|
25bab8fa6f
|
ICU-10361 DecimalFormat, remove number size restrictions that were limiting the ability to format big decimals.
X-SVN-Rev: 34366
|
2013-09-17 21:56:23 +00:00 |
|