George Rhoten
e1ed2e9f2e
ICU-5610 Use <tzfile.h> for time zone path names when available
...
X-SVN-Rev: 21653
2007-06-06 22:11:45 +00:00
George Rhoten
c22b3075b7
ICU-5604 EUC-JP portability is hopeless. Map POSIX charset names to close approximations. The current aliases are staying as they are for Windows/AIX compatibility.
...
Windows is max 2 bytes, and the other EUC-JP variants have a 3 byte maximum per codepoint.
X-SVN-Rev: 21652
2007-06-06 21:42:33 +00:00
George Rhoten
4b815792ea
ICU-5279 Fix AIX 32-bit mode.
...
X-SVN-Rev: 21650
2007-06-06 14:35:22 +00:00
George Rhoten
954170ec8a
ICU-5610 Undo last change. It's not portable.
...
X-SVN-Rev: 21649
2007-06-06 05:26:51 +00:00
Deborah Goldsmith
8334f8b2f7
ICU-5610 Use <tzfile.h> for time zone path names
...
X-SVN-Rev: 21648
2007-06-06 01:40:43 +00:00
Deborah Goldsmith
5369d809be
ICU-5350 Fix decimal rounding
...
X-SVN-Rev: 21647
2007-06-06 01:17:15 +00:00
Markus Scherer
ad4541d6ff
ICU-5651 use a separate Package for adding items, to keep them around for the lifetime of the target package, and to clean up the memory later
...
X-SVN-Rev: 21643
2007-06-05 19:40:11 +00:00
Matitiahu Allouche
9746d6e08d
ICU-5732 sync ICU4C with ICU4J. Just a small doc fix.
...
X-SVN-Rev: 21642
2007-06-05 17:14:48 +00:00
Deborah Goldsmith
4a36c3820b
ICU-5554 Fix non-integral formatting for Z
...
X-SVN-Rev: 21633
2007-06-05 03:17:58 +00:00
Deborah Goldsmith
6554598530
ICU-5563 Redo setAdd and setEquals to not be O(N^2)
...
X-SVN-Rev: 21632
2007-06-05 02:40:31 +00:00
Deborah Goldsmith
64c6863264
ICU-5429 Fix disk space leak with UCONFIG_NO_TRANSLITERATION
...
X-SVN-Rev: 21630
2007-06-05 02:22:42 +00:00
George Rhoten
2a0a22f0ad
ICU-5234 Remove orphaned table.
...
X-SVN-Rev: 21625
2007-06-04 21:18:42 +00:00
George Rhoten
9b8e157b19
ICU-5279 Fix for Cygwin
...
X-SVN-Rev: 21624
2007-06-04 16:58:41 +00:00
George Rhoten
26a0e7ebd5
ICU-5279 Hide -fvisibility=hidden from icu-config users.
...
Also try a different fix for the Intel compiler, which seems to work differently
from an interactive shell.
This option is not needed for tools or tests.
X-SVN-Rev: 21623
2007-06-04 05:52:08 +00:00
George Rhoten
fad658d66d
ICU-5279 Reduce the set of exported functions.
...
X-SVN-Rev: 21621
2007-06-03 06:08:46 +00:00
George Rhoten
b4d2e556bd
ICU-5279 The current wchar_t macro is a little old and unreliable. Make it easier for cross-compiling. Also make it not fail on the Intel compiler with the additional -fvisibility=hidden compiler option.
...
X-SVN-Rev: 21620
2007-06-03 01:24:37 +00:00
George Rhoten
61cc1e07c8
ICU-5279 Some pre-gcc 4 and gcc compatible compilers support this feature too.
...
X-SVN-Rev: 21618
2007-06-01 20:24:07 +00:00
George Rhoten
90b396cbde
ICU-5279 Use __attribute__((visibility("default"))) when gcc 4 is used.
...
X-SVN-Rev: 21617
2007-06-01 19:15:30 +00:00
George Rhoten
d3a10484b3
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21616
2007-06-01 07:21:01 +00:00
George Rhoten
7a5c36dff1
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21615
2007-06-01 07:17:26 +00:00
George Rhoten
562550bebb
ICU-2957 Sun C compiler can't really handle UTF-16 (contrary to documentation and compiler warnings). The C++ compiler is okay.
...
X-SVN-Rev: 21614
2007-06-01 06:05:17 +00:00
Deborah Goldsmith
81cb18307a
ICU-5723 Replace iostream by istream, ostream to avoid static constructors
...
X-SVN-Rev: 21612
2007-06-01 00:14:53 +00:00
John Emmons
8988a12e7b
ICU-5676 clean up supplementalBundle - make local
...
X-SVN-Rev: 21611
2007-05-31 23:13:56 +00:00
George Rhoten
cbf9adb0a9
ICU-2957 Fix for Cygwin
...
X-SVN-Rev: 21609
2007-05-31 17:43:15 +00:00
Andy Heninger
840f1c1813
ICU-5722 Temporarily comment out failing tests, fix compiler warning.
...
X-SVN-Rev: 21608
2007-05-31 16:31:49 +00:00
George Rhoten
017b5cba75
ICU-2957 Sun Studio 8 has a broken C compiler, but a working C++ compiler.
...
Sun Studio 11 has a working C/C++ compiler
X-SVN-Rev: 21607
2007-05-31 06:06:26 +00:00
George Rhoten
a7e2d26372
ICU-2957 Enable UTF-16 strings on Solaris for ICU only (not ICU users).
...
X-SVN-Rev: 21606
2007-05-31 04:46:45 +00:00
George Rhoten
ab0628ec13
ICU-2957 More complete fix for HP-UX
...
X-SVN-Rev: 21605
2007-05-31 03:53:47 +00:00
George Rhoten
4dba503eca
ICU-5445 This compiler warning no longer needs to be suppressed.
...
X-SVN-Rev: 21604
2007-05-31 03:22:17 +00:00
George Rhoten
ec444d4596
ICU-2957 Fix for AIX and partial fix for Solaris
...
X-SVN-Rev: 21603
2007-05-31 00:06:40 +00:00
George Rhoten
b5cb50faac
ICU-2957 Fix for HP-UX
...
X-SVN-Rev: 21602
2007-05-30 23:18:21 +00:00
George Rhoten
7aee403061
ICU-5722 Fix for HP-UX
...
X-SVN-Rev: 21601
2007-05-30 22:34:39 +00:00
George Rhoten
bc576b9b4c
ICU-2957 Add support for UTF-16 string literal syntax.
...
X-SVN-Rev: 21600
2007-05-30 22:28:35 +00:00
George Rhoten
1ccc7bec43
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21596
2007-05-30 07:07:27 +00:00
George Rhoten
3d3856d9bc
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21594
2007-05-30 05:09:25 +00:00
George Rhoten
f560c6b644
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21593
2007-05-30 04:53:51 +00:00
Andy Heninger
7b8a6aebf4
ICU-5722 add ICU tests for break test data from the Unicode web site.
...
X-SVN-Rev: 21591
2007-05-29 22:56:20 +00:00
George Rhoten
2140680584
ICU-5576 Add some more documentation
...
X-SVN-Rev: 21589
2007-05-29 17:00:54 +00:00
George Rhoten
2280a851bd
ICU-5576 Change some z/OS optimization flags.
...
X-SVN-Rev: 21588
2007-05-29 16:24:01 +00:00
George Rhoten
8b4158e5a1
ICU-5576 Describe _MSE_PROTOS, NOCSECT, dll, xplink interaction.
...
X-SVN-Rev: 21587
2007-05-29 08:17:21 +00:00
George Rhoten
d41610f479
ICU-5627 Fixes for Windows
...
X-SVN-Rev: 21583
2007-05-24 16:41:19 +00:00
Deborah Goldsmith
e7c563efb3
ICU-5627 Add uloc_getLocaleForLCID
...
X-SVN-Rev: 21579
2007-05-24 00:04:20 +00:00
Eric Mader
0784e0cdf8
ICU-5425 Add copyright strings to laiyout libraries.
...
X-SVN-Rev: 21578
2007-05-23 23:56:20 +00:00
John Emmons
faee4af533
ICU-5676 Use supplemental data for resolving parsed metazone data
...
X-SVN-Rev: 21567
2007-05-21 21:07:01 +00:00
John Emmons
1048ad92e1
ICU-5713 Build CLDR supplementalData for use in ICU
...
X-SVN-Rev: 21556
2007-05-17 22:21:48 +00:00
George Rhoten
65c333bb76
ICU-5516 Use a more accurate ISO-8859-8 table
...
X-SVN-Rev: 21555
2007-05-17 18:04:34 +00:00
George Rhoten
f5d8c129ee
ICU-5626 Fix bad fprintf format specifier when warnings are turned into errors
...
X-SVN-Rev: 21554
2007-05-17 16:44:33 +00:00
George Rhoten
b277e47801
ICU-5694 Bopo shouldn't be used in zh_Hans, and it should match zh.
...
X-SVN-Rev: 21553
2007-05-17 16:35:34 +00:00
George Rhoten
4e4bf921b5
ICU-5516 Use a more accurate ISO-8859-8 table
...
X-SVN-Rev: 21552
2007-05-17 16:23:36 +00:00
George Rhoten
e26c39039a
ICU-5712 Compare against Windows Vista implementation, and update accordingly. This mainly covers Big5-HKSCS.
...
X-SVN-Rev: 21542
2007-05-15 22:10:19 +00:00