Commit Graph

1168 Commits

Author SHA1 Message Date
George Rhoten
83b0d17af1 ICU-4078 Revert the move of the invariant conversion routines back to putil.h.
They are stable APIs, and they should not be moved.

X-SVN-Rev: 16530
2004-10-18 03:03:13 +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
e69fca9d5f ICU-4078 Fix for AIX with Visual Age 5 compiler, and make sure that the
disentanglement is correct by putting all the UnicodeSet virtual functions are
in one file. Also move some of the rule whitespace handling into better
locations.

X-SVN-Rev: 16519
2004-10-15 22:56:26 +00:00
George Rhoten
e10141ecc9 ICU-3938 Partial incorporation of CLDR data. Some of the currency, weekend and DateTimeElements will be fixed later when the draftness is removed from some of the data.
X-SVN-Rev: 16464
2004-10-13 00:39:42 +00:00
George Rhoten
2e69aa04e2 ICU-4129 Fix for Borland C++ Builder.
X-SVN-Rev: 16459
2004-10-12 23:24:19 +00:00
George Rhoten
088b7ae383 ICU-4078 Remove some dependencies
X-SVN-Rev: 16428
2004-10-08 17:38:36 +00:00
George Rhoten
7674c243d1 ICU-4078 There is no need to use the default locale for foldCase as stated by Markus.
X-SVN-Rev: 16424
2004-10-08 05:17:17 +00:00
George Rhoten
36caf6be5a ICU-4116 Fix for Visual Age 7.0 on Linux PPC so that __I doesn't collide with anything.
X-SVN-Rev: 16397
2004-10-05 23:08:06 +00:00
George Rhoten
106e91de6a ICU-4078 Make sure that some functions that need to use __cxa_pure_virtual from g++ are only defined in one object file, especially if they are only used by other class.
X-SVN-Rev: 16389
2004-10-04 04:27:52 +00:00
George Rhoten
6dc1bba6ad ICU-3963 Update what is renamed.
X-SVN-Rev: 16342
2004-09-17 18:38:48 +00:00
Andy Heninger
8e505af9bb ICU-4055 fixed bad comment, test to verify behavior.
X-SVN-Rev: 16321
2004-09-14 17:31:54 +00:00
Markus Scherer
5aa9e27ac0 ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
Markus Scherer
a52e1cd824 ICU-4078 enable building a UnicodeSet from a property using/loading only the relevant data file
X-SVN-Rev: 16316
2004-09-13 23:38:31 +00:00
George Rhoten
276f299cfe ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16309
2004-09-13 00:10:12 +00:00
George Rhoten
587e2cef3e ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16282
2004-09-09 05:55:01 +00:00
Markus Scherer
9f84b31d3a ICU-3969 add macro for lazy initialization check
X-SVN-Rev: 16256
2004-09-06 15:41:52 +00:00
Steven R. Loomis
feba47022c ICU-3651 uloc_setKeywordValue (partial: needs sorting and removal)
X-SVN-Rev: 16240
2004-09-01 02:24:46 +00:00
George Rhoten
ca8716d1e9 ICU-4084 Sync the C and C++ API, and move internal function to internal headers.
X-SVN-Rev: 16221
2004-08-31 17:49:04 +00:00
George Rhoten
70c60ebe4e ICU-4053 Improve some documentation.
X-SVN-Rev: 16220
2004-08-31 17:47:21 +00:00
George Rhoten
e15fa2960f ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16210
2004-08-28 04:58:15 +00:00
George Rhoten
fe5df86581 ICU-3905 Fix some compiler warnings, and compiler errors based on previous check-in.
X-SVN-Rev: 16208
2004-08-27 23:01:05 +00:00
George Rhoten
4c951c59c7 ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16207
2004-08-27 22:50:05 +00:00
George Rhoten
05c4f001c7 ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16205
2004-08-27 20:30:54 +00:00
George Rhoten
22d8e01eca ICU-4078 Fix VS.NET compiler errors
X-SVN-Rev: 16197
2004-08-27 16:53:29 +00:00
George Rhoten
038f43c843 ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16196
2004-08-27 16:45:16 +00:00
Markus Scherer
2327dcdc7f ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16194
2004-08-26 22:58:39 +00:00
Markus Scherer
53e086dc9a ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16193
2004-08-26 22:51:40 +00:00
George Rhoten
0e8f470b47 ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16189
2004-08-26 20:39:32 +00:00
George Rhoten
254eea3c6e ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
X-SVN-Rev: 16182
2004-08-24 17:21:14 +00:00
George Rhoten
608ca77ba5 ICU-3677 uprv_getUTCtime should return UDate instead of int32_t.
This is for cases where time_t is 64-bit.

X-SVN-Rev: 16150
2004-08-13 01:20:26 +00:00
George Rhoten
a409a9daa8 ICU-4012 Remove the version bomb.
We won't implement UObject::operator== for a long time.

X-SVN-Rev: 16145
2004-08-11 21:35:15 +00:00
George Rhoten
6fd8f0e5b7 ICU-3341 Add some missing uset_* API.
X-SVN-Rev: 16142
2004-08-10 23:22:21 +00:00
George Rhoten
0f0b84374c ICU-3963 Update ICU version
X-SVN-Rev: 16057
2004-07-19 21:20:53 +00:00
George Rhoten
b87fed8371 ICU-3963 Update ICU
X-SVN-Rev: 16056
2004-07-19 21:18:18 +00:00
George Rhoten
a91586a1d3 ICU-3614 Sync up platform.h and pwin32.h
X-SVN-Rev: 16041
2004-07-18 09:00:39 +00:00
George Rhoten
8967f503cc ICU-3837 Add UCONFIG_NO_SERVICE
X-SVN-Rev: 16033
2004-07-18 01:18:23 +00:00
George Rhoten
a6432fd203 ICU-3946 Use U_EXPORT2 for operators
X-SVN-Rev: 16020
2004-07-16 15:43:19 +00:00
George Rhoten
ae09b13137 ICU-3575 Fix a documentation issue
X-SVN-Rev: 15989
2004-07-12 21:30:34 +00:00
George Rhoten
4e30c5a621 ICU-3872 Change the destructor to virtual
X-SVN-Rev: 15960
2004-06-30 05:36:17 +00:00
George Rhoten
b713af369d ICU-3854 XP_MAC is too out of date to update, and everyone is migrating to using Mac OS X (including metroworks)
X-SVN-Rev: 15937
2004-06-22 21:03:33 +00:00
George Rhoten
809cedb225 ICU-3854 Merge pos400.h with platform.h so that people can properly use configure.
X-SVN-Rev: 15916
2004-06-18 18:23:05 +00:00
Ram Viswanadha
98920f3760 ICU-3820 fix doxygen warnings
X-SVN-Rev: 15902
2004-06-17 18:58:20 +00:00
Steven R. Loomis
1f30583f1a ICU-2487 ICUDATA @internal
X-SVN-Rev: 15892
2004-06-16 20:50:40 +00:00
Eric Mader
6c34ce45ed ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15882
2004-06-15 22:32:41 +00:00
Eric Mader
ad42df258f ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15879
2004-06-15 20:52:22 +00:00
George Rhoten
a5574d068d ICU-3820 Fix broken link
X-SVN-Rev: 15867
2004-06-13 09:48:21 +00:00
Steven R. Loomis
22f679200d ICU-3831 uconfig.h update
X-SVN-Rev: 15862
2004-06-12 08:53:41 +00:00
Ram Viswanadha
75e601ba7f ICU-3405 add U_INTERNAL
X-SVN-Rev: 15859
2004-06-12 00:56:53 +00:00
Steven R. Loomis
f0fa285482 ICU-3542 withdraw UCONFIG_NO_SERVICE
X-SVN-Rev: 15833
2004-06-10 21:26:15 +00:00
George Rhoten
01c4101c77 ICU-3650 Fix copyright notice
X-SVN-Rev: 15831
2004-06-10 17:55:40 +00:00