Commit Graph

18353 Commits

Author SHA1 Message Date
Michael Ow
3873726831 ICU-8815 Sync the ICU canonical name lookup between ICU4C and ICU4J and update alias table
X-SVN-Rev: 30652
2011-09-13 21:13:14 +00:00
Abhinav Gupta
707069804b ICU-8812 fixed typo from previous commit.
X-SVN-Rev: 30651
2011-09-13 21:12:01 +00:00
Abhinav Gupta
64da48200b ICU-8812 added test case for fallback warning to TestSymbolsWithBadLocale.
X-SVN-Rev: 30650
2011-09-13 20:58:08 +00:00
Abhinav Gupta
728d95f8c9 ICU-8812 fixed init_entry overflow and TestSymbolsWithBadLocale test case
X-SVN-Rev: 30649
2011-09-13 19:14:32 +00:00
Abhinav Gupta
8981a441b2 ICU-8812 fixed overflow and inconsistency
X-SVN-Rev: 30646
2011-09-12 20:44:57 +00:00
Yoshito Umaoka
6441cf4828 ICU-8592 tzdata2011j to ICU4C
X-SVN-Rev: 30644
2011-09-12 19:36:53 +00:00
Michael Ow
3afcbd6500 ICU-8798 Fix kfreebsd genccode detection
X-SVN-Rev: 30642
2011-09-09 21:24:37 +00:00
Markus Scherer
1f56fddafb ICU-8805 fix some MessagePattern API comments
X-SVN-Rev: 30637
2011-09-08 19:28:32 +00:00
Markus Scherer
e71be2e3b7 ICU-8806 fix MessageFormat plural # formatting: fix offset lookup
X-SVN-Rev: 30635
2011-09-07 23:18:54 +00:00
Steven R. Loomis
8aabe8c5a6 ICU-8802 checkin xslt for transform
X-SVN-Rev: 30632
2011-09-07 20:28:30 +00:00
Steven R. Loomis
6050e51871 ICU-8802 improve perf build
X-SVN-Rev: 30631
2011-09-07 16:53:32 +00:00
Steven R. Loomis
22bfb7668a ICU-8801 fix for performance regression of parse (mostly malloc/free)
X-SVN-Rev: 30628
2011-09-07 14:30:32 +00:00
Yoshito Umaoka
28a3ac4e9f ICU-8780 Added a note to getGMT() explaining that the ID used by the result zone is 'GMT', not 'Etc/GMT'.
X-SVN-Rev: 30622
2011-09-06 20:52:28 +00:00
Yoshito Umaoka
50758756b5 ICU-8777 Fixed API doc for createTimeZone. Updated the description to explain the case for bad time zone ID - using Etc/Unknown instead of Etc/GMT as fallback zone ID.
X-SVN-Rev: 30620
2011-09-06 18:44:49 +00:00
John Emmons
de229aa8da ICU-8423 Use stand-alone script names if possible in uloc_getDisplayScript()
X-SVN-Rev: 30619
2011-09-02 21:58:42 +00:00
John Emmons
5132f19ddc ICU-8423 Data to support stand-alone script names
X-SVN-Rev: 30616
2011-09-02 01:04:36 +00:00
Michael Ow
451107e9e3 ICU-8716 Fix some rbbi and number format test so that it will pass without data
X-SVN-Rev: 30598
2011-08-30 19:11:32 +00:00
Michael Ow
8ccd432155 ICU-8718 Fix some memory leak issues in numbering systems
X-SVN-Rev: 30592
2011-08-30 03:22:38 +00:00
Michael Ow
d4bad5c896 ICU-8789 Remove svn:executable property from c/c++ source files
X-SVN-Rev: 30590
2011-08-29 22:09:55 +00:00
Yoshito Umaoka
6d797797f4 ICU-8592 tzdata2011i to ICU4C. Also includes updates from CLDR (rev#6121)
X-SVN-Rev: 30588
2011-08-29 22:03:55 +00:00
John Emmons
bda69e7101 ICU-8611 Make ICU look at patterns by numbering system
X-SVN-Rev: 30574
2011-08-24 18:06:46 +00:00
Michael Ow
8eb6ce1f6a ICU-8746 Output import libraries on MinGW builds
X-SVN-Rev: 30573
2011-08-24 17:41:55 +00:00
Steven R. Loomis
349899e8cb ICU-7365 fix broken test from r30570
X-SVN-Rev: 30572
2011-08-23 19:19:40 +00:00
Michael Ow
ac6992371c ICU-7365 Promote approved data version API to draft 49 in ICU4C
X-SVN-Rev: 30570
2011-08-23 17:20:22 +00:00
Michael Ow
a2ede97dc9 ICU-8765 Undo previous change to remove __STDC__ redefinition on Solaris GCC because it is required on older GCC compilers
X-SVN-Rev: 30568
2011-08-23 17:06:02 +00:00
Michael Ow
6f6b1b346c ICU-8765 Fix endianness detection issue in Solaris/GCC and silence some compilation warnings
X-SVN-Rev: 30562
2011-08-22 22:42:11 +00:00
Michael Ow
3ca1e00e84 ICU-8452 Update Cygwin MSVC handling by defining CYGWINMSVC
X-SVN-Rev: 30546
2011-08-19 17:51:04 +00:00
Michael Ow
6be4ed022f ICU-8452 Fix some more Cygwin MVSC and Cygwin GCC build issues
X-SVN-Rev: 30541
2011-08-18 18:47:16 +00:00
Markus Scherer
0085627c17 ICU-8733 #define U_CHARSET_IS_UTF8 1 on Android and Darwin-based
X-SVN-Rev: 30536
2011-08-17 20:17:56 +00:00
Markus Scherer
d5893b6918 ICU-8730 set U_HAVE_GCC_ATOMICS to 1 for only gcc>=4.1
X-SVN-Rev: 30535
2011-08-17 19:55:29 +00:00
Markus Scherer
c801179c8d ICU-8657 fix endianness test, was missing && (BYTE_ORDER == BIG_ENDIAN)
X-SVN-Rev: 30516
2011-08-16 16:51:51 +00:00
Yoshito Umaoka
b990fed869 ICU-8766 Added a test case equivalent to ICU4J for testing parse position in date format parse with time zone pattern.
X-SVN-Rev: 30515
2011-08-16 16:36:51 +00:00
Steven R. Loomis
1cfc79d829 ICU-8755 remove MessagePattern from hide-draft-api
X-SVN-Rev: 30511
2011-08-15 22:36:57 +00:00
Yoshito Umaoka
3b11db76a4 ICU-8719 Skip date field range check added by r30018 when lenient mode. Reverted some date format test cases to accept out of range date fields when lenient.
X-SVN-Rev: 30508
2011-08-15 20:54:36 +00:00
Markus Scherer
e24455e6fc ICU-8657 fix endianness test, was missing && (BYTE_ORDER == BIG_ENDIAN)
X-SVN-Rev: 30507
2011-08-15 18:35:56 +00:00
Steven R. Loomis
1e1f8509d8 ICU-8755 interim fix. MessagePattern still needs fixing.
X-SVN-Rev: 30505
2011-08-13 02:45:09 +00:00
Steven R. Loomis
177ea3d09f ICU-8755 update hdrtest, show failures
X-SVN-Rev: 30504
2011-08-13 01:25:56 +00:00
John Emmons
e3697c8f0a ICU-8707 Clean up compiler warnings from GCC
X-SVN-Rev: 30503
2011-08-12 21:16:53 +00:00
Michael Ow
a00f98f20e ICU-8310 Fix missing parenthesis
X-SVN-Rev: 30485
2011-08-11 18:45:09 +00:00
Markus Scherer
ea780441f3 ICU-8759 make USET_SERIALIZED_STATIC_ARRAY_CAPACITY @stable and move it out of the closure masks enum
X-SVN-Rev: 30484
2011-08-10 23:08:30 +00:00
Andy Heninger
9f785d7ed6 ICU-8723 use array delete when appropriate in gencfu.cpp
X-SVN-Rev: 30481
2011-08-10 00:39:09 +00:00
John Emmons
900d537065 ICU-8361 Fix array overrun in Indic layout engine
X-SVN-Rev: 30478
2011-08-08 21:00:35 +00:00
John Emmons
c651458559 ICU-8656 Implement NumberingSystem::getAvailableNames()
X-SVN-Rev: 30476
2011-08-08 16:03:37 +00:00
John Emmons
fafdd3df5c ICU-8713 Fix Polish number spellings
X-SVN-Rev: 30465
2011-08-04 20:07:39 +00:00
John Emmons
e3633d165e ICU-8722 Update German short/generic tz names
X-SVN-Rev: 30460
2011-08-03 22:12:56 +00:00
Michael Ow
78937c5834 ICU-8452 Fix some Cygwin GCC and MinGW build errors
X-SVN-Rev: 30457
2011-08-03 20:09:44 +00:00
Markus Scherer
e8aa203464 ICU-8571 API cannot be both @stable and @internal, keep @stable
X-SVN-Rev: 30455
2011-08-03 18:28:56 +00:00
Markus Scherer
8cd85dd468 ICU-8744 add cast for perfect match to UnicodeString::insert(start, UChar) overload
X-SVN-Rev: 30451
2011-08-02 17:21:02 +00:00
Michael Ow
3ead87044e ICU-7715 Compare the time zone StandardName against the StandardName from the registry to provide better Windows default time zone detection.
X-SVN-Rev: 30450
2011-08-02 16:33:22 +00:00
Markus Scherer
2c29b14fb9 ICU-8571 @system APIs are *supposed* to also have a regular API label; add #ifndef U_HIDE_SYSTEM_API
X-SVN-Rev: 30448
2011-08-01 02:38:58 +00:00
Markus Scherer
4e30dc4c14 ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
X-SVN-Rev: 30447
2011-08-01 02:20:46 +00:00
Markus Scherer
ef45a40133 ICU-8529 include stddef.h instead of sys/types.h (we do not seem to need any of its additional definitions)
X-SVN-Rev: 30446
2011-07-31 22:19:54 +00:00
Michael Ow
079b2f8a28 ICU-8740 Fix pkgdata run command problem with MINGW
X-SVN-Rev: 30445
2011-07-29 22:47:25 +00:00
Michael Ow
a30cfbe075 ICU-8452 Remove extra header directory
X-SVN-Rev: 30442
2011-07-28 19:07:44 +00:00
Markus Scherer
c3d191321b ICU-8575 move U_SENTINEL from utf.h to umachine.h (next to UChar32) so that just using U_SENTINEL does not require including utf.h
X-SVN-Rev: 30441
2011-07-28 18:48:08 +00:00
Markus Scherer
a84cf4df0f ICU-8452 do not use ptrdiff_t (signed) as a fallback for uintptr_t (unsigned)
X-SVN-Rev: 30438
2011-07-27 23:37:05 +00:00
Markus Scherer
29f8701a59 ICU-8452 MinGW does not have _stricmp()
X-SVN-Rev: 30437
2011-07-27 23:24:54 +00:00
Markus Scherer
1f2a684eab ICU-8452 define uintptr_t where missing
X-SVN-Rev: 30436
2011-07-27 23:15:57 +00:00
Markus Scherer
07035f8756 ICU-8731 move some @internal definitions to putilimp.h
X-SVN-Rev: 30433
2011-07-27 21:26:00 +00:00
Markus Scherer
ca12d6d5bd ICU-8730 move some @internal, rarely-used platform macros to putilimp.h
X-SVN-Rev: 30432
2011-07-27 20:55:09 +00:00
Markus Scherer
9dfc6c4518 ICU-8728 remove redundant U_RELEASE, use U_DEBUG instead
X-SVN-Rev: 30431
2011-07-27 20:16:07 +00:00
Markus Scherer
e31ce99b84 ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
2011-07-27 05:53:56 +00:00
Michael Ow
df14bcec37 ICU-7715 Use the StandardName timezone id when available on Windows
X-SVN-Rev: 30427
2011-07-26 20:55:36 +00:00
Markus Scherer
2862296471 ICU-8454 virtual destructors should be explicit, and defined in a .cpp file, so that they can serve as key functions
X-SVN-Rev: 30423
2011-07-26 05:32:25 +00:00
Markus Scherer
d0c495ee99 ICU-8452 try to work around a problem with using Solaris signal.h
X-SVN-Rev: 30421
2011-07-25 23:14:16 +00:00
Markus Scherer
1fb16d2460 ICU-8452 update the readme with the new location of the U_CHARSET_IS_UTF8 definition
X-SVN-Rev: 30419
2011-07-25 21:52:03 +00:00
Markus Scherer
3bf88cd711 ICU-8452 consolidate definition of _XOPEN_SOURCE for access to POSIX functions; do not use __STDC_VERSION__ in C++ code where it is not defined
X-SVN-Rev: 30418
2011-07-25 21:02:32 +00:00
Markus Scherer
bb8a3bb609 ICU-8452 remove the non-working conditional z/OS int8_t typedef
X-SVN-Rev: 30417
2011-07-25 18:56:25 +00:00
Markus Scherer
dc55bc7c66 ICU-8452 fix a couple of Darwin/iPhone platform tests
X-SVN-Rev: 30416
2011-07-25 18:42:17 +00:00
Markus Scherer
9bcc40cf9e ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
2011-07-23 00:10:30 +00:00
Michael Ow
e258161603 ICU-8310 Use inline function to avoid dereferencing type-punned pointer warning
X-SVN-Rev: 30410
2011-07-22 22:02:57 +00:00
Michael Ow
1836eb2957 ICU-8682 Use ReadWriteBarrier only on MSVC 9 and higher.
X-SVN-Rev: 30408
2011-07-22 20:29:09 +00:00
Michael Ow
11e0c9a5bf ICU-8453 On certain platforms, use static library optimization option when building static ICU libraries in release mode
X-SVN-Rev: 30406
2011-07-21 23:38:15 +00:00
Michael Ow
88acd14026 ICU-8718 Fix memory leak in PluralRules
X-SVN-Rev: 30388
2011-07-19 21:10:56 +00:00
Steven R. Loomis
ff960d1f97 ICU-8714 - reimplement r30379 - now passes tests
X-SVN-Rev: 30383
2011-07-18 21:54:42 +00:00
Yoshito Umaoka
a2103b01f0 ICU-8488 Reviewed call sites of case conversion code in icu library code and updated some of them case sensitive/insensitive.
X-SVN-Rev: 30382
2011-07-18 21:43:18 +00:00
Steven R. Loomis
fd3246217f ICU-8714 backing out r30379 - broke the build
X-SVN-Rev: 30380
2011-07-18 19:51:16 +00:00
Steven R. Loomis
ba3834755c ICU-8714 patches from George
X-SVN-Rev: 30379
2011-07-18 19:13:31 +00:00
Michael Ow
cdd02be3f2 ICU-8716 Update collation and date format test to pass without data
X-SVN-Rev: 30378
2011-07-18 18:09:52 +00:00
Steven R. Loomis
bfc107659f ICU-8715 fix BOM
X-SVN-Rev: 30373
2011-07-18 16:58:34 +00:00
John Emmons
ec44df4e86 ICU-8709 Merge CLDR ticket 4038 ( Spanish currency format)
X-SVN-Rev: 30356
2011-07-14 22:31:24 +00:00
Steven R. Loomis
e4d0866669 ICU-8706 icucheck x64
X-SVN-Rev: 30347
2011-07-14 18:58:24 +00:00
Michael Ow
12fe8cc4a2 ICU-8693 Display error message when missing needed options and given bad file names in pkgdata tool
X-SVN-Rev: 30346
2011-07-14 18:51:40 +00:00
Michael Ow
4fe319b158 ICU-8671 Update pkgdata to allow for space separated items when generating common data file.
X-SVN-Rev: 30343
2011-07-14 17:13:48 +00:00
John Emmons
c3da351a39 ICU-8696 Final update for CLDR 2.0.1 - restoring missing en_GB data + minor fixes
X-SVN-Rev: 30333
2011-07-13 20:57:21 +00:00
Peter Edberg
4c710d51d2 ICU-8576 Replace a stray printf with errln
X-SVN-Rev: 30328
2011-07-13 07:28:49 +00:00
Peter Edberg
62d26cc5fe ICU-8576 Dictionary break test updates from George Rhoten
X-SVN-Rev: 30327
2011-07-13 06:49:42 +00:00
Peter Edberg
2ed9168bf9 ICU-8265 Fix race (=> U_FILE_ACCESS_ERROR) when loading full set of ICU data
X-SVN-Rev: 30326
2011-07-13 04:49:45 +00:00
John Emmons
cc17f253ed ICU-8696 Fix build break in merging CLDR 2.0.1
X-SVN-Rev: 30323
2011-07-13 02:27:28 +00:00
John Emmons
a963738287 ICU-8696 Merge CLDR 2.0.1
X-SVN-Rev: 30316
2011-07-12 19:55:07 +00:00
Peter Edberg
f5ccf251ef ICU-8583 Only parse arbitrary currency for calls that can return the found currency (e.g. parseCurrency)
X-SVN-Rev: 30313
2011-07-12 03:22:59 +00:00
Andy Heninger
b7608372a5 ICU-8595 Warning cleanup, UResType vs. int32_t
X-SVN-Rev: 30310
2011-07-10 23:22:00 +00:00
Peter Edberg
e59f0040ee ICU-8681 For asymmetric search, increase CE ring buffer size based on pattern characters.
X-SVN-Rev: 30307
2011-07-09 14:57:34 +00:00
Markus Scherer
6e70106104 ICU-7877 more documentation for explicit UnicodeString constructors
X-SVN-Rev: 30300
2011-07-08 22:09:28 +00:00
Michael Ow
974b996cb3 ICU-8660 Skip the current source char when searching for the next escape character
X-SVN-Rev: 30296
2011-07-08 17:21:13 +00:00
Andy Heninger
3cf524ee6a ICU-8595 Compiler warning fixes for UResType
X-SVN-Rev: 30295
2011-07-08 01:14:44 +00:00
Markus Scherer
2201fb816c ICU-7877 optionally explicit UnicodeString constructors, and make them explicit inside ICU
X-SVN-Rev: 30293
2011-07-07 18:46:19 +00:00
Markus Scherer
f0f91649ce ICU-8691 fix UnicodeString::startsWith(const UChar *, -1 for NUL-terminated)
X-SVN-Rev: 30292
2011-07-07 18:21:28 +00:00
Andy Heninger
47a0559a84 ICU-8623 Remove extra include of <string>
X-SVN-Rev: 30291
2011-07-07 00:53:20 +00:00
Steven R. Loomis
b209c07620 ICU-8687 warnings fix (clang)
X-SVN-Rev: 30285
2011-07-06 20:05:38 +00:00
Steven R. Loomis
aac270e4ba ICU-5890 implement rpath3.patch from #5890
X-SVN-Rev: 30283
2011-07-06 17:08:39 +00:00
Yoshito Umaoka
3c22c67825 ICU-8675 Simple test case for checking stand alone GMT parsing multiple times.
X-SVN-Rev: 30282
2011-07-06 16:42:25 +00:00
Markus Scherer
1beb0f1e4f ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
X-SVN-Rev: 30281
2011-07-06 04:03:35 +00:00
Markus Scherer
fc8eeb8f66 ICU-8601 remove platform.h.in definition of U_INLINE to match pwin32.h, ppalmos.h & umachine.h changes in r30148
X-SVN-Rev: 30279
2011-07-05 23:56:41 +00:00
Markus Scherer
493668a25f ICU-8573 remove support for U_IOSTREAM_SOURCE=198506
X-SVN-Rev: 30278
2011-07-05 23:42:32 +00:00
Yoshito Umaoka
515788594c ICU-8596 Fixed the actual maximum week problem.
X-SVN-Rev: 30276
2011-07-05 22:42:14 +00:00
Markus Scherer
08e1d54eab ICU-8657 fix mis-named LESwaps methods
X-SVN-Rev: 30274
2011-07-05 06:12:51 +00:00
Markus Scherer
34e7dd7870 ICU-8617 enclose UElement typedefs in U_CDECL_BEGIN..END
X-SVN-Rev: 30273
2011-07-05 01:02:42 +00:00
Markus Scherer
744d1f3a19 ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
X-SVN-Rev: 30272
2011-07-04 23:51:56 +00:00
Markus Scherer
a74d503edb ICU-8619 move some collation file data structure definitions from i18n/ucol_imp.h to common/ucol_data.h (new file)
X-SVN-Rev: 30271
2011-07-03 04:07:02 +00:00
Markus Scherer
b6036a94f9 ICU-8615 implement optional IDNA2008 CONTEXTO check in UTS46
X-SVN-Rev: 30268
2011-07-01 22:19:14 +00:00
Yoshito Umaoka
aaca2b7e95 ICU-8675 Fixed a time zone parse regression problem. The condition used for checking perfect match was wrong.
X-SVN-Rev: 30266
2011-07-01 21:07:32 +00:00
Markus Scherer
4abbf7161a ICU-8606 add Normalizer2.getCombiningClass(c)
X-SVN-Rev: 30263
2011-06-30 23:22:17 +00:00
Markus Scherer
a1c626ed90 ICU-8637 fix MessagePattern Part iteration when a plural style contains other followed by a different keyword, and the PluralRules return other
X-SVN-Rev: 30260
2011-06-30 18:34:23 +00:00
Peter Edberg
1d01381d47 ICU-8593 RuleBasedNumberFormat::format(double,...) should handle NAN
X-SVN-Rev: 30258
2011-06-30 05:43:56 +00:00
Peter Edberg
ec987e4fe9 ICU-8621 Add unicode/ in #include "unum.h"
X-SVN-Rev: 30257
2011-06-30 05:41:50 +00:00
Peter Edberg
e033e05d4d ICU-8622 Rearrange code & conditionals so UCONFIG_NO_SERVICE=1 works
X-SVN-Rev: 30256
2011-06-30 05:41:03 +00:00
Andy Heninger
13af35adac ICU-8673 Get rid of memcpy() of an object in RuleBasedBreakIterator::createBufferClone()
X-SVN-Rev: 30255
2011-06-29 23:41:05 +00:00
Andy Heninger
fe56e19f40 ICU-8629 fix unsafe memcpy of UnicodeStrings.
X-SVN-Rev: 30254
2011-06-29 23:25:35 +00:00
Michael Ow
5a0a5a7d87 ICU-8535 Use U_MINGW instead of U_CYGWIN where appropriate when building on MinGW
X-SVN-Rev: 30252
2011-06-29 19:49:05 +00:00
Michael Ow
737a9556de ICU-8535 Fix comments and preproccessor check for tzset
X-SVN-Rev: 30250
2011-06-28 23:36:17 +00:00
Michael Ow
12b3b0bfa8 ICU-8535 Fix tzset error in MinGW build
X-SVN-Rev: 30249
2011-06-28 23:34:49 +00:00
Michael Ow
c1f1d09b70 ICU-8535 Merge changes for MINGW build fix in branch to trunk and fix some other errors when building with MINGW.
X-SVN-Rev: 30247
2011-06-28 21:07:36 +00:00
Andy Heninger
05d9fcda26 ICU-8666 Fix regular expression assertion failure on match
X-SVN-Rev: 30244
2011-06-28 05:35:42 +00:00
Michael Ow
12df0b5e29 ICU-8559 Removed requirement for flags being in a fixed order
X-SVN-Rev: 30243
2011-06-27 21:58:09 +00:00
Yoshito Umaoka
207090ba5e ICU-8592 tzdata2011h to ICU4C. Also includes updates from CLDR (rev#5938)
X-SVN-Rev: 30241
2011-06-27 21:53:13 +00:00
Michael Ow
f3cfa0bb00 ICU-8559 Improve error report messages when pkgdata fails.
X-SVN-Rev: 30239
2011-06-27 18:51:52 +00:00
Michael Ow
dc38f079b5 ICU-8567 Fix error with building data on AIX using GCC
X-SVN-Rev: 30236
2011-06-26 07:14:41 +00:00
Michael Ow
c23cb577d4 ICU-8554 Don't use visibility attribute when building on AIX using GCC
X-SVN-Rev: 30235
2011-06-26 07:08:22 +00:00
Michael Ow
c03f56c4ca ICU-8588 Add missing include directory when using rc
X-SVN-Rev: 30234
2011-06-25 02:05:22 +00:00
Steven R. Loomis
1d7327df07 ICU-8665 typo fix
X-SVN-Rev: 30233
2011-06-25 00:16:27 +00:00
Steven R. Loomis
958c734daf ICU-8645 update docs for non-XPLINK
X-SVN-Rev: 30232
2011-06-25 00:11:59 +00:00
Michael Ow
c2bf97eb02 ICU-8602 Fix some compiler warnings.
X-SVN-Rev: 30231
2011-06-24 19:12:33 +00:00
Steven R. Loomis
feebfdb866 ICU-8643 append to LDFLAGS
X-SVN-Rev: 30224
2011-06-22 16:52:44 +00:00
Andy Heninger
d198367b6b ICU-8654 Fix incorrectly escaped unicode in test.
X-SVN-Rev: 30222
2011-06-22 04:44:45 +00:00
Yoshito Umaoka
0f29677f6a ICU-8624 Fixed a collation key compression problem. A tertiary key value was incorrect with a long string when case first option is set.
X-SVN-Rev: 30220
2011-06-20 17:18:46 +00:00
Andy Heninger
88e94ca0b0 ICU-8654 Spoof check, incorrect length used on NFD text.
X-SVN-Rev: 30218
2011-06-17 20:47:37 +00:00
Michael Ow
65629eb419 ICU-8635 Update ICU4C version to 49.0.1 (49M1)
X-SVN-Rev: 30216
2011-06-14 00:00:57 +00:00
Michael Ow
13ed82ae5d ICU-8567 Ensure AIX deletes proper library before creating a new one in pkgdata
X-SVN-Rev: 30206
2011-06-12 02:42:44 +00:00
Michael Ow
310c23c24e ICU-8578 Apply patch to fix some compiler warnings and related issues
X-SVN-Rev: 30205
2011-06-10 18:56:08 +00:00
Michael Ow
8f86f7b5b7 ICU-8585 Increase size of store string in gencmn
X-SVN-Rev: 30204
2011-06-09 23:48:38 +00:00
Andy Heninger
b8d330e9a7 ICU-8490 Add BreakIterator::refresInputText()
X-SVN-Rev: 30203
2011-06-09 22:49:40 +00:00
Andy Heninger
b90dc9ad48 ICU-8578 work around compiler warning in uprv_dlsym_func()
X-SVN-Rev: 30202
2011-06-09 22:28:40 +00:00
Michael Ow
8d587bf3bb ICU-8554 Don't use visibility attribute on Cygwin GCC and fix Cygwin tzset error.
X-SVN-Rev: 30200
2011-06-09 21:32:19 +00:00
Yoshito Umaoka
2e84d2861b ICU-8627 Lazily instantiate TimeZoneGenericNames instance in TimeZoneFormat, so formatting date without generic time zone pattern does not need to get through the relatively heavier one time initialization code.
X-SVN-Rev: 30196
2011-06-08 20:23:20 +00:00
Markus Scherer
9f7d74001c ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
X-SVN-Rev: 30194
2011-06-03 05:23:57 +00:00
Jungshik Shin
8cc8801c03 ICU-8613 fix a trivial bug found by PSV (a static analysis tool)
X-SVN-Rev: 30188
2011-06-02 22:08:21 +00:00
Michael Ow
96a2328093 ICU-8569 Terminate the UTF-7 byte buffer with MINUS when flushing
X-SVN-Rev: 30175
2011-06-01 16:25:22 +00:00
Markus Scherer
c2367c67f9 ICU-8601 fix extern-variable C/C++ mismatch in genrb (broke Windows)
X-SVN-Rev: 30155
2011-05-27 18:56:14 +00:00
Markus Scherer
6a8a76e7c7 ICU-8601 second try to fix build on platforms where UChar != uint16_t
X-SVN-Rev: 30154
2011-05-27 17:54:37 +00:00
Markus Scherer
d963e3242f ICU-8601 try to fix build on platforms where UChar != uint16_t
X-SVN-Rev: 30151
2011-05-26 21:42:55 +00:00
Yoshito Umaoka
3e6d2f0e18 ICU-8589 Corrected the condition for using country display name in a time zone partial name. Also updated the test case to parse the test date properly.
X-SVN-Rev: 30149
2011-05-26 20:56:15 +00:00
Markus Scherer
41c8654d92 ICU-8601 replace C U_INLINE hack with C++ inline, and also rename a few other .c files to .cpp for future UMTX_CHECK replacement
X-SVN-Rev: 30148
2011-05-26 20:05:39 +00:00
Markus Scherer
a198e88f64 ICU-8580 remove Release Candidate from 4.8 readme
X-SVN-Rev: 30136
2011-05-23 19:48:34 +00:00
Markus Scherer
0b7280f70b ICU-8313 update ICU4C API ref homepage
X-SVN-Rev: 30133
2011-05-19 22:44:40 +00:00
Markus Scherer
607d67e6d5 ICU-8563 do not right-shift a 32-bit integer by 32 bits
X-SVN-Rev: 30125
2011-05-16 22:55:13 +00:00
Steven R. Loomis
3e401643f6 ICU-8563 test for collation rule builder issue
X-SVN-Rev: 30122
2011-05-16 21:33:50 +00:00
Markus Scherer
02836844e6 ICU-8428 remove @draft etc. API tags from non-API headers (impl, tests, samples)
X-SVN-Rev: 30117
2011-05-16 20:46:27 +00:00
Markus Scherer
36f6ca2868 ICU-8428 fix @draft vs. U_DRAFT inconsistency
X-SVN-Rev: 30116
2011-05-16 20:45:25 +00:00
Steven R. Loomis
c1cae305f1 ICU-8428 update API change report
X-SVN-Rev: 30115
2011-05-16 14:32:45 +00:00
Markus Scherer
50bd1345ef ICU-8428 do not use @deprecated in internal headers
X-SVN-Rev: 30114
2011-05-14 00:06:45 +00:00
Markus Scherer
72b31f0cd3 ICU-8428 API tag for UErrorCode::U_FORMAT_INEXACT_ERROR
X-SVN-Rev: 30113
2011-05-13 21:21:35 +00:00
Markus Scherer
bd9268969e ICU-8428 API tags for ULocaleDataExemplarSetType and ULocaleDataDelimiterType values
X-SVN-Rev: 30112
2011-05-13 21:03:05 +00:00
Markus Scherer
2f67c788ad ICU-8428 API tags for UConverterType values
X-SVN-Rev: 30111
2011-05-13 20:51:26 +00:00
Yoshito Umaoka
abd602b33e ICU-8428 Updated readme.html for 4.8RC.
X-SVN-Rev: 30108
2011-05-12 19:39:22 +00:00
Yoshito Umaoka
810138b5b3 ICU-8565 Removed extra spaces in the BRK_CTD_SOURCE line. It looks 2 white space characters between thaidict.txt and kmerdict.txt triggered the issue.
X-SVN-Rev: 30107
2011-05-12 16:18:24 +00:00
Andy Heninger
e8db3da8d4 ICU-8539 Add test data for Japanese Line Break Tailoring.
X-SVN-Rev: 30106
2011-05-12 04:26:12 +00:00
John Emmons
7a0d90c14e ICU-8556 Merge CLDR release-2-0-d02 data
X-SVN-Rev: 30101
2011-05-12 02:11:29 +00:00
Steven R. Loomis
e95f4b3de3 ICU-8428 update api change report
X-SVN-Rev: 30100
2011-05-11 19:11:58 +00:00
Michael Ow
661d3dab79 ICU-8428 Update cxxfiles in header test for 4.8
X-SVN-Rev: 30099
2011-05-11 18:30:24 +00:00
Steven R. Loomis
0d0172d6f1 ICU-8560 platform, asciism in #6109
X-SVN-Rev: 30096
2011-05-11 04:42:01 +00:00
Markus Scherer
af4be08b65 ICU-8428 update pool.res files
X-SVN-Rev: 30089
2011-05-10 23:37:18 +00:00
Michael Ow
dc0bdf415e ICU-8553 Ensure cintltst and intltest passes gracefully with warning without data in 4.8
X-SVN-Rev: 30088
2011-05-10 22:01:46 +00:00
Markus Scherer
1f6523a058 ICU-8555 add nine new ISO 15924 script codes from 2010-12-21
X-SVN-Rev: 30085
2011-05-10 20:56:53 +00:00
Steven R. Loomis
625b955e7d ICU-8428 update windows version#
X-SVN-Rev: 30079
2011-05-10 17:17:39 +00:00
Steven R. Loomis
a9767e483a ICU-8547 update udraft.h etc
X-SVN-Rev: 30078
2011-05-10 02:39:00 +00:00
Stuart Gill
2b8eb22cc2 ICU-8295 changes based on code review
X-SVN-Rev: 30077
2011-05-10 00:16:40 +00:00
Steven R. Loomis
1f66736465 ICU-8545 fix for use with U_USING_NAMESPACE=0
X-SVN-Rev: 30075
2011-05-10 00:09:19 +00:00
Stuart Gill
871cc23d57 ICU-8468 changes following code review
X-SVN-Rev: 30074
2011-05-09 23:54:46 +00:00
Markus Scherer
1341b94989 ICU-8319 DLL-export private classes nested inside public ones
X-SVN-Rev: 30073
2011-05-09 23:49:06 +00:00
Steven R. Loomis
f7ff9a609a ICU-8545 urename for milestone:4.8 - fix tool issues, also add svn:ignore to dicttrieperf/Makefile
X-SVN-Rev: 30072
2011-05-09 23:31:44 +00:00
Andy Heninger
343f41f0f8 ICU-8543 Memory allocation functions check, fixes.
X-SVN-Rev: 30070
2011-05-09 22:21:08 +00:00
Andy Heninger
af7d88ffe8 ICU-8542 Line endings, non-ASCII and svn property fixes for ICU4C.
X-SVN-Rev: 30068
2011-05-09 21:37:36 +00:00
Peter Edberg
6a8f1e3c60 ICU-8329 Add Khmer dictionary-based word break test case from George Rhoten
X-SVN-Rev: 30062
2011-05-09 09:02:46 +00:00
Peter Edberg
6f1601400e ICU-8539 Add ja linebreak tailoring to match CSS normal; break before small kana and prolonged mark
X-SVN-Rev: 30061
2011-05-09 08:16:34 +00:00
Andy Heninger
6396036807 ICU-7083 incorporate review comments.
X-SVN-Rev: 30060
2011-05-09 02:56:05 +00:00
Andy Heninger
cf26986c13 ICU-8538 Valgrind error fixes in ICU 4.8RC
X-SVN-Rev: 30059
2011-05-09 02:35:48 +00:00
Michael Ow
7f09c1e396 ICU-8428 Update version number in Windows data files to 4.8
X-SVN-Rev: 30058
2011-05-07 02:32:52 +00:00
Markus Scherer
e579b92e84 ICU-8006 minor doc clarification
X-SVN-Rev: 30057
2011-05-07 01:09:01 +00:00
Michael Ow
64e979bdfe ICU-8537 Fix include platform.h statement for Windows
X-SVN-Rev: 30056
2011-05-06 23:02:23 +00:00
Markus Scherer
3ad925040a ICU-8295 minor doc spelling fixes
X-SVN-Rev: 30055
2011-05-06 22:34:03 +00:00
Michael Ow
5463d370b8 ICU-8537 Only include pwin32.h when using MinGW
X-SVN-Rev: 30054
2011-05-06 21:50:33 +00:00
Michael Ow
2a6abd14cf ICU-8006 Update isFixedWidth implementation in ICU4C
X-SVN-Rev: 30052
2011-05-06 21:28:05 +00:00
Yoshito Umaoka
62201ee859 ICU-8428 ICU4C and data version to 4.8. Also moved time bombs.
X-SVN-Rev: 30049
2011-05-06 20:45:10 +00:00
Markus Scherer
3ed970f1a7 ICU-8262 remove uloc_getDisplayNameOld() which is unused and had /* TODO:dougfelt remove */
X-SVN-Rev: 30048
2011-05-06 19:59:10 +00:00
John Emmons
c0005b822b ICU-8489 Fix exemplar problems in dua and mgh locales
X-SVN-Rev: 30043
2011-05-06 05:29:12 +00:00
Markus Scherer
044ec4cb18 ICU-8470 fixes for coding guidelines
X-SVN-Rev: 30042
2011-05-05 23:57:22 +00:00
Markus Scherer
4c71c03c6f ICU-8467 fixes for coding guidelines
X-SVN-Rev: 30041
2011-05-05 23:36:01 +00:00
Markus Scherer
bb70cf601c ICU-8319 workaround for gcc 3.3.3 compiler bug
X-SVN-Rev: 30040
2011-05-05 22:46:07 +00:00
John Emmons
6999e011f9 ICU-8489 Merge CLDR release-2-0-d01 into ICU
X-SVN-Rev: 30038
2011-05-05 20:34:48 +00:00
John Emmons
2d4a2ae78f ICU-8489 Merge CLDR release-2-0-d01 into ICU
X-SVN-Rev: 30037
2011-05-05 18:12:27 +00:00
Peter Edberg
67bb9b9b2c ICU-6109 Always use strict number parsing for date parsing
X-SVN-Rev: 30036
2011-05-05 17:09:06 +00:00
Peter Edberg
f5af90e2ff ICU-8329 fix svn properties for khmerdict.txt
X-SVN-Rev: 30035
2011-05-05 16:33:43 +00:00
Michael Ow
47c419c905 ICU-8519 Dynamically allocate kwdBuf.
X-SVN-Rev: 30034
2011-05-05 03:33:24 +00:00
Michael Ow
eb51926653 ICU-8519 Change the keyword buffer size to the capacity.
X-SVN-Rev: 30033
2011-05-05 03:08:32 +00:00
Steven R. Loomis
d99fe55461 ICU-8525 fix CSS type for API change report
X-SVN-Rev: 30031
2011-05-05 02:17:10 +00:00
Steven R. Loomis
5bd2362788 ICU-8525 doxygen warnings and API change report checkin
X-SVN-Rev: 30030
2011-05-05 02:14:32 +00:00
Steven R. Loomis
63dd5be23d ICU-8525 doxygen warnings
X-SVN-Rev: 30029
2011-05-05 01:35:22 +00:00
Steven R. Loomis
33ced448a3 ICU-8305 more doxygen fixes for regex
X-SVN-Rev: 30028
2011-05-04 23:13:14 +00:00
Steven R. Loomis
ba204d6987 ICU-8093 warnings fix, move internal
X-SVN-Rev: 30027
2011-05-04 23:12:49 +00:00
Andy Heninger
ae8896de7f ICU-8524 compiler warning cleanup.
X-SVN-Rev: 30026
2011-05-04 22:34:13 +00:00
Doug Felt
f51066e066 ICU-8448 update docs for list syntax
X-SVN-Rev: 30023
2011-05-04 17:07:24 +00:00
Markus Scherer
7a70bd8645 ICU-8197 undo bad fix from ticket #7039 because extract(..., uint32_t dstSize, ...) uses U_MAX_PTR(target) which is hopefully fixed for all platforms now (see ticket #8096)
X-SVN-Rev: 30022
2011-05-04 15:56:03 +00:00
Markus Scherer
9d4af09bea ICU-8096 make U_MAX_PTR(base) conform to C++ standard where possible
X-SVN-Rev: 30021
2011-05-04 15:33:44 +00:00
Markus Scherer
af43054b4e ICU-7848 normalize-append will never modify first-suffix if second begins with a has-boundary-before character; leave safeMiddle empty in that case
X-SVN-Rev: 30020
2011-05-04 13:44:04 +00:00
Peter Edberg
7aaca9b950 ICU-8329 Roll in Khmer dictionary word break code from George, data from Nathan/sbbic.org
X-SVN-Rev: 30019
2011-05-04 13:25:37 +00:00
Peter Edberg
332037ef5b ICU-6109 & #4942,#3579: Merge changes for lenient number & date parsing from branches/eric/lenient_number_parsing (manually!)
X-SVN-Rev: 30018
2011-05-04 12:23:42 +00:00
Markus Scherer
56b28bd292 ICU-7848 make normalize-append restore the middle string section (the relevant suffix of the first string) when something goes wrong (especially C buffer overflow)
X-SVN-Rev: 30014
2011-05-04 05:50:20 +00:00
Steven R. Loomis
3d44c5dc4b ICU-8171 fix warnings, or at least move them into POSIX portions of code
X-SVN-Rev: 30012
2011-05-04 04:07:45 +00:00
Yoshito Umaoka
a0b723bb79 ICU-8342 A minor fix for EBCDIC platforms - replacing '/' with ':' for resource bundle key.
X-SVN-Rev: 30010
2011-05-04 02:35:20 +00:00
Stuart Gill
0f8827be69 ICU-8295 fix compiler warning in C++ collator reordering API
X-SVN-Rev: 30005
2011-05-04 00:06:12 +00:00
Steven R. Loomis
388f165e13 ICU-7659 fix U_CC and U_CXX
X-SVN-Rev: 30004
2011-05-04 00:02:26 +00:00
Markus Scherer
781391999e ICU-8173 fix the Normalizer2::getDecomposition(c) docs
X-SVN-Rev: 30003
2011-05-03 23:59:31 +00:00
Peter Edberg
5d14eefc25 ICU-8467 Add C wrappers for some PluralRules functionality
X-SVN-Rev: 30001
2011-05-03 23:23:26 +00:00
Markus Scherer
b6ec20193a ICU-8171 fix warning in ucol_res.cpp/isAcceptableUCA()
X-SVN-Rev: 30000
2011-05-03 22:32:26 +00:00
Markus Scherer
31b3ddce42 ICU-8171 add const to char *tag in genrb/reslist
X-SVN-Rev: 29999
2011-05-03 22:26:26 +00:00
Markus Scherer
b20de12a95 ICU-8124 fix USCRIPT_ API constant tags
X-SVN-Rev: 29997
2011-05-03 22:15:31 +00:00
Peter Edberg
b0a2b3ad5c ICU-8470 Oops, fix test name in log message
X-SVN-Rev: 29996
2011-05-03 22:14:49 +00:00
Steven R. Loomis
84da6cfda0 ICU-8350 missed one
X-SVN-Rev: 29994
2011-05-03 21:22:02 +00:00
Markus Scherer
74e96609b2 ICU-8350 better ASCII/EBCDIC fix
X-SVN-Rev: 29992
2011-05-03 20:34:28 +00:00
Andy Heninger
b040e0649f ICU-8516 Add AlphabeticIndex to UOBjectTest
X-SVN-Rev: 29990
2011-05-03 20:14:49 +00:00
Steven R. Loomis
61bdf314c6 ICU-8350 terminate the buffer.
X-SVN-Rev: 29989
2011-05-03 19:48:42 +00:00
Peter Edberg
3745b313f3 ICU-8470 Add C wrappers for some DateIntervalFormat functionality
X-SVN-Rev: 29988
2011-05-03 19:33:19 +00:00
Steven R. Loomis
64a323a8e2 ICU-8350 fix another asciism
X-SVN-Rev: 29987
2011-05-03 18:16:18 +00:00
Michael Ow
2c18392ced ICU-7945 Add BCP47 Unicode attribute test case
X-SVN-Rev: 29986
2011-05-03 17:17:27 +00:00
Steven R. Loomis
932bcbef14 ICU-8350 fix ASCIIsm
X-SVN-Rev: 29985
2011-05-03 16:55:27 +00:00
Yoshito Umaoka
4d7569c743 ICU-8342 Refactoring ZoneStringFormat into TimeZoneNames and TimeZoneFormat (all internal APIs for now). Also supporting localized GMT zero format and fallback region format for generic names.
X-SVN-Rev: 29984
2011-05-03 14:59:01 +00:00
Steven R. Loomis
607f78619b ICU-8466 fix unescaped \u
X-SVN-Rev: 29983
2011-05-03 14:33:43 +00:00
Peter Edberg
04435370a7 ICU-8466 Oops, that hyphen in copied text was really an en dash, fix to use \u notation
X-SVN-Rev: 29977
2011-05-03 06:32:11 +00:00
Peter Edberg
d67f95f797 ICU-8466 Add get/adopt/setTimeZone to DateIntervalFormat, as in DateFormat
X-SVN-Rev: 29976
2011-05-03 05:44:58 +00:00
Markus Scherer
2bb81c0eca ICU-8079 set the correct UErrorCode
X-SVN-Rev: 29975
2011-05-03 04:11:32 +00:00
Steven R. Loomis
b88cd9bca9 ICU-8350 zOS fixes round one
X-SVN-Rev: 29973
2011-05-03 03:40:34 +00:00
Steven R. Loomis
f8aae2e64a ICU-6015 fixups for this round. More platform bug fixes will go into #8350
X-SVN-Rev: 29972
2011-05-03 03:38:37 +00:00
Markus Scherer
2021d92a62 ICU-8079 rewrite/simplify sort key buffer/memory management, fixes overflow & length counting bugs
X-SVN-Rev: 29968
2011-05-03 00:29:45 +00:00
Peter Edberg
b4653c9f9f ICU-8397 Add ucal_getFieldDifference, C wrapper for Calendar::fieldDifference(...)
X-SVN-Rev: 29966
2011-05-02 23:42:11 +00:00
Peter Edberg
2fdfe20655 ICU-8237 Add RelativeDateFormat::getDateFormatSymbols, use in udat_getSymbols/countSymbols
X-SVN-Rev: 29964
2011-05-02 23:14:32 +00:00
Andy Heninger
0852cc4e73 ICU-7572 Decimal Format UNUM_ROUND_UNNECESSARY implmenentation.
X-SVN-Rev: 29959
2011-05-02 19:15:03 +00:00
Michael Ow
4981242b47 ICU-8505 Add missing header file in some performance tests.
X-SVN-Rev: 29956
2011-05-02 17:07:00 +00:00
Michael Ow
4dc0689cab ICU-8273 Delete object before creating a new one in PluralFormat copy assignment operator.
X-SVN-Rev: 29951
2011-05-02 05:58:17 +00:00
Andy Heninger
e19f8e0591 ICU-5297 Charset detector confidence, use natural log, removes gratuitous difference between C++ and Java versions.
X-SVN-Rev: 29932
2011-04-29 22:44:44 +00:00