Yoshito Umaoka
|
18224fd078
|
ICU-5990 Fix memory leak issues
X-SVN-Rev: 23018
|
2007-12-05 16:00:18 +00:00 |
|
George Rhoten
|
0dda41de85
|
ICU-5966 Fix some compiler warnings.
X-SVN-Rev: 23017
|
2007-12-05 05:37:54 +00:00 |
|
John Emmons
|
69645b44fd
|
ICU-6047 Integrate data change from CLDR 1566
X-SVN-Rev: 23016
|
2007-12-05 04:41:02 +00:00 |
|
John Emmons
|
d05a895ee1
|
ICU-6047 Integrate data change from CLDR 1566
X-SVN-Rev: 23014
|
2007-12-05 02:57:27 +00:00 |
|
George Rhoten
|
42b8c8fe7d
|
ICU-6054 Add comments on when remapPlatformDependentCodepage should be modified.
X-SVN-Rev: 23007
|
2007-12-04 16:44:36 +00:00 |
|
George Rhoten
|
1d1a2181e5
|
ICU-6054 Remap ambiguous EUC alias, and add sun_eu_greek alias.
X-SVN-Rev: 23006
|
2007-12-04 16:36:03 +00:00 |
|
Yoshito Umaoka
|
9521f5bc4c
|
ICU-5970 tzdata 2007j into ICU4C
X-SVN-Rev: 23003
|
2007-12-03 18:16:01 +00:00 |
|
Steven R. Loomis
|
6c8d43bf03
|
ICU-5970 debug sym
X-SVN-Rev: 23002
|
2007-12-03 16:20:41 +00:00 |
|
Yoshito Umaoka
|
efa4c79d45
|
ICU-5990 Re-enabled DateFormatRoundTripTest with a minor change required for supporting time zone formatting/parsing before 1970.
X-SVN-Rev: 22997
|
2007-11-30 21:49:57 +00:00 |
|
George Rhoten
|
6fac6db1b4
|
ICU-5913 timebomb isn't needed
X-SVN-Rev: 22995
|
2007-11-30 20:24:58 +00:00 |
|
George Rhoten
|
b375764ea9
|
ICU-5913 Fix C++ comment in C code and fix timebomb
X-SVN-Rev: 22993
|
2007-11-30 20:02:21 +00:00 |
|
George Rhoten
|
1c53993fe7
|
ICU-5913 Use C comments instead of C++ comments.
X-SVN-Rev: 22992
|
2007-11-30 17:40:47 +00:00 |
|
John Emmons
|
8fafa9c595
|
ICU-6047 Integrate CLDR 1.5.1 data
X-SVN-Rev: 22991
|
2007-11-30 14:46:53 +00:00 |
|
Claire Ho
|
b8b21883e8
|
ICU-6026 FCD broken in VI/RO sort.
X-SVN-Rev: 22989
|
2007-11-30 06:05:44 +00:00 |
|
Claire Ho
|
c6dab684b7
|
ICU-5913 FCD broken in vi/ro sorts.
X-SVN-Rev: 22988
|
2007-11-30 04:29:20 +00:00 |
|
John Emmons
|
9ec55174e8
|
ICU-6047 Integrate CLDR 1.5.1 data
X-SVN-Rev: 22987
|
2007-11-30 02:46:05 +00:00 |
|
Markus Scherer
|
2096b06370
|
ICU-5930 no U_NAMESPACE_BEGIN/END in C API headers
X-SVN-Rev: 22986
|
2007-11-29 23:23:51 +00:00 |
|
Yoshito Umaoka
|
6dbeb85bff
|
ICU-5970 Olson tzdata 2007i
X-SVN-Rev: 22985
|
2007-11-29 20:29:41 +00:00 |
|
Markus Scherer
|
b3db774efc
|
ICU-5930 make layout engine compile with -DU_USING_ICU_NAMESPACE=0
X-SVN-Rev: 22983
|
2007-11-29 19:52:22 +00:00 |
|
Yoshito Umaoka
|
9380f65f4a
|
ICU-5990 Updated DateFormatRoundTrip test to support zone string format before 1970 properly
X-SVN-Rev: 22982
|
2007-11-29 19:28:51 +00:00 |
|
Yoshito Umaoka
|
7e51ed7330
|
ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk.
X-SVN-Rev: 22978
|
2007-11-28 20:49:58 +00:00 |
|
Andrew J Macheret
|
d1599f4771
|
ICU-6039 Fixed! Along with removing a redundant operation from CharsetUTF8 and adding a porting a new test from icu4c to icu4j.
X-SVN-Rev: 22973
|
2007-11-27 23:29:02 +00:00 |
|
Yoshito Umaoka
|
8cd61ae501
|
ICU-5990 metazoneInfo.res support. Fixed a bug for detecting daylight saving time amount. Updated icudata.jar to include metazoneInfo.res.
X-SVN-Rev: 22968
|
2007-11-27 07:48:45 +00:00 |
|
Yoshito Umaoka
|
12aea479ca
|
ICU-5990 Fix a test case bug. Also some minor trivial improvements.
X-SVN-Rev: 22963
|
2007-11-27 00:32:33 +00:00 |
|
George Rhoten
|
6490ed1ae8
|
ICU-6034 Prevent a mutex deadlock in case tzset really calls ICU under the covers.
X-SVN-Rev: 22960
|
2007-11-26 18:25:01 +00:00 |
|
Matitiahu Allouche
|
bd833a37f2
|
ICU-6032 fix the bug for ICU4C.
X-SVN-Rev: 22957
|
2007-11-22 15:52:32 +00:00 |
|
Michael Ow
|
ad499a6c4b
|
ICU-738 Eliminate extra space by offseting position argument by 1.
X-SVN-Rev: 22947
|
2007-11-16 21:03:01 +00:00 |
|
Yoshito Umaoka
|
c07f6c1836
|
ICU-5990 Merging all of time zone formatting/parsing related changes from my work branch. This submission actually includes various bug fixes including - #5812, #5883, #5893, #5895, #5920, #5934(updated), #5945, #5963, #5967(updated)
X-SVN-Rev: 22946
|
2007-11-16 20:40:45 +00:00 |
|
Eric Mader
|
b4afc1aece
|
ICU-6004 remove C++ comments.
X-SVN-Rev: 22943
|
2007-11-16 01:25:00 +00:00 |
|
Michael Ow
|
dd6609733d
|
ICU-738 Fix Linux malloc error.
X-SVN-Rev: 22942
|
2007-11-15 23:33:24 +00:00 |
|
Andrew J Macheret
|
b936324dea
|
ICU-6004 Tiny fix - Added end-lines to error messages
X-SVN-Rev: 22941
|
2007-11-15 23:19:14 +00:00 |
|
Andrew J Macheret
|
ec863e6f4e
|
ICU-6004 Added a test in cmsccoll.c
X-SVN-Rev: 22940
|
2007-11-15 23:09:40 +00:00 |
|
George Rhoten
|
af18df5289
|
ICU-5900 Fix logic issue with u_toSmallKana and u_toLargeKana
X-SVN-Rev: 22924
|
2007-11-14 18:06:11 +00:00 |
|
George Rhoten
|
3b2078c22c
|
ICU-6010 ISO-3166 update. Remove private use code.
X-SVN-Rev: 22913
|
2007-11-12 20:43:36 +00:00 |
|
Andrew J Macheret
|
f23e13afaf
|
ICU-6004 Added a line so that the code that generates a partial key will ignore ignorables, just like the full key generator does
X-SVN-Rev: 22909
|
2007-11-09 20:32:16 +00:00 |
|
George Rhoten
|
bc4a8b72c1
|
ICU-6001 Fix callback
X-SVN-Rev: 22906
|
2007-11-08 21:06:10 +00:00 |
|
Michael Ow
|
a47509395b
|
ICU-738 Fix intialization warnings.
X-SVN-Rev: 22905
|
2007-11-08 18:16:15 +00:00 |
|
Michael Ow
|
3bab6dc25c
|
ICU-738 Add argument list to store va_list information when positional data is given.
X-SVN-Rev: 22904
|
2007-11-08 17:21:40 +00:00 |
|
Eric Mader
|
b97a0ed12e
|
ICU-5923 Remove stray C++ comment.
X-SVN-Rev: 22901
|
2007-11-08 00:20:57 +00:00 |
|
Eric Mader
|
f9c887d9a5
|
ICU-5923 Fix broken logical to physical mapping, improve test.
X-SVN-Rev: 22898
|
2007-11-07 00:37:48 +00:00 |
|
Michael Ow
|
f87c360920
|
ICU-738 Eliminate call to system sprintf in reordering test.
X-SVN-Rev: 22897
|
2007-11-07 00:30:22 +00:00 |
|
Andrew J Macheret
|
1f872827e3
|
ICU-4081 Ported more tests and fixed more problems revealed by tests
X-SVN-Rev: 22896
|
2007-11-07 00:07:35 +00:00 |
|
Michael Ow
|
ae68bce23b
|
ICU-738 Fix Windows error in strtst.c.
X-SVN-Rev: 22895
|
2007-11-06 23:30:23 +00:00 |
|
Andrew J Macheret
|
f018a43611
|
ICU-4081 Ported tests and fixed problems revealed by tests
X-SVN-Rev: 22894
|
2007-11-06 22:26:06 +00:00 |
|
Andrew J Macheret
|
4fc941c249
|
ICU-4081 Fixed warnings
X-SVN-Rev: 22892
|
2007-11-06 20:09:52 +00:00 |
|
Michael Ow
|
823b13cee5
|
ICU-5993 Eliminate infinite loop when search pattern is single combining diactrical.
X-SVN-Rev: 22891
|
2007-11-06 20:00:35 +00:00 |
|
Michael Ow
|
a135e7122c
|
ICU-738 Add reordering test for u_sprintf.
X-SVN-Rev: 22889
|
2007-11-06 18:23:29 +00:00 |
|
Michael Ow
|
4a66e7ca13
|
ICU-738 Add *printf reordering capabilities by parsing argument list.
X-SVN-Rev: 22888
|
2007-11-06 18:01:07 +00:00 |
|
Claire Ho
|
13ec3d524f
|
ICU-5913 Need to add the rules somewhere else. Withdraw the previous changes first.
X-SVN-Rev: 22886
|
2007-11-06 02:28:36 +00:00 |
|
George Rhoten
|
8b10c01cab
|
ICU-5972 Fix svn properties
X-SVN-Rev: 22885
|
2007-11-05 23:34:27 +00:00 |
|