Commit Graph

19114 Commits

Author SHA1 Message Date
George Rhoten
debbc013c6 ICU-5566 Update Sudan currency
X-SVN-Rev: 21657
2007-06-07 00:43:14 +00:00
George Rhoten
871ce36286 ICU-5305 Allow ICU to build when U_USING_ICU_NAMESPACE is 0
X-SVN-Rev: 21656
2007-06-07 00:41:21 +00:00
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
Michael Ow
44e1e346ca ICU-5444 Fixed some test cases for Charset ISCII test.
X-SVN-Rev: 21644
2007-06-05 19:48:57 +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
Matitiahu Allouche
da6e44c33d ICU-5489 addition of test for Bidi code
X-SVN-Rev: 21641
2007-06-05 16:08:12 +00:00
Matitiahu Allouche
0047c5088f ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21640
2007-06-05 15:55:27 +00:00
Matitiahu Allouche
b6cc2b3cd0 ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21639
2007-06-05 15:47:40 +00:00
Matitiahu Allouche
ead318758f ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21637
2007-06-05 09:14:37 +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
Michael Ow
fa144dc2d9 ICU-5444 Add code to handle the different versions of ISCII charset.
X-SVN-Rev: 21626
2007-06-04 21:39: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
Michael Ow
bf6c17b986 ICU-5444 Add full range of test cases for ISCII charset test.
X-SVN-Rev: 21622
2007-06-03 23:23:58 +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
Michael Ow
9c9687d072 ICU-5444 Added some fixes to the decode and encode loops.
X-SVN-Rev: 21613
2007-06-01 03:52:20 +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
Michael Ow
91afea3d85 ICU-5444 Temporarily remove charset ISCII to debug problem in TestConversion.
X-SVN-Rev: 21598
2007-05-30 17:21:36 +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
4ce1f511ec ICU-5722 add ICU tests for break test data from the Unicode web site.
X-SVN-Rev: 21592
2007-05-29 23:02:36 +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
91aba57938 ICU-5445 Possible fix of last change for non-Eclipse platforms.
X-SVN-Rev: 21590
2007-05-29 20:23:14 +00:00