Commit Graph

21158 Commits

Author SHA1 Message Date
Michael Ow
112c1493df ICU-3933 Fix installation of the data library.
X-SVN-Rev: 25020
2008-12-01 20:49:08 +00:00
Yoshito Umaoka
23d651a590 ICU-6644 The fix for ticket#6644. Also changed _getDisplayName to synchronized method to prevent threading problem.
X-SVN-Rev: 25019
2008-12-01 16:36:18 +00:00
Yoshito Umaoka
6da502fba9 ICU-6644 TestDisplayNamesMeta ported from ICU4C to reproduce the problem reported by ticket#6644.
X-SVN-Rev: 25018
2008-12-01 16:34:48 +00:00
Doug Felt
59f17b771b ICU-6620 make lenient parsing use same locale that was used to instantiate the RBNF formatter
X-SVN-Rev: 25013
2008-11-27 01:25:21 +00:00
Peter Edberg
bd48f81ef1 ICU-6642 Lazier initialization of ZoneMeta tables
X-SVN-Rev: 25012
2008-11-26 22:24:51 +00:00
Michael Ow
a54f83b603 ICU-6412 Add svn:ignore property to Makefile.
X-SVN-Rev: 25003
2008-11-24 20:10:12 +00:00
Michael Ow
09813cbf3d ICU-3933 Merge pkgdata update from branch to trunk.
X-SVN-Rev: 25002
2008-11-24 20:04:52 +00:00
Andy Heninger
6565d71ae3 ICU-6641 fix compilation error with gcc 4.4
X-SVN-Rev: 25001
2008-11-24 19:24:13 +00:00
Michael Ow
cdefbe48c1 ICU-6637 Ignore stream test when iostream is disabled.
X-SVN-Rev: 24991
2008-11-21 20:47:36 +00:00
Peter Edberg
6c12fab16d ICU-5702 Make DateTimePatternGenerator:initData get the availableFormats for the correct
calendar (not always gregorian), and add some necessary availableFormats entries.

X-SVN-Rev: 24978
2008-11-19 04:19:02 +00:00
Peter Edberg
1e521d134d ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats,
eliminate CJK months hack, use skeletons to improve adjustFieldTypes behavior, add some necessary
availableFormats entries, and fix expected test results now that getBestPattern is more correct.

X-SVN-Rev: 24976
2008-11-18 18:27:40 +00:00
Steven R. Loomis
2a70d1d602 ICU-6628 ignore @collation=default`
X-SVN-Rev: 24974
2008-11-17 21:46:15 +00:00
Steven R. Loomis
d52ac24d1e ICU-6628 prevent crash in ucol_open
X-SVN-Rev: 24972
2008-11-17 20:27:25 +00:00
Steven R. Loomis
63849800d4 ICU-6617 some haiku support. update config.guess and cleanup other test code.
X-SVN-Rev: 24942
2008-11-08 02:04:15 +00:00
Peter Edberg
4510d290cd ICU-6615 define UCAL_DEFAULT, make UCAL_GREGORIAN work correctly in ucal_open
X-SVN-Rev: 24935
2008-11-07 04:50:24 +00:00
Peter Edberg
d53d0406af ICU-6614 Add ucal_getType()
X-SVN-Rev: 24931
2008-11-06 06:49:30 +00:00
Michael Ow
5bbad7ac78 ICU-6612 Use buffer.limit() instead of buffer.capacity() to avoid BufferOverflow execptions in CharsetMBCS.
X-SVN-Rev: 24928
2008-11-04 21:43:48 +00:00
Steven R. Loomis
46fb1b9b1f ICU-6610 don't use macros as argument for U_STRING_INIT (fix and doc)
X-SVN-Rev: 24912
2008-10-31 01:17:27 +00:00
Steven R. Loomis
2b474170c5 ICU-6530 stray comma
X-SVN-Rev: 24911
2008-10-30 06:55:48 +00:00
Markus Scherer
1e6578a602 ICU-6605 use ptrdiff_t for memory alignment tests
X-SVN-Rev: 24910
2008-10-30 05:20:32 +00:00
Michael Ow
d867f8f664 ICU-6589 If old iostream is being used, display message instead of log error for failed bit flag test result.
X-SVN-Rev: 24904
2008-10-28 14:59:04 +00:00
Jason Spieth
704b1a968c ICU-4970 Merge branch into trunk
X-SVN-Rev: 24903
2008-10-28 14:50:15 +00:00
Steven R. Loomis
b9ea90ba68 ICU-6598 workaround configure (autoconf) ^M issue
X-SVN-Rev: 24900
2008-10-27 22:53:56 +00:00
Yoshito Umaoka
5ba890b87d ICU-6415 ICU4J timezone 2008i. Also synchronized test data with C.
X-SVN-Rev: 24896
2008-10-27 20:00:02 +00:00
Yoshito Umaoka
6d41b1d3de ICU-6583 Updated test cases to be skipped.
X-SVN-Rev: 24895
2008-10-27 19:59:00 +00:00
Yoshito Umaoka
3879197e6f ICU-6415 ICU4C timezone 2008i
X-SVN-Rev: 24894
2008-10-27 19:28:41 +00:00
Yoshito Umaoka
a54768cf9d ICU-6597 Fix a DST display name bug.
X-SVN-Rev: 24890
2008-10-27 15:22:18 +00:00
Xiaomei Ji
a8aff4fc7b ICU-6503 move createPatternInstance from DateFormat to DateIntervalFormat
X-SVN-Rev: 24884
2008-10-25 00:31:55 +00:00
Xiaomei Ji
98854bae7d ICU-6503 move date time pattern generator cache from date interval format to date time pattern generator. change FIXME to TODO
X-SVN-Rev: 24883
2008-10-25 00:14:51 +00:00
Michael Ow
687f9bacd8 ICU-6596 Add lines to the Makefile to install lib files along with dll in toolutil.
X-SVN-Rev: 24878
2008-10-24 19:58:26 +00:00
Peter Edberg
971dd97ca7 ICU-6585 Consolidate tests for pattern chars G,E,e,c
X-SVN-Rev: 24872
2008-10-24 05:13:21 +00:00
Markus Scherer
6b0e32fd7c ICU-6453 fix/improve upvec_ serialization, require 32-bit-aligned serialization buffers, and clean up some code
X-SVN-Rev: 24870
2008-10-24 04:35:50 +00:00
Peter Edberg
7364736f03 ICU-6585 Formats with c,cc should use local day of week (and ee should have zero pad)
X-SVN-Rev: 24869
2008-10-24 03:36:26 +00:00
Markus Scherer
35f8ea1402 ICU-6453 upvec_ introduce UPropsVectors type, clean up API a bit
X-SVN-Rev: 24866
2008-10-23 06:00:59 +00:00
Markus Scherer
362d08e00b ICU-6530 fix some gcc warnings
X-SVN-Rev: 24865
2008-10-22 22:28:06 +00:00
Markus Scherer
9be9a82b08 ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Xiaomei Ji
6280be2fa5 ICU-6303 change FIXME to TODO
X-SVN-Rev: 24860
2008-10-22 06:06:56 +00:00
Kedar Rajwade
9113ff4865 ICU-6250 Removed some duplicate code
X-SVN-Rev: 24851
2008-10-20 16:41:34 +00:00
Michael Ow
622526558d ICU-6589 Fix the TestStreamEOF error logging issue and use UChar* instead of *char for proper default codepage issues especially on EBCDIC platforms.
X-SVN-Rev: 24844
2008-10-17 19:57:37 +00:00
Xiaomei Ji
81584dd7f5 ICU-6552 change draft ICU 4.1.1 to draft ICU 4.2
X-SVN-Rev: 24827
2008-10-16 05:41:48 +00:00
Xiaomei Ji
b8ba5699c0 ICU-6433 currency plural format change parsing algorithm in DecimalFormat and Currency
X-SVN-Rev: 24826
2008-10-16 05:32:41 +00:00
Markus Scherer
92488b771d ICU-5691 fix comments/order in conversion.txt
X-SVN-Rev: 24825
2008-10-16 00:32:27 +00:00
Markus Scherer
add67e15d5 ICU-5691 fix 2022 & HZ to really include the offending trail byte exactly if it is not a starter
X-SVN-Rev: 24824
2008-10-16 00:24:42 +00:00
Peter Edberg
dea1e8f6fe ICU-5726 Make parse work for eee-eeeee, EEEE, c-cc; add tests.
X-SVN-Rev: 24814
2008-10-15 08:08:04 +00:00
Yoshito Umaoka
e02a67fa42 ICU-6415 ICU4J timezone 2008h. Also synchronized ICU test data with C.
X-SVN-Rev: 24810
2008-10-14 23:30:26 +00:00
Yoshito Umaoka
19babf514a ICU-6583 Temporarily disable some failing test case updated by ticket#5691.
X-SVN-Rev: 24809
2008-10-14 23:29:00 +00:00
Eric Mader
1c8d7fe65a ICU-6556 remove this orphaned file.
X-SVN-Rev: 24808
2008-10-14 23:18:04 +00:00
Steven R. Loomis
b90b3d2fba ICU-6564 remove default 64bit=yes. Merge r24704:24803 from /repos/icu/icu/branches/srl/unbreak
X-SVN-Rev: 24804
2008-10-14 22:55:22 +00:00
Michael Ow
85121155a5 ICU-5944 Remove unneeded free function and use struct and static array.
X-SVN-Rev: 24803
2008-10-14 21:46:58 +00:00
Andy Heninger
a9dee48073 ICU-6584 Fix errors in API docs for UnicodeSetIterator
X-SVN-Rev: 24802
2008-10-14 21:23:53 +00:00