Commit Graph

20287 Commits

Author SHA1 Message Date
George Rhoten
dc0166c6ae ICU-5794 Fixes for Windows, build configuration and other issues.
X-SVN-Rev: 23098
2007-12-17 19:30:03 +00:00
Yoshito Umaoka
33645d3af2 ICU-6086 Adjust JVM heap size for test execution.
X-SVN-Rev: 23097
2007-12-17 18:47:16 +00:00
Claire Ho
c11cd154da ICU-5794 merge from feature branch.
X-SVN-Rev: 23095
2007-12-17 01:39:55 +00:00
George Rhoten
2768704120 ICU-5955 Reduce test node size for easier valgrind heap analysis.
X-SVN-Rev: 23094
2007-12-16 01:20:13 +00:00
George Rhoten
c2d667f950 ICU-5990 Slightly reduce the cache further.
X-SVN-Rev: 23092
2007-12-15 11:21:16 +00:00
George Rhoten
04871ef43f ICU-5955 valgrind's massif tool (heap profiler) shows this test using a lot of unnecesary heap.
Decrease amount of heap used, and allow future supplementary characters to be tested too.

X-SVN-Rev: 23091
2007-12-15 10:01:09 +00:00
George Rhoten
deda12eb38 ICU-5990 Fix a memory leak.
X-SVN-Rev: 23090
2007-12-15 04:16:47 +00:00
Michael Ow
d9958662e3 ICU-6024 Add dynamic buffer to collIterate to extend the size of CEs if needed to limit buffer overflow errors. CE buffer overflow cintltst test is changed to reflect this change.
X-SVN-Rev: 23089
2007-12-15 00:30:35 +00:00
George Rhoten
b29d3066db ICU-6076 There is no need to use the internal malloc API.
X-SVN-Rev: 23088
2007-12-14 10:29:06 +00:00
George Rhoten
1725c5899a ICU-6076 Fix some allocation issues.
X-SVN-Rev: 23087
2007-12-14 10:17:12 +00:00
George Rhoten
6112b5685d ICU-6076 Fix some realloc issues.
X-SVN-Rev: 23086
2007-12-14 09:23:07 +00:00
Yoshito Umaoka
a1eb6975ae ICU-6086 Updated ICU data using ICU4C trunk r23084. Also updated ICU data version string from 38 to 39.
X-SVN-Rev: 23085
2007-12-14 06:16:07 +00:00
Yoshito Umaoka
b2d926052e ICU-5386 Fix a compilation problem in the previous revision - changed int to int32_t.
X-SVN-Rev: 23084
2007-12-14 03:53:20 +00:00
George Rhoten
9e018fe33b ICU-6098 Update to ICU 3.9.1
X-SVN-Rev: 23083
2007-12-14 02:13:33 +00:00
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
Yoshito Umaoka
5d0a438ef5 ICU-6086 Updated ICU plug-ins' MANIFEST.MF to support version number 3.9.1.
X-SVN-Rev: 23069
2007-12-11 23:15:57 +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
Yoshito Umaoka
1e9d30b842 ICU-6086 Updated ICU version number to 3.9.1 except data version. Updated existing timebombs which still do not work properly.
X-SVN-Rev: 23066
2007-12-11 22:33:01 +00:00
Andrew J Macheret
11008266dc ICU-6087 Fixed tonsastuff (logging, icu4j 3.8 issue, etc).
X-SVN-Rev: 23065
2007-12-11 22:10:16 +00:00
Yoshito Umaoka
3836869c19 ICU-6042 Merging changes in maint-3-8 back to trunk. The fix isolates ICU data version number from API report version number.
X-SVN-Rev: 23064
2007-12-11 22:06:28 +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
Yoshito Umaoka
0d216c877d ICU-6042 Merging a bug fix in build.xml from maint-3-8. Adding 3.8.1 API report file.
X-SVN-Rev: 23062
2007-12-11 21:24:55 +00:00
Yoshito Umaoka
0a1c092214 ICU-5990 Fixed some JavaDoc errors
X-SVN-Rev: 23045
2007-12-07 21:48:00 +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
Michael Ow
9158081b0e ICU-5385 Update the thai dictionary in ICU4J. Add break iterator test for updated thai dictionary.
X-SVN-Rev: 23037
2007-12-06 22:59:45 +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
Yoshito Umaoka
cab4e713a2 ICU-6047 Merging the latest ICU data into ICU4J including test data.
X-SVN-Rev: 23026
2007-12-05 22:48:39 +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