Steven R. Loomis
|
855951324b
|
ICU-9654 export SILENT_COMPILE for test apps
X-SVN-Rev: 32628
|
2012-10-12 23:53:32 +00:00 |
|
Markus Scherer
|
b64d860945
|
ICU-9549 re-simplify logic in _copy_ptr()
X-SVN-Rev: 32627
|
2012-10-12 23:18:49 +00:00 |
|
Michael Ow
|
e0d218d5b6
|
ICU-9613 Remove myEnum:: prefix
X-SVN-Rev: 32626
|
2012-10-12 22:47:38 +00:00 |
|
Michael Ow
|
b73ea8b387
|
ICU-9613 Fix wrong enum name
X-SVN-Rev: 32625
|
2012-10-12 21:53:41 +00:00 |
|
Michael Ow
|
8c2beec087
|
ICU-9613 Remove unneeded include statement and fix attribute name
X-SVN-Rev: 32624
|
2012-10-12 21:38:01 +00:00 |
|
Mark Davis
|
a967077c32
|
ICU-8782 Fixed review comments
X-SVN-Rev: 32623
|
2012-10-12 19:55:00 +00:00 |
|
Michael Ow
|
799a603abc
|
ICU-9613 Merge from branch to trunk
X-SVN-Rev: 32622
|
2012-10-12 19:52:43 +00:00 |
|
Peter Edberg
|
adc6f41d0e
|
ICU-9581 Update ICU version to 50.1, update timebombs for #9156,#9490,#8982,ccldrbug3058
X-SVN-Rev: 32616
|
2012-10-12 03:19:08 +00:00 |
|
Unknown User
|
9234456fad
|
ICU-9649 strip message before comparison
X-SVN-Rev: 32615
|
2012-10-12 02:59:09 +00:00 |
|
Travis Keep
|
7cf61c543b
|
ICU-9598 Fix windows build which broke at 32600
X-SVN-Rev: 32610
|
2012-10-11 21:54:28 +00:00 |
|
Travis Keep
|
bb296a6003
|
ICU-9598 Respond to Markus' comments on C genderInfo
X-SVN-Rev: 32606
|
2012-10-11 20:58:56 +00:00 |
|
John Emmons
|
e899f6a44e
|
ICU-9587 Add @provisional statements to java docs - and one missing @draft ICU 50
X-SVN-Rev: 32604
|
2012-10-11 20:29:26 +00:00 |
|
Peter Edberg
|
62d858f72d
|
ICU-9617 Fix a couple of misspellings in API header comments
X-SVN-Rev: 32601
|
2012-10-11 19:42:10 +00:00 |
|
Travis Keep
|
dd506783e6
|
ICU-9598 Respond to Markus' comments on C GenderInfo
X-SVN-Rev: 32600
|
2012-10-11 18:52:55 +00:00 |
|
Yoshito Umaoka
|
5d4eb5c918
|
ICU-9567 Fixed a bad condition for Latin 1 checking updated in the previous change.
X-SVN-Rev: 32599
|
2012-10-11 18:10:04 +00:00 |
|
Peter Edberg
|
57a08f9d38
|
ICU-9633 Delete unused imports to avoid Eclipse warning
X-SVN-Rev: 32598
|
2012-10-11 18:05:57 +00:00 |
|
Yoshito Umaoka
|
964283d36c
|
ICU-9567 Fixed API status comment for UTRACE_UCOL_STRCOLLUTF8.
X-SVN-Rev: 32597
|
2012-10-11 14:48:04 +00:00 |
|
Peter Edberg
|
76cf9f508a
|
ICU-9638 Make LocaleDisplayNamesImpl actually use context info; add test; make DisplayContext constructor private
X-SVN-Rev: 32596
|
2012-10-11 12:41:08 +00:00 |
|
Yoshito Umaoka
|
b30caaeeac
|
ICU-9567 Changes based on Markus's review feedback.
X-SVN-Rev: 32595
|
2012-10-11 03:24:59 +00:00 |
|
Peter Edberg
|
3d6cf30378
|
ICU-9606 Review comments: Use LocalPointer for btzClone, delete incorrect comment
X-SVN-Rev: 32594
|
2012-10-11 01:07:10 +00:00 |
|
Travis Keep
|
546def8662
|
ICU-9598 Use UBool instead of bool
X-SVN-Rev: 32593
|
2012-10-10 23:23:08 +00:00 |
|
Markus Scherer
|
387f7a40fc
|
ICU-9398 fix filename comment
X-SVN-Rev: 32592
|
2012-10-10 23:19:23 +00:00 |
|
Michael Ow
|
a439d31c6e
|
ICU-9601 Skip test in ICU4J
X-SVN-Rev: 32589
|
2012-10-10 21:06:06 +00:00 |
|
Yoshito Umaoka
|
9b428833c5
|
ICU-9645 Fixed the test case Test5006GetShortMonths and removed the timebomb.
X-SVN-Rev: 32588
|
2012-10-10 16:19:37 +00:00 |
|
Yoshito Umaoka
|
76b8cbd675
|
ICU-6806 Updated DateTimeGeneratorTest/TestOrdering. The test code is preserved, but no longer report ordering differences as errors.
X-SVN-Rev: 32587
|
2012-10-10 15:12:05 +00:00 |
|
Michael Ow
|
0edd67f4ef
|
ICU-9642 Fix retypedef of UMutex error
X-SVN-Rev: 32586
|
2012-10-10 03:51:23 +00:00 |
|
Travis Keep
|
86571337e9
|
ICU-9597 Be sure that FieldPosition adjusted correctly in DecimalFormat.java
X-SVN-Rev: 32581
|
2012-10-09 22:30:13 +00:00 |
|
Markus Scherer
|
3669929e5c
|
ICU-9581 update pool.res bundles, see http://site.icu-project.org/processes/release/tasks/build
X-SVN-Rev: 32578
|
2012-10-09 18:16:22 +00:00 |
|
Yoshito Umaoka
|
332cbae932
|
ICU-9640 Documented the internal maximum digit limit used by DecimalFormat#parse introduced by ticket#5698 in ICU4J.
X-SVN-Rev: 32576
|
2012-10-09 17:27:38 +00:00 |
|
Peter Edberg
|
4e08dc21bb
|
ICU-9303 Finish LocaleDisplayNamesImpl & add test
X-SVN-Rev: 32575
|
2012-10-09 12:45:54 +00:00 |
|
Markus Scherer
|
996422e74c
|
ICU-9398 avoid use of utf8_countTrailBytes[], rewrite/optimize U8_COUNT_TRAIL_BYTES() & U8_NEXT_UNSAFE(), test _UNSAFE macros only with (mostly) well-formed UTF-8 text
X-SVN-Rev: 32574
|
2012-10-09 05:17:43 +00:00 |
|
Yoshito Umaoka
|
07582f8efa
|
ICU-9400 Workaround for Java's TimeZoneNameProvider support problem.
X-SVN-Rev: 32573
|
2012-10-09 04:54:56 +00:00 |
|
Markus Scherer
|
7239810394
|
ICU-9631 add, fix, deprecate DateFormat skeleton constants, parallel to Java ticket #9375
X-SVN-Rev: 32572
|
2012-10-09 04:50:45 +00:00 |
|
Peter Edberg
|
66167d1012
|
ICU-9303 Update to final API for now, with some updates based on feedback
X-SVN-Rev: 32571
|
2012-10-09 03:49:16 +00:00 |
|
Peter Edberg
|
20af3447f4
|
ICU-9633 Adjust to UDisplayContext[Type] updates
X-SVN-Rev: 32570
|
2012-10-09 03:48:24 +00:00 |
|
John Emmons
|
7e5eb1c4c1
|
ICU-9587 Beefed up Region API tests - some fixes to the data loading based on the results of the better tests.
X-SVN-Rev: 32569
|
2012-10-09 03:26:22 +00:00 |
|
Yoshito Umaoka
|
b21ad6f2aa
|
ICU-9268 Deleting ICULogger. Replace ICULogger with the stock Java Logger in TimeZone class.
X-SVN-Rev: 32568
|
2012-10-09 03:22:02 +00:00 |
|
Peter Edberg
|
3b393aeec0
|
ICU-9633 Also update ChineseDateFormat.java for new DisplayContext enum
X-SVN-Rev: 32567
|
2012-10-09 02:39:04 +00:00 |
|
Peter Edberg
|
5c54282570
|
ICU-9633 Adapt SimpleDateFormat display context APIs to new DisplayContext enum
X-SVN-Rev: 32566
|
2012-10-09 01:49:46 +00:00 |
|
Peter Edberg
|
d36b6bb6ae
|
ICU-9303 Check in DisplayContext enum and related LocaleDisplayNames APIs; still need full impl & tests
X-SVN-Rev: 32565
|
2012-10-09 01:49:09 +00:00 |
|
Markus Scherer
|
dd29ba28aa
|
ICU-8476 optimize Normalizer2.normalize(): Do not construct a new String if the src is a String and is already normalized
X-SVN-Rev: 32562
|
2012-10-08 22:59:19 +00:00 |
|
Andy Heninger
|
b042e33ee1
|
ICU-7400 Fix incorrect API docs on several 'void parse()' functions.
X-SVN-Rev: 32561
|
2012-10-08 22:41:13 +00:00 |
|
Markus Scherer
|
7fdcb9440b
|
ICU-9375 add WEEKDAY & ABBR_WEEKDAY (as already proposed), fix API tags, reorder constants big->little as intended
X-SVN-Rev: 32560
|
2012-10-08 22:12:29 +00:00 |
|
Michael Ow
|
faad4ccdd3
|
ICU-9213 Update runConfigureICU and mh-os390
X-SVN-Rev: 32558
|
2012-10-08 20:48:04 +00:00 |
|
Andy Heninger
|
c39e4c83d3
|
ICU-9491 Spoof data update from UTS 39 version 3.
X-SVN-Rev: 32557
|
2012-10-08 20:41:01 +00:00 |
|
Andy Heninger
|
f32e1fc0f3
|
ICU-9491 refresh ICU4J data from ICU4C to pick up refreshed Spoof data. Also picks up RBBI line break Japanese tailoring and tz data.
X-SVN-Rev: 32556
|
2012-10-08 20:38:22 +00:00 |
|
Andy Heninger
|
a2bfbce32a
|
ICU-9505 Update rbbitst.txt to re-instate Japanese line break tailoring.
X-SVN-Rev: 32555
|
2012-10-08 20:29:27 +00:00 |
|
Scott Russell
|
d5a9bec7f9
|
ICU-9403 Calendar should return error for large negative millis out of range in strict mode & fix extended year calculation for large negative millis
X-SVN-Rev: 32554
|
2012-10-08 20:24:50 +00:00 |
|
Scott Russell
|
5c6dc411d8
|
ICU-9403 Calendar should return error for large negative millis out of range in strict mode
X-SVN-Rev: 32553
|
2012-10-08 19:13:27 +00:00 |
|
Markus Scherer
|
33eb771977
|
ICU-9297 use memcmp() in UnicodeString::operator==()
X-SVN-Rev: 32552
|
2012-10-08 18:24:41 +00:00 |
|