Commit Graph

25168 Commits

Author SHA1 Message Date
Markus Scherer
944ff6eeaf ICU-9141 add U_GCC_MAJOR_MINOR macro
X-SVN-Rev: 32252
2012-08-27 23:15:08 +00:00
Markus Scherer
6d5c99bb7e ICU-9264 document that PluralRules objects are immutable (caches are synchronized)
X-SVN-Rev: 32251
2012-08-27 22:50:44 +00:00
Yoshito Umaoka
23faa1c164 ICU-9471 Ant target 'release' to create non-versioned ICU4J release files. The new target 'releaseVer' is equivalent to the previous 'release' target.
X-SVN-Rev: 32250
2012-08-27 22:23:23 +00:00
Yoshito Umaoka
8217ed7916 ICU-9409 Collator.getInstance to ignore unknown collation keyword. Also changed the implementation not to print the statck trace.
X-SVN-Rev: 32248
2012-08-27 20:17:17 +00:00
Umesh Nair
484c465ddf ICU-7168 Implementation of ListFormatter, port from Java
X-SVN-Rev: 32247
2012-08-27 20:14:25 +00:00
Travis Keep
8131a32512 ICU-9506 re-integrate changes to ListFormatter from icu4j/branches/tkeep/cdf
X-SVN-Rev: 32246
2012-08-27 19:51:13 +00:00
Debabrata Sengupta
4f666eebc4 ICU-9481 handled segmentation fault issue with uenum_next
X-SVN-Rev: 32242
2012-08-27 18:50:29 +00:00
Travis Keep
67e12fd328 ICU-9506 Re-integrated changes for CompactDecimalFormatter from icu4j/branches/tkeep/cdf into trunk.
X-SVN-Rev: 32241
2012-08-27 18:49:34 +00:00
Peter Edberg
50dd562ac8 ICU-9256 (J) For he@calendar=hebrew, offset the years within the current millenium down to 1-999
X-SVN-Rev: 32239
2012-08-27 18:29:50 +00:00
Peter Edberg
00b9ba863a ICU-9256 For he@calendar=hebrew, offset the years within the current millenium down to 1-999
X-SVN-Rev: 32236
2012-08-27 05:58:17 +00:00
Michael Ow
2f41905b0b ICU-9353 Fix redefinition error in dictionarydata when building with Cygwin MSVC
X-SVN-Rev: 32224
2012-08-24 15:29:03 +00:00
Debabrata Sengupta
525d85dd59 ICU-9476 fixed bug with numeric collation
X-SVN-Rev: 32223
2012-08-23 20:59:35 +00:00
Steven R. Loomis
f60d0e159e ICU-9499 add author column for 0.12
X-SVN-Rev: 32222
2012-08-23 20:17:13 +00:00
Steven R. Loomis
4187c56fdf ICU-9499 add author column
X-SVN-Rev: 32221
2012-08-23 20:15:56 +00:00
Steven R. Loomis
1e1d7adaaa ICU-9493 add links from classUnicodeString to classicu_1_1UnicodeString so old urls will not break
X-SVN-Rev: 32213
2012-08-21 21:01:03 +00:00
Steven R. Loomis
eb4ddeedb4 ICU-9329 update provider for 49, 50
X-SVN-Rev: 32211
2012-08-21 20:23:19 +00:00
George Rhoten
09db81cdef ICU-9353 Ignore new generated files from this ticket.
X-SVN-Rev: 32210
2012-08-21 18:17:22 +00:00
Steven R. Loomis
19e9ab5adc ICU-9486 dont generate icu-le.pc if layout is disabled
X-SVN-Rev: 32197
2012-08-17 23:27:37 +00:00
Maxime Serrano
43a4d7c0d4 ICU-9353 remove last mentions of word_ja.txt
X-SVN-Rev: 32196
2012-08-17 21:58:20 +00:00
Maxime Serrano
1a702c3755 ICU-9353 Do not generate surrogates in the Monkey test so as to avoid generating higher CJK characters; also, hand off to Unhandled if we do not have a breakengine of this type
X-SVN-Rev: 32195
2012-08-17 21:27:08 +00:00
Markus Scherer
a2f3849b0d ICU-9437 update UCD tools for Unicode 6.2, especially new numeric values
X-SVN-Rev: 32193
2012-08-17 19:18:06 +00:00
Maxime Serrano
68f6a941a2 ICU-9353 exclude the entire Hangul script from monkey tests
X-SVN-Rev: 32192
2012-08-17 17:38:56 +00:00
Maxime Serrano
8466372715 ICU-9353 fix windows makefile, remove mentions of word_ja.txt
X-SVN-Rev: 32191
2012-08-17 17:09:01 +00:00
Maxime Serrano
847faa3579 ICU-9353 use Collections.synchronizedSet() rather than Collections.newSetFromMap()
X-SVN-Rev: 32188
2012-08-17 00:12:45 +00:00
Maxime Serrano
53650b04c5 ICU-9353 add symbols to dictionarydata.cpp for linker
X-SVN-Rev: 32187
2012-08-17 00:10:22 +00:00
Maxime Serrano
ed2c14b425 ICU-9353 merge dbbi-tries work into the trunk
X-SVN-Rev: 32185
2012-08-16 23:16:04 +00:00
Maxime Serrano
c64c0299d7 ICU-9353 merge dbbi-tries work into the trunk
X-SVN-Rev: 32184
2012-08-16 23:01:49 +00:00
George Rhoten
8bcdfa544d ICU-9457 Fix some compiler warnings.
X-SVN-Rev: 32180
2012-08-16 04:56:59 +00:00
George Rhoten
e1b9092426 ICU-9469 Improve support for C++11
X-SVN-Rev: 32179
2012-08-15 17:46:17 +00:00
Markus Scherer
f30b743eff ICU-9420 move ListFormatter to the .text package, add getInstance(no locale)
X-SVN-Rev: 32178
2012-08-15 17:45:28 +00:00
Markus Scherer
527161ff5a ICU-9406 deprecate isHiraganaQuaternary(), setHiraganaQuaternary(boolean flag) and setHiraganaQuaternaryDefault(), disable the setters (merged from branches/markus/uni62 r32109, should not have been on that branch)
X-SVN-Rev: 32176
2012-08-15 17:09:39 +00:00
Michael Ow
8c27e6926a ICU-9241 Update tzdata in ICU4J to 2012e
X-SVN-Rev: 32173
2012-08-14 17:10:40 +00:00
Michael Ow
05b1370439 ICU-9241 Update tzdata in ICU4C to 2012e
X-SVN-Rev: 32172
2012-08-14 17:10:20 +00:00
Michael Ow
dcf74e591d ICU-9241 Update tzdata in ICU4C to 2012d
X-SVN-Rev: 32169
2012-08-14 05:01:00 +00:00
Michael Ow
7f26c8961f ICU-9241 Update tzdata in ICU4J to 2012d
X-SVN-Rev: 32168
2012-08-14 05:00:42 +00:00
Michael Ow
5015b2033b ICU-9380 Reorder header files to fix HP build error.
X-SVN-Rev: 32162
2012-08-13 17:21:00 +00:00
George Rhoten
ce96470daf ICU-9474 Reduce the exported C++ static variables too.
X-SVN-Rev: 32159
2012-08-12 00:33:34 +00:00
George Rhoten
0ae3d3a7d4 ICU-9474 Reduce unrename.h namespace pollution
X-SVN-Rev: 32157
2012-08-11 04:57:13 +00:00
George Rhoten
8dcaaee67a ICU-9456 The behavior of adding the .o to the dependency list by default is compiler dependent. Always include it.
X-SVN-Rev: 32156
2012-08-11 04:51:41 +00:00
Debabrata Sengupta
3ef2d173ca ICU-9342 implemented patch to support gcc's malloc and alloc_size attributes
X-SVN-Rev: 32151
2012-08-10 20:31:15 +00:00
George Rhoten
2ad0aad18c ICU-9456 Reduce writable/relocatable data.
X-SVN-Rev: 32150
2012-08-10 17:53:54 +00:00
George Rhoten
1384c72211 ICU-9456 Reduce writable/relocatable data.
X-SVN-Rev: 32149
2012-08-10 16:41:38 +00:00
George Rhoten
81a751e0d2 ICU-9456 Apparently C and C++ generate the dependencies differently. Update the .d generation accordingly.
X-SVN-Rev: 32144
2012-08-09 22:36:57 +00:00
Yoshito Umaoka
091464430b ICU-9452 Fixed calendar addition issue with the Samoa Dec 2011 24 hour transition (ICU4J)
X-SVN-Rev: 32142
2012-08-09 21:37:41 +00:00
Yoshito Umaoka
bc8ee5cca6 ICU-9452 Fixed calendar add issue with the Samoa Dec 2011 24 hour transition.
X-SVN-Rev: 32141
2012-08-09 21:29:53 +00:00
Debabrata Sengupta
ad0573b824 ICU-9277 fixed build breaking in the install-doc target
X-SVN-Rev: 32140
2012-08-09 19:39:44 +00:00
Steven R. Loomis
b68d2f41fb ICU-7197 add API for constructing UEnumerations.
X-SVN-Rev: 32137
2012-08-09 00:04:51 +00:00
Markus Scherer
9107a7bb38 ICU-9460 also remove TestCollator::safeClone()
X-SVN-Rev: 32135
2012-08-08 23:50:47 +00:00
Steven R. Loomis
26255a3157 ICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic-civil alias problem
X-SVN-Rev: 32132
2012-08-08 23:30:29 +00:00
Debabrata Sengupta
69ae33baa3 ICU-9425 fixed issues with api docs
X-SVN-Rev: 32129
2012-08-08 21:59:14 +00:00