Commit Graph

16980 Commits

Author SHA1 Message Date
Andy Heninger
0ae350c868 ICU-7193 Fix unterminated string in intltest/rbbitst/TestThaibreaks
X-SVN-Rev: 26936
2009-11-18 00:17:26 +00:00
Yoshito Umaoka
8ebdb37190 ICU-6990 2009s updates to the ICU4C trunk.
X-SVN-Rev: 26931
2009-11-17 20:17:57 +00:00
Andy Heninger
9516e2fed2 ICU-7193 Fix uninitialized UErrorCode
X-SVN-Rev: 26929
2009-11-17 19:17:06 +00:00
Andy Heninger
5f4c87e3b2 ICU-7193 Get rid of bogus gcc warnings
X-SVN-Rev: 26928
2009-11-17 18:41:35 +00:00
Michael Ow
f537b4fde7 ICU-7193 Update urename.h
X-SVN-Rev: 26927
2009-11-17 17:58:51 +00:00
Michael Ow
8344d16565 ICU-7193 Update APIChangeReport.html
X-SVN-Rev: 26926
2009-11-17 17:08:35 +00:00
Michael Ow
8a0445c9c1 ICU-7193 Update configure script.
X-SVN-Rev: 26925
2009-11-17 16:57:41 +00:00
Yoshito Umaoka
824ed01f70 ICU-7245 Fixed some compilation errors on Cygwin/gcc env
X-SVN-Rev: 26923
2009-11-17 16:38:18 +00:00
Michael Ow
9571529955 ICU-7008 Skip testing Asia/Amman in VTimeZone round trip test for now(4.3.3).
X-SVN-Rev: 26919
2009-11-16 18:00:17 +00:00
Michael Ow
5fb69bb39a ICU-6905 Update some new tests to pass without data.
X-SVN-Rev: 26915
2009-11-16 05:16:59 +00:00
Michael Ow
4544fc3e7d ICU-7232 Update pkgdata tool with new data directory structure.
X-SVN-Rev: 26913
2009-11-15 18:30:44 +00:00
Michael Ow
149255373b ICU-7084 Fix TESTCASE redefinition compiler errors.
X-SVN-Rev: 26908
2009-11-14 22:08:42 +00:00
Michael Ow
135fc63477 ICU-7084 Add missing header file.
X-SVN-Rev: 26907
2009-11-14 22:00:21 +00:00
Markus Scherer
81c4b3a886 ICU-7084 more C-friendly comments
X-SVN-Rev: 26906
2009-11-14 20:00:32 +00:00
Markus Scherer
57bc8aa035 ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc. (localpointer.h)
X-SVN-Rev: 26905
2009-11-14 00:38:00 +00:00
Markus Scherer
1dbea6f001 ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc.
X-SVN-Rev: 26904
2009-11-14 00:36:06 +00:00
Markus Scherer
4a9e4947ca ICU-7084 bug fixes for Linux/gcc
X-SVN-Rev: 26900
2009-11-13 19:52:28 +00:00
Michael Ow
892bbe5445 ICU-7230 Ensure lcid used in test case is consistent.
X-SVN-Rev: 26899
2009-11-13 19:49:41 +00:00
Markus Scherer
66b63f9c48 ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
X-SVN-Rev: 26898
2009-11-13 19:25:21 +00:00
Markus Scherer
1be5303b73 ICU-7232 forgot to add curr\supplementalData.res to the Windows build
X-SVN-Rev: 26897
2009-11-13 18:22:36 +00:00
Markus Scherer
82a2605390 ICU-7232 build new curr, lang, region, zone .res files on Windows
X-SVN-Rev: 26896
2009-11-13 14:39:02 +00:00
Michael Ow
c1425595ec ICU-7232 Fix some Windows compilation errors.
X-SVN-Rev: 26893
2009-11-13 01:47:05 +00:00
Doug Felt
d62a45c0bc ICU-7232 merge branch/dougfelt/datasplit at revision 26862 into trunk
X-SVN-Rev: 26884
2009-11-12 21:53:42 +00:00
Fredrik Roubert
4e1d41a4c3 ICU-7121 add test case for ErrorCode::errorName()
X-SVN-Rev: 26880
2009-11-12 17:50:15 +00:00
Michael Ow
a1900371b7 ICU-7226 Undo commit revision 24105 from ticket 6300.
X-SVN-Rev: 26871
2009-11-11 17:33:56 +00:00
Michael Ow
b4853d0331 ICU-7222 Remove Windows x64 warnings by casting explicitly.
X-SVN-Rev: 26870
2009-11-11 15:47:22 +00:00
Yoshito Umaoka
39e959c537 ICU-6990 2009r updates including metazoneInfo.txt to icu4c trunk
X-SVN-Rev: 26866
2009-11-11 04:29:20 +00:00
Michael Ow
32ed389091 ICU-7230 Ignore test failures on Windows for croatian locale.
X-SVN-Rev: 26861
2009-11-10 16:01:28 +00:00
Fredrik Roubert
4a6d872c21 ICU-7121 add ErrorCode::errorName() convenience method
X-SVN-Rev: 26856
2009-11-09 15:40:57 +00:00
Yoshito Umaoka
62ed917dd8 ICU-7229 In addition to the previous change, nullify TIME_ZONE_INFORMATION in getWindowsTimeZoneInfo, because we do not set standard/daylight names.
X-SVN-Rev: 26852
2009-11-06 05:48:37 +00:00
Yoshito Umaoka
e17f7525bb ICU-7227 Merging the fix done for #7227 from ICU4J to ICU4C. ICU4C does not have equivalent test case, so it did not report the exact same problem.
X-SVN-Rev: 26851
2009-11-06 05:24:37 +00:00
Yoshito Umaoka
c41f24dee0 ICU-7229 getSystemTimeZoneInformation to set standardBias properly. For some reasons this change fixes the test failure reported in #7229 as well (I do not understand why...)
X-SVN-Rev: 26850
2009-11-06 05:22:08 +00:00
Andy Heninger
44bf429a55 ICU-7224 bug in regular expressions with negative lookahead
X-SVN-Rev: 26848
2009-11-06 01:27:56 +00:00
John Emmons
82dde07d7d ICU-1624 Add additional test for Hebrew month Elul
X-SVN-Rev: 26842
2009-11-03 04:50:03 +00:00
Yoshito Umaoka
1e4f00ca3b ICU-6990 2009q updates to icu4c trunk
X-SVN-Rev: 26840
2009-11-03 02:02:59 +00:00
Yoshito Umaoka
93289216af ICU-6990 tzdata2009p / CLDR 1.7.1.1 updates to the icu4c trunk.
X-SVN-Rev: 26823
2009-10-30 07:08:19 +00:00
Michael Ow
6ca187a0ca ICU-7200 Move definition of TZFILE_SKIP.
X-SVN-Rev: 26816
2009-10-28 21:10:31 +00:00
Michael Ow
213239011c ICU-7200 Skip certain tz file when searching for system time zone.
X-SVN-Rev: 26815
2009-10-28 19:59:29 +00:00
Jason Spieth
6c79d95614 ICU-6990 2009o ICU4C
X-SVN-Rev: 26812
2009-10-27 03:18:02 +00:00
Michael Ow
fe62ee5a61 ICU-6204 Ensure valid country code in locale id is either size 2 or 3.
X-SVN-Rev: 26809
2009-10-26 19:34:32 +00:00
Michael Ow
e698d415eb ICU-7189 Remove accidental character.
X-SVN-Rev: 26795
2009-10-20 16:51:02 +00:00
Michael Ow
774ac9c733 ICU-7189 Add missing header file and fix tabs.
X-SVN-Rev: 26794
2009-10-20 16:48:17 +00:00
Yoshito Umaoka
155dfc0605 ICU-7189 Fixed missing collation case bytes problem in ucol_nextSortKeyPart.
X-SVN-Rev: 26787
2009-10-14 21:45:30 +00:00
Michael Ow
29d8944fc5 ICU-7193 Update version number to 4.3.3
X-SVN-Rev: 26786
2009-10-14 20:13:03 +00:00
Michael Ow
94229bc898 ICU-3319 Ensure makefile checks for changes to uvernum.h
X-SVN-Rev: 26785
2009-10-14 20:11:28 +00:00
John Emmons
d2fffdf749 ICU-5588 Add logic to limit the size of an Indic syllable to a preset maximum
X-SVN-Rev: 26774
2009-10-08 19:13:13 +00:00
John Emmons
d54bef2490 ICU-7186 Fix round-trip problem in Hebrew Calendar
X-SVN-Rev: 26770
2009-10-08 03:47:08 +00:00
Michael Ow
1275a4f81e ICU-7074 Update api change report for 4.3.2
X-SVN-Rev: 26765
2009-10-07 22:27:43 +00:00
Michael Ow
73c4e8b20e ICU-4735 Add comments for new API.
X-SVN-Rev: 26764
2009-10-07 22:18:30 +00:00
Andy Heninger
ee02257977 ICU-7179 Incorrect data type in race-handling code in udata_cacheDataItem
X-SVN-Rev: 26763
2009-10-07 22:06:24 +00:00