Commit Graph

4128 Commits

Author SHA1 Message Date
Michael Ow
015e86f2fe ICU-3840 Update ISCII converter to include new characters in Unicode.
X-SVN-Rev: 21870
2007-06-30 00:18:48 +00:00
George Rhoten
915e631e92 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21850
2007-06-29 15:56:22 +00:00
Matitiahu Allouche
500615be13 ICU-5732 several fixes inspired by ICU4J testing
X-SVN-Rev: 21849
2007-06-29 14:48:15 +00:00
George Rhoten
810a27e86d ICU-5423 Minor preference changes.
X-SVN-Rev: 21841
2007-06-28 16:39:09 +00:00
George Rhoten
29bf35f7ed ICU-5423 Comment out debugging code.
X-SVN-Rev: 21838
2007-06-28 07:35:36 +00:00
George Rhoten
340f980d77 ICU-5423 Information from the daylight global variable is insufficient.
Probing when daylight occurs seems more reliable.

X-SVN-Rev: 21837
2007-06-28 07:33:44 +00:00
George Rhoten
fdc039a8bd ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21817
2007-06-24 04:15:38 +00:00
George Rhoten
9a65d3613c ICU-5575 Get ready for milestone 2. Change to 3.7.2.
X-SVN-Rev: 21794
2007-06-20 20:58:41 +00:00
George Rhoten
f13803e5d5 ICU-4988 Remove browse information from release builds to fix some packaging issues.
X-SVN-Rev: 21761
2007-06-16 02:17:43 +00:00
George Rhoten
451f642056 ICU-5745 Documentation fix.
X-SVN-Rev: 21760
2007-06-16 01:27:13 +00:00
George Rhoten
c3f935855f ICU-5745 Improve performance of translit/TransliteratorTest/TestInstantiation
X-SVN-Rev: 21757
2007-06-15 23:32:12 +00:00
George Rhoten
8dc587cb1c ICU-5410 Improve code coverage.
X-SVN-Rev: 21750
2007-06-15 17:32:50 +00:00
George Rhoten
09633de40c ICU-5279 Don't export some API.
X-SVN-Rev: 21746
2007-06-15 06:40:59 +00:00
George Rhoten
b38ccd76ca ICU-5427 Fix a valgrind warning when ICU is optimized.
X-SVN-Rev: 21732
2007-06-14 15:27:15 +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
Vladimir Weinstein
ba5eaaf5e1 ICU-5445 working around glibc bug in strcpy that produces compiler warnings.
X-SVN-Rev: 21696
2007-06-11 18:44:06 +00:00
Vladimir Weinstein
a16ac0c913 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21694
2007-06-11 18:42:07 +00:00
George Rhoten
06c982a592 ICU-5279 Better hiding and testing of internal functions.
X-SVN-Rev: 21686
2007-06-10 20:11:28 +00:00
George Rhoten
c3b6afbcc0 ICU-5740 Improve converting ASCII/ISO-8859-1 -> UTF16
X-SVN-Rev: 21685
2007-06-10 06:36:08 +00:00
George Rhoten
07a1c2a6b2 ICU-5326 Add comments about default converter handling
X-SVN-Rev: 21659
2007-06-07 05:15:52 +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
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
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
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
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
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
George Rhoten
cbf9adb0a9 ICU-2957 Fix for Cygwin
X-SVN-Rev: 21609
2007-05-31 17:43:15 +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
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
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
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
Markus Scherer
6751276083 ICU-5707 fix u_strFromUTF8Lenient() for 2-byte UTF-8 in last 3 bytes of input
X-SVN-Rev: 21510
2007-05-10 20:40:35 +00:00
George Rhoten
5c3a43a348 ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21505
2007-05-10 06:40:31 +00:00
Deborah Goldsmith
88d93814c9 ICU-5695 Reorganize ICULanguageBreakFactory for more flexibility
X-SVN-Rev: 21485
2007-05-02 23:23:31 +00:00
Deborah Goldsmith
505ae092f0 ICU-5695 Reorganize ICULanguageBreakFactory for more flexibility
X-SVN-Rev: 21484
2007-05-02 23:07:12 +00:00
Deborah Goldsmith
6b94b2aabb ICU-5442 Make RBBI:checkDictionary protected
X-SVN-Rev: 21483
2007-05-02 22:56:37 +00:00
Deborah Goldsmith
78a3e24384 ICU-5443 Add macro for UTEXT_SETNATIVEINDEX
X-SVN-Rev: 21482
2007-05-02 22:49:20 +00:00
Deborah Goldsmith
8050e9315e ICU-5595 Fix bug in previous fix
X-SVN-Rev: 21481
2007-05-02 22:32:12 +00:00
Deborah Goldsmith
8cf4403816 ICU-5595 Fix scrambled dictionary break cache when built in reverse with multiple spans
X-SVN-Rev: 21421
2007-04-17 23:01:42 +00:00