Commit Graph

22870 Commits

Author SHA1 Message Date
Markus Scherer
634c176d87 ICU-7741 change gennorm2 tool to not need STL any more
X-SVN-Rev: 28155
2010-06-08 17:50:07 +00:00
Jason Spieth
ed8b9c462c ICU-7489 Add new performance test for time zone round trip testing. This test allows us to collect profiling data which can be used to evaluate future performance improvements.
X-SVN-Rev: 28154
2010-06-08 12:52:50 +00:00
Peter Edberg
fc2c72f62d ICU-7667 Fixed C++ style comment to be C style
X-SVN-Rev: 28149
2010-06-07 18:46:34 +00:00
Mark Davis
258d19db7b ICU-7737 Small fixes to UnicodeProperty
X-SVN-Rev: 28148
2010-06-05 00:07:14 +00:00
Markus Scherer
5230d5de1c ICU-7442 mark Normalizer2 as not intended for public subclassing
X-SVN-Rev: 28147
2010-06-05 00:06:10 +00:00
Markus Scherer
31a49c5b96 ICU-7442 make Normalizer2.normalize(to Appendable) public
X-SVN-Rev: 28146
2010-06-04 23:34:43 +00:00
Markus Scherer
64b9da144e ICU-7686 initialize FCD only when the collator needs it (Java)
X-SVN-Rev: 28138
2010-06-04 22:23:41 +00:00
Markus Scherer
55167fbd50 ICU-7611 add readme.txt
X-SVN-Rev: 28136
2010-06-04 19:07:33 +00:00
John Emmons
2b3b71ec57 ICU-7599 Add support for alternate number symbols per numberinig system
X-SVN-Rev: 28135
2010-06-04 18:30:15 +00:00
John Emmons
bd2a89a232 ICU-7599 Add support for alternate symbols per numbering system
X-SVN-Rev: 28134
2010-06-04 18:29:02 +00:00
Markus Scherer
7d8d37e7b9 ICU-7611 reduce gennorm so it only writes .txt files for gennorm2, without code for building unorm.icu
X-SVN-Rev: 28133
2010-06-04 18:01:08 +00:00
Michael Grady
fa477f8a22 ICU-7667 In DecimalFormat::_format, deal with cases where two forms of rounding are specified - number of digits _and_ a rounding increment
X-SVN-Rev: 28132
2010-06-04 05:42:19 +00:00
Peter Edberg
79d1fa387f ICU-7728 Time format using 'S' (fractional seconds) should truncate, not round.
X-SVN-Rev: 28131
2010-06-04 03:01:29 +00:00
Peter Edberg
3249dbb71d ICU-7728 Time format using 'S' (fractional seconds) should truncate, not round.
X-SVN-Rev: 28130
2010-06-04 00:31:33 +00:00
Markus Scherer
311eb8cb78 ICU-7611 CMake files for Unicode build tools
X-SVN-Rev: 28129
2010-06-03 22:47:48 +00:00
Markus Scherer
e996a945d9 ICU-7611 move the gennorm tool to tools/c/unicode/ where its siblings are
X-SVN-Rev: 28128
2010-06-03 22:32:58 +00:00
Michael Ow
cbcad3c5bd ICU-7581 Fix gencfu extension in Makefile.
X-SVN-Rev: 28127
2010-06-03 19:55:20 +00:00
Michael Ow
4d292e34e0 ICU-7581 Ensure CURDIR is not empty and skip check for gencfu in cross compilation.
X-SVN-Rev: 28126
2010-06-03 19:41:43 +00:00
Michael Ow
d565b3b2f3 ICU-7581 Fix a few mingw build issues including symbolic links when building data and missing header file inclusion.
X-SVN-Rev: 28125
2010-06-03 15:51:19 +00:00
Michael Ow
fc60e0868d ICU-7680 Increase the buffer size for pkgdata options.
X-SVN-Rev: 28124
2010-06-02 15:07:52 +00:00
Michael Ow
bfb093aa80 ICU-7695 Add space after LD_RPATH for certain mh-* files.
X-SVN-Rev: 28123
2010-06-01 23:35:40 +00:00
Michael Ow
4d14b81997 ICU-7701 Check for processor type on HP-UX to determine correct linker option.
X-SVN-Rev: 28122
2010-06-01 21:58:17 +00:00
Jason Spieth
c580be9189 ICU-7621 Change mapping of display name constants SHORT to 'V' and SHORT_COMMONLY_USED to 'z'. ICU4C changed to be consistent with ICU4J.
X-SVN-Rev: 28120
2010-06-01 16:10:14 +00:00
Jason Spieth
7e73643a0f ICU-7621 Change mapping of display name constants SHORT to 'V' and SHORT_COMMONLY_USED to 'z' for JDK compatibility.
X-SVN-Rev: 28119
2010-06-01 16:06:13 +00:00
Markus Scherer
6f8e7a6c8f ICU-7722 fix comment parallel to C++ r28117
X-SVN-Rev: 28118
2010-06-01 06:11:32 +00:00
Markus Scherer
0acda636e4 ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
X-SVN-Rev: 28117
2010-06-01 06:10:26 +00:00
Markus Scherer
b3cff02501 ICU-7703 fix operator precedence like in C++ r28115
X-SVN-Rev: 28116
2010-05-31 17:42:01 +00:00
Markus Scherer
77543b3e58 ICU-7703 fix unorm_normalize(src, length=-1) bug and allow src=NULL if length=0
X-SVN-Rev: 28115
2010-05-30 23:00:52 +00:00
Yoshito Umaoka
eb3c9d6b4d ICU-7648 Not reporting an error even OS's GMT offset returned by uprv_timezone is not a multiple of 15 minutes. For now, we do not have a mechanism to handle such case (warning) systemtatically, so this change simply call logln to display the warning message.
X-SVN-Rev: 28114
2010-05-28 20:20:08 +00:00
Yoshito Umaoka
8096281cc9 ICU-7282 The problem reported by ticket#7282 is only reproduced in ICU4J. Just adding the equivalent test case to ICU4C.
X-SVN-Rev: 28112
2010-05-28 16:45:11 +00:00
Yoshito Umaoka
8719f0c410 ICU-7282 Set maximum/minimum fraction digits and rounding increment by currency in the DecimalFormat initialization code. Added a test case for the problem and updated an existing test case which did not consider these settings are depending on the currency used by DecimalFormat.
X-SVN-Rev: 28111
2010-05-27 22:05:42 +00:00
Michael Ow
80b356f736 ICU-7718 Resolve invalid read message from valgrind regarding strings from stream object.
X-SVN-Rev: 28110
2010-05-27 21:09:07 +00:00
Michael Ow
4984059276 ICU-7714 Set cached user data entry to be deleted instead of removing it right away if user data is not found.
X-SVN-Rev: 28109
2010-05-27 20:29:16 +00:00
Michael Ow
d83954e771 ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI.
X-SVN-Rev: 28108
2010-05-27 20:23:49 +00:00
Markus Scherer
86b2ced218 ICU-7664 change gcc assembler syntax to use % not @; % works for both x86 and ARM
X-SVN-Rev: 28107
2010-05-27 19:58:41 +00:00
Yoshito Umaoka
6f4a599df6 ICU-7690 Updated OlsonTimeZone#hashCode() to check if typeMapData array is null. Also updated toString to include typeMapData.
X-SVN-Rev: 28106
2010-05-26 21:15:42 +00:00
Steven R. Loomis
0abdeb26f2 ICU-7711 svn:ignores
X-SVN-Rev: 28105
2010-05-26 20:10:53 +00:00
Steven R. Loomis
a1ea70071b ICU-7708 compiler warnings for 4.5.1 (batch 1)
X-SVN-Rev: 28103
2010-05-25 22:17:12 +00:00
Steven R. Loomis
edcaca307a ICU-3030 show elapsed time in subtests. Add internal uprv_getRawUTCtime that doesn't go through faketime.
X-SVN-Rev: 28099
2010-05-25 19:55:05 +00:00
Jason Spieth
414d8f3f3a ICU-7568 2010j to ICU4J trunk
X-SVN-Rev: 28093
2010-05-25 18:09:26 +00:00
Jason Spieth
53938d6a47 ICU-7568 2010j to ICU trunk
X-SVN-Rev: 28092
2010-05-25 18:08:52 +00:00
Markus Scherer
0ff592e9e9 ICU-7496 import unmangled data entry point name
X-SVN-Rev: 28090
2010-05-24 23:43:14 +00:00
Markus Scherer
5ab64ef670 ICU-7704 add converter compatible with Java UTF-16: always writes big-endian regardless of platform
X-SVN-Rev: 28089
2010-05-23 05:02:54 +00:00
Markus Scherer
2510483f25 ICU-7496 fix const problem
X-SVN-Rev: 28088
2010-05-21 22:45:05 +00:00
Markus Scherer
090e24946f ICU-7455 readme note about requiring compiler RTTI
X-SVN-Rev: 28085
2010-05-21 21:26:37 +00:00
Markus Scherer
bdd8a3a473 ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
X-SVN-Rev: 28084
2010-05-21 04:39:19 +00:00
Markus Scherer
465c4ab088 ICU-7496 CharString fix for Windows
X-SVN-Rev: 28083
2010-05-20 21:41:10 +00:00
Markus Scherer
fd376b34c0 ICU-7496 add internal char * string class for C++ implementation code
X-SVN-Rev: 28082
2010-05-20 21:16:44 +00:00
Markus Scherer
1d8a683b96 ICU-7455 remove a misplaced U_I18N_API
X-SVN-Rev: 28080
2010-05-19 22:43:55 +00:00
Markus Scherer
f6a04770ff ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00