Andy Heninger
|
0628ea950a
|
ICU-3014 Revised ICU initialization code
X-SVN-Rev: 12915
|
2003-08-22 23:26:53 +00:00 |
|
Andy Heninger
|
aae29944e7
|
ICU-3014 Fix build problem w missing InterlockedCompareExchangePointer declaration in systems with old Windows headers.
X-SVN-Rev: 12906
|
2003-08-21 20:55:02 +00:00 |
|
Andy Heninger
|
0a9e9c50eb
|
ICU-3014 Redo global mutex for threadsafe lazy init. Remove C++ static init.
X-SVN-Rev: 12889
|
2003-08-20 22:38:01 +00:00 |
|
Andy Heninger
|
8fcbf88e68
|
ICU-3014 Remove some u_init() calls from some tools to get UNIXy builds alive. They're using ICU without needing data, and without valid data available
X-SVN-Rev: 12832
|
2003-08-15 01:26:22 +00:00 |
|
Andy Heninger
|
78ca2fdfc9
|
ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
|
2003-08-14 21:34:54 +00:00 |
|
Andy Heninger
|
58fc849c4f
|
ICU-3156 fix problems with ICU_USE_THREADS and the revised mutexes.
X-SVN-Rev: 12803
|
2003-08-10 23:57:35 +00:00 |
|
Andy Heninger
|
c934d47697
|
ICU-3156 u_setIncDecFunctions(), API Docs
X-SVN-Rev: 12799
|
2003-08-08 23:56:02 +00:00 |
|
Andy Heninger
|
aedb354246
|
ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
|
2003-08-08 16:23:38 +00:00 |
|
Andy Heninger
|
ed7b79ac52
|
ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12760
|
2003-08-05 01:25:54 +00:00 |
|
Andy Heninger
|
40e3b30462
|
ICU-2970 restore IncDec mutex on Unixes.
X-SVN-Rev: 12373
|
2003-06-08 23:01:42 +00:00 |
|
Steven R. Loomis
|
0996802c51
|
ICU-2970 lazy initialize the global mutex for platforms with broken C++ static init.
X-SVN-Rev: 12367
|
2003-06-07 01:36:06 +00:00 |
|
Andy Heninger
|
90630ccf57
|
ICU-2970 threading failure. UMTX explicit initialization changes.
X-SVN-Rev: 12365
|
2003-06-07 00:03:51 +00:00 |
|
Vladimir Weinstein
|
c9475e02ae
|
ICU-2959 Updated copyright notices
X-SVN-Rev: 12246
|
2003-06-03 06:44:40 +00:00 |
|
George Rhoten
|
89aff51cad
|
ICU-2707 Change the #warning into a #error, and allow CMA threads to build umutex.c
X-SVN-Rev: 12239
|
2003-06-03 00:52:13 +00:00 |
|
George Rhoten
|
a94d09c3b5
|
ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12157
|
2003-05-29 17:09:39 +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 |
|
George Rhoten
|
53b969bd26
|
ICU-1872 Test for mutex initialization
X-SVN-Rev: 8505
|
2002-04-24 16:10:33 +00:00 |
|
George Rhoten
|
8cd90d7b88
|
ICU-1872 Test for mutex initialization
X-SVN-Rev: 8503
|
2002-04-23 23:24:25 +00:00 |
|
Steven R. Loomis
|
96aebaa79a
|
ICU-1730 #elif -> #else
X-SVN-Rev: 8280
|
2002-03-28 17:37:54 +00:00 |
|
Steven R. Loomis
|
1c6e1c40fb
|
ICU-1730 C comments fixed
X-SVN-Rev: 7937
|
2002-03-11 23:39:43 +00:00 |
|
Andy Heninger
|
4408855d3f
|
ICU-1730 UnicodeString thread safety changes
X-SVN-Rev: 7923
|
2002-03-09 00:36:54 +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 |
|
Vladimir Weinstein
|
1b0596cd30
|
ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7038
|
2001-11-21 01:02:11 +00:00 |
|
George Rhoten
|
2d5d7cf72f
|
ICU-1008 Fix for when threads are not wanted.
X-SVN-Rev: 6458
|
2001-10-26 18:55:35 +00:00 |
|
George Rhoten
|
1451cc22bd
|
ICU-1087 Add static keyword to the local variables and functions
X-SVN-Rev: 5707
|
2001-09-06 18:34:57 +00:00 |
|
George Rhoten
|
5064a00b19
|
ICU-1008 Don't do static init when threads are disabled.
X-SVN-Rev: 5630
|
2001-08-30 17:52:53 +00:00 |
|
George Rhoten
|
17ea6be691
|
ICU-770 Disable the destroy function when threads are not available.
X-SVN-Rev: 5628
|
2001-08-30 17:05:21 +00:00 |
|
George Rhoten
|
5486a097ba
|
ICU-770 Add a function to destroy a mutex, and don't allocate memory for the global mutex.
X-SVN-Rev: 5168
|
2001-07-03 20:35:27 +00:00 |
|
George Rhoten
|
4b61754a3f
|
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5109
|
2001-06-27 16:25:02 +00:00 |
|
George Rhoten
|
be282546b4
|
ICU-1018 Remove some options that use some compiler extensions.
X-SVN-Rev: 5086
|
2001-06-26 17:53:36 +00:00 |
|
George Rhoten
|
c4997713ef
|
ICU-903 Updated the copyright notice
X-SVN-Rev: 4238
|
2001-03-21 20:44:20 +00:00 |
|
George Rhoten
|
a44afd1cde
|
ICU-631 WIN32 is always defined in pwin32.h. This might be a fix for the cygwin problem.
X-SVN-Rev: 2575
|
2000-10-05 15:54:16 +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 |
|
Steven R. Loomis
|
20eea894f5
|
ICU-85 pthread support for HP/UX 11
X-SVN-Rev: 612
|
2000-01-17 22:22:29 +00:00 |
|
Markus Scherer
|
aeac763301
|
ICU-161 open-sourcify more (c) statements
X-SVN-Rev: 577
|
2000-01-13 23:54:23 +00:00 |
|
Vladimir Weinstein
|
8e21f86812
|
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 472
|
1999-12-28 23:39:02 +00:00 |
|
Helena Chapman
|
fb9d6d6e04
|
ICU-174 Remove C++ style comments
X-SVN-Rev: 371
|
1999-12-10 18:13:22 +00:00 |
|
Steven R. Loomis
|
c385b79ea3
|
ICU-132 enable-threads was broken
X-SVN-Rev: 364
|
1999-12-10 00:52:05 +00:00 |
|
Steven R. Loomis
|
f313ba28b5
|
ICU-132 add '--enable-threads=no' option to disable threading, and FORCE_LIBS to allow overriding of build libraries.
X-SVN-Rev: 361
|
1999-12-09 23:11:48 +00:00 |
|
Alan Liu
|
968971f95f
|
ICU-151 Make non-global mutex autoinitialize
X-SVN-Rev: 211
|
1999-11-22 17:23:31 +00:00 |
|
Alan Liu
|
2ffefa66eb
|
ICU-151 Make non-global mutex autoinitialize
X-SVN-Rev: 207
|
1999-11-22 16:24:43 +00:00 |
|
Markus Scherer
|
e0c2c04758
|
ICU-135 mutex fix for multiprocessor machines
X-SVN-Rev: 165
|
1999-11-05 20:02:42 +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
|
c97dff09e1
|
ICU-13 remove internal helpers from utypes.h
X-SVN-Rev: 36
|
1999-10-12 00:07:24 +00:00 |
|
Markus Scherer
|
80a098923f
|
ICU-5 need to use icu_malloc() etc.
replace stdlib function calls by icu_...
X-SVN-Rev: 17
|
1999-10-06 00:05:42 +00:00 |
|
Unknown User
|
aa0b0a88e8
|
Initial revision
X-SVN-Rev: 2
|
1999-08-16 21:50:52 +00:00 |
|