Commit Graph

57 Commits

Author SHA1 Message Date
George Rhoten
d8708f6a8f ICU-4189 Possible fix for odd header configuration problems on HP-UX
X-SVN-Rev: 17464
2005-04-05 20:44:00 +00:00
George Rhoten
f4130d74f3 ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
Separate LocaleUtility into its own API.

X-SVN-Rev: 17404
2005-03-28 05:12:13 +00:00
George Rhoten
9e4b5d1127 ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17401
2005-03-26 15:55:57 +00:00
Eric Mader
f57c82a12d ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
5099f3d680 ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
X-SVN-Rev: 17297
2005-03-08 23:05:38 +00:00
George Rhoten
479f3bec14 ICU-3004 Test for some Turkish case conversion errors.
X-SVN-Rev: 17005
2004-12-22 19:40:16 +00:00
George Rhoten
c4d892bdd7 ICU-4189 Remove some dependencies on the conversion API.
X-SVN-Rev: 16915
2004-12-04 07:22:23 +00:00
George Rhoten
b99285414f ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16765
2004-11-05 05:12:29 +00:00
George Rhoten
349c3b5ad3 ICU-4127 Fix Hashtable constructors.
X-SVN-Rev: 16422
2004-10-08 01:52:53 +00:00
Ram Viswanadha
123132b8e6 ICU-3925 separate Transliterator data to its own tree
X-SVN-Rev: 16095
2004-08-02 20:06:55 +00:00
Alan Liu
2ff0f49369 ICU-3786 fix compiler warning
X-SVN-Rev: 15757
2004-06-07 17:44:28 +00:00
Alan Liu
164faf6a3d ICU-3786 rewrite registry and instantiation code to do parsing outside the registry mutex to avoid deadlock for rules of the form &Latin-Arabic(...)
X-SVN-Rev: 15703
2004-06-04 00:52:39 +00:00
Alan Liu
6ce395572d ICU-3500 fix compiler warnings
X-SVN-Rev: 15096
2004-04-29 18:54:22 +00:00
Alan Liu
452ab328cf ICU-3668 make getters const
X-SVN-Rev: 14790
2004-03-27 16:26:29 +00:00
Alan Liu
0626ff10e1 ICU-3078 add StringEnumeration
X-SVN-Rev: 14552
2004-02-20 03:25:18 +00:00
Markus Scherer
bd62571a6c ICU-2329 always NUL-terminate the ID string for ID enumeration in C APIs
X-SVN-Rev: 12587
2003-07-02 21:23:39 +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
6b0ec25200 ICU-2710 Remove obsolete code
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Markus Scherer
e9b8ce4f6e ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9968
2002-10-04 18:17:35 +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
George Rhoten
d7e0797b2c ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 9756
2002-08-21 19:12:24 +00:00
GCL Shanghai
2fab4a8cb7 ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
2002-07-09 12:47:45 +00:00
GCL Shanghai
6348e12895 ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
2002-07-06 10:58:51 +00:00
GCL Shanghai
b89c229c6e ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
2002-07-02 15:10:30 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Markus Scherer
5a81709c73 ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8953
2002-06-27 01:19:20 +00:00
Alan Liu
c18249ca2b ICU-1532 move STVtoID to TransliteratorIDParser
X-SVN-Rev: 8845
2002-06-11 22:36:11 +00:00
Alan Liu
1f73d4904a ICU-1779 add debugging code to track Entry object usage
X-SVN-Rev: 8155
2002-03-20 18:29:10 +00:00
George Rhoten
41ffc2ef36 ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus.
X-SVN-Rev: 7802
2002-02-28 01:42:40 +00:00
Alan Liu
627e6e6575 ICU-1234 cleanup
X-SVN-Rev: 7712
2002-02-20 00:01:31 +00:00
Alan Liu
47c47a5cd9 ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7582
2002-02-07 01:07:55 +00:00
Vladimir Weinstein
6bc1ab66fe ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7039
2001-11-21 01:08:55 +00:00
Alan Liu
e9534adeba ICU-1533 per Doug's review, move CharString to separate file
X-SVN-Rev: 6994
2001-11-19 21:25:34 +00:00
Alan Liu
2f2ef75332 ICU-1533 incorporate Doug's review comments
X-SVN-Rev: 6956
2001-11-16 21:58:05 +00:00
Alan Liu
2ac70f695e ICU-770 fix memory leaks
X-SVN-Rev: 6894
2001-11-14 20:16:39 +00:00
Alan Liu
2820286119 ICU-1426 fix registry to actually work with locale resources
X-SVN-Rev: 6598
2001-11-03 02:03:33 +00:00
Alan Liu
0168348f14 ICU-1079 get locale-script mapping working again
X-SVN-Rev: 6505
2001-10-31 00:29:15 +00:00
Alan Liu
b38dea699b ICU-1048 fix handling of ::ID blocks in reverse dir
X-SVN-Rev: 6408
2001-10-24 00:09:35 +00:00
Ram Viswanadha
5a3494cf54 ICU-899 change uscript_getCode() API to accept fillin buffer and capacity
X-SVN-Rev: 6389
2001-10-23 02:00:50 +00:00
Alan Liu
85276d3bcc ICU-1079 add ID and context param to factory
X-SVN-Rev: 6276
2001-10-17 17:29:34 +00:00
George Rhoten
efdb5a1f89 ICU-1099 Make some data a bit more const
X-SVN-Rev: 6203
2001-10-11 23:54:55 +00:00
Markus Scherer
74cfc16466 ICU-1268 use ures_openDirect() for non-locale resource bundles
X-SVN-Rev: 6177
2001-10-11 00:50:26 +00:00
Alan Liu
7ad352e2b5 ICU-1259 remove temporary Latin-Kana hack
X-SVN-Rev: 6160
2001-10-10 20:37:24 +00:00
Alan Liu
267a914bc3 ICU-1261 initial implementation of compound filters in IDs and ::ID blocks
X-SVN-Rev: 6154
2001-10-10 19:29:45 +00:00
Helena Chapman
d816eefc57 ICU-1264 added namspace support where possible.
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
George Rhoten
9c138970af ICU-1028 This should fix os/390
X-SVN-Rev: 6080
2001-10-05 16:50:59 +00:00
Alan Liu
d75536cd92 ICU-1079 fix typo
X-SVN-Rev: 6060
2001-10-04 23:17:27 +00:00
Alan Liu
46a469e744 ICU-1079 fix deadlock problems with TransliteratorAlias class
X-SVN-Rev: 6054
2001-10-04 21:22:17 +00:00
Markus Scherer
d1c97e25ee ICU-1109 rewrite resource bundle access to transliterators to use the c api because the Locale c++ class now canonicalizes locale IDs and thus mangles things with dash and underscore - see TODOs
X-SVN-Rev: 6001
2001-10-02 23:53:04 +00:00