Commit Graph

19683 Commits

Author SHA1 Message Date
Michael Ow
7bbd60c374 ICU-10492 Fix library name issue in mingw build
X-SVN-Rev: 35702
2014-05-10 06:59:22 +00:00
Michael Ow
f3fc05d4a6 ICU-10870 Use GetGeoInfoW version of GetGeoInfo
X-SVN-Rev: 35700
2014-05-09 19:11:50 +00:00
Andy Heninger
d3f2a4ba93 ICU-10891 Fix buffer overflow problem in uresbund.cpp
X-SVN-Rev: 35699
2014-05-09 17:54:54 +00:00
Travis Keep
b5b8492a6f ICU-10887 Fix documentation in MeasureFormat.
X-SVN-Rev: 35696
2014-05-08 22:46:37 +00:00
Andy Heninger
61a5b161d3 ICU-10885 Remove obsolete, unused test data file.
X-SVN-Rev: 35694
2014-05-06 22:39:41 +00:00
Andy Heninger
a54177be4b ICU-10865 Thread safety fixes to u_get_stdout().
X-SVN-Rev: 35693
2014-05-06 21:52:26 +00:00
Andy Heninger
6f97fd0a2a ICU-10835 Fix build problems from r35683.
X-SVN-Rev: 35691
2014-05-04 20:43:48 +00:00
Yoshito Umaoka
114c7abe69 ICU-10827 Updated ICU modified version of tzcode to 2014b level.
X-SVN-Rev: 35684
2014-05-02 23:24:38 +00:00
Andy Heninger
a45f7faf63 ICU-10835 Improve performance of case insensitive find operations.
X-SVN-Rev: 35683
2014-05-02 22:51:53 +00:00
Michael Ow
3ed1418315 ICU-10038 Add u_fopen variant that accepts UTF16 filename
X-SVN-Rev: 35681
2014-05-01 17:45:12 +00:00
Jungshik Shin
52cf49b10e ICU-10873 newlib has _timezone instead of __timezone
X-SVN-Rev: 35680
2014-05-01 00:16:10 +00:00
Markus Scherer
b82c4c87d9 ICU-10867 fix collperf2: NUL-terminate UTF-16 strings, really do sort & shuffle
X-SVN-Rev: 35675
2014-04-30 21:20:10 +00:00
Michael Ow
9f62253594 ICU-10732 Fix error in configure script
X-SVN-Rev: 35674
2014-04-30 21:17:52 +00:00
Michael Ow
550f0448d6 ICU-10732 Enable Cygwin64 build
X-SVN-Rev: 35672
2014-04-30 21:08:54 +00:00
Travis Keep
fd676bb762 ICU-10046 insetMarkup()->insertMarkup().
X-SVN-Rev: 35666
2014-04-30 20:15:10 +00:00
George Rhoten
1cdf346b5e ICU-10871 Remove the old untested and unlisted U_PF_CLASSIC_MACOS platform. The modern ICU probably would not compile on this old platform anymore.
X-SVN-Rev: 35663
2014-04-30 18:34:36 +00:00
George Rhoten
9360e089b0 ICU-1859 Fix memory leak.
X-SVN-Rev: 35662
2014-04-30 02:09:50 +00:00
George Rhoten
cd1202bbef ICU-1859 Fix a compiler error on AIX.
X-SVN-Rev: 35660
2014-04-29 21:34:42 +00:00
George Rhoten
cbc44d1d51 ICU-1859 Fix a compiler error on AIX.
X-SVN-Rev: 35659
2014-04-29 20:35:27 +00:00
George Rhoten
37cbf3a611 ICU-1859 All RBNF rules parse now. All spellout values roundtrip. Lenient roundtripping is still an issue.
X-SVN-Rev: 35658
2014-04-29 18:29:12 +00:00
Andy Heninger
e9ae2f8d71 ICU-10844 Add Regex test case.
X-SVN-Rev: 35657
2014-04-25 21:22:20 +00:00
Andy Heninger
4587ade4b5 ICU-10295 Mutex ucln_registerCleanup to clear thread sanitizer errors.
X-SVN-Rev: 35655
2014-04-25 17:27:53 +00:00
Andy Heninger
9c8e20c008 ICU-10805 Use InitOnce in Region class. Fixes threading problem in initialization.
X-SVN-Rev: 35653
2014-04-24 22:31:56 +00:00
Michael Ow
c01ee1021e ICU-10808 Fix file sep char checking
X-SVN-Rev: 35652
2014-04-24 20:06:19 +00:00
Andy Heninger
4e5886643f ICU-10803 Fix race in LocaleUtility::getAvailableLocaleNames().
X-SVN-Rev: 35651
2014-04-24 18:48:06 +00:00
Andy Heninger
0a9c28990a ICU-10861 Fix several ICU4C compile warnings.
X-SVN-Rev: 35650
2014-04-24 00:33:39 +00:00
Andy Heninger
dbcf79f57b ICU-10799 ICU initialization code, review & cleanup.
X-SVN-Rev: 35649
2014-04-23 23:22:13 +00:00
Michael Ow
3cc66e5be4 ICU-10808 Fix some array size limitation when calling pkgdata tool
X-SVN-Rev: 35648
2014-04-23 21:29:23 +00:00
Markus Scherer
567aebade1 ICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
X-SVN-Rev: 35632
2014-04-14 22:30:09 +00:00
Yoshito Umaoka
b655078cda ICU-10842 Updated ICU4C version nubmers for 54M1.
X-SVN-Rev: 35630
2014-04-14 20:41:25 +00:00
Yoshito Umaoka
1d90a2e031 ICU-10816 Added a test case of DateFormat parse leniency setter/getter APIs.
X-SVN-Rev: 35627
2014-04-14 19:58:40 +00:00
Scott Russell
e05022e643 ICU-10822 remove static from test method
X-SVN-Rev: 35616
2014-04-10 20:20:20 +00:00
Scott Russell
b30a917348 ICU-10822 C wrapper implementation for udat_get.../udat_setBooleanAttribute
X-SVN-Rev: 35615
2014-04-10 19:49:13 +00:00
Travis Keep
93559e74a8 ICU-10046 Expose Exponent Multiplication Symbol. ScientificFormatHelper class to recognize variants of the plus and minus sign.
X-SVN-Rev: 35614
2014-04-10 18:13:29 +00:00
Travis Keep
1ec6826469 ICU-10046 Attempt to fix broken build.
X-SVN-Rev: 35613
2014-04-09 23:56:42 +00:00
Travis Keep
7ed712add5 ICU-10046 Introduce ScientificFormatHelper class.
X-SVN-Rev: 35612
2014-04-09 23:00:45 +00:00
Travis Keep
0959e4e84d ICU-10828 Attempt to fix broken build.
X-SVN-Rev: 35597
2014-04-03 22:44:00 +00:00
Travis Keep
e3a6ed0372 ICU-10828 Remove unused dependencies.
X-SVN-Rev: 35595
2014-04-03 21:58:23 +00:00
Jungshik Shin
530f403705 ICU-10811 QNX does not have nl_lang_info_codeset
X-SVN-Rev: 35580
2014-04-02 21:50:11 +00:00
Travis Keep
c5fcd47b4f ICU-10793 Add optimization to ListFormatter.
X-SVN-Rev: 35579
2014-04-02 21:43:11 +00:00
Travis Keep
0d3dedc0a5 ICU-10804 Add documentation to LRUCache.
X-SVN-Rev: 35576
2014-04-02 20:12:02 +00:00
Yoshito Umaoka
6e0a9a397d ICU-10816 DateFormat::setLenient to set boolean attribute properly.
X-SVN-Rev: 35572
2014-04-02 19:17:11 +00:00
Travis Keep
bb63aa3994 ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35570
2014-04-02 16:46:23 +00:00
Travis Keep
72a92fadc1 ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35569
2014-04-02 16:21:14 +00:00
Travis Keep
fa5b13bee3 ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35568
2014-04-01 23:57:16 +00:00
Travis Keep
8b59ab29e0 ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35565
2014-04-01 23:01:15 +00:00
Travis Keep
fe24e76026 ICU-10758 Enable fastpath for DecimalFormat when grouping is turned on as long as no grouping separators need to be inserted.
X-SVN-Rev: 35560
2014-04-01 20:41:15 +00:00
Markus Scherer
da7170882b ICU-10636 make -w tests work without collation rule strings, and without big5han and gb2312han
X-SVN-Rev: 35558
2014-04-01 19:59:27 +00:00
Markus Scherer
9e4365c9e6 ICU-10810 genrb: preflight strings on final parse tree, not while building the tree
X-SVN-Rev: 35544
2014-03-28 22:03:03 +00:00
Yoshito Umaoka
e4e63fd5c0 ICU-10434 tzdata2014b to ICU4C
X-SVN-Rev: 35533
2014-03-26 14:33:24 +00:00