Commit Graph

115 Commits

Author SHA1 Message Date
Michael Ow
6be4ed022f ICU-8452 Fix some more Cygwin MVSC and Cygwin GCC build issues
X-SVN-Rev: 30541
2011-08-18 18:47:16 +00:00
Markus Scherer
3bf88cd711 ICU-8452 consolidate definition of _XOPEN_SOURCE for access to POSIX functions; do not use __STDC_VERSION__ in C++ code where it is not defined
X-SVN-Rev: 30418
2011-07-25 21:02:32 +00:00
Markus Scherer
9bcc40cf9e ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
2011-07-23 00:10:30 +00:00
John Emmons
2d4a2ae78f ICU-8489 Merge CLDR release-2-0-d01 into ICU
X-SVN-Rev: 30037
2011-05-05 18:12:27 +00:00
Markus Scherer
d29bfdf854 ICU-7264 UCA 6.0 data, test data, and bug fixes; from branches/markus/uca60 -r 28826:28857
X-SVN-Rev: 28875
2010-10-19 21:48:04 +00:00
Markus Scherer
1dbea6f001 ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc.
X-SVN-Rev: 26904
2009-11-14 00:36:06 +00:00
Markus Scherer
66b63f9c48 ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
X-SVN-Rev: 26898
2009-11-13 19:25:21 +00:00
Michael Ow
07d78a2acf ICU-6052 Add newline character at the end of source file.
X-SVN-Rev: 26477
2009-08-11 19:12:32 +00:00
John Vu
1c3a5ed74a ICU-6052 Extracted multi-threading code to a single module so that other files can utilize. This multi-threading will allow this ticket to reduce the time to check every locales.
X-SVN-Rev: 26465
2009-08-04 18:57:13 +00:00
Steven R. Loomis
9f373b4b5a ICU-6902 merge of r26358 into trunk (z changes)
X-SVN-Rev: 26381
2009-07-18 02:35:27 +00:00
Michael Ow
6b1f9ef27c ICU-6905 Make intltest pass without any data.
X-SVN-Rev: 26096
2009-06-12 19:34:21 +00:00
Michael Ow
d90d862818 ICU-6786 Add a new header file to handle platform specific issues with turning on _XOPEN_SOURCE_EXTENDED. Update various source files that depend on this.
X-SVN-Rev: 25613
2009-03-17 22:08:03 +00:00
Michael Ow
c2e19856a1 ICU-6786 Add #define statement to turn off c++ standard string class when _XOPEN_SOURCE_EXTENDED is turned on since this seems to be an issue on some platforms.
X-SVN-Rev: 25582
2009-03-13 19:38:52 +00:00
John Emmons
4d161ddedc ICU-6256 Integrate CLDR 1.6 release 1-6-d01 + a few minor fixes
X-SVN-Rev: 24257
2008-06-20 22:19:23 +00:00
Michael Ow
b02865cecf ICU-2498 Make intltest pass w/o data.
X-SVN-Rev: 23784
2008-04-10 23:19:16 +00:00
George Rhoten
93351fd30c ICU-5357 Fix broken HTTP links in documentation.
X-SVN-Rev: 21699
2007-06-11 19:14:47 +00:00
George Rhoten
6d0424e16d ICU-5576 Fixes for z/OS
X-SVN-Rev: 21290
2007-03-19 10:43:36 +00:00
George Rhoten
202e0f66a7 ICU-5445 Fix some compiler warnings
X-SVN-Rev: 20809
2006-12-19 06:06:30 +00:00
George Rhoten
8c86161250 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19990
2006-08-07 06:55:30 +00:00
Vladimir Weinstein
29d93b9c92 ICU-5231 More robust reading of UCA test file for threading test
X-SVN-Rev: 19728
2006-06-16 05:45:50 +00:00
George Rhoten
a0f982aa38 ICU-5092 Allow tests to finish when QIBM_MULTI_THREADED=Y is not defined.
X-SVN-Rev: 19677
2006-05-28 20:51:47 +00:00
George Rhoten
25b0e41aac ICU-4872 Fix broken URLs
X-SVN-Rev: 18677
2005-10-14 01:09:29 +00:00
George Rhoten
3b6fc2e1fc ICU-1141 Make sure that we wait for the right amount of time.
X-SVN-Rev: 18088
2005-06-29 18:23:22 +00:00
George Rhoten
f904935fca ICU-1141 Wait a little longer on overloaded machines.
X-SVN-Rev: 18057
2005-06-25 01:15:12 +00:00
George Rhoten
6f793d2120 ICU-1141 NetBSD and FreeBSD seem to have a broken thread scheduler, which starves the child threads from any CPU time.
Add a yield in the main process thread.

X-SVN-Rev: 17873
2005-06-13 21:22:34 +00:00
Eric Mader
41ca4f63ee ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
35e0a8a0d2 ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
a4f9b34c4a ICU-4092 Remove redundent code to increase code coverage.
X-SVN-Rev: 17131
2005-01-14 22:45:50 +00:00
George Rhoten
4b8ef3e6e6 ICU-4288 Mostly fixes for --enable-strict for gcc 3.4 (Fedora Core 3)
X-SVN-Rev: 17040
2004-12-30 07:25:51 +00:00
George Rhoten
67f46c57e8 ICU-4065 Only use usleep from the main thread, since usleep is not thread safe on pre-Solaris 9 machines.
See if that helps, since nanosleep isn't portable among various versions of Solaris.

X-SVN-Rev: 16900
2004-11-30 22:19:38 +00:00
George Rhoten
03ad2885e5 ICU-4218 Change the previous checkin so that we are sure that it will work on all platforms.
X-SVN-Rev: 16828
2004-11-11 23:10:35 +00:00
Steven R. Loomis
2e8a985dc6 ICU-4218 uconfig for 3.2
X-SVN-Rev: 16813
2004-11-10 03:47:56 +00:00
George Rhoten
23b78bf15e ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16649
2004-10-28 00:05:24 +00:00
George Rhoten
1397daa245 ICU-4148 The MinGW headers have a bug so that NOGDI doesn't work.
X-SVN-Rev: 16585
2004-10-21 06:40:36 +00:00
George Rhoten
6a80fd1c86 ICU-3805 Break the circular dependency between utypes.h and putil.h
X-SVN-Rev: 16356
2004-09-23 00:24:36 +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
8900cd8fab ICU-4043 Use a real path to source data.
X-SVN-Rev: 16109
2004-08-04 23:40:31 +00:00
George Rhoten
9c42ea2ba6 ICU-3817 Fix multithreaded test failure on really slow machines.
X-SVN-Rev: 15774
2004-06-07 23:59:42 +00:00
Ram Viswanadha
d95bb2171f ICU-3635 handle _PREEURO correctly
X-SVN-Rev: 15680
2004-06-03 17:44:02 +00:00
George Rhoten
f3e472b282 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15638
2004-05-30 09:32:27 +00:00
George Rhoten
3a74c75e2f ICU-3718 Don't crash on slow machines
X-SVN-Rev: 15497
2004-05-24 17:11:40 +00:00
George Rhoten
0dd1c6e8c1 ICU-3039 Fix for z/OS
X-SVN-Rev: 15457
2004-05-21 18:09:14 +00:00
Eric Mader
004268d484 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15414
2004-05-19 21:36:51 +00:00
Andy Heninger
03de5936ff ICU-3039 Remove sleep() from tsmthread test.
X-SVN-Rev: 14623
2004-03-02 19:42:27 +00:00
Andy Heninger
d90d5a20cf ICU-3039 fix HP2 build problem in tsmthred. (precompiled headers config problem lurking?)
X-SVN-Rev: 14599
2004-02-26 21:53:18 +00:00
Andy Heninger
cdbbd81e4a ICU-3039 assorted threading changes and cleanups, in search of the elusive
threading failure.

X-SVN-Rev: 14564
2004-02-23 04:36:02 +00:00
Andy Heninger
be75f855f4 ICU-3039 cleanup of intltest MultithreadTest, looking for Itanium problem.
X-SVN-Rev: 14289
2004-01-10 00:21:54 +00:00
George Rhoten
975d6cfe2c ICU-3298 redefine AIX->U_AIX, HPUX->U_HPUX and IRIX->U_IRIX
X-SVN-Rev: 14126
2003-12-14 18:06:34 +00:00
George Rhoten
438ae401a3 ICU-3326 Don't include some unneeded headers.
X-SVN-Rev: 13965
2003-12-03 06:58:28 +00:00
George Rhoten
94897ac853 ICU-3326 Don't include some unneeded headers.
X-SVN-Rev: 13964
2003-12-03 06:18:57 +00:00