Commit Graph

14831 Commits

Author SHA1 Message Date
Markus Scherer
fcd1805872 ICU-5490 add UDateTimeScale for Unix time with microseconds granularity
X-SVN-Rev: 20625
2006-11-02 17:33:51 +00:00
George Rhoten
30813d8210 ICU-5423 Fixes for Linux
X-SVN-Rev: 20623
2006-11-01 19:45:06 +00:00
George Rhoten
86cb589f62 ICU-5423 Fixes for Windows.
X-SVN-Rev: 20622
2006-11-01 19:09:59 +00:00
George Rhoten
b64be9aad4 ICU-5423 One possible fix for properly detecting the default timezone on Linux.
X-SVN-Rev: 20621
2006-11-01 09:04:57 +00:00
George Rhoten
33659ae69f ICU-5469 Fix for non-Sun compilers.
X-SVN-Rev: 20620
2006-11-01 00:13:49 +00:00
George Rhoten
11d77d9a9f ICU-5298 Fix for non-Windows compilers.
X-SVN-Rev: 20619
2006-10-31 23:57:44 +00:00
George Rhoten
df400eaa4b ICU-5321 Revert changes to copyright.
X-SVN-Rev: 20618
2006-10-31 22:30:35 +00:00
George Rhoten
84d92e90ed ICU-5321 Update Debian rules.
X-SVN-Rev: 20617
2006-10-31 22:30:16 +00:00
George Rhoten
0b66ebe18c ICU-5447 Make it easier to enumerate items.
X-SVN-Rev: 20614
2006-10-30 05:08:36 +00:00
George Rhoten
afd294656e ICU-5460 Remove references to ibm.com
X-SVN-Rev: 20611
2006-10-29 18:13:56 +00:00
Ram Viswanadha
f3abdec737 ICU-5486 update data with 1.4.1
X-SVN-Rev: 20606
2006-10-28 00:59:00 +00:00
Ram Viswanadha
e93c7e08e7 ICU-5486 update data with 1.4.1
X-SVN-Rev: 20604
2006-10-27 17:55:54 +00:00
Ram Viswanadha
2ac62d437c ICU-5298 add a test
X-SVN-Rev: 20603
2006-10-27 17:55:28 +00:00
Markus Scherer
e31934eb83 ICU-5470 add test case with hardcoded Brazil rules so that we don't depend on the internal representation of the America/Sao_Paulo time zone
X-SVN-Rev: 20593
2006-10-25 13:11:52 +00:00
Markus Scherer
512f4c4ed7 ICU-5470 fix time zone calculations for late February, taking leap years into account
X-SVN-Rev: 20590
2006-10-24 19:57:32 +00:00
Markus Scherer
c098a88613 ICU-5304 gcc is picky about the order of defining and using an enum in a class
X-SVN-Rev: 20589
2006-10-23 21:47:49 +00:00
George Rhoten
72605c7ddb ICU-5469 Fix last change for AIX.
X-SVN-Rev: 20588
2006-10-23 21:38:22 +00:00
Markus Scherer
dcbe7b34fc ICU-5477 move #define U_NAMESPACE_XYZ from umachine.h to uversion.h
X-SVN-Rev: 20587
2006-10-23 21:17:34 +00:00
Markus Scherer
4f5e372f0d ICU-5304 fix macros in unistr.h with namespace qualification of the UnicodeString class
X-SVN-Rev: 20586
2006-10-23 21:12:33 +00:00
George Rhoten
43c9f55551 ICU-5426 This test suite isn't in /tsutil
X-SVN-Rev: 20585
2006-10-23 03:59:00 +00:00
Markus Scherer
e3b776c7d5 ICU-5388 support February 29 in rules (Brazil) for update to tzdata2006n, and more verbose error output
X-SVN-Rev: 20584
2006-10-22 14:58:36 +00:00
Markus Scherer
ffb02137eb ICU-5388 update to tzdata2006n
X-SVN-Rev: 20583
2006-10-22 14:57:44 +00:00
George Rhoten
01745ec4fc ICU-5469 Improve usage of _XOPEN_SOURCE_EXTENDED
X-SVN-Rev: 20540
2006-10-20 18:57:55 +00:00
George Rhoten
998387c94c ICU-5357 Remove out of date documentation.
Remove documentation for operating systems that won't be supported when the next version of ICU is released.
Fix some incorrect comments.

X-SVN-Rev: 20539
2006-10-20 18:10:32 +00:00
Eric Mader
b9df6e54a2 ICU-5335 Don't run filter on ligature glyph until all components match.
X-SVN-Rev: 20533
2006-10-17 19:57:33 +00:00
George Rhoten
2a4844cd2c ICU-5411 Fix unitialized memory reference.
X-SVN-Rev: 20530
2006-10-12 04:42:02 +00:00
George Rhoten
51d7d31296 ICU-5426 Don't leak memory on status failure.
X-SVN-Rev: 20529
2006-10-12 02:34:13 +00:00
George Rhoten
0d09a5ecdf ICU-5426 Report an error when utrie_open fails due to mallocing too much.
X-SVN-Rev: 20528
2006-10-12 02:28:59 +00:00
George Rhoten
0554859f94 ICU-5426 Reduce size of ucol_openRules mallocs (less than 1/4th the size)
X-SVN-Rev: 20527
2006-10-12 02:25:36 +00:00
George Rhoten
b6d25ceffc ICU-5410 Remove unused deprecated tests.
X-SVN-Rev: 20525
2006-10-11 15:41:46 +00:00
George Rhoten
ce4ead4d3a ICU-5410 Remove unused deprecated tests, and sort the tests a little differently.
X-SVN-Rev: 20524
2006-10-11 15:40:43 +00:00
George Rhoten
2a125c001c ICU-5426 Reduce size of unused allocated memory.
X-SVN-Rev: 20523
2006-10-11 08:31:55 +00:00
George Rhoten
9607bd959b ICU-5426 This utrie_open allocates more than 4MB. At least check that the allocation worked.
X-SVN-Rev: 20522
2006-10-11 08:23:53 +00:00
George Rhoten
fe98934f24 ICU-5440 Return the correct list of supported locales for collation.
X-SVN-Rev: 20520
2006-10-10 15:44:51 +00:00
George Rhoten
d25535331f ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20505
2006-10-06 18:14:24 +00:00
George Rhoten
760e4c2a65 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20504
2006-10-06 18:08:06 +00:00
George Rhoten
a7da3af3a0 ICU-5410 Synchronize changes between ICU4J and ICU4C.
X-SVN-Rev: 20494
2006-10-05 21:25:38 +00:00
George Rhoten
ef584abc21 ICU-5440 Return the correct list of supported locales for collation.
X-SVN-Rev: 20484
2006-10-04 06:05:30 +00:00
George Rhoten
c5406f3b0c ICU-5426 Fix compiler warnings from last check in.
X-SVN-Rev: 20483
2006-10-04 00:33:11 +00:00
George Rhoten
31120cdfc4 ICU-5426 Fix last check-in. Handle the case when malloc fails.
X-SVN-Rev: 20478
2006-10-03 19:11:36 +00:00
George Rhoten
1c37b55ae0 ICU-5426 Reduce the amount of unused memory in caches by at least 500KB.
X-SVN-Rev: 20476
2006-10-03 17:41:23 +00:00
George Rhoten
70cb51cb3b ICU-5426 Fix uninitialized memory access from last change.
X-SVN-Rev: 20474
2006-10-03 02:55:41 +00:00
George Rhoten
b3c7746b16 ICU-5426 Make sure that any overflow for the new smaller buffer is registered as a failure.
X-SVN-Rev: 20473
2006-10-02 23:29:09 +00:00
George Rhoten
9446caf3e7 ICU-5426 TestUDataSetAppData doesn't use any of the malloc'd data. Use a static const data item instead.
X-SVN-Rev: 20468
2006-10-02 07:01:10 +00:00
George Rhoten
40c34e49af ICU-5426 Reduce running VM size by making more data const.
X-SVN-Rev: 20467
2006-10-01 07:12:18 +00:00
George Rhoten
a866e44617 ICU-5426 Reduce VM size and reduce exported data on Unix machines.
X-SVN-Rev: 20466
2006-10-01 06:45:25 +00:00
George Rhoten
b0d276726b ICU-5426 Reduce the VM size on Windows by two thirds of a megabyte,
and make it easier to update UCA rules.

X-SVN-Rev: 20465
2006-10-01 05:30:20 +00:00
George Rhoten
932759f00a ICU-5426 Make it easier to change the size of the converter hash table depending on the platform.
X-SVN-Rev: 20464
2006-09-30 22:35:25 +00:00
George Rhoten
a7a3fe85db ICU-5349 Use UMTX_CHECK, and don't create the cache when it's not needed.
X-SVN-Rev: 20463
2006-09-30 17:52:33 +00:00
George Rhoten
1dd78e16e0 ICU-5426 #ifdef out an unused variable.
X-SVN-Rev: 20462
2006-09-30 06:07:19 +00:00