George Rhoten
1973f1a18f
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17347
2005-03-16 01:18:06 +00:00
George Rhoten
f0096e265f
ICU-4379 Fix for MSVC 6.
...
X-SVN-Rev: 17345
2005-03-15 22:59:22 +00:00
George Rhoten
dcd6895812
ICU-4379 uprv_getUTCtime can now return subsecond precision (at least on Windows for now).
...
X-SVN-Rev: 17338
2005-03-15 00:25:04 +00:00
George Rhoten
9189ce6392
ICU-4425 Fix the last checkin.
...
X-SVN-Rev: 17315
2005-03-10 03:27:07 +00:00
George Rhoten
9c7cb15d13
ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
...
X-SVN-Rev: 17309
2005-03-10 00:11:51 +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
baac5d7e02
ICU-739 The main fix is for platforms that don't have ability to use environment variables.
...
The following related changes were also made.
Remove incorrect code for OS/2, Mac OS 9 and Windows.
Speed up Windows for NaN and Infinity checking (also nice for some embedded platforms).
Fix a compiler bug with the Palm OS ADS compiler regarding NaN and Infinity.
Reduce stack footprint for embedded systems.
X-SVN-Rev: 17204
2005-02-16 07:53:01 +00:00
George Rhoten
502856be58
ICU-4378 Add greater time precision for uprv_getUTCtime.
...
X-SVN-Rev: 17120
2005-01-14 00:51:03 +00:00
George Rhoten
039e695ba1
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16647
2004-10-27 22:55:57 +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
42bc6ea738
ICU-4078 Split out u_errorName from putil.c. It's mainly used for error reporting, and it's large.
...
X-SVN-Rev: 16423
2004-10-08 04:22:58 +00:00
George Rhoten
e2188e6775
ICU-4078 Decouple the cleanup functions from u_init and u_cleanup.
...
X-SVN-Rev: 16403
2004-10-06 23:10:53 +00:00
Markus Scherer
5aa9e27ac0
ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
...
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
George Rhoten
5e6496ac05
ICU-2777 Change the default codepage detection so that it can react
...
to the program's default codepage,
which may be different than the user requested locale with codepage.
X-SVN-Rev: 16188
2004-08-26 19:07:59 +00:00
George Rhoten
b376366f95
ICU-4079 Don't guess the codeset with uprv_defaultCodePageForLocale
...
X-SVN-Rev: 16187
2004-08-26 18:10:49 +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
f7773de7a2
ICU-3854 Fix for Windows
...
X-SVN-Rev: 15933
2004-06-21 23:25:46 +00:00
George Rhoten
809cedb225
ICU-3854 Merge pos400.h with platform.h so that people can properly use configure.
...
X-SVN-Rev: 15916
2004-06-18 18:23:05 +00:00
Eric Mader
14fbb48bf9
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
George Rhoten
fef83bf1ee
ICU-3542 uprv_digitsAfterDecimal isn't used. Comment it out for now.
...
X-SVN-Rev: 15235
2004-05-10 19:27:09 +00:00
Steven R. Loomis
ce3c8007e8
ICU-2487 cygwin/windows fixes for multiple trees
...
X-SVN-Rev: 15024
2004-04-22 23:27:20 +00:00
Steven R. Loomis
90cbe55253
ICU-2487 move collation data into new tree
...
X-SVN-Rev: 14966
2004-04-14 19:58:08 +00:00
George Rhoten
937c5cbe2b
ICU-3500 Fix some compiler warnings.
...
X-SVN-Rev: 14840
2004-04-02 01:04:37 +00:00
Andy Heninger
8e87b72c79
ICU-3043 RBBI multiple status values, add test. Fix incorrect error code for parse errors on tag values in rules.
...
X-SVN-Rev: 14642
2004-03-05 22:37:54 +00:00
Andy Heninger
e61e59075f
ICU-3039 various thread safety cleanups
...
X-SVN-Rev: 14565
2004-02-24 00:13:01 +00:00
George Rhoten
45b0372ced
ICU-3298 redefine AIX->U_AIX, HPUX->U_HPUX and IRIX->U_IRIX
...
X-SVN-Rev: 14143
2003-12-16 19:14:17 +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
64bf3c14b4
ICU-3222 Fix some compiler warnings
...
X-SVN-Rev: 14114
2003-12-12 06:59:38 +00:00
Markus Scherer
f9db1243eb
ICU-3125 use NULL as value in setlocale() to just query
...
X-SVN-Rev: 14053
2003-12-09 17:40:46 +00:00
Vladimir Weinstein
3e87dc487c
ICU-3185 added uprv_ to some function calls
...
X-SVN-Rev: 13733
2003-11-14 23:01:06 +00:00
Steven R. Loomis
bdb879222e
ICU-3357 define U_INT64_MIN, U_INT64_MAX, and U_UINT64_MAX
...
X-SVN-Rev: 13577
2003-11-05 01:49:45 +00:00
Andy Heninger
d4524826ed
ICU-2924 RBBI, new style rule format, new line break rules. (14 known test failures, will fix real soon.)
...
X-SVN-Rev: 13364
2003-10-09 01:13:08 +00:00
George Rhoten
d91245b24c
ICU-3271 Fix a compiler warning for Mac OS 8/9
...
X-SVN-Rev: 13323
2003-10-06 15:55:31 +00:00
Markus Scherer
4c3a4f2cf3
ICU-2235 fix argument checking bugs
...
X-SVN-Rev: 13112
2003-09-16 00:29:11 +00:00
Markus Scherer
44dee1b2a6
ICU-2235 change compareInvChars() to compare output strings with local, not input strings
...
X-SVN-Rev: 13068
2003-09-12 02:44:13 +00:00
George Rhoten
95353137bf
ICU-3245 Fix compiler warning
...
X-SVN-Rev: 13059
2003-09-10 23:34:41 +00:00
Steven R. Loomis
56cf6a3bb2
ICU-2235 swap update
...
X-SVN-Rev: 12972
2003-08-28 00:34:31 +00:00
Alan Liu
179d710949
ICU-2966 check in Apple's changes to Darwin host time zone detection code
...
X-SVN-Rev: 12845
2003-08-15 20:06:22 +00:00
Markus Scherer
b0eb1e1f5d
ICU-2235 test arguments and data instead of noop even if the data need not change, to catch data problems early
...
X-SVN-Rev: 12805
2003-08-12 00:20:20 +00:00
Markus Scherer
fa15c62af3
ICU-2235 add udata_printError() output
...
X-SVN-Rev: 12801
2003-08-09 00:27:31 +00:00
Markus Scherer
c96db994ab
ICU-2235 initial icu data swapping code
...
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Andy Heninger
75169ddbe4
ICU-3156 add new ICU error for use by u_setMemFuncs()
...
X-SVN-Rev: 12750
2003-08-04 17:36:13 +00:00
Ram Viswanadha
9a043c2e5f
ICU-3050 StringPrep API first cut
...
X-SVN-Rev: 12674
2003-07-24 23:23:19 +00:00
Markus Scherer
7c3cd6b0a5
ICU-2329 use a single ASCII-EBCDIC table and add functions to check if a string contains only invariant characters
...
X-SVN-Rev: 12579
2003-07-02 17:17:37 +00:00
Vladimir Weinstein
c9475e02ae
ICU-2959 Updated copyright notices
...
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
George Rhoten
509391d3dd
ICU-2959 Add copyright notices to the binaries.
...
X-SVN-Rev: 12219
2003-06-02 18:40:09 +00:00
George Rhoten
8c00b17191
ICU-2787 Use uprv_getDefaultLocaleID in a thread safe manner, and with only one mutex lock
...
X-SVN-Rev: 12166
2003-05-29 20:22:13 +00:00
George Rhoten
a65efb8761
ICU-2729 Mark data as const.
...
X-SVN-Rev: 12129
2003-05-28 00:30:24 +00:00
George Rhoten
7bf8e89b72
ICU-2787 uncheckin uprv_getDefaultCodepage and uprv_getDefaultLocaleID.
...
I'll find a solution in a bit.
X-SVN-Rev: 12062
2003-05-23 00:56:21 +00:00
George Rhoten
abdf5793bc
ICU-2787 Make uprv_getDefaultCodepage and uprv_getDefaultLocaleID thread safe
...
X-SVN-Rev: 12051
2003-05-23 00:00:05 +00:00