Commit Graph

17544 Commits

Author SHA1 Message Date
Michael Ow
bc6b44a7d6 ICU-7813 Move declaration to beginning of code block.
X-SVN-Rev: 28672
2010-09-21 23:06:16 +00:00
Steven R. Loomis
c6c2a855a7 ICU-7932 compare as double, not long double
X-SVN-Rev: 28667
2010-09-21 19:10:03 +00:00
Jinglun Li
12de1d68b7 ICU-7772 Fast string direction detection
X-SVN-Rev: 28665
2010-09-21 07:12:28 +00:00
Peter Edberg
8cab1047c4 ICU-7965 th uses legacy clusters with 0E33 0EB3 added to Extend; remove test timebomb
X-SVN-Rev: 28663
2010-09-21 03:38:50 +00:00
Markus Scherer
b5e1330176 ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
X-SVN-Rev: 28661
2010-09-21 00:12:49 +00:00
Peter Edberg
cbc567f055 ICU-7966 Fix Format::isLenient to be @draft ICU 4.6
X-SVN-Rev: 28659
2010-09-20 21:22:44 +00:00
John Emmons
cd3f6237f9 ICU-7652 Get correct week data from territory based locale
X-SVN-Rev: 28658
2010-09-20 21:22:31 +00:00
Michael Grady
751473d25a ICU-7813 64bit regex API, 7675: UText-based Regex to use native indexes, 7764: Improved UText-regex API error handling, 7855: UText regex group API returns shallow clone, 7851: Set region and start position, 7763: Inline regex progress callback function.
X-SVN-Rev: 28647
2010-09-18 03:07:17 +00:00
Andy Heninger
efa8bfba9e ICU-7963 Break Iterator data files update for Unicode 6.0
X-SVN-Rev: 28646
2010-09-18 01:22:35 +00:00
Michael Ow
5bc75ff03f ICU-7956 Fix bug in pkgdata concerning parsing option file.
X-SVN-Rev: 28643
2010-09-17 21:26:54 +00:00
Michael Ow
f3fca67f87 ICU-7839 Update ambiguous converter list.
X-SVN-Rev: 28642
2010-09-17 21:25:56 +00:00
John Emmons
b5a918dba0 ICU-7489 Remove unnecessary test TimeZoneRoundTripPerf
X-SVN-Rev: 28640
2010-09-17 16:37:20 +00:00
Michael Ow
780d0d8ead ICU-7926 Update alias table and restore 2 codepages for compound text.
X-SVN-Rev: 28637
2010-09-17 05:04:39 +00:00
Michael Grady
f92222ba98 ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
X-SVN-Rev: 28636
2010-09-17 01:53:01 +00:00
Alexey Gousev
352a29f8a8 ICU-7066 updated intltest
X-SVN-Rev: 28635
2010-09-16 23:28:56 +00:00
Michael Ow
e6185f596f ICU-7926 Remove duplicate codepages.
X-SVN-Rev: 28634
2010-09-16 22:37:17 +00:00
Michael Ow
d2649e2e3d ICU-7926 Add icu internal ucm files for compound text converter.
X-SVN-Rev: 28631
2010-09-16 17:58:39 +00:00
Steven R. Loomis
813bed9975 ICU-7958 test macro cleanup
X-SVN-Rev: 28630
2010-09-16 16:44:29 +00:00
Michael Ow
9b001e6a47 ICU-7957 Initialize pkgdata flags before installing data.
X-SVN-Rev: 28629
2010-09-16 15:53:06 +00:00
Michael Grady
a3a500f892 ICU-7947 Fix previous checkin, expandCapacity allows minimumCapacity=0
X-SVN-Rev: 28628
2010-09-16 02:05:19 +00:00
Michael Grady
467cf876fc ICU-7948 Fix leak in usprep_getProfile when 2 threads race to insert profile data into hash
X-SVN-Rev: 28627
2010-09-16 00:49:01 +00:00
Michael Grady
290cadf0b8 ICU-7947 UVector safety checks to avoid heap overflow due to integer overflow/signedness/truncation
X-SVN-Rev: 28626
2010-09-16 00:30:26 +00:00
Yoshito Umaoka
f063e2a26a ICU-7792 Updated time bomb in tzrulets.cpp - VTimeZone test case for Asia/Amman.
X-SVN-Rev: 28617
2010-09-14 15:36:41 +00:00
Michael Ow
36e74de161 ICU-7839 Add alias for IBM949C in ICU4C.
X-SVN-Rev: 28610
2010-09-13 23:03:32 +00:00
Peter Edberg
22b5f6c4ac ICU-7928 Update tests for CLDR 1.9m2 data
X-SVN-Rev: 28607
2010-09-13 19:14:41 +00:00
Peter Edberg
9024c60a43 ICU-7928 Update data files generated from CLDR
X-SVN-Rev: 28606
2010-09-13 19:12:47 +00:00
Peter Edberg
f3316f90bc ICU-7928 Update files that control building of cldr data for ICU
X-SVN-Rev: 28605
2010-09-13 19:08:21 +00:00
Michael Ow
431e091db9 ICU-7926 Add ISO 2022 aliases to alias table in ICU4C.
X-SVN-Rev: 28603
2010-09-13 17:23:38 +00:00
Steven R. Loomis
0b3e269401 ICU-7928 remove sw* from colfiles.mk ( see r28586 )
X-SVN-Rev: 28599
2010-09-09 18:51:17 +00:00
Michael Ow
dda7ae77c6 ICU-7926 Add ISO-2022-CN-CNS to ICU4C.
X-SVN-Rev: 28587
2010-09-08 23:18:15 +00:00
Peter Edberg
76bff5bdd3 ICU-7928 cldr 1.9m2; remove obsolete files (sw now uses DUCET)
X-SVN-Rev: 28586
2010-09-08 23:07:17 +00:00
Yoshito Umaoka
5055162c5e ICU-7908 Changed the definition of SystemV zones to align them to Olson. By the change, zoneinfo resource was regenerated. Also, regenerated windowsZones.txt from the latest CLDR data.
X-SVN-Rev: 28584
2010-09-08 14:49:39 +00:00
Michael Ow
d4e61338e1 ICU-7839 Update alias table with some missing Java aliases.
X-SVN-Rev: 28578
2010-09-07 19:14:31 +00:00
Steven R. Loomis
a73ec17054 ICU-7382 [srl fixing crash] make sure localeName is initialized.
X-SVN-Rev: 28573
2010-09-04 01:01:45 +00:00
Jungshik Shin
9ef56a51ab ICU-7382 refer to LC_MESSAGE to determine the default locale
X-SVN-Rev: 28571
2010-09-03 21:44:58 +00:00
John Emmons
6d6d6fa198 ICU-7920 Fix duplicate entry in kTimeFields
X-SVN-Rev: 28564
2010-08-31 17:39:58 +00:00
Steven R. Loomis
d55b13b5c8 ICU-7914 checking in regression test
X-SVN-Rev: 28557
2010-08-31 00:25:19 +00:00
Steven R. Loomis
1169926185 ICU-7854 add data drive test case
X-SVN-Rev: 28554
2010-08-30 20:12:25 +00:00
Steven R. Loomis
cb2a590ae5 ICU-7147 update runConfigureICU to use -O0 when in debug mode
X-SVN-Rev: 28553
2010-08-30 19:24:42 +00:00
Steven R. Loomis
d390758955 ICU-6981 pkg-config (closing out old merge)
X-SVN-Rev: 28551
2010-08-30 18:59:02 +00:00
John Emmons
090df3b5a4 ICU-7489 Optimize tz canonicalization for zones that are already canonical
X-SVN-Rev: 28535
2010-08-26 15:38:04 +00:00
Alexey Gousev
590648b41e ICU-7067 adding mh-haiku config file
X-SVN-Rev: 28533
2010-08-25 22:30:42 +00:00
Alexey Gousev
797e6fc9f6 ICU-7067 merging trunk
X-SVN-Rev: 28532
2010-08-25 22:29:44 +00:00
Alexey Gousev
933e73b1d2 ICU-7066 merging trunk
X-SVN-Rev: 28531
2010-08-25 22:28:32 +00:00
Alexey Gousev
9f4eb2b434 ICU-6686 merging into trunk
X-SVN-Rev: 28530
2010-08-25 22:24:53 +00:00
Jungshik Shin
0660dc6e6e ICU-7906 make VS 2008 happy about StringPiece::npos
X-SVN-Rev: 28521
2010-08-25 02:22:04 +00:00
Michael Ow
e7b5ff3734 ICU-7724 Explicitly cast enum value to avoid compilation error on Solaris.
X-SVN-Rev: 28508
2010-08-21 02:16:23 +00:00
Michael Ow
29fe431f2a ICU-7882 Fix pointer declaration error.
X-SVN-Rev: 28504
2010-08-20 21:18:08 +00:00
Michael Ow
24055f8585 ICU-7882 Enable BCP47 ids and update a few test cases in ICU4C.
X-SVN-Rev: 28503
2010-08-20 20:11:37 +00:00
Michael Ow
51495bea12 ICU-7899 Normalize the keyword value for currency to avoid case sensitivity issues.
X-SVN-Rev: 28498
2010-08-20 16:58:26 +00:00