Commit Graph

2221 Commits

Author SHA1 Message Date
Doug Felt
a382d860fa ICU-2135 service memory leaks
X-SVN-Rev: 10478
2002-12-04 18:50:01 +00:00
Andy Heninger
ba62204560 ICU-2103 API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10476
2002-12-04 18:21:09 +00:00
Vladimir Weinstein
bcd885f8c0 ICU-2087 change @draft 2.0 to @stable
X-SVN-Rev: 10459
2002-12-03 23:50:06 +00:00
George Rhoten
d44475ada0 ICU-2087 @draft -> @stable
X-SVN-Rev: 10423
2002-12-02 23:06:55 +00:00
Markus Scherer
59f1257b92 ICU-2087 change @draft to @deprecated
X-SVN-Rev: 10421
2002-12-02 22:44:22 +00:00
Markus Scherer
4754f5838f ICU-2087 change @draft ICU 2.0 to @stable
X-SVN-Rev: 10419
2002-12-02 21:56:03 +00:00
George Rhoten
1341f3bcd1 ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10411
2002-11-30 04:41:53 +00:00
George Rhoten
3a350fa020 ICU-2118 DigitList is a utility class that should only be used by DecimalFormat.
The usage here is incorrect and very slow for converting an int -> UnicodeString.

X-SVN-Rev: 10410
2002-11-30 02:46:55 +00:00
George Rhoten
bef9018f7e ICU-2118 DigitList is a utility class because some of its fields are public.
It should derive from UMemory instead of UObject because of this, and some of its RTTI info should be removed.

X-SVN-Rev: 10409
2002-11-30 02:43:51 +00:00
Vladimir Weinstein
8e192f2f4a ICU-2135 fixing memory problems
X-SVN-Rev: 10407
2002-11-28 08:53:37 +00:00
Steven R. Loomis
2720003f78 ICU-2529 close the namespace inside the #ifdef please
X-SVN-Rev: 10405
2002-11-28 01:27:35 +00:00
Alan Liu
c97958843b ICU-2087 correct typo 2.2 => 2.4
X-SVN-Rev: 10401
2002-11-27 20:08:13 +00:00
Alan Liu
8d85ca3664 ICU-2087 change @draft ICU 2.0 tags to @stable
X-SVN-Rev: 10400
2002-11-27 20:07:53 +00:00
Ram Viswanadha
e7de4f63c6 ICU-2068 make @draft 2.0 to @stable
X-SVN-Rev: 10399
2002-11-27 17:53:28 +00:00
Steven R. Loomis
dc7e2817d4 ICU-2087 @draft -> @stable
X-SVN-Rev: 10397
2002-11-27 17:27:31 +00:00
Ram Viswanadha
6996158d17 ICU-2118 improve API coverage
X-SVN-Rev: 10393
2002-11-27 02:11:42 +00:00
Markus Scherer
f3b20763e2 ICU-2351 improve setToBogus() documentation
X-SVN-Rev: 10386
2002-11-26 23:43:49 +00:00
Markus Scherer
fdc0319c0f ICU-2118 improve UnicodeString API coverage
X-SVN-Rev: 10385
2002-11-26 23:33:37 +00:00
Markus Scherer
8bc71e512b ICU-2118 pin more indices
X-SVN-Rev: 10384
2002-11-26 23:32:55 +00:00
Markus Scherer
230d313ee1 ICU-2118 improve *CharacterIterator API coverage
X-SVN-Rev: 10382
2002-11-26 21:18:47 +00:00
George Rhoten
d9174bc390 ICU-2474 Fix an EBCDIC problem
X-SVN-Rev: 10373
2002-11-26 16:03:52 +00:00
Doug Felt
ba30384f10 ICU-1949 StringEnumeration changes to public UObject
X-SVN-Rev: 10372
2002-11-26 00:46:48 +00:00
Markus Scherer
4612e951c7 ICU-2351 improve setToBogus() documentation
X-SVN-Rev: 10370
2002-11-26 00:08:40 +00:00
Markus Scherer
c8dd26aef9 ICU-2145 use macros for 0xffff and 0x10ffff
X-SVN-Rev: 10369
2002-11-25 22:44:48 +00:00
Markus Scherer
d9ed0431f0 ICU-2001 more comments on the inclusions set
X-SVN-Rev: 10368
2002-11-25 22:42:55 +00:00
Doug Felt
f194e6800b ICU-1949 icuservice
X-SVN-Rev: 10365
2002-11-24 23:46:04 +00:00
Markus Scherer
dc7dc3cb9f ICU-1949 add ustrenum.h
X-SVN-Rev: 10362
2002-11-23 01:08:14 +00:00
Syn Wee Quek
4691489129 ICU-2118
removed unnecessary and uncalled private methods

X-SVN-Rev: 10359
2002-11-23 00:51:10 +00:00
George Rhoten
cfdcb75347 ICU-1949 Fix some compiler warnings
X-SVN-Rev: 10355
2002-11-22 23:58:49 +00:00
Alan Liu
856c6142b2 ICU-2015 enhance/correct docs per review
X-SVN-Rev: 10347
2002-11-22 19:37:28 +00:00
Alan Liu
1e2ccf2c67 ICU-2015 move *_START identifiers to position #2 so debugger picks up "real" symbolic name
X-SVN-Rev: 10346
2002-11-22 19:36:55 +00:00
Syn Wee Quek
3b5d4d54fc ICU-2118
code coverage updates

X-SVN-Rev: 10345
2002-11-22 18:59:25 +00:00
Doug Felt
d6a9220d93 ICU-1949 StringEnumeration changes and some cleanup
X-SVN-Rev: 10341
2002-11-22 18:20:28 +00:00
Doug Felt
128bf53fe3 ICU-1949 change StringEnumeration per Markus's request
X-SVN-Rev: 10339
2002-11-22 18:16:02 +00:00
George Rhoten
4cd0cba09c ICU-2135 Make it easier to step through the code
X-SVN-Rev: 10336
2002-11-22 08:27:12 +00:00
Andy Heninger
aee9885219 ICU-1949 export unicode/strenum.h to icu/include; needed by brkiter.h
X-SVN-Rev: 10332
2002-11-22 00:39:41 +00:00
George Rhoten
f7384d4fe0 ICU-2000 Don't make the word error show in the warning message.
X-SVN-Rev: 10328
2002-11-21 23:58:25 +00:00
George Rhoten
8bca5d3989 ICU-1977 Increase code coverage
X-SVN-Rev: 10317
2002-11-21 19:24:53 +00:00
Doug Felt
bff98f6ace ICU-1964 doc cleanup and review changes
X-SVN-Rev: 10298
2002-11-20 17:16:11 +00:00
Doug Felt
aa710b99dd ICU-2203 minor cleanup
X-SVN-Rev: 10297
2002-11-20 17:15:34 +00:00
Andy Heninger
24bf088281 ICU-105 Regular Expressions, changes from code review
X-SVN-Rev: 10294
2002-11-19 19:31:03 +00:00
Markus Scherer
dc2a132696 ICU-2351 allow remove(guaranteed everything) and truncate(0) to also un-bogus a string
X-SVN-Rev: 10289
2002-11-19 02:12:39 +00:00
Markus Scherer
a1fcf67ec4 ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string
X-SVN-Rev: 10281
2002-11-16 01:10:52 +00:00
Markus Scherer
9cb1c40db3 ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string
X-SVN-Rev: 10280
2002-11-16 01:05:36 +00:00
Doug Felt
82e5383a7e ICU-2203 cleanup api after code review
X-SVN-Rev: 10277
2002-11-15 23:52:14 +00:00
George Rhoten
5c279e1290 ICU-2474 Fix linkage problem
X-SVN-Rev: 10267
2002-11-15 17:36:49 +00:00
Alan Liu
e0beb5b008 ICU-1125 move formal syntax table to end of class javadoc
X-SVN-Rev: 10266
2002-11-15 01:58:29 +00:00
Alan Liu
908561fe2a ICU-2038 move stack vars down
X-SVN-Rev: 10265
2002-11-14 22:42:13 +00:00
Alan Liu
de131d145e ICU-2038 update docs per Markus feedback
X-SVN-Rev: 10264
2002-11-14 22:26:41 +00:00
Doug Felt
767827eb75 ICU-1949 cleanup mutex, old debug ifdefs
X-SVN-Rev: 10257
2002-11-14 17:48:26 +00:00