George Rhoten
|
2ef6713835
|
ICU-2966 Remove unused private classes needed by old timezone implementation
X-SVN-Rev: 13359
|
2003-10-08 18:08:09 +00:00 |
|
George Rhoten
|
8e7a34ec49
|
ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
X-SVN-Rev: 13337
|
2003-10-07 15:49:47 +00:00 |
|
George Rhoten
|
e7ded0fd0d
|
ICU-3259 Fix a memory leak
X-SVN-Rev: 13328
|
2003-10-06 22:37:41 +00:00 |
|
Alan Liu
|
61b5fddec2
|
ICU-2966 clean up and consolidate duplicated code
X-SVN-Rev: 13007
|
2003-09-02 17:46:43 +00:00 |
|
George Rhoten
|
8780a4d950
|
ICU-2966 Fix for HP-UX
X-SVN-Rev: 12936
|
2003-08-25 23:01:06 +00:00 |
|
Alan Liu
|
e897911f83
|
ICU-2966 character ordering must be computed at runtime
X-SVN-Rev: 12871
|
2003-08-19 04:38:54 +00:00 |
|
Alan Liu
|
bcd6deeeac
|
ICU-2966 add OLSON_ZONE_START to indices; getSize can return 0 (?)
X-SVN-Rev: 12867
|
2003-08-19 01:02:59 +00:00 |
|
Alan Liu
|
9478f07479
|
ICU-2966 support equivalency classes
X-SVN-Rev: 12864
|
2003-08-19 00:24:49 +00:00 |
|
Alan Liu
|
4ce8f701f9
|
ICU-2966 cleanup and docs
X-SVN-Rev: 12850
|
2003-08-16 00:10:56 +00:00 |
|
Alan Liu
|
d8d88d2da4
|
ICU-2966 historical Olson time zone support; initial checkin
X-SVN-Rev: 12836
|
2003-08-15 18:21:31 +00:00 |
|
George Rhoten
|
a28e257d74
|
ICU-2256 Performance enhancement. Make timezone data load faster.
X-SVN-Rev: 12621
|
2003-07-11 23:37:19 +00:00 |
|
George Rhoten
|
abeaf6c3fc
|
ICU-2970 Initialize the mutexes in a safer way.
X-SVN-Rev: 12364
|
2003-06-06 22:50:26 +00:00 |
|
Alan Liu
|
94de212563
|
ICU-2974 disallow new X[0]
X-SVN-Rev: 12315
|
2003-06-05 17:26:12 +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
|
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 |
|