Commit Graph

18039 Commits

Author SHA1 Message Date
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