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 |
|
Steven R. Loomis
|
09af16f87e
|
ICU-6557 fix more C/C++ function confusion
X-SVN-Rev: 24702
|
2008-10-02 20:20:10 +00:00 |
|
Yoshito Umaoka
|
3f48b31719
|
ICU-6416 Move ICU4J version to 4.1.2
X-SVN-Rev: 24701
|
2008-10-02 15:36:32 +00:00 |
|
Yoshito Umaoka
|
27305576ac
|
ICU-6554 Fix a compilation error on Windows introduced by the previous change.
X-SVN-Rev: 24700
|
2008-10-02 14:44:44 +00:00 |
|
Michael Ow
|
f904dc9003
|
ICU-6554 Add releasing of allocated memory when uprv_tzname is called.
X-SVN-Rev: 24698
|
2008-10-01 21:17:55 +00:00 |
|
Steven R. Loomis
|
6c1e80795b
|
ICU-6557 fix linkage issue.
X-SVN-Rev: 24695
|
2008-10-01 19:23:06 +00:00 |
|
Michael Ow
|
f92998e519
|
ICU-6554 Remove previous free from timezone.cpp and use static array in TestOpenVsOpenRules() capitst.
X-SVN-Rev: 24693
|
2008-10-01 16:54:07 +00:00 |
|
Michael Ow
|
13b807cf6f
|
ICU-6412 Remove some unused variables.
X-SVN-Rev: 24692
|
2008-10-01 15:39:27 +00:00 |
|
Michael Ow
|
9d289d4570
|
ICU-6554 Implement proper freeing of allocated memory to avoid memory leak.
X-SVN-Rev: 24691
|
2008-10-01 14:14:13 +00:00 |
|
Michael Ow
|
715a5f50cb
|
ICU-5944 Use static array and variables when possible to avoid excessive mallocs and memory allocations.
X-SVN-Rev: 24690
|
2008-10-01 14:11:08 +00:00 |
|
Andy Heninger
|
629e44209b
|
ICU-6486 Configure, make enable-strict default to yes.
X-SVN-Rev: 24688
|
2008-10-01 05:43:35 +00:00 |
|
Steven R. Loomis
|
c68132d733
|
ICU-6552 down to 16 errors/warnings in doxygen
X-SVN-Rev: 24687
|
2008-10-01 01:24:46 +00:00 |
|
Yoshito Umaoka
|
de92282fee
|
ICU-6207 Cleaned up unused code. Minor improvements.
X-SVN-Rev: 24682
|
2008-09-30 19:18:59 +00:00 |
|
Xiaomei Ji
|
382e5bb891
|
ICU-6433 currency plural format check in to trunk
X-SVN-Rev: 24679
|
2008-09-29 22:10:19 +00:00 |
|
Yoshito Umaoka
|
025c58554c
|
ICU-6503 Revert testFormat to do the full test in non-exhaustive mode. With the performance improvement, the test case no longer takes excessive time.
X-SVN-Rev: 24675
|
2008-09-29 21:42:14 +00:00 |
|
Michael Ow
|
0812949ed9
|
ICU-6524 Update configure files to autoconf 2.63.
X-SVN-Rev: 24674
|
2008-09-29 20:51:09 +00:00 |
|
Michael Ow
|
bb46b6ef35
|
ICU-6555 Add tmunit.h, tmutamt.h, and tmutfmt.h to hdrtest cxx files list.
X-SVN-Rev: 24672
|
2008-09-29 17:37:32 +00:00 |
|
Steven R. Loomis
|
0e7646b347
|
ICU-6552 reduce a lot of doxygen errs, improve output docs
X-SVN-Rev: 24668
|
2008-09-27 01:12:32 +00:00 |
|
Michael Ow
|
b88911b137
|
ICU-6412 Fix some copyright date.
X-SVN-Rev: 24665
|
2008-09-26 21:25:04 +00:00 |
|
Steven R. Loomis
|
1c2cc48c0d
|
ICU-4184 updated test to improve flexibility. This test does fail, so it was commented out until fixed. Added comments to the ticket.
X-SVN-Rev: 24664
|
2008-09-26 21:13:15 +00:00 |
|
Steven R. Loomis
|
6bb97a85f6
|
ICU-6538 revert year #
X-SVN-Rev: 24662
|
2008-09-26 20:51:08 +00:00 |
|
Yoshito Umaoka
|
02f6785790
|
ICU-6549 Enlarged Java heap size to resolve OOM on some test lab systems.
X-SVN-Rev: 24653
|
2008-09-25 20:49:04 +00:00 |
|
Steven R. Loomis
|
2145eb11be
|
ICU-6551 reduce use of common words in rename.
X-SVN-Rev: 24652
|
2008-09-25 20:24:14 +00:00 |
|
Steven R. Loomis
|
b4dda4cc2d
|
ICU-6416 ICU4C version change to 4.1.2 and urename for 41
X-SVN-Rev: 24649
|
2008-09-25 19:41:32 +00:00 |
|
Michael Ow
|
22bd73be8d
|
ICU-5944 Make internally used functions static to avoid renaming.
X-SVN-Rev: 24648
|
2008-09-25 19:04:27 +00:00 |
|
Yoshito Umaoka
|
4f6ef8003b
|
ICU-6549 Skip serialization compatibility test case for PluralRules. See ICU-6550 in detail.
X-SVN-Rev: 24647
|
2008-09-25 19:03:37 +00:00 |
|
Steven R. Loomis
|
f6277f0a4e
|
ICU-6487 minor improvement to genrb error message (for tracing)
X-SVN-Rev: 24645
|
2008-09-25 18:32:45 +00:00 |
|
Yoshito Umaoka
|
14916d1c39
|
ICU-6250 Fixed build errors on Java 1.4 environment.
X-SVN-Rev: 24643
|
2008-09-25 15:26:45 +00:00 |
|
Peter Edberg
|
d08940016b
|
ICU-5858 Add constructors for RuleBasedBreakIterator and RBBIDataWrapper
that take RBBIDataHeader* but do not adopt it.
X-SVN-Rev: 24641
|
2008-09-25 05:48:27 +00:00 |
|
Yoshito Umaoka
|
5b3a479e50
|
ICU-6536 Mark @internal to the method temporally added for ICU-to-LDML tool.
X-SVN-Rev: 24639
|
2008-09-25 02:49:27 +00:00 |
|
Yoshito Umaoka
|
a017433ed5
|
ICU-6549 Fix Java 1.3/1.4 build and test issues. Fix some JavaDoc warnings.
X-SVN-Rev: 24638
|
2008-09-24 22:25:52 +00:00 |
|
John Emmons
|
0b4eb7caac
|
ICU-6512 Move ucadata.icu and invuca.icu to coll
X-SVN-Rev: 24637
|
2008-09-24 21:00:08 +00:00 |
|
Kedar Rajwade
|
36c24715fb
|
ICU-6250 Updated the functions to keep track of new scripts and languages and generate appropriate tags for enumeration values
X-SVN-Rev: 24636
|
2008-09-24 20:40:48 +00:00 |
|