Commit Graph

15529 Commits

Author SHA1 Message Date
Markus Scherer
3c79dc08b7 ICU-4613 fix minor UnicodeString's compareCodePointOrder doc glitch
X-SVN-Rev: 22524
2007-08-24 19:27:03 +00:00
Eric Mader
4cc1a9181c ICU-5882 forgot to call ucnv_close() on the converter...
X-SVN-Rev: 22523
2007-08-24 19:13:00 +00:00
Eric Mader
4d34e9654f ICU-5882 use ucnv_getMinCharSize() to allocate space for trailing null character.
X-SVN-Rev: 22522
2007-08-24 19:04:53 +00:00
George Rhoten
be37c4a5f1 ICU-5766 Remove Extended Grapheme Cluster from Break Iteration
X-SVN-Rev: 22521
2007-08-24 18:50:25 +00:00
Michael Ow
9beac7ae26 ICU-5357 Added header information for API change report.
X-SVN-Rev: 22516
2007-08-24 17:55:03 +00:00
George Rhoten
f25e7216cb ICU-5876 Try out making ISO-8859-1 the default for the C locale on Solaris.
X-SVN-Rev: 22515
2007-08-24 16:51:17 +00:00
Markus Scherer
8047649893 ICU-5678 ULOCDATA_ES_COUNT=3 should be =2
X-SVN-Rev: 22514
2007-08-24 16:48:45 +00:00
Markus Scherer
a3a0e304bb ICU-4494 fix ucnv_convertEx() doc sample, don't use sourceLimit=NULL
X-SVN-Rev: 22513
2007-08-24 16:39:15 +00:00
Markus Scherer
0edc6125a1 ICU-4274 document that source and result buffers must not overlap
X-SVN-Rev: 22511
2007-08-24 16:28:39 +00:00
Andy Heninger
50747fb60c ICU-5766 removed comment referring to Extended Graphem Clusters, which should have been removed along with the rest of the XGC API.
X-SVN-Rev: 22510
2007-08-24 16:24:58 +00:00
George Rhoten
63a695293c ICU-5447 Performance optimization change due to new unused tables listed in the alias table.
X-SVN-Rev: 22509
2007-08-24 09:44:10 +00:00
George Rhoten
76a99ee0e0 ICU-5447 Allow tests to pass with additional data.
X-SVN-Rev: 22508
2007-08-24 09:42:49 +00:00
George Rhoten
6c1eda86a2 ICU-5447 List tables and aliases for easy addition for the Data Library Customization tool.
X-SVN-Rev: 22506
2007-08-24 09:01:51 +00:00
Steven R. Loomis
25828bbf0e ICU-5527 improve tzcode compilation
X-SVN-Rev: 22504
2007-08-24 05:22:45 +00:00
Markus Scherer
a5af7ed95a ICU-5483 prevent a later fallback-from-PUA (which is not turned off via useFallback) to overwrite an earlier one
X-SVN-Rev: 22499
2007-08-23 23:43:03 +00:00
Markus Scherer
8feadc68d4 ICU-5585 set limit when reaching the end of the inversion list
X-SVN-Rev: 22496
2007-08-23 22:13:10 +00:00
Steven R. Loomis
02f8bbd8b2 ICU-2895 relative date testing and fix
X-SVN-Rev: 22493
2007-08-23 20:14:07 +00:00
George Rhoten
25dd02ffca ICU-5821 Changes for i5/OS
X-SVN-Rev: 22490
2007-08-23 18:38:44 +00:00
Eric Mader
0a8eeb90c5 ICU-5871 Fix crashes found running cintltst w/o ICU data.
X-SVN-Rev: 22489
2007-08-23 18:07:45 +00:00
Claire Ho
12dd691583 ICU-5787 code cleanup.
X-SVN-Rev: 22485
2007-08-23 05:48:44 +00:00
Markus Scherer
a9d956e2d8 ICU-5483 fix ISO 2022 fromUnicode to consistently use roundtrip or else first fallback; fix output encoding schemes
X-SVN-Rev: 22484
2007-08-23 05:46:49 +00:00
Jason Spieth
2ab9a24b95 ICU-5821 Correct port of runConfigureICU for i5OS
X-SVN-Rev: 22483
2007-08-23 04:03:45 +00:00
Jason Spieth
8901b2d1b1 ICU-5821 Fix formating in runConfigureICU
X-SVN-Rev: 22482
2007-08-23 04:00:56 +00:00
Jason Spieth
eb294f8f60 ICU-5821 Restore the changes to runConfigureICU that were overwritten
X-SVN-Rev: 22481
2007-08-23 03:54:36 +00:00
Jason Spieth
9abe99787b ICU-5821 Port of runConfigureICU script and overflow fix in unpax-icu.sh script for i5OS
X-SVN-Rev: 22479
2007-08-23 03:37:11 +00:00
Eric Mader
6a6f3feb6b ICU-5871 Fix crashes found running intltest w/o ICU data.
X-SVN-Rev: 22477
2007-08-23 01:19:39 +00:00
George Rhoten
8620a4a530 ICU-5869 Properly NULL terminate strings that are not byte based, like UTF-16 or UTF-32.
X-SVN-Rev: 22476
2007-08-22 23:39:11 +00:00
Claire Ho
762a820053 ICU-5787 a crash in dtptngen.cpp :line 1526.
X-SVN-Rev: 22475
2007-08-22 21:57:11 +00:00
Michael Ow
c9e968fbba ICU-5343 Port over TestRounding from ICU4J to ICU4C.
X-SVN-Rev: 22473
2007-08-22 19:58:25 +00:00
David Bertoni
28f96c3eec ICU-5868 Added new C++ header files.
X-SVN-Rev: 22472
2007-08-22 18:48:15 +00:00
Steven R. Loomis
e39acb98e0 ICU-5866 fix for cygwin
X-SVN-Rev: 22471
2007-08-22 17:45:12 +00:00
George Rhoten
b1cc901c93 ICU-5427 Prevent a crash when the locale is "hungarian".
X-SVN-Rev: 22467
2007-08-22 05:54:09 +00:00
Steven R. Loomis
5064859384 ICU-5866 remove requirement for version
X-SVN-Rev: 22466
2007-08-22 04:49:35 +00:00
George Rhoten
535d0ddc9d ICU-5853 Use platform independent uint8_t.
X-SVN-Rev: 22464
2007-08-22 00:43:16 +00:00
David Bertoni
4103568566 ICU-5853 Cleaned up some GCC warnings.
X-SVN-Rev: 22462
2007-08-21 23:04:39 +00:00
George Rhoten
ad98d31c53 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22461
2007-08-21 23:02:50 +00:00
Eric Mader
f0029e5c11 ICU-5807 generate new udraft.h etc. for ICU 3.8
X-SVN-Rev: 22458
2007-08-21 20:53:15 +00:00
Eric Mader
c35c693136 ICU-5807 \internal used with \file confuses genheaders.pl
X-SVN-Rev: 22457
2007-08-21 20:50:06 +00:00
George Rhoten
b2ed1cbea5 ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
X-SVN-Rev: 22456
2007-08-21 20:45:05 +00:00
Eric Mader
1a50c65e3d ICU-5807 generate new udraft.h etc. for ICU 3.8
X-SVN-Rev: 22455
2007-08-21 20:31:44 +00:00
Steven R. Loomis
8e169b593b ICU-5769 2007g
X-SVN-Rev: 22454
2007-08-21 20:25:57 +00:00
Steven R. Loomis
0e0cd5f286 ICU-5866 simplify building of ICU4C data from ICU4J
X-SVN-Rev: 22453
2007-08-21 20:15:55 +00:00
John Emmons
96dbf4b17d ICU-5861 Implement new date formatting symbols from tr35
X-SVN-Rev: 22451
2007-08-21 16:57:21 +00:00
George Rhoten
2ea3749892 ICU-5857 Fix ICU4J file properties in svn
X-SVN-Rev: 22443
2007-08-21 03:00:43 +00:00
Steven R. Loomis
35daa80252 ICU-5135 tzcode update
X-SVN-Rev: 22428
2007-08-20 20:14:22 +00:00
George Rhoten
9754c268d3 ICU-5445 Fix some compiler warnings. Consulted with Eric for details.
X-SVN-Rev: 22426
2007-08-20 17:49:12 +00:00
George Rhoten
2aca9a194a ICU-5852 Fix for Visual Studio 2003
X-SVN-Rev: 22425
2007-08-19 20:46:51 +00:00
George Rhoten
0d851cdb94 ICU-5852 Fix for Visual Studio 2003
X-SVN-Rev: 22424
2007-08-19 20:18:55 +00:00
George Rhoten
9ce90e2c18 ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
X-SVN-Rev: 22422
2007-08-19 08:59:28 +00:00
George Rhoten
10b81c7930 ICU-4567 Fix last change so that it works on Windows.
X-SVN-Rev: 22421
2007-08-19 07:00:36 +00:00