Commit Graph

21131 Commits

Author SHA1 Message Date
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
Yoshito Umaoka
a8ce16866f ICU-6415 ICU4C timezone 2008h
X-SVN-Rev: 24797
2008-10-14 13:27:08 +00:00
Markus Scherer
874efe9fbd ICU-5691 comment out no-longer-needed function
X-SVN-Rev: 24778
2008-10-10 18:16:02 +00:00
Steven R. Loomis
6147253143 ICU-6219 Cygwin updates, and also a check-local at top level. Merged in from branches/srl/SIGWINCH r24732:24774
X-SVN-Rev: 24775
2008-10-10 16:52:15 +00:00
Markus Scherer
c801506d5d ICU-5691 stop illegal HZ tilde sequences before the first byte that could start a new character
X-SVN-Rev: 24773
2008-10-10 16:30:28 +00:00
Markus Scherer
e10cfeebfe ICU-5691 minor bug fix
X-SVN-Rev: 24770
2008-10-10 06:01:08 +00:00
Markus Scherer
b6b3273af0 ICU-5691 stop illegal ISO-2022 escape/shift sequences before the first byte that could start a new character
X-SVN-Rev: 24769
2008-10-10 06:00:27 +00:00
Yoshito Umaoka
2b9e6b107e ICU-6415 ICU4C time zone 2008g
X-SVN-Rev: 24755
2008-10-08 14:32:35 +00:00
Yoshito Umaoka
6c9239aa08 ICU-6577 Truncate time zone trunsition data out of signed in32 seconds range.
X-SVN-Rev: 24753
2008-10-08 14:30:17 +00:00
Peter Edberg
a57e83d1fb ICU-5726 Make format work for eee-eeeee (UDAT_DOW_LOCAL_FIELD); add & fix tests
X-SVN-Rev: 24752
2008-10-08 08:23:48 +00:00
Eric Mader
57e86d3127 ICU-6576 Check code points for UCOL_IDENTICAL. Recompute processed pattern CEs if strength changes from < quaternary to >= quaternary or visa versa.
X-SVN-Rev: 24749
2008-10-07 23:37:42 +00:00
Jason Spieth
c712edec79 ICU-6193 Commit changes to trunk via manual edit
X-SVN-Rev: 24740
2008-10-07 15:40:37 +00:00
Yoshito Umaoka
c8cf5f79a6 ICU-6433 Fix one Eclipse compiler warning (unused local variable) and updated the comment. Changed this.formatPattern to formatPattern.
X-SVN-Rev: 24739
2008-10-07 14:42:21 +00:00
Yoshito Umaoka
cea42a80fd ICU-6562 Fix an Eclipse compiler warning in the previous change.
X-SVN-Rev: 24738
2008-10-07 14:40:55 +00:00
Yoshito Umaoka
b4b006c34f ICU-6411 Fix compiler errors on Java 1.3/1.4 env.
X-SVN-Rev: 24734
2008-10-07 04:44:16 +00:00
Markus Scherer
acd74a93d1 ICU-5691 stop illegal sequences before the first byte that could start a new character; in MBCS, DBCS, ISO-2022, HZ; also make ISO-2022-KR strictly check for validity
X-SVN-Rev: 24733
2008-10-07 04:33:51 +00:00
Yoshito Umaoka
82807260fe ICU-6361 Fix the MessageFormat behavior problem with null arguments.
X-SVN-Rev: 24731
2008-10-07 04:19:35 +00:00
Michael Ow
6e33806beb ICU-5944 Read 512 bytes at a time when comparing tzfiles and use stack array for buffer to avoid excessive mallocs and frees.
X-SVN-Rev: 24725
2008-10-06 17:38:07 +00:00
Michael Ow
094554247d ICU-6562 Remove timebomb in TestConversion.
X-SVN-Rev: 24724
2008-10-06 16:35:52 +00:00
Michael Ow
a40423e92a ICU-6562 Port over from ICU4C to ICU4J the EBCDIC SwapLFNL code. Allow converter with options in its name to be processed correct by the Charset.
X-SVN-Rev: 24723
2008-10-06 16:35:08 +00:00
Xiaomei Ji
2b50e0382e ICU-6433 fix eclipse compiling warnings
X-SVN-Rev: 24719
2008-10-03 23:44:14 +00:00
Andy Heninger
d68fd42cc7 ICU-6567 Fix some compiler warnings
X-SVN-Rev: 24716
2008-10-03 20:36:15 +00:00
Andy Heninger
7b405b40af ICU-6567 Fix some compiler warnings
X-SVN-Rev: 24715
2008-10-03 20:30:55 +00:00
Steven R. Loomis
7f89a4be9d ICU-6557 fix c/c++ confusion
X-SVN-Rev: 24711
2008-10-03 08:08:33 +00:00
Steven R. Loomis
f2211fa7b9 ICU-6564 fix configure, update to new comment style, and fix solaris 64bit test.
X-SVN-Rev: 24710
2008-10-03 08:08:02 +00:00
Peter Edberg
1e9adc5dc1 ICU-6072 Add DateFormatSymbols support for NarrowEras, use it to format & parse with GGGGG
X-SVN-Rev: 24709
2008-10-03 07:47:57 +00:00
Steven R. Loomis
3f1ae1d226 ICU-6557 revert to r24563
X-SVN-Rev: 24706
2008-10-02 22:44:37 +00:00
Steven R. Loomis
916be7fc7f ICU-6557 fix for C linkage
X-SVN-Rev: 24703
2008-10-02 20:56:16 +00:00