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
George Rhoten
94e3bd905b
ICU-5629 Remove unassigned Unicode characters from validity table.
...
Add some Unicode 1.1 characters that are also converted by Windows ISCII.
X-SVN-Rev: 21366
2007-04-06 07:01:22 +00:00
George Rhoten
6cc2272493
ICU-5677 Remove out of date AIX and HP-UX configurations, and remove some unused configure variables to increase script readability.
...
X-SVN-Rev: 21355
2007-04-05 07:29:13 +00:00
George Rhoten
af4d1cf1ab
ICU-5427 Fix a memory leak when the default codepage is UTF-8 and u_cleanup is called.
...
X-SVN-Rev: 21287
2007-03-17 22:41:32 +00:00
George Rhoten
241c15a635
ICU-5427 Fix some valgrind warnings.
...
X-SVN-Rev: 21286
2007-03-17 20:26:28 +00:00
George Rhoten
513297e606
ICU-5445 Fix some compiler warnings
...
X-SVN-Rev: 21284
2007-03-17 06:14:03 +00:00
George Rhoten
8587834a2d
ICU-5445 Fix some compiler warnings
...
X-SVN-Rev: 21281
2007-03-17 05:49:26 +00:00
Ram Viswanadha
0bbbe4b84f
ICU-5273 fix IDNAToUnicode to not fail on error
...
X-SVN-Rev: 21277
2007-03-17 01:22:52 +00:00
George Rhoten
d0084a7436
ICU-5427 Fix some Purify errors
...
X-SVN-Rev: 21273
2007-03-16 17:06:15 +00:00
George Rhoten
41e12e703c
ICU-5653 Explicitly name a mutex.
...
X-SVN-Rev: 21261
2007-03-15 15:13:29 +00:00
Eric Mader
82f6e65e1b
ICU-5648 init_resb_result should use fTopLevelData instead of fData for /LOCALE/ in alias path.
...
X-SVN-Rev: 21239
2007-03-14 01:36:22 +00:00
George Rhoten
d5f62f7b0d
ICU-5645 Improve UTF-8 conversion performance
...
X-SVN-Rev: 21223
2007-03-12 08:26:03 +00:00
George Rhoten
0f8b61b7fc
ICU-5576 Fixes for z/OS
...
X-SVN-Rev: 21208
2007-03-09 07:08:05 +00:00
George Rhoten
c320b37e7a
ICU-5566 CLDR1.5 changes. Mirror ICU4J behavior.
...
X-SVN-Rev: 21200
2007-03-09 01:21:24 +00:00
George Rhoten
a969789b41
ICU-5566 Fix some test failures due to the CLDR update.
...
X-SVN-Rev: 21169
2007-03-06 01:06:29 +00:00
George Rhoten
b68e0c961f
ICU-5566 Fix test failures due to CLDR data update.
...
X-SVN-Rev: 21163
2007-03-06 00:41:47 +00:00
George Rhoten
a5d3c1ebfc
ICU-5574 Test and fix a buffer overflow of the offset handling when a single surrogate character is given.
...
X-SVN-Rev: 21144
2007-03-01 12:41:15 +00:00
George Rhoten
9f93f717ed
ICU-5574 Simplify callback logic for easier reading.
...
X-SVN-Rev: 21141
2007-03-01 12:34:27 +00:00
George Rhoten
f3632ae430
ICU-5510 Allow code to work with a limit == U_MAX_PTR
...
X-SVN-Rev: 21134
2007-02-27 08:48:19 +00:00
George Rhoten
d656c86a77
ICU-5582 Explicitly call the ANSI Windows API with proper casts
...
X-SVN-Rev: 21043
2007-02-16 21:46:15 +00:00
George Rhoten
125f883a19
ICU-5582 Explicitly call the ANSI Windows API.
...
X-SVN-Rev: 21024
2007-02-08 23:41:05 +00:00
Markus Scherer
434e15adc1
ICU-5518 remove #if switches for alternative fromUnicode optimizations
...
X-SVN-Rev: 21014
2007-02-06 18:32:20 +00:00
Markus Scherer
e674e4f0f0
ICU-5518 fix swapping and preflighting of UTF-8-friendly MBCS .cnv files without extension tables
...
X-SVN-Rev: 21013
2007-02-06 18:04:33 +00:00
Markus Scherer
9acca77737
ICU-5518 merge direct-from-UTF-8 conversion code from http://source.icu-project.org/repos/icu/icu/branches/markus/ucnvutf8 -r 20735:20990 to icu/trunk
...
X-SVN-Rev: 21010
2007-02-06 05:24:14 +00:00
George Rhoten
fd995106cc
ICU-5575 Update to version 3.7.1
...
X-SVN-Rev: 20994
2007-01-31 01:37:28 +00:00