Commit Graph

15719 Commits

Author SHA1 Message Date
George Rhoten
dc72952350 ICU-6076 Fix memory leak from new code for -m option
X-SVN-Rev: 23082
2007-12-14 00:46:21 +00:00
Yoshito Umaoka
4cd394b8da ICU-5990 Fixed a bug in the test case enabled for 3.9.1. status was not initialized to U_ZERO_ERROR properly.
X-SVN-Rev: 23081
2007-12-13 23:56:02 +00:00
Yoshito Umaoka
2e87f7e798 ICU-5990 Remove an unreferenced variable used by the timebomb in the previous version.
X-SVN-Rev: 23080
2007-12-13 22:28:06 +00:00
Yoshito Umaoka
0219cb81d9 ICU-5990 Updated the timezone test case and removed timebomb. Localized GMT format is available for bg locale
X-SVN-Rev: 23079
2007-12-13 21:41:21 +00:00
George Rhoten
09759f76f5 ICU-6098 Update to ICU 3.9.1
X-SVN-Rev: 23078
2007-12-13 21:37:23 +00:00
George Rhoten
0e9dbb4a32 ICU-6093 Allow icupkg to check for %%DEPENDENCY items.
X-SVN-Rev: 23077
2007-12-13 03:00:29 +00:00
George Rhoten
84051fc883 ICU-5985 Make the gcc configuration build like xlC_r
X-SVN-Rev: 23073
2007-12-12 17:28:24 +00:00
George Rhoten
e87f0d6ca0 ICU-6088 The numeric keys are sorted last in structLocale on EBCDIC base machines. Account for those platforms too.
X-SVN-Rev: 23067
2007-12-11 22:54:43 +00:00
Andy Heninger
67e296e813 ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex
X-SVN-Rev: 23063
2007-12-11 21:30:10 +00:00
George Rhoten
2659a41917 ICU-6076 Add -m test option for easier memory failure testing.
The number of allocations can now be determined so that people can be
notified of a memory leak sooner than later in a development cycle.
Only C based test frameworks are affected.
Some test fixes for when the memory is limited to 100K per allocation are also
added.

X-SVN-Rev: 23042
2007-12-07 10:49:34 +00:00
Markus Scherer
2c15ef3b5c ICU-6071 test and fix BMP-SBCS 1:2 and 2:1 conversions
X-SVN-Rev: 23041
2007-12-07 05:34:26 +00:00
George Rhoten
278ac82268 ICU-5955 Fix a memory leak.
X-SVN-Rev: 23040
2007-12-07 02:15:17 +00:00
George Rhoten
6fa9a969b8 ICU-5955 Fix a memory leak
X-SVN-Rev: 23038
2007-12-07 01:19:38 +00:00
George Rhoten
8e5fa8c4d8 ICU-5955 Fix memory leak
X-SVN-Rev: 23035
2007-12-06 18:33:45 +00:00
Yoshito Umaoka
a184afed39 ICU-5990 Fixed some bugs in code supporting old metazone mapping data.
X-SVN-Rev: 23034
2007-12-06 17:21:28 +00:00
George Rhoten
16606cd531 ICU-5955 Fix a memory leak and a compiler warning.
X-SVN-Rev: 23033
2007-12-06 17:12:29 +00:00
George Rhoten
2297d8ce9c ICU-5990 Allocate about 300K less and about 2,000 fewer allocations.
X-SVN-Rev: 23032
2007-12-06 06:02:02 +00:00
Yoshito Umaoka
40a1b853e2 ICU-5990 Use of a reference to a resource bundle string for tzid in meta-to-olson mapping table. Set NULL to the static global ZoneStringFormat cache. Added a code to prevent Purify to generate UMR warnings.
X-SVN-Rev: 23031
2007-12-06 03:28:08 +00:00
George Rhoten
15733e3e0e ICU-5990 Convert fewer char * strings.
X-SVN-Rev: 23030
2007-12-06 01:14:09 +00:00
George Rhoten
9f5c0d840a ICU-5990 Don't use charset conversion for invariant strings. Allocate less memory. Alias resource bundle string more frequently.
X-SVN-Rev: 23029
2007-12-06 00:46:41 +00:00
Steven R. Loomis
37a5cf7d49 ICU-6063 Really fix memory leak.
X-SVN-Rev: 23028
2007-12-05 23:57:11 +00:00
Steven R. Loomis
c6184cf96d ICU-6063 fix memory leak. Also, rename a variable for clarity
X-SVN-Rev: 23025
2007-12-05 21:13:44 +00:00
Yoshito Umaoka
155de1eafe ICU-5990 Fixed a memory leak problem in ZoneStringFormat cache.
X-SVN-Rev: 23024
2007-12-05 20:44:15 +00:00
Yoshito Umaoka
7ccc5b70ff ICU-6051 Changed from Calendar.IS_LEAP_MONTH to ChineseCalendar.IS_LEAP_MONTH in the data drive test generation code.
X-SVN-Rev: 23023
2007-12-05 20:22:54 +00:00
Markus Scherer
efc935f2d3 ICU-6059 add test for u_strFromUTF8(E0 A5 9C)
X-SVN-Rev: 23020
2007-12-05 19:30:57 +00:00
George Rhoten
a8777a6f4e ICU-5966 Fix some compiler warnings.
X-SVN-Rev: 23019
2007-12-05 16:44:08 +00:00
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
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
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
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
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
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