Commit Graph

21449 Commits

Author SHA1 Message Date
Kedar Rajwade
e7ec309ecf ICU-6250 Function to update ScriptAndLanguage file
X-SVN-Rev: 24635
2008-09-24 20:35:37 +00:00
Kedar Rajwade
407b86c66a ICU-6250 Add function for reading ScriptAndLanguage file
X-SVN-Rev: 24634
2008-09-24 20:34:29 +00:00
Kedar Rajwade
8081e1c652 ICU-6250 File containing data about the number of scripts and languages added in each ICU version
X-SVN-Rev: 24633
2008-09-24 20:22:57 +00:00
Steven R. Loomis
a3dd6b6eee ICU-6495 fix dependencies for parallel build
X-SVN-Rev: 24620
2008-09-23 00:51:46 +00:00
Yoshito Umaoka
d84bdb4e62 ICU-6311 Fix a compiler error on Cygwin/gcc in the previous change.
X-SVN-Rev: 24619
2008-09-22 22:43:55 +00:00
Yoshito Umaoka
5ac1902448 ICU-6522 Added -prop:key=val option in intltest. Updated timezone test to be synchronized with ICU4J version. Reduce testing time of the timezone test in non-exhaustive mode.
X-SVN-Rev: 24618
2008-09-22 22:02:44 +00:00
Steven R. Loomis
400458717e ICU-6512 windows side changes, ucadata.icu and invuca.icu moved into .\coll\
X-SVN-Rev: 24617
2008-09-22 19:49:33 +00:00
John Emmons
34345f0371 ICU-6512 Fix dependency information for coll/root.txt to ucadata - Move ucadata and invuca to coll
X-SVN-Rev: 24616
2008-09-22 17:16:32 +00:00
Yoshito Umaoka
a8dc5df8bb ICU-6413 Update SVN ignore list to include Windows architecture specific build output directories.
X-SVN-Rev: 24615
2008-09-22 15:37:56 +00:00
Peter Edberg
5173db6231 ICU-6543 if U_DARWIN, initGlobalMutex shouldn't call pthread_mutex_init for gMutexes[i]
X-SVN-Rev: 24614
2008-09-19 22:09:49 +00:00
Steven R. Loomis
41f11a47de ICU-6544 make VersionInfo a Comparable
X-SVN-Rev: 24613
2008-09-19 22:01:11 +00:00
Xiaomei Ji
fe4e67b5a6 ICU-6311 full and abbreviated simple duration format support, release to trunk
X-SVN-Rev: 24609
2008-09-19 19:05:37 +00:00
Michael Ow
08e67ed3a7 ICU-6412 Make certain variables and functions static to avoid it being exported.
X-SVN-Rev: 24608
2008-09-19 18:46:50 +00:00
Brian Rower
4319fbcbbb ICU-6538 Moved all variable declarations to top of function.
X-SVN-Rev: 24603
2008-09-19 00:15:13 +00:00
Steven R. Loomis
da3b9a1d29 ICU-6515 fix genbrk memory overrun (contributed patch)
X-SVN-Rev: 24602
2008-09-18 23:17:37 +00:00
Brian Rower
e87b382542 ICU-6538 Added TestOpenVsOpenRules to cintltst
X-SVN-Rev: 24601
2008-09-18 23:07:16 +00:00
Steven R. Loomis
c1061097ec ICU-6528 allow U_HAVE_MMAP to be overridden going into platform.h (and some other #defines)
X-SVN-Rev: 24600
2008-09-18 23:05:30 +00:00
Michael Ow
b000d9e80b ICU-6207 Add wintzimpl.o to Makefile.in in i18n and make certain functions static.
X-SVN-Rev: 24596
2008-09-18 22:04:24 +00:00
Xiaomei Ji
099dad9816 ICU-6303 minor change in setLocale/NumberFormat and parse
X-SVN-Rev: 24595
2008-09-18 21:31:38 +00:00
Michael Ow
eac717e1df ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API.
X-SVN-Rev: 24594
2008-09-18 21:13:52 +00:00
Yoshito Umaoka
e3c2598407 ICU-6411 Fix a couple of Eclipse compiler warnings.
X-SVN-Rev: 24590
2008-09-18 15:38:50 +00:00
Xiaomei Ji
5a154f887e ICU-6445 add abbreviation support
X-SVN-Rev: 24588
2008-09-17 19:57:42 +00:00
Brian Rower
f7af84928f ICU-6514 Added getKeysSafe to be used instead of getKeys when an alias may be there to cause problems. This is a WORKAROUND! not a solution.
X-SVN-Rev: 24587
2008-09-17 18:32:04 +00:00
Brian Rower
be14ea9919 ICU-6513 Added methods for figuring out if a bundle is an alias and where that alias points.
X-SVN-Rev: 24586
2008-09-17 18:26:51 +00:00
Brian Rower
026fad3e3b ICU-6536 Fixed reset method due to recent changes to how the cache works.
X-SVN-Rev: 24584
2008-09-16 20:02:12 +00:00
Brian Rower
be0227c676 ICU-6536 Created a workaround method allowing the cache to be reset.
X-SVN-Rev: 24583
2008-09-16 19:57:40 +00:00
Michael Ow
5097c3c3c1 ICU-5944 Only search through system timezone on certain platforms.
X-SVN-Rev: 24582
2008-09-16 16:49:33 +00:00
Michael Ow
8a988660e0 ICU-5944 Add check for dirent.h header in configure.
X-SVN-Rev: 24581
2008-09-16 15:49:08 +00:00
Yoshito Umaoka
cbfcc952af ICU-4611 Ported ICU4C test code to J, although ICU4J did not have the problem.
X-SVN-Rev: 24579
2008-09-16 02:08:53 +00:00
Yoshito Umaoka
fc44c9562b ICU-6411 Added null check for unreferenced variables in a couple of test cases to remove the Eclipse compiler warnings.
X-SVN-Rev: 24578
2008-09-16 01:44:12 +00:00
Yoshito Umaoka
b3744287df ICU-4611 Fix Japanese calendar calculation problem. Changed internal APIs to get default month/date of a calendar without updating calendar fields.
X-SVN-Rev: 24574
2008-09-15 21:24:11 +00:00
Xiaomei Ji
ff17b981a5 ICU-6503 save date time pattern generator as private member, minimize data time pattern generator instantiation times
X-SVN-Rev: 24573
2008-09-15 21:20:19 +00:00
Steven R. Loomis
b7c81e69de ICU-6535 fix the fix
X-SVN-Rev: 24572
2008-09-15 20:55:02 +00:00
Steven R. Loomis
ae006657a6 ICU-6535 fix bugs in test code
X-SVN-Rev: 24571
2008-09-15 19:36:19 +00:00
Steven R. Loomis
1ca0d2231f ICU-6535 minor test improvements
X-SVN-Rev: 24569
2008-09-15 19:29:43 +00:00
Yoshito Umaoka
7fc025f64f ICU-6415 ICU4J timezone 2008f
X-SVN-Rev: 24568
2008-09-15 18:15:13 +00:00
Yoshito Umaoka
b81e5aa0cf ICU-6415 ICU4C timezone 2008f
X-SVN-Rev: 24567
2008-09-15 18:06:51 +00:00
Xiaomei Ji
d275e7882b ICU-6503 remove date time pattern generator as private data member for its non-serializable
X-SVN-Rev: 24565
2008-09-13 22:16:07 +00:00
Xiaomei Ji
072894cddf ICU-6503 minimize the call of DateTimePatternGenerator.getInstance
X-SVN-Rev: 24564
2008-09-13 01:26:55 +00:00
Kedar Rajwade
a865e7b64b ICU-6522 Reduced number of iteration in monkeyTest in non-exhaustive mode
X-SVN-Rev: 24563
2008-09-11 23:16:29 +00:00
Yoshito Umaoka
0af31cef56 ICU-6347 Fixed an Eclipse compiler warning.
X-SVN-Rev: 24560
2008-09-11 16:50:43 +00:00
Kedar Rajwade
e6bec98d5a ICU-6522 Skipped testStress in non-exhaustive mode
X-SVN-Rev: 24548
2008-09-04 18:39:28 +00:00
Michael Ow
e444955f2a ICU-2442 Update config.guess and config.sub.
X-SVN-Rev: 24547
2008-09-04 18:11:57 +00:00
Michael Ow
544abb1c9d ICU-6167 Fix substitution error for certain icu-config options.
X-SVN-Rev: 24546
2008-09-04 16:43:02 +00:00
Michael Ow
3f28436823 ICU-5944 Use the dirent api to search and compare the tz files on the system to find the correct timezone when the localtime is not a symlink.
X-SVN-Rev: 24544
2008-09-03 22:15:18 +00:00
Michael Ow
ed27b406d3 ICU-6523 Update icupkg.inc.in to include datarootdir.
X-SVN-Rev: 24540
2008-09-03 19:51:01 +00:00
Markus Scherer
8d40f30202 ICU-6521 add utrie_enum() test data, improve utrie_enum() performance for 16-bit tries
X-SVN-Rev: 24536
2008-09-01 11:45:56 +00:00
Michael Ow
16cea7af89 ICU-6363 Move remapping of CP949 to platform specific area.
X-SVN-Rev: 24529
2008-08-27 19:21:22 +00:00
Michael Ow
7fbc9e40fa ICU-6363 Remap CP949 to handle \5c round tripping.
X-SVN-Rev: 24524
2008-08-26 20:32:18 +00:00
Michael Ow
6291dc754d ICU-6506 Allow --detect-prefix and other prefix options to work in icu-config without preinstalling ICU.
X-SVN-Rev: 24523
2008-08-26 19:21:46 +00:00