Andy Heninger
|
702663805e
|
ICU-2787 Locale setDefault(), fix failing test - name too long.
X-SVN-Rev: 11875
|
2003-05-09 22:15:25 +00:00 |
|
George Rhoten
|
749f51d769
|
ICU-2787 A lock doesn't need to happen when it's an algorithmic converter.
X-SVN-Rev: 11874
|
2003-05-09 21:33:17 +00:00 |
|
Alan Liu
|
9a9e49c403
|
ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11873
|
2003-05-09 21:26:52 +00:00 |
|
Andy Heninger
|
0f04c4bf54
|
ICU-2787 Locale init thread safety. Not done yet, but not as broken as it was.
Also, add recursive mutex check & assertion failure on Windows
X-SVN-Rev: 11872
|
2003-05-09 21:25:07 +00:00 |
|
Alan Liu
|
ec2fad40f1
|
ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11871
|
2003-05-09 21:01:57 +00:00 |
|
George Rhoten
|
4415b1122a
|
ICU-2039 Export uprv_convertToLCID and uprv_convertToPosix so that MSVC and PureCoverage don't crash.
X-SVN-Rev: 11870
|
2003-05-09 20:46:41 +00:00 |
|
Alan Liu
|
4e449ef99e
|
ICU-2804 implement \x{...}
X-SVN-Rev: 11857
|
2003-05-09 00:22:25 +00:00 |
|
Andy Heninger
|
9322d12255
|
ICU-2787 Locale init thread safety
X-SVN-Rev: 11855
|
2003-05-08 23:56:37 +00:00 |
|
George Rhoten
|
a6d34f1d45
|
ICU-2039 Remove bad and unused code
X-SVN-Rev: 11852
|
2003-05-08 23:48:58 +00:00 |
|
George Rhoten
|
bc69d5341a
|
ICU-2039 Don't use filestrm.h directly
X-SVN-Rev: 11851
|
2003-05-08 23:48:25 +00:00 |
|
Alan Liu
|
cacf3d2b39
|
ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11845
|
2003-05-08 22:17:03 +00:00 |
|
George Rhoten
|
23b386b0b8
|
ICU-2787 Fix 2 mutex cases and optimize some code.
X-SVN-Rev: 11834
|
2003-05-08 01:32:27 +00:00 |
|
George Rhoten
|
d5cf52fce2
|
ICU-2787 Uncommit some code that shouldn't have been commited.
X-SVN-Rev: 11831
|
2003-05-07 16:39:24 +00:00 |
|
George Rhoten
|
33568a2ee4
|
ICU-2787 The shared converter cache should consistently use one non-global mutex,
and fix the double check in ucnv_io.
X-SVN-Rev: 11826
|
2003-05-07 00:53:32 +00:00 |
|
Markus Scherer
|
7f4260a2cc
|
ICU-2787 more u_init() updates after discussion
X-SVN-Rev: 11824
|
2003-05-07 00:02:29 +00:00 |
|
Markus Scherer
|
ef55ca2d74
|
ICU-2787 fully mutex initialization of exclusion sets because double-checked locking can be unsafe; add comment about double-checked locking for normal data and why we do not pre-initialize exclusion sets
X-SVN-Rev: 11823
|
2003-05-07 00:02:11 +00:00 |
|
Markus Scherer
|
2d1f3e63a9
|
ICU-2787 add comment about double-checked locking
X-SVN-Rev: 11822
|
2003-05-06 23:56:34 +00:00 |
|
Markus Scherer
|
e55480b50b
|
ICU-2787 fully mutex initialization because double-checked locking can be unsafe
X-SVN-Rev: 11821
|
2003-05-06 23:56:03 +00:00 |
|
Ram Viswanadha
|
5219cb8a3b
|
ICU-2194 add disclaimer and licence copied from RFC. No code change
X-SVN-Rev: 11817
|
2003-05-06 20:56:38 +00:00 |
|
Markus Scherer
|
e3bb8d9a00
|
ICU-2397 avoid memset for faster setup
X-SVN-Rev: 11814
|
2003-05-06 18:52:28 +00:00 |
|
Markus Scherer
|
e5383df00f
|
ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11809
|
2003-05-06 01:37:52 +00:00 |
|
Markus Scherer
|
9a4e0e4af2
|
ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11808
|
2003-05-06 01:22:23 +00:00 |
|
Andy Heninger
|
bdd7442d57
|
ICU-2787 Locale thread safety.
X-SVN-Rev: 11804
|
2003-05-05 23:21:48 +00:00 |
|
George Rhoten
|
19e68f7638
|
ICU-2832 Fix the definition for _C99_Property_Function on several platforms.
X-SVN-Rev: 11801
|
2003-05-05 22:16:49 +00:00 |
|
Markus Scherer
|
962c18923a
|
ICU-2537 add declarations mostly for unimplemented default constructors
X-SVN-Rev: 11798
|
2003-05-04 01:40:40 +00:00 |
|
Markus Scherer
|
0fcfe71911
|
ICU-2856 make EBCDIC_STATEFUL always emit SI at the end of a stream if the last character was DBCS
X-SVN-Rev: 11788
|
2003-05-02 22:38:41 +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 |
|
Alan Liu
|
f4d9e46ab0
|
ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11785
|
2003-05-02 21:52:53 +00:00 |
|
Andy Heninger
|
e5e88aaf89
|
ICU-2787 Regexp init thread safety; Improvements to u_init()
X-SVN-Rev: 11781
|
2003-05-02 21:33:17 +00:00 |
|
Markus Scherer
|
835c8e5ece
|
ICU-1730 add comment about clone()
X-SVN-Rev: 11775
|
2003-05-02 18:49:22 +00:00 |
|
Alan Liu
|
85f5f722c5
|
ICU-444 mroe code improvements
X-SVN-Rev: 11774
|
2003-05-02 17:55:18 +00:00 |
|
Alan Liu
|
7928827961
|
ICU-444 update comments; minor code improvements
X-SVN-Rev: 11773
|
2003-05-02 17:30:40 +00:00 |
|
Markus Scherer
|
9e396c99d8
|
ICU-1439 remove spurious TODO comment
X-SVN-Rev: 11769
|
2003-05-02 17:00:14 +00:00 |
|
Alan Liu
|
e914485397
|
ICU-444 add Win32-specific host timezone detection code
X-SVN-Rev: 11764
|
2003-05-02 00:07:35 +00:00 |
|
Doug Felt
|
8feb1843aa
|
ICU-2853 numberformat deadlock during registration
X-SVN-Rev: 11762
|
2003-05-01 20:52:06 +00:00 |
|
Doug Felt
|
0b5cd0496c
|
ICU-2755 minor file cleanup
X-SVN-Rev: 11760
|
2003-05-01 18:59:36 +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 |
|
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 |
|
George Rhoten
|
4e1913af46
|
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
|
2003-04-30 22:50:21 +00:00 |
|
Markus Scherer
|
ece6fe9eca
|
ICU-1730 add Replaceable::clone()
X-SVN-Rev: 11741
|
2003-04-30 22:08:57 +00:00 |
|
Markus Scherer
|
65c6f66b2e
|
ICU-2356 all UnicodeString methods should treat NULL input pointers as empty strings
X-SVN-Rev: 11740
|
2003-04-30 02:41:01 +00:00 |
|
Vladimir Weinstein
|
b137857632
|
ICU-2364 update to versioning control for collation
X-SVN-Rev: 11737
|
2003-04-30 00:49:01 +00:00 |
|
Andy Heninger
|
702ddea7c2
|
ICU-2787 add u_init() to work around thread safety problems with existing lazy init
X-SVN-Rev: 11735
|
2003-04-30 00:09:18 +00:00 |
|
George Rhoten
|
2adf6bbb4c
|
ICU-2699 Fixed some compiler warnings
X-SVN-Rev: 11728
|
2003-04-29 18:14:37 +00:00 |
|
Alan Liu
|
02fd4cdff2
|
ICU-2832 fix redhat 7.2 compiler error
X-SVN-Rev: 11726
|
2003-04-29 16:55:38 +00:00 |
|
Alan Liu
|
af6db5e0eb
|
ICU-2832 add 5 more C99 compatibility props
X-SVN-Rev: 11723
|
2003-04-28 23:48:30 +00:00 |
|
Doug Felt
|
09bd2b2b11
|
ICU-2755 service registration for collation
X-SVN-Rev: 11722
|
2003-04-28 21:13:14 +00:00 |
|
George Rhoten
|
a2228d8e2a
|
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11720
|
2003-04-26 00:48:12 +00:00 |
|
George Rhoten
|
83feb5d788
|
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11718
|
2003-04-26 00:28:57 +00:00 |
|
George Rhoten
|
64c8d0e7cb
|
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11717
|
2003-04-26 00:22:06 +00:00 |
|