Commit Graph

18166 Commits

Author SHA1 Message Date
Ram Viswanadha
4ad44f2ba8 ICU-5176 implement JDK compatibility API
X-SVN-Rev: 20021
2006-08-11 00:50:40 +00:00
Eric Mader
4ba8c68cc4 ICU-5310 Return "he" language code for language of ISO-8895-8-I.
X-SVN-Rev: 20019
2006-08-10 20:50:38 +00:00
George Rhoten
31d42c0fce ICU-4869 Possible EBCDIC fix
X-SVN-Rev: 20018
2006-08-10 19:46:22 +00:00
George Rhoten
70d3b36d5f ICU-5310 White space fixes.
X-SVN-Rev: 20017
2006-08-10 19:08:46 +00:00
Andy Heninger
4ce961aa13 ICU-4669 Add tests for UText CharacterIterator provider, and fix errors uncovered by them.
X-SVN-Rev: 20016
2006-08-10 05:28:32 +00:00
Yoshito Umaoka
c6898528d5 ICU-5284 remove final keyword from format/parse for JDK compatibility support
X-SVN-Rev: 20015
2006-08-09 22:40:58 +00:00
Ram Viswanadha
40bba85d33 ICU-5201 add test case
X-SVN-Rev: 20014
2006-08-09 22:16:47 +00:00
Ram Viswanadha
679d7531f8 ICU-5201 add test case
X-SVN-Rev: 20013
2006-08-09 21:19:23 +00:00
Yoshito Umaoka
5788fc79b7 ICU-5295 Update version number to 3.4.5 for ecalipse 3.2.1 release
X-SVN-Rev: 20009
2006-08-09 20:23:52 +00:00
Yoshito Umaoka
9b550906d4 ICU-5295 Clean up manifest files for eclipse release
X-SVN-Rev: 20008
2006-08-09 20:18:50 +00:00
Eric Mader
80146ab3f7 ICU-5310 Fix bogus language codes returned by getlanguage() methods.
X-SVN-Rev: 20007
2006-08-09 20:13:18 +00:00
Ram Viswanadha
df801db313 ICU-5247 update data from CLDR 1.4
X-SVN-Rev: 20005
2006-08-08 23:39:42 +00:00
John Emmons
e965dc47cf ICU-5241 Added tests for single setters of quarters
X-SVN-Rev: 20004
2006-08-08 22:00:10 +00:00
John Emmons
46e2403665 ICU-5241 Added single setters for quarters
X-SVN-Rev: 20003
2006-08-08 21:58:59 +00:00
George Rhoten
a5762bea29 ICU-5032 Remove untestable code. symbolsToAdopt can't be NULL, and the else branch does the same thing.
X-SVN-Rev: 20002
2006-08-08 21:39:04 +00:00
George Rhoten
9c87c17463 ICU-5220 This test shouldn't fail when the specific test case is suppose to fail.
X-SVN-Rev: 20001
2006-08-07 23:58:13 +00:00
Matitiahu Allouche
29e8e7b6ae ICU-5243 change one line in state tables to improve inverse bidi for NUMBERS_SPECIAL, add a few comments
X-SVN-Rev: 20000
2006-08-07 23:17:34 +00:00
Markus Scherer
37bfe298d0 ICU-4933 fix for Java 1.4 which is missing StringBuffer.append(str, start, end)
X-SVN-Rev: 19999
2006-08-07 22:39:33 +00:00
Ram Viswanadha
12c444cc09 ICU-5247 update to cldr tag and fix couple of bugs
X-SVN-Rev: 19998
2006-08-07 21:44:55 +00:00
George Rhoten
feddeaa84c ICU-5243 Undo last change
X-SVN-Rev: 19997
2006-08-07 20:59:59 +00:00
George Rhoten
ea6e0433c1 ICU-4707 Better fix for compiler warnings.
X-SVN-Rev: 19996
2006-08-07 20:29:51 +00:00
George Rhoten
248545dcc7 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19995
2006-08-07 18:02:31 +00:00
Markus Scherer
2acc34236c ICU-5084 final Unicode 5.0 data file version
X-SVN-Rev: 19994
2006-08-07 17:33:57 +00:00
John Emmons
26587784a8 ICU-5032 Increase coverage on DateFormatSymbolsSingleSetter
X-SVN-Rev: 19993
2006-08-07 16:32:50 +00:00
Yoshito Umaoka
f25701fc58 ICU-5295 Clean up FOUNDATION directives
X-SVN-Rev: 19992
2006-08-07 14:40:27 +00:00
George Rhoten
8c86161250 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19990
2006-08-07 06:55:30 +00:00
Markus Scherer
d9e954dc93 ICU-5220 uenum_next() must not set an error code for just enumerating past the end
X-SVN-Rev: 19989
2006-08-06 22:38:31 +00:00
Markus Scherer
5d32123d29 ICU-4558 fix and clarify utfxx.h API docs for input string indexes for U16_ and U8_ macros
X-SVN-Rev: 19988
2006-08-05 21:27:11 +00:00
Markus Scherer
d03be86b5f ICU-5301 add U_USING_ICU_NAMESPACE switch for turning off default U_NAMESPACE_USE = using namespace icu_3_6
X-SVN-Rev: 19987
2006-08-05 05:47:05 +00:00
Steven R. Loomis
6db4e2da84 ICU-4716 make tzcode build with out of source builds
X-SVN-Rev: 19981
2006-08-05 03:29:17 +00:00
Eric Mader
ad595e0ccd ICU-4711 Code review changes: filterZeroWidth was returning code points as glyph IDs.
X-SVN-Rev: 19979
2006-08-05 01:33:48 +00:00
George Rhoten
9bcf354c65 ICU-4881 Temporarily disable the TestAliasedNames test
X-SVN-Rev: 19978
2006-08-04 23:59:45 +00:00
Steven R. Loomis
0a7a3a1eba ICU-4985 disable rounding, when we test with 999 digits after the decimal point (exhaustive fix)
X-SVN-Rev: 19977
2006-08-04 23:21:04 +00:00
Andy Heninger
da55a80420 ICU-5300 fix RBBI safe clone memory leak
X-SVN-Rev: 19973
2006-08-04 18:15:29 +00:00
Steven R. Loomis
df8d3e4ed3 ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19972
2006-08-04 01:18:19 +00:00
Ram Viswanadha
a2fb7c3c42 ICU-4974 add new doc tool.
X-SVN-Rev: 19971
2006-08-04 00:31:06 +00:00
Steven R. Loomis
56b2c43c4c ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19970
2006-08-03 23:58:44 +00:00
Steven R. Loomis
f946c487b7 ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19969
2006-08-03 23:40:18 +00:00
Steven R. Loomis
411a74f3bf ICU-4716 update for PD timezone data
X-SVN-Rev: 19968
2006-08-03 23:24:09 +00:00
Ram Viswanadha
d5dfa5ef8b ICU-4980 synch perf test
X-SVN-Rev: 19965
2006-08-02 23:01:32 +00:00
George Rhoten
916e39755c ICU-5282 Better fix for UCONFIG_NO_LEGACY_CONVERSION
X-SVN-Rev: 19964
2006-08-02 22:30:16 +00:00
George Rhoten
77d118a8a5 ICU-5282 Don't test for UCONFIG_NO_CONVERSION. It shouldn't normally work.
X-SVN-Rev: 19963
2006-08-02 22:29:50 +00:00
Markus Scherer
885b57fdb6 ICU-4933 titlecase first _cased_ letter
X-SVN-Rev: 19962
2006-08-02 21:56:34 +00:00
Yoshito Umaoka
86ff19728b ICU-5293 DateFormat perfomance improvement, including a fix for timezone parsing bug #5290
X-SVN-Rev: 19960
2006-08-02 20:44:55 +00:00
George Rhoten
a98c968d72 ICU-5288 Warn about U_MAKE not being GNU make.
Also remove some unused substitution variables.

X-SVN-Rev: 19956
2006-08-02 02:55:00 +00:00
Eric Mader
16662f3a69 ICU-5282 correct invocation of override script.
X-SVN-Rev: 19955
2006-08-02 00:42:33 +00:00
Eric Mader
fccac1b63b ICU-5282 correct name of override script.
X-SVN-Rev: 19954
2006-08-02 00:36:16 +00:00
Eric Mader
2e426d09bb ICU-5282 update script for new location, add the ability to override BUILD_DIR, SRC_DIR and ICUPLATFORM.
X-SVN-Rev: 19952
2006-08-01 23:24:48 +00:00
Eric Mader
6cdaf28d5b ICU-5282 Checkin script in new location.
X-SVN-Rev: 19949
2006-08-01 19:20:49 +00:00
Mark Davis
57f9113fdc ICU-5287 add meaningful exception information to aid in debugging
X-SVN-Rev: 19948
2006-08-01 18:31:36 +00:00