Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
George Rhoten
e097e1b9ee
ICU-8223 Add rule syntax for NaN, infinity and alternate decimal points.
...
Other issues addressed:
* Some performance enhancements were added for good measure. Creating new RuleBasedNumberFormat objects can take a long time due to all the rule parsing. This was ported from ICU4J.
* I fixed a potential infinite recursion problem when RuleBasedNumberFormat used NumberFormat.createInstance, which could occasionally depend on creating RuleBasedNumberFormat for itself, which was bad. This was ported from ICU4J.
* I fixed a potential memory leak due to lazy initialization of some RBNF data members in a multithreaded environment, which is fine in Java, but it's not okay in C++. We no longer cast away const due to this, which is good.
* There were some compiler warnings and errors found while trying to debug this code on my machine. I fixed those too.
X-SVN-Rev: 37810
2015-08-25 16:55:52 +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
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
Michael Ow
6b1f9ef27c
ICU-6905 Make intltest pass without any data.
...
X-SVN-Rev: 26096
2009-06-12 19:34:21 +00:00
George Rhoten
2aca9a194a
ICU-5852 Fix for Visual Studio 2003
...
X-SVN-Rev: 22425
2007-08-19 20:46:51 +00:00
George Rhoten
0d851cdb94
ICU-5852 Fix for Visual Studio 2003
...
X-SVN-Rev: 22424
2007-08-19 20:18:55 +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
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
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
43646aea15
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16693
2004-11-01 18:56:24 +00:00
George Rhoten
9fe39e1c8c
ICU-3805 Break putil.h/utypes.h header file dependancy loop
...
X-SVN-Rev: 16529
2004-10-18 02:43:33 +00:00
George Rhoten
438ae401a3
ICU-3326 Don't include some unneeded headers.
...
X-SVN-Rev: 13965
2003-12-03 06:58:28 +00:00
Alan Liu
de95737116
ICU-2959 update copyright dates to include 2003
...
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
fddb6a5b0d
ICU-2000 Fixed a compiler warning
...
X-SVN-Rev: 10978
2003-02-06 01:19:58 +00:00
Markus Scherer
0eb9c506ec
ICU-2248 modularize ICU
...
X-SVN-Rev: 9910
2002-09-21 00:43:14 +00:00
George Rhoten
8d7d2726d1
ICU-1913 Don't try to test so aggressively on the iSeries.
...
X-SVN-Rev: 9634
2002-08-08 23:47:09 +00:00
George Rhoten
d323a9da62
ICU-1900 Linux Alpha shows an error in exhaustive mode. Let's see it.
...
X-SVN-Rev: 8900
2002-06-17 17:36:55 +00:00
George Rhoten
97d68c74e9
ICU-1407 Fix for Tru64 (OSF)
...
X-SVN-Rev: 6539
2001-11-01 00:18:32 +00:00
George Rhoten
bcd63666b7
ICU-597 try not to use denormalized doubles on as/400
...
X-SVN-Rev: 4456
2001-04-06 22:33:47 +00:00
Ram Viswanadha
7f6d7e256f
ICU-903 update copyright notices
...
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00
George Rhoten
87f0b13181
ICU-97 Changed some of the formatting.
...
X-SVN-Rev: 2856
2000-11-02 02:45:32 +00:00
Ram Viswanadha
82fc81fef2
ICU-559 Added #define statement for Alpha/Linux for processing double denorm numbers
...
X-SVN-Rev: 2697
2000-10-16 18:09:22 +00:00
George Rhoten
a15b66a53d
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00
George Rhoten
2dbb8812ba
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2226
2000-08-14 21:42:36 +00:00
George Rhoten
e79da789cc
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2210
2000-08-11 22:19:54 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Markus Scherer
e542c7dedc
ICU-346 change IEEE_754 to a numeric macro (value 0 or 1)
...
X-SVN-Rev: 1080
2000-04-06 16:45:03 +00:00
Markus Scherer
9f363ccb70
ICU-315 S/390 and EBCDIC updates
...
X-SVN-Rev: 977
2000-03-22 23:17:42 +00:00
Helena Chapman
3aaa52af8d
ICU-161 updated the copyright notices.
...
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00
Vladimir Weinstein
8b20f17f49
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Markus Scherer
2d26f13d40
ICU-175 rename errorName() to u_errorName()
...
X-SVN-Rev: 343
1999-12-08 23:31:17 +00:00
Markus Scherer
54ba2e3819
ICU-170 use UnicodeString::length() instead of the deprecated size()
...
X-SVN-Rev: 339
1999-12-08 02:11:04 +00:00
Markus Scherer
07a2bc0937
ICU-6 more renaming of constant names
...
FAILURE -> U_FAILURE etc.
X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Markus Scherer
b942cae860
ICU-6 change enum constants that do not conform to our naming conventions
...
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Unknown User
aa0b0a88e8
Initial revision
...
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00