Markus Scherer
|
567aebade1
|
ICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
X-SVN-Rev: 35632
|
2014-04-14 22:30:09 +00:00 |
|
Markus Scherer
|
da7170882b
|
ICU-10636 make -w tests work without collation rule strings, and without big5han and gb2312han
X-SVN-Rev: 35558
|
2014-04-01 19:59:27 +00:00 |
|
Markus Scherer
|
e977c057a9
|
ICU-9101 merge branches/markus/collv2@35225 into the trunk
X-SVN-Rev: 35227
|
2014-02-25 21:21:49 +00:00 |
|
Steven R. Loomis
|
380a5608aa
|
ICU-10439 fix sprintf(%s,NULL)
X-SVN-Rev: 34469
|
2013-09-24 23:40:46 +00:00 |
|
Steven R. Loomis
|
4650ca64e3
|
ICU-7912 commit from review comments (thx)
X-SVN-Rev: 34416
|
2013-09-20 05:00:30 +00:00 |
|
Michael Ow
|
4835d5705a
|
ICU-10398 Ensure cintltst and intltest passes without data
X-SVN-Rev: 34398
|
2013-09-19 02:32:57 +00:00 |
|
Steven R. Loomis
|
1f3a6bc750
|
ICU-9744 add more known issues, fix #include issue, remove unused output parameter.
also, delete trailing whitespace.
X-SVN-Rev: 34347
|
2013-09-17 06:26:26 +00:00 |
|
Steven R. Loomis
|
76fce4a987
|
ICU-9744 remove timebomb code, update docs for logKnownIssue and log_knownIssue
X-SVN-Rev: 34341
|
2013-09-17 00:55:39 +00:00 |
|
Steven R. Loomis
|
dcd43f9055
|
ICU-9744 improve logknownissue
X-SVN-Rev: 34340
|
2013-09-17 00:21:47 +00:00 |
|
Steven R. Loomis
|
7802f4a73b
|
ICU-9744 logKnownIssue and log_knownIssue for ICU4C
X-SVN-Rev: 34335
|
2013-09-16 22:07:02 +00:00 |
|
Steven R. Loomis
|
e46f248a50
|
ICU-10357 fix from review comment
X-SVN-Rev: 34312
|
2013-09-13 18:38:36 +00:00 |
|
Steven R. Loomis
|
fd0e17c682
|
ICU-10379 fixes for IBM i - asciism, fix some test cases
X-SVN-Rev: 34281
|
2013-09-12 01:27:29 +00:00 |
|
Steven R. Loomis
|
7a9480becc
|
ICU-10357 only show 'are you missing data' once
X-SVN-Rev: 34197
|
2013-09-05 03:55:29 +00:00 |
|
Steven R. Loomis
|
bfdba0df96
|
ICU-9583 show test summary at end of make. Apropos when the trunk is broken..
X-SVN-Rev: 33895
|
2013-07-09 01:16:33 +00:00 |
|
Steven R. Loomis
|
d5d6cc5ff8
|
ICU-7912 fix breakage
X-SVN-Rev: 33853
|
2013-06-26 15:27:41 +00:00 |
|
Steven R. Loomis
|
ae061ff78f
|
ICU-7912 C wrapper for Formattable - UFormattable
X-SVN-Rev: 33849
|
2013-06-26 06:31:09 +00:00 |
|
Steven R. Loomis
|
04e47d76cc
|
ICU-10231 add -u option to intltest, force utf-8 output
X-SVN-Rev: 33837
|
2013-06-20 22:05:51 +00:00 |
|
Andy Heninger
|
ae4350661b
|
ICU-10048 Fix some compiler warnings in ICU4C.
X-SVN-Rev: 33444
|
2013-03-21 01:42:01 +00:00 |
|
Markus Scherer
|
f5cd9984c6
|
ICU-9880 add ImmutableIndex, replace Chinese hacks and support zhuyin, handle index characters with multiple primary weights, lazy-create rarely-used objects, bug fixes, port other improvements from Java
X-SVN-Rev: 33245
|
2013-02-15 22:11:33 +00:00 |
|
Michael Ow
|
e33bccf0e8
|
ICU-9655 Consolidate test code
X-SVN-Rev: 33193
|
2013-02-12 06:46:51 +00:00 |
|
Steven R. Loomis
|
71946b5544
|
ICU-9655 make enumset test a real test, not just printfs
X-SVN-Rev: 32936
|
2012-12-10 19:18:04 +00:00 |
|
Steven R. Loomis
|
79a59bfdef
|
ICU-9525 fix casts as per http://www.stroustrup.com/bs_faq2.html#static-cast and also fix string quoting gcc47
X-SVN-Rev: 32307
|
2012-08-31 19:12:19 +00:00 |
|
George Rhoten
|
e1b9092426
|
ICU-9469 Improve support for C++11
X-SVN-Rev: 32179
|
2012-08-15 17:46:17 +00:00 |
|
Steven R. Loomis
|
5c95e765c1
|
ICU-9345 add -T (notime) option to intltest
X-SVN-Rev: 31880
|
2012-05-30 00:37:33 +00:00 |
|
Markus Scherer
|
b4ce283bca
|
ICU-7973 make isICUVersionAtLeast() easier to use, add isICUVersionBefore()
X-SVN-Rev: 31122
|
2011-12-15 17:02:43 +00:00 |
|
Markus Scherer
|
9bcc40cf9e
|
ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
|
2011-07-23 00:10:30 +00:00 |
|
Michael Ow
|
9d5f366fb5
|
ICU-7718 Zero terminate buffer and check for overlapping src and dest in strcpy call to avoid memory errors.
X-SVN-Rev: 28313
|
2010-07-15 15:16:41 +00:00 |
|
Steven R. Loomis
|
45aa2210aa
|
ICU-7815 merge from branch
X-SVN-Rev: 28296
|
2010-07-12 15:24:57 +00:00 |
|
Markus Scherer
|
3360fe4708
|
ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46
X-SVN-Rev: 28195
|
2010-06-15 15:54:53 +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 |
|
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 |
|
Steven R. Loomis
|
72e0726b24
|
ICU-7497 merge from r28026 and r28030
X-SVN-Rev: 28034
|
2010-05-06 22:22:38 +00:00 |
|
John Vu
|
406bb9dff0
|
ICU-6052 Applied multithreading to testing time zones on differing locales.
X-SVN-Rev: 26489
|
2009-08-13 00:11:21 +00:00 |
|
Michael Ow
|
c6385f6209
|
ICU-7068 Add statements to ensure that uconfigtest passes
X-SVN-Rev: 26466
|
2009-08-04 21:09:17 +00:00 |
|
Michael Ow
|
6b1f9ef27c
|
ICU-6905 Make intltest pass without any data.
X-SVN-Rev: 26096
|
2009-06-12 19:34:21 +00:00 |
|
Steven R. Loomis
|
6495533bd5
|
ICU-6738 fix --with-library-bits= and add some info to intltest. Merge of r25730 through r25735 from http://source.icu-project.org/repos/icu/icu/branches/srl/bits6738
X-SVN-Rev: 25738
|
2009-04-06 23:27:57 +00:00 |
|
Yoshito Umaoka
|
5ac1902448
|
ICU-6522 Added -prop:key=val option in intltest. Updated timezone test to be synchronized with ICU4J version. Reduce testing time of the timezone test in non-exhaustive mode.
X-SVN-Rev: 24618
|
2008-09-22 22:02:44 +00:00 |
|
Michael Ow
|
4e7f7ff702
|
ICU-6307 Edit cintltst.c, intltest.cpp, and iotest.cpp to load data correctly.
X-SVN-Rev: 24488
|
2008-08-12 16:34:55 +00:00 |
|
Michael Ow
|
b02865cecf
|
ICU-2498 Make intltest pass w/o data.
X-SVN-Rev: 23784
|
2008-04-10 23:19:16 +00:00 |
|
George Rhoten
|
a0088597b1
|
ICU-5852 Improve ability to round denormalized IEEE754 numbers and improve debug output.
X-SVN-Rev: 22417
|
2007-08-17 05:27:19 +00:00 |
|
George Rhoten
|
f599e79f74
|
ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19662
|
2006-05-26 06:04:01 +00:00 |
|
George Rhoten
|
a5dd573fea
|
ICU-4288 Fix some compiler warnings
X-SVN-Rev: 18268
|
2005-07-18 16:32:26 +00:00 |
|
George Rhoten
|
f84f9aa516
|
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18240
|
2005-07-14 06:03:34 +00:00 |
|
Steven R. Loomis
|
9d29225514
|
ICU-4620 uconfig.h failures
X-SVN-Rev: 18155
|
2005-07-07 07:54:43 +00:00 |
|
Ram Viswanadha
|
5c3d31658d
|
ICU-4354 make intltest pass with no data
X-SVN-Rev: 18140
|
2005-07-05 18:39:00 +00:00 |
|
Eric Mader
|
0e9c21e7e9
|
ICU-4354 remove tabs.
X-SVN-Rev: 17467
|
2005-04-06 00:38:48 +00:00 |
|
Eric Mader
|
e904300468
|
ICU-4354 Add dataerr(), dataerrln() to intltest.
X-SVN-Rev: 17462
|
2005-04-05 20:12:22 +00:00 |
|
George Rhoten
|
ac150dfac8
|
ICU-4379 Show elapsed time of test suite to verify that uprv_getUTCtime can show subsecond precision.
X-SVN-Rev: 17346
|
2005-03-16 00:33:39 +00:00 |
|
Eric Mader
|
41ca4f63ee
|
ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
|
2005-03-08 22:49:59 +00:00 |
|
George Rhoten
|
35e0a8a0d2
|
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
X-SVN-Rev: 17210
|
2005-02-17 00:19:44 +00:00 |
|