Commit Graph

108 Commits

Author SHA1 Message Date
George Rhoten
2af5236067 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 12178
2003-05-29 22:22:08 +00:00
Alan Liu
437b7cb038 ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11843
2003-05-08 21:08:06 +00:00
Alan Liu
0591810bee ICU-444 update comments
X-SVN-Rev: 11765
2003-05-02 00:11:32 +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
George Rhoten
6b0ec25200 ICU-2710 Remove obsolete code
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Alan Liu
bbb47e7920 ICU-2152 minimize code within mutexes
X-SVN-Rev: 10560
2002-12-09 18:10:43 +00:00
Doug Felt
ba30384f10 ICU-1949 StringEnumeration changes to public UObject
X-SVN-Rev: 10372
2002-11-26 00:46:48 +00:00
Alan Liu
400a5efce1 ICU-2347 rewrite TZEnumeration::next() per review feedback
X-SVN-Rev: 10371
2002-11-26 00:41:13 +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
Alan Liu
1d72926c95 ICU-2347 make review fixes
X-SVN-Rev: 10309
2002-11-21 00:59:20 +00:00
Alan Liu
66a285bef3 ICU-2347 add new timezone enumeration API and deprecate old one
X-SVN-Rev: 10230
2002-11-12 23:52:27 +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
Markus Scherer
f1ba8a9d4f ICU-1962 use uprv_malloc/free instead of new/delete for non-class types
X-SVN-Rev: 9204
2002-07-16 17:50:42 +00:00
George Rhoten
c85207afbd ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
2002-07-12 21:42: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
Markus Scherer
156e2f983f ICU-1962 call UObject constructor at least in derived-class copy constructor to avoid compiler warnings
X-SVN-Rev: 9019
2002-07-02 23:58:34 +00:00
George Rhoten
79d29d4e37 ICU-1296 Fixed the constness of createAvailableIDs
X-SVN-Rev: 8129
2002-03-20 00:15:44 +00:00
George Rhoten
9f3b0c5276 ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
Andy Heninger
d13e42d4e3 ICU-1737 thread safety problem with initialization lazy initialization of mutexs on first Lock.
X-SVN-Rev: 7885
2002-03-04 22:57:50 +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
75f6cbaed0 ICU-392 Don't export as many symbols
X-SVN-Rev: 6038
2001-10-04 01:31:10 +00:00
George Rhoten
4526828ee2 ICU-1099 Make more data const in the libraries
X-SVN-Rev: 5964
2001-09-28 19:13:03 +00:00
George Rhoten
880fa0bd02 ICU-1200 NULL terminate the strings (quick fix from Markus)
X-SVN-Rev: 5919
2001-09-25 22:15:22 +00:00
George Rhoten
e95a1ea90e ICU-770 Fix for AIX
X-SVN-Rev: 5655
2001-08-31 15:50:39 +00:00
George Rhoten
81fc8fb03e ICU-770 More data cleanup
X-SVN-Rev: 5652
2001-08-31 02:21:34 +00:00
George Rhoten
e3df919a30 ICU-1087 Speed up the TimeZone construction with a proper constructor, and make getGMT() public
X-SVN-Rev: 5470
2001-08-16 00:31:06 +00:00
George Rhoten
72159af00c ICU-953 Export fewer static symbols and fix an os/390 porting problem
X-SVN-Rev: 5149
2001-07-02 17:23:27 +00:00
George Rhoten
bc397ee3f3 ICU-900 Fixed a compiler warning on Solaris Workshop Pro v6.0
X-SVN-Rev: 5134
2001-06-28 22:57:15 +00:00
George Rhoten
3aa133d5b7 ICU-953 Don't do static initialization, except for GMT.
X-SVN-Rev: 5028
2001-06-20 21:11:13 +00:00
George Rhoten
b2de19f61c ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4366
2001-03-28 00:15:46 +00:00
Vladimir Weinstein
8e6698de87 ICU-903 updated copyright notices
X-SVN-Rev: 4237
2001-03-21 20:31:13 +00:00
George Rhoten
8a59268b64 ICU-865 os/390 porting for timezone
X-SVN-Rev: 3913
2001-03-06 02:39:47 +00:00
George Rhoten
5fc03fe875 ICU-66 Removed a static memory leak
X-SVN-Rev: 3649
2001-02-16 21:51:21 +00:00
Vladimir Weinstein
229f67d2bc ICU-776 gcc dies if we have *country != NULL instead of *country != 0
X-SVN-Rev: 3556
2001-02-03 02:17:16 +00:00
Alan Liu
a38c004603 ICU-776 Add ISO 3166 country code index to time zone data and new API to TimeZone
X-SVN-Rev: 3534
2001-02-02 19:26:56 +00:00
Alan Liu
0f626e9c1e ICU-449 TimeZone equivalency support
X-SVN-Rev: 2523
2000-09-27 19:16:54 +00:00
Alan Liu
ee51ec2c7e ICU-449 TimeZone equivalency support
X-SVN-Rev: 2521
2000-09-27 16:37:26 +00:00
Alan Liu
8e99af2483 ICU-535 fix MSVC level 4 warnings
X-SVN-Rev: 2259
2000-08-15 18:25:20 +00:00
Vladimir Weinstein
18b6ac3369 ICU-432 fixing leaks
X-SVN-Rev: 1649
2000-06-26 22:46:15 +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
6b6bbd29f1 ICU-375 correct isAcceptable signature
X-SVN-Rev: 1324
2000-05-03 23:15:02 +00:00
Alan Liu
3c75736608 ICU-149 remove unneeded #include uhash
X-SVN-Rev: 1002
2000-03-28 22:06:36 +00:00
Markus Scherer
54921c0d79 ICU-84 S/390 and EBCDIC updates
X-SVN-Rev: 969
2000-03-21 20:37:32 +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
Alan Liu
4dc3c25bae ICU-65 improve default zone support
X-SVN-Rev: 356
1999-12-09 06:29:40 +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
Steven R. Loomis
392bf58ebe ICU-65 Custom string was being truncated
X-SVN-Rev: 311
1999-12-05 09:14:26 +00:00
Alan Liu
36d5b2bb74 ICU-65 new mem-mapped system zone table, new algorithms, static zone table removed!, misc cleanup, lotsa new stuff
X-SVN-Rev: 308
1999-12-05 06:24:22 +00:00
Markus Scherer
e52c4359b4 ICU-69 use new UnicodeString constructor from invariant char*
X-SVN-Rev: 278
1999-12-02 18:34:10 +00:00
Markus Scherer
efde186f5c ICU-69 use new UnicodeString constructor from invariant char*
X-SVN-Rev: 274
1999-12-01 22:57:20 +00:00
Vladimir Weinstein
14e6e92642 ICU-161 changed copyright notice
X-SVN-Rev: 220
1999-11-22 20:25:35 +00:00
Steven R. Loomis
49ec74e4fb ICU-66 Fix some uninitialized memory problems in date format [caused ccaltst to fail]
X-SVN-Rev: 135
1999-10-28 02:02:53 +00:00
Helena Chapman
7d96c6fc0b ICU-66 Updated the count in Timezone.
X-SVN-Rev: 128
1999-10-27 01:23:27 +00:00
Helena Chapman
6d77748a62 ICU-66 Updated the kSystemTimeZones initialization.
X-SVN-Rev: 127
1999-10-27 01:09:48 +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