Peter Edberg
|
30e8bc452d
|
ICU-10637 Format/parse using 'r' related gregorian year, C changes part 1 (still need correct num fmt & tests)
X-SVN-Rev: 35341
|
2014-03-05 11:51:05 +00:00 |
|
Markus Scherer
|
84f781e9fb
|
ICU-10595 reenable TestNextSortKeyPartJaIdentical()
X-SVN-Rev: 35259
|
2014-02-27 23:31:01 +00:00 |
|
Markus Scherer
|
6105e6d068
|
ICU-10670 another minor fix
X-SVN-Rev: 35236
|
2014-02-26 03:35:17 +00:00 |
|
Yoshito Umaoka
|
80c576c0b7
|
ICU-10670 Fixed a compilation errror on VC in the previous commit.
X-SVN-Rev: 35235
|
2014-02-26 00:49:35 +00:00 |
|
Markus Scherer
|
86861a0867
|
ICU-10670 Fix character-based Arabic shaping for Urdu & some other characters
X-SVN-Rev: 35233
|
2014-02-26 00:02:24 +00:00 |
|
Markus Scherer
|
1c02705b8f
|
ICU-9822 fix U_STRING_INIT string length
X-SVN-Rev: 35228
|
2014-02-25 22:56:51 +00:00 |
|
Markus Scherer
|
e977c057a9
|
ICU-9101 merge branches/markus/collv2@35225 into the trunk
X-SVN-Rev: 35227
|
2014-02-25 21:21:49 +00:00 |
|
Peter Edberg
|
9596efb7f4
|
ICU-10712 Integrate non-collation, non-BCP47 data from CLDR trunk@9766
X-SVN-Rev: 35208
|
2014-02-24 07:17:41 +00:00 |
|
Peter Edberg
|
401daae867
|
ICU-10633 Implement context-sensitive number formatting (currently just for RBNF)
X-SVN-Rev: 35095
|
2014-02-06 09:41:17 +00:00 |
|
Peter Edberg
|
67551b09e9
|
ICU-10676 unum_open should support UNUM_CURRENCY_ISO, UNUM_CURRENCY_PLURAL styles
X-SVN-Rev: 35093
|
2014-02-06 06:31:50 +00:00 |
|
Michael Ow
|
4e806c800e
|
ICU-10483 Fix no data test errors in ICU4C 53m1
X-SVN-Rev: 34979
|
2014-01-22 21:20:24 +00:00 |
|
Scott Russell
|
3059ac945f
|
ICU-10650 53m1 BRS task - updates for non-ascii code in C
X-SVN-Rev: 34953
|
2014-01-21 20:58:03 +00:00 |
|
Peter Edberg
|
ee25f053a6
|
ICU-10574 Add basic C sanity check too
X-SVN-Rev: 34900
|
2014-01-15 09:31:11 +00:00 |
|
Peter Edberg
|
df7d845995
|
ICU-10585 Add utrans_toRules, utrans_getSourceSet
X-SVN-Rev: 34882
|
2014-01-13 07:27:02 +00:00 |
|
Andy Heninger
|
cabbcecf5c
|
ICU-10624 Swat clang compile warnings.
X-SVN-Rev: 34861
|
2014-01-10 19:20:16 +00:00 |
|
Andy Heninger
|
2b6a24aebc
|
ICU-10624 Fix windows build error introduced with earlier compile warning fix.
X-SVN-Rev: 34859
|
2014-01-10 18:14:31 +00:00 |
|
Andy Heninger
|
301814f85f
|
ICU-10624 Compiler warning cleanups, continued.
X-SVN-Rev: 34855
|
2014-01-10 08:35:00 +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 |
|
Yoshito Umaoka
|
5b27505480
|
ICU-10595 A test case reproducing ucol_nextSortKeyPart problem reported by #10595. For now, the test case is marked as a 'known issue'.
X-SVN-Rev: 34743
|
2013-12-11 22:01:45 +00:00 |
|
Peter Edberg
|
b804c4392f
|
ICU-10553 Add missing udat_close in cdattst.c TestContext()
X-SVN-Rev: 34722
|
2013-12-09 18:06:56 +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 |
|
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 |
|
Michael Ow
|
4835d5705a
|
ICU-10398 Ensure cintltst and intltest passes without data
X-SVN-Rev: 34398
|
2013-09-19 02:32:57 +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 |
|
Yoshito Umaoka
|
271e788d65
|
ICU-9396 Accept NULL pointer with length of 0 in ucol_strcoll and ucol_strcollUTF8. Also added some test case verifying the behavior.
X-SVN-Rev: 34363
|
2013-09-17 21:08:10 +00:00 |
|
Markus Scherer
|
27e00900c8
|
ICU-9932 deprecate & disable cloning-into-user-buffer, except keep ucnv_safeClone() intact
X-SVN-Rev: 34359
|
2013-09-17 19:48:50 +00:00 |
|
Steven R. Loomis
|
1f3a6bc750
|
ICU-9744 add more known issues, fix #include issue, remove unused output parameter.
also, delete trailing whitespace.
X-SVN-Rev: 34347
|
2013-09-17 06:26:26 +00:00 |
|
Steven R. Loomis
|
76fce4a987
|
ICU-9744 remove timebomb code, update docs for logKnownIssue and log_knownIssue
X-SVN-Rev: 34341
|
2013-09-17 00:55:39 +00:00 |
|
Steven R. Loomis
|
7802f4a73b
|
ICU-9744 logKnownIssue and log_knownIssue for ICU4C
X-SVN-Rev: 34335
|
2013-09-16 22:07:02 +00:00 |
|
Markus Scherer
|
76b93683b4
|
ICU-10338 test & fix ucol_setReorderCodes({default})
X-SVN-Rev: 34319
|
2013-09-13 21:21:11 +00:00 |
|
Steven R. Loomis
|
625aaa18c7
|
ICU-10379 IBM i - make tests run without any special options, update readme
X-SVN-Rev: 34300
|
2013-09-13 05:48:16 +00:00 |
|
Peter Edberg
|
30feb0c56b
|
ICU-10039 Per API review: Add consts, add unumsys_getDescription(), improve documentation
X-SVN-Rev: 34283
|
2013-09-12 04:33:03 +00:00 |
|
Steven R. Loomis
|
fd0e17c682
|
ICU-10379 fixes for IBM i - asciism, fix some test cases
X-SVN-Rev: 34281
|
2013-09-12 01:27:29 +00:00 |
|
Markus Scherer
|
fbb5f5ba1f
|
ICU-10371 fix assertion in u_strFromUTF8()/u_strFromUTF8WithSub() code
X-SVN-Rev: 34279
|
2013-09-12 00:02:41 +00:00 |
|
Peter Edberg
|
5a1e66e343
|
ICU-10039 Add basic C wrapper for NumberingSystem (numsys.h), version 1
X-SVN-Rev: 34268
|
2013-09-11 05:07:00 +00:00 |
|
Steven R. Loomis
|
b3d29d3d8c
|
ICU-9742 removing tests depending on closed CldrBug:3058
X-SVN-Rev: 34265
|
2013-09-11 00:51:18 +00:00 |
|
Michael Ow
|
0502015988
|
ICU-10331 Fix memory leak in data test
X-SVN-Rev: 34260
|
2013-09-10 17:03:42 +00:00 |
|
John Emmons
|
a869b0d483
|
ICU-10335 Merge completed CLDR24 branch into trunk.
X-SVN-Rev: 34238
|
2013-09-07 20:46:42 +00:00 |
|
Steven R. Loomis
|
e5fac0714c
|
ICU-10345 make formatting of a Formattable currency thread safe.. by cloning. makes unum_formatDoubleCurrency also slow.
X-SVN-Rev: 34200
|
2013-09-05 05:32:56 +00:00 |
|
Steven R. Loomis
|
9a537be436
|
ICU-10331 move platform dependency out of udatatst.c , other fixes for msys/mingw
X-SVN-Rev: 34192
|
2013-09-04 22:36:52 +00:00 |
|
Markus Scherer
|
90b538ae3f
|
ICU-10142 implement Unicode 6.3 bidi algorithm additions: merge icu/branches/mati/uba63 into trunk, merge new test for BidiCharacterTest.txt into bidiconf.cpp
X-SVN-Rev: 34147
|
2013-08-30 16:32:45 +00:00 |
|
Peter Edberg
|
9163c9d8be
|
ICU-10243 C, ulocdata_getMeasurementSystem/getPaperSize should get data from supplementalData
X-SVN-Rev: 34065
|
2013-08-19 22:29:26 +00:00 |
|
Michael Ow
|
93ab4f8add
|
ICU-7912 Fix memory leak in cintltst TestUFormattable
X-SVN-Rev: 34040
|
2013-08-13 23:32:48 +00:00 |
|
Andy Heninger
|
0061d3a9b7
|
ICU-10184 umutex.h, change to C++ only, in preparation for build time user mutex support.
X-SVN-Rev: 34029
|
2013-08-09 19:53:07 +00:00 |
|
Peter Edberg
|
958d9edc45
|
ICU-10222 (C) Update 2 more tests to match new plural rules
X-SVN-Rev: 33964
|
2013-07-23 18:21:02 +00:00 |
|
Peter Edberg
|
f4fd91b94f
|
ICU-10244 (C) ulocdata_getLocaleSeparator now returns piece between {0} and {1} in new localeSeparator pattern
X-SVN-Rev: 33906
|
2013-07-11 07:00:49 +00:00 |
|
Steven R. Loomis
|
85157b3fc4
|
ICU-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs
X-SVN-Rev: 33905
|
2013-07-11 00:31:41 +00:00 |
|