Michael Ow
2ab0292209
ICU-11391 Add arch detection code in pkgdata tool
...
X-SVN-Rev: 36932
2015-01-08 20:13:48 +00:00
Yoshito Umaoka
a31ce73748
ICU-11449 Fixed a build problem on Windows/VC.
...
X-SVN-Rev: 36928
2015-01-07 20:55:04 +00:00
Markus Scherer
a9d7c3e4bd
ICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes
...
X-SVN-Rev: 36924
2015-01-07 03:37:11 +00:00
Michael Ow
bcdcc4dc67
ICU-10731 Fix import library name when building data on mingw
...
X-SVN-Rev: 36922
2015-01-06 23:08:18 +00:00
Fredrik Roubert
17b8600e8e
ICU-11018 Support CLDR time separator (ICU4C)
...
This change will treat the ':' character in patterns as a symbol
(instead of as a literal) and if the Locale defines timeSeparator then
use that character instead when formatting and accept both when parsing.
It will also define the '.' as an alternate time separator, that will be
accepted when parsing in lenient mode.
This is one character more strict than before, when in lenient mode also
the '-' was accepted as time separator instead of ':'.
R=rocketman@google.com
Review URL: https://codereview.appspot.com/180610043
X-SVN-Rev: 36897
2014-12-19 07:19:41 +00:00
Steven R. Loomis
7e6c572256
ICU-10774 fix a knownissue: Collator::getAvailableLocales calculation.
...
Also, replace uhash_nextElement's parameter "-1" with UHASH_FIRST for clarity.
Also, improve service registration debugging code
X-SVN-Rev: 36836
2014-12-09 23:54:56 +00:00
Markus Scherer
9edbbecb24
ICU-11339 add & use LocalPointer(p, errorCode) and adoptInsteadAndCheckErrorCode(p, errorCode)
...
X-SVN-Rev: 36757
2014-11-20 00:27:17 +00:00
Yoshito Umaoka
e4be0cb54e
ICU-11315 tzdata2014j updates in ICU4C.
...
X-SVN-Rev: 36718
2014-11-11 19:08:28 +00:00
Yoshito Umaoka
d302fddd6b
ICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64.txt in trunk for now.
...
X-SVN-Rev: 36675
2014-10-15 20:41:44 +00:00
Steven R. Loomis
a9d937e314
ICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase
...
X-SVN-Rev: 36671
2014-10-10 23:44:31 +00:00
Michael Ow
b2d2691724
ICU-11313 Update version number to 55.0.1
...
X-SVN-Rev: 36648
2014-10-07 17:02:19 +00:00
Yoshito Umaoka
a573b068a2
ICU-10898 tzdata2014h updates in ICU4C
...
X-SVN-Rev: 36592
2014-09-26 20:09:39 +00:00
Michael Ow
6de697904d
ICU-10980 Update pre-VS2010 project files to VS2010
...
X-SVN-Rev: 36511
2014-09-15 19:09:21 +00:00
Yoshito Umaoka
8f7b28cfc6
ICU-10881 Fixed a namespace problem.
...
X-SVN-Rev: 36463
2014-09-11 16:00:14 +00:00
John Emmons
4d47dd3226
ICU-11092 Split out units data into a separate tree
...
X-SVN-Rev: 36458
2014-09-11 10:16:22 +00:00
Steven R. Loomis
4345b76644
ICU-10881 merge from branch - conservative fixes to some warnings
...
X-SVN-Rev: 36449
2014-09-11 05:25:13 +00:00
Markus Scherer
4174db0520
ICU-9644 bug fix
...
X-SVN-Rev: 36385
2014-09-08 03:26:40 +00:00
Markus Scherer
0f78abc7ee
ICU-9644 re-hardcode some normalization data: nfc.nrm
...
X-SVN-Rev: 36384
2014-09-08 03:05:56 +00:00
Steven R. Loomis
7594250cc5
ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
...
X-SVN-Rev: 36275
2014-08-28 22:13:45 +00:00
Tom Zhang
ee1f29b584
ICU-7653 move LENGTHOF(array) to common, internal header
...
X-SVN-Rev: 36265
2014-08-28 14:55:34 +00:00
Markus Scherer
ec55298e96
ICU-11042 Han radical-stroke order data in the root collator instead of CJK tailorings, adjusted code & tests (merged from branches/markus/rootunihan)
...
X-SVN-Rev: 36162
2014-08-14 18:47:27 +00:00
Markus Scherer
435623bc05
ICU-11058 support nested collation rule imports; make the importer stateless
...
X-SVN-Rev: 36157
2014-08-13 22:58:14 +00:00
Markus Scherer
2e958e2bab
ICU-8082 private collation type: do not build binary and do not list as an available keyword value
...
X-SVN-Rev: 36011
2014-07-08 17:44:53 +00:00
Steven R. Loomis
49a3242d0a
ICU-10710 remove some C comments..
...
X-SVN-Rev: 35954
2014-06-26 01:45:51 +00:00
Steven R. Loomis
9ac287909f
ICU-10977 remove stray #if DEBUG from toolutil/ucbuf.c
...
X-SVN-Rev: 35947
2014-06-25 21:54:18 +00:00
Michael Ow
5b95b36b05
ICU-10955 Allow for file extension customization in the pkgdata tool with the option file
...
X-SVN-Rev: 35923
2014-06-23 21:36:42 +00:00
Yoshito Umaoka
227ba0cb9a
ICU-10741 Fixed a bug incorrectly processing CR+LF in ucbuf_readline.
...
X-SVN-Rev: 35814
2014-06-06 20:49:18 +00:00
Michael Ow
968afff8ef
ICU-10522 Update tzcode readme in ICU
...
X-SVN-Rev: 35733
2014-05-21 20:21:53 +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
Michael Ow
c01ee1021e
ICU-10808 Fix file sep char checking
...
X-SVN-Rev: 35652
2014-04-24 20:06:19 +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
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
c5f65ad529
ICU-10434 Relaxed the check condition for DST amount from 1 hour to 2 hours. tzdata2014b added Antarctica/Troll with a recurrent DST rule with 2 hour daylight saving.
...
X-SVN-Rev: 35531
2014-03-26 14:28:37 +00:00
Michael Ow
c70512bdfe
ICU-10786 Ensure ICU 53 passes without data
...
X-SVN-Rev: 35462
2014-03-13 21:28:24 +00:00
Steven R. Loomis
5bc87de353
ICU-10003 update derb manpage
...
X-SVN-Rev: 35387
2014-03-08 01:09:32 +00:00
Michael Ow
b8358fd167
ICU-10766 Rename ResourceType enum values to avoid collision on MinGW build
...
X-SVN-Rev: 35376
2014-03-07 00:46:13 +00:00
Michael Ow
fefa024ccc
ICU-10711 Update more fixes to zos pds dataset build
...
X-SVN-Rev: 35251
2014-02-27 19:23:50 +00:00
Markus Scherer
c2ba26e8ba
ICU-10472 build genrb, uconv, toolutil but not test suites with explicit UnicodeString constructors
...
X-SVN-Rev: 35230
2014-02-25 23:49:53 +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
Michael Ow
8304daf4d7
ICU-10711 Fix pds dataset data builds on zos
...
X-SVN-Rev: 35152
2014-02-18 06:21:37 +00:00
Andy Heninger
1c67f2b859
ICU-10644 Add missing #include of platform.h
...
X-SVN-Rev: 34968
2014-01-22 19:05:23 +00:00
Markus Scherer
8067293d35
ICU-10043 ignore the genrb --omitCollationRules flag while importing rules
...
X-SVN-Rev: 34874
2014-01-11 00:28:53 +00:00
Andy Heninger
9dd53d288d
ICU-10499 fix compile error with gcc.
...
X-SVN-Rev: 34872
2014-01-10 22:51:31 +00:00
Markus Scherer
ed3bb51647
ICU-10499 genrb use explicit UnicodeString constructors
...
X-SVN-Rev: 34867
2014-01-10 21:41:03 +00:00
Andy Heninger
301814f85f
ICU-10624 Compiler warning cleanups, continued.
...
X-SVN-Rev: 34855
2014-01-10 08:35:00 +00:00