Ram Viswanadha
d0eb5dd8e9
ICU-4524 add brief documentation
...
X-SVN-Rev: 17983
2005-06-22 22:39:36 +00:00
George Rhoten
5c51ec946a
ICU-4233 Fix non-ASCII characters in doxygen documentation.
...
X-SVN-Rev: 17899
2005-06-15 04:20:43 +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
aac8e996c4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17221
2005-02-18 00:19:33 +00:00
Andy Heninger
9f6f294e5f
ICU-4225 remove non-ascii characters from source code
...
X-SVN-Rev: 16835
2004-11-12 01:11:27 +00:00
Vladimir Weinstein
7fe85edd5b
ICU-4194 promotion of @draft 2.6 to @stable 2.6 for i18n library
...
X-SVN-Rev: 16738
2004-11-03 01:25:51 +00:00
George Rhoten
7c225a89aa
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
...
X-SVN-Rev: 16183
2004-08-24 17:38:33 +00:00
George Rhoten
e069f28ece
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16034
2004-07-18 01:37:13 +00:00
Eric Mader
6c34ce45ed
ICU-3820 fix doxygen warnings.
...
X-SVN-Rev: 15882
2004-06-15 22:32:41 +00:00
Eric Mader
abefef5844
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15411
2004-05-19 20:42:44 +00:00
Alan Liu
b57d64d5c6
ICU-3549 update docs
...
X-SVN-Rev: 15149
2004-05-04 23:54:53 +00:00
Alan Liu
a873c1261d
ICU-3549 add keyword param to getFunctionalEquivalent
...
X-SVN-Rev: 15123
2004-05-03 18:15:13 +00:00
Alan Liu
a22e089d93
ICU-3549 add getKeywords, getKeywordValues, and getFunctionalEquivalent
...
X-SVN-Rev: 15041
2004-04-24 02:57:18 +00:00
George Rhoten
232ee12872
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14896
2004-04-07 05:20:22 +00:00
Ram Viswanadha
bbe9de394c
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
...
X-SVN-Rev: 14775
2004-03-26 19:42:04 +00:00
Alan Liu
2aef935bfd
ICU-2202 deprecate getLocale
...
X-SVN-Rev: 14372
2004-01-22 00:14:35 +00:00
Markus Scherer
8206a888c1
ICU-3403 cut out @obsolete ICU 2.8 APIs
...
X-SVN-Rev: 13770
2003-11-19 21:46:30 +00:00
Syn Wee Quek
379b4f9c8e
ICU-2732 deprecated getCollationKey
...
X-SVN-Rev: 13123
2003-09-17 20:10:10 +00:00
George Rhoten
492d57ac79
ICU-3221 Fix AIX linker warnings
...
X-SVN-Rev: 12997
2003-08-31 20:53:46 +00:00
George Rhoten
91f8ac3c84
ICU-3221 Fix for AIX linker warnings.
...
X-SVN-Rev: 12984
2003-08-29 18:03:00 +00:00
Doug Felt
ef866c2e45
ICU-2661 add missing @draft ICU 2.6 to factories and members
...
X-SVN-Rev: 12412
2003-06-10 17:41:46 +00:00
George Rhoten
75930a0808
ICU-2589 Fix some doxygen warnings.
...
X-SVN-Rev: 12377
2003-06-09 06:13:14 +00:00
Vladimir Weinstein
939df78585
ICU-2661 @draft ICU 2.[01] -> @stable ICU 2.[01] + some comment typo fixing
...
X-SVN-Rev: 12264
2003-06-04 00:04:35 +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
Doug Felt
a6b61a7bea
ICU-2755 test ucoll_open
...
X-SVN-Rev: 11943
2003-05-15 20:22:48 +00:00
Doug Felt
399b051326
ICU-2755 add ucol_open_internal
...
X-SVN-Rev: 11846
2003-05-08 22:21:05 +00:00
Doug Felt
fdc637b53d
ICU-2755 ucol_open should fetch registered collators, still need to add test
...
X-SVN-Rev: 11838
2003-05-08 17:31:45 +00:00
Doug Felt
556c72cc54
ICU-2755 fixed RuleBasedCollator clone/cc operations to handle aliasing cases,
...
added additional tests for getLocale of registered collators, misc fixes to ICUService,
StringSearch, ucollator to support changes.
X-SVN-Rev: 11786
2003-05-02 22:17:14 +00:00
Doug Felt
d00a183d4e
ICU-2222 made deprecated abstract methods concrete and delegate to new ones,
...
also fixed problem in apicoll which assumed fixed LTR argument evaluation order, TestCollator
also needed new (and old) overloads. couldn't use 'using' according to markus.
X-SVN-Rev: 11763
2003-05-01 23:23:52 +00:00
Doug Felt
7e745f0772
ICU-2755 tests for collation, docs, minor service changes
...
X-SVN-Rev: 11758
2003-05-01 18:27:24 +00:00
Vladimir Weinstein
2fe0072a9d
ICU-2222 introduce overloads for functions that used old C++ enums. Deprecate C++ enum using functions.
...
X-SVN-Rev: 11755
2003-05-01 17:43:01 +00:00
Markus Scherer
8c1740d468
ICU-2710 remove @obsolete ICU 2.6 and earlier code
...
X-SVN-Rev: 11749
2003-05-01 01:51:51 +00:00
Doug Felt
09bd2b2b11
ICU-2755 service registration for collation
...
X-SVN-Rev: 11722
2003-04-28 21:13:14 +00:00
GCL Shanghai
2de3bade18
ICU-2222 fix breaking changes
...
X-SVN-Rev: 11357
2003-03-19 13:21:51 +00:00
GCL Shanghai
513a23fdae
ICU-2222 Deprecate C++ enums that duplicate C enums
...
X-SVN-Rev: 11137
2003-02-21 08:32:22 +00:00
Vladimir Weinstein
f6df211be9
ICU-2039 Some assignment operators and copy constructors declared private
...
X-SVN-Rev: 10747
2002-12-18 23:17:12 +00:00
Alan Liu
12bed0cecb
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10627
2002-12-12 00:20:45 +00:00
Alan Liu
96921b5af8
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10626
2002-12-12 00:12:08 +00:00
Alan Liu
b00b17ebd1
ICU-2087 add "ICU 2.0" to versionless @stable tags, and add "ICU" to @stable tags that lack it
...
X-SVN-Rev: 10488
2002-12-05 00:30:16 +00:00
Markus Scherer
2af8b25b5a
ICU-2087 change @stable to @stable ICU 2.0
...
X-SVN-Rev: 10483
2002-12-04 23:46:16 +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
Syn Wee Quek
4374eb9778
ICU-2118
...
code coverage
deprecated protected unused collator constructor
X-SVN-Rev: 10323
2002-11-21 22:52:46 +00:00
Markus Scherer
3d38617bdc
ICU-2248 modularize icu, allow parts to not be built
...
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
Vladimir Weinstein
150ad44972
ICU-1433 getTailoredSet C/C++ return all the canonically equivalent sequences. Also added tests
...
X-SVN-Rev: 9867
2002-09-17 06:27:51 +00:00
Vladimir Weinstein
8238930139
ICU-1433 getTailoredSet C/C++ take 1
...
X-SVN-Rev: 9837
2002-09-04 06:08:04 +00:00
George Rhoten
d7e0797b2c
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9756
2002-08-21 19:12:24 +00:00
Syn Wee Quek
4534752929
ICU-2023
...
adding @stable
X-SVN-Rev: 9671
2002-08-12 16:20:26 +00:00
Syn Wee Quek
6435f0da90
ICU-2023 docs update, remove docs warnings
...
X-SVN-Rev: 9660
2002-08-09 22:37:04 +00:00
Syn Wee Quek
37cd0cf84d
ICU-2031
...
@draft changed to @stable for APIs prior and inclusive of 1.8.1
X-SVN-Rev: 9406
2002-07-29 22:37:56 +00:00
GCL Shanghai
d160acc6e2
ICU-1953 API docs have complete set of @param, @return...
...
X-SVN-Rev: 8983
2002-07-01 11:04:45 +00:00