Commit Graph

25372 Commits

Author SHA1 Message Date
Michael Ow
99048a0a96 ICU-9732 Update tzdata in ICU4J to 2012j
X-SVN-Rev: 32827
2012-11-14 21:42:08 +00:00
Michael Ow
420268423d ICU-9722 Update ICU4J data version to 51
X-SVN-Rev: 32826
2012-11-14 21:40:47 +00:00
Travis Keep
0c1eb43e1f ICU-9543 Change numbers to floating point in tests.
X-SVN-Rev: 32824
2012-11-14 19:42:16 +00:00
Travis Keep
161183009a ICU-9543 C++ CompactDecimalFormat moved to trunk.
X-SVN-Rev: 32819
2012-11-14 18:49:38 +00:00
Steven R. Loomis
caf814a5db ICU-9721 bump versions to 51.0.1
X-SVN-Rev: 32811
2012-11-13 23:10:20 +00:00
Steven R. Loomis
795c05a795 ICU-9721 move two timebombs forward - but fix them in #9742
X-SVN-Rev: 32810
2012-11-13 23:09:18 +00:00
Markus Scherer
9fc0006117 ICU-9662 remove an unnecessary cast
X-SVN-Rev: 32805
2012-11-13 07:40:06 +00:00
Steven R. Loomis
1d83357783 ICU-9306 add internal function to include table size, also other changes for harfbuzz
X-SVN-Rev: 32804
2012-11-13 03:42:48 +00:00
Yoshito Umaoka
4c7ab0bd2e ICU-9730 Fixed a build script bug for publishing ICU4J files to the maven repository.
X-SVN-Rev: 32800
2012-11-12 18:02:44 +00:00
Yoshito Umaoka
814a90985f ICU-9722 Updated ICU4J version numbers except data.
X-SVN-Rev: 32799
2012-11-12 15:46:44 +00:00
George Rhoten
e076e3a5de ICU-9715 Improve RBBI next performance by about 5% (35% over ICU4J 50.1 for this ticket).
X-SVN-Rev: 32797
2012-11-12 00:49:43 +00:00
Markus Scherer
bc31ae8173 ICU-9662 add & test & use U8_GET_OR_FFFD(), U8_NEXT_OR_FFFD(), U8_PREV_OR_FFFD()
X-SVN-Rev: 32796
2012-11-11 06:14:18 +00:00
George Rhoten
cb4157921b ICU-9715 Improve RBBI next performance by about 30%.
X-SVN-Rev: 32795
2012-11-11 03:44:12 +00:00
Steven R. Loomis
0b5a813707 ICU-9714 merge from branch: fix ebcdic issues, also fix out of source build issue for make dist
X-SVN-Rev: 32793
2012-11-11 01:30:48 +00:00
Markus Scherer
8bb10245f2 ICU-9664 support NUL-terminated strings (indicated via length<0) in U8_NEXT, U16_NEXT, and other such (safe) macros that move forward/take a length
X-SVN-Rev: 32787
2012-11-10 15:31:34 +00:00
Michael Ow
baf433fed7 ICU-9718 Add missing header file to fix warning
X-SVN-Rev: 32785
2012-11-10 00:00:33 +00:00
Markus Scherer
31ca61dc7a ICU-9679 remove another unused variable
X-SVN-Rev: 32784
2012-11-09 22:50:25 +00:00
Markus Scherer
475d69f9d2 ICU-9713 fix CollationKey.merge() API docs, sync with C ucol_mergeSortkeys(), minor improvements
X-SVN-Rev: 32782
2012-11-09 21:38:12 +00:00
Markus Scherer
891a08a70a ICU-9635 inline-implement the UnicodeString and Replaceable default constructors
X-SVN-Rev: 32781
2012-11-09 19:34:53 +00:00
Markus Scherer
2b38252e75 ICU-9728 do not automatically define UChar=char16_t because that makes C++ APIs incompatible with application code that was compiled without char16_t; define UChar=UCHAR_TYPE if that is #defined; change U_STRING_DECL to sometimes create a pointer, not array, so that we can cast the UTF-16 string literal type
X-SVN-Rev: 32780
2012-11-09 17:57:46 +00:00
Markus Scherer
5ed21eb567 ICU-9713 fix ucol_mergeSortkeys(): return correct length, handle empty levels
X-SVN-Rev: 32779
2012-11-09 01:04:05 +00:00
Markus Scherer
9f22b7cb11 ICU-9679 fix Clang 3.1 compiler warnings, all in test code, mostly adding integers to string literals
X-SVN-Rev: 32778
2012-11-09 00:09:28 +00:00
Markus Scherer
22a342a545 ICU-9689 UObject::getDynamicClassID() const { return NULL; } and remove UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION -> easier to create new class hierarchies
X-SVN-Rev: 32776
2012-11-08 23:31:20 +00:00
Michael Ow
8de0447c1c ICU-9732 Update tzdata in ICU4J to 2012i
X-SVN-Rev: 32775
2012-11-08 22:59:29 +00:00
Michael Ow
2318dd37f5 ICU-9732 Update tzdata in ICU4C to 2012i
X-SVN-Rev: 32774
2012-11-08 22:59:09 +00:00
Markus Scherer
1dab387878 ICU-9690 clarify that U8_...(safe) macros use/need int32_t indexes & lengths
X-SVN-Rev: 32772
2012-11-08 22:22:00 +00:00
Travis Keep
69d9432ee2 ICU-9725 C GenderInfo must handle single item lists correctly by returning the gender of the sole item.
X-SVN-Rev: 32761
2012-11-06 19:29:54 +00:00
Markus Scherer
d328bb3289 ICU-9705 fix runConfigureICU bugs, add Linux/gcc, improve help text
X-SVN-Rev: 32760
2012-11-06 19:17:29 +00:00
Travis Keep
3fe72af5b0 ICU-9628 Fix J GenderInfo so that gender of a single item list is always the gender of the sole item.
X-SVN-Rev: 32758
2012-11-06 18:01:30 +00:00
Yoshito Umaoka
6d528fb49b ICU-9712 Synchronize C/J word break dictionary data with C trunk. Update license term to exclude CC-CEDICT.
X-SVN-Rev: 32745
2012-11-02 20:19:47 +00:00
Yoshito Umaoka
a3443bd1e9 ICU-9712 Remove words originally from CC-CEDICT. Also update license term to exclude CC-CEDICT.
X-SVN-Rev: 32744
2012-11-02 20:18:28 +00:00
Steven R. Loomis
899e8cf57c ICU-9711 fix makefile and another test for OS/400
X-SVN-Rev: 32743
2012-11-02 20:16:27 +00:00
Steven R. Loomis
f2306f2577 ICU-9711 OS/400 fixes
X-SVN-Rev: 32742
2012-11-02 19:41:57 +00:00
Yoshito Umaoka
c96a2a678d ICU-9580 Updated readme.html for ICU4J 50.1 release.
X-SVN-Rev: 32740
2012-11-02 03:57:21 +00:00
Yoshito Umaoka
32d0bffa4e ICU-9709 Merged unicode-license.txt into license.html, along with other third-party licenses. Updated ant targets currently copying unicode-license.txt.
X-SVN-Rev: 32737
2012-11-01 19:01:56 +00:00
Yoshito Umaoka
ca058ff1ec ICU-9709 Merged unicode-license.txt into license.html, along with other third-party licenses.
X-SVN-Rev: 32736
2012-11-01 18:35:22 +00:00
Yoshito Umaoka
70cdddb686 ICU-9708 Retained the original copyright comment from Chromium, added the ICU standard style copyright comment at the beginning.
X-SVN-Rev: 32734
2012-11-01 15:55:43 +00:00
Peter Edberg
c29ba8a3d2 ICU-9579 Update readme for final release
X-SVN-Rev: 32732
2012-10-31 17:56:42 +00:00
Michael Ow
46339b066d ICU-9241 Update tzdata in ICU4J to 2012h
X-SVN-Rev: 32729
2012-10-30 22:42:17 +00:00
Michael Ow
198edf8bbf ICU-9241 Update tzdata in ICU4C to 2012h
X-SVN-Rev: 32728
2012-10-30 22:41:49 +00:00
Yoshito Umaoka
7291e318ff ICU-9580 Updated versions for ICU4j 50GA.
X-SVN-Rev: 32723
2012-10-29 17:05:59 +00:00
Yoshito Umaoka
ed2c4c31e1 ICU-9697 Fixed copyright issue in riwords.txt.
X-SVN-Rev: 32715
2012-10-26 17:35:02 +00:00
Yoshito Umaoka
74124c733a ICU-9697 Fixed copyright issue in riwords.txt.
X-SVN-Rev: 32714
2012-10-26 17:32:46 +00:00
Peter Edberg
26ec9e58f9 ICU-9581 Update readme for 50rc, fix HTML validation errors
X-SVN-Rev: 32690
2012-10-22 18:14:40 +00:00
John Emmons
642189dabe ICU-9676 Updated version numbers to CLDR 22.1
X-SVN-Rev: 32687
2012-10-22 17:40:30 +00:00
John Emmons
68245e2a71 ICU-9676 Updated version numbers to CLDR 22.1
X-SVN-Rev: 32686
2012-10-22 17:32:28 +00:00
Yoshito Umaoka
f443b00929 ICU-9582 Updated ICU4J readme.html
X-SVN-Rev: 32684
2012-10-22 15:43:21 +00:00
Steven R. Loomis
254845e36b ICU-9686 fix to icurun
X-SVN-Rev: 32683
2012-10-19 23:14:38 +00:00
Michael Ow
f8365c92da ICU-9397 Update tests to pass without data in ICU 50 RC
X-SVN-Rev: 32680
2012-10-19 20:09:53 +00:00
Yoshito Umaoka
d2e6714df6 ICU-9582 Added ICU4J 50 serialization test data.
X-SVN-Rev: 32679
2012-10-19 17:48:40 +00:00