]>
granicus.if.org Git - icu/log
Peter Edberg [Thu, 12 Sep 2013 22:49:07 +0000 (22:49 +0000)]
ICU-10378 (C) Support skeleton meta-character 'J' in DateTimePatternGenerator
X-SVN-Rev: 34292
Yoshito Umaoka [Thu, 12 Sep 2013 20:53:12 +0000 (20:53 +0000)]
ICU-8474 Revert changes ULocale's class signature and comparTo method. Also removed Comparable from PluralRule's class signature, but preserved compareTo method as @internal.
X-SVN-Rev: 34289
Markus Scherer [Thu, 12 Sep 2013 20:33:29 +0000 (20:33 +0000)]
ICU-7392 DecimalFormatSymbols::createWithLastResortData(UErrorCode), and clean up the real initialize() for supplementary digits and memory management
X-SVN-Rev: 34288
Andy Heninger [Thu, 12 Sep 2013 20:07:53 +0000 (20:07 +0000)]
ICU-10273 PluralRules FixedDecimal, avoid undefined cast from NaN to int64_t
X-SVN-Rev: 34287
Andy Heninger [Thu, 12 Sep 2013 17:16:52 +0000 (17:16 +0000)]
ICU-10273 Investigate Sparc test failure.
X-SVN-Rev: 34286
Steven R. Loomis [Thu, 12 Sep 2013 06:29:39 +0000 (06:29 +0000)]
ICU-10379 fixes for IBM i - ambiguous types
X-SVN-Rev: 34285
Steven R. Loomis [Thu, 12 Sep 2013 05:49:49 +0000 (05:49 +0000)]
ICU-10273 fix compilation failure in test- need LL for long long
X-SVN-Rev: 34284
Peter Edberg [Thu, 12 Sep 2013 04:33:03 +0000 (04:33 +0000)]
ICU-10039 Per API review: Add consts, add unumsys_getDescription(), improve documentation
X-SVN-Rev: 34283
Steven R. Loomis [Thu, 12 Sep 2013 04:04:56 +0000 (04:04 +0000)]
ICU-10273 fix compilation failure on some platforms, also reorder zero-initializers to avoid warning
X-SVN-Rev: 34282
Steven R. Loomis [Thu, 12 Sep 2013 01:27:29 +0000 (01:27 +0000)]
ICU-10379 fixes for IBM i - asciism, fix some test cases
X-SVN-Rev: 34281
Andy Heninger [Thu, 12 Sep 2013 01:00:04 +0000 (01:00 +0000)]
ICU-10273 DecimalFormat::getFixedDecimal(), improved handling of rounding, overflow.
X-SVN-Rev: 34280
Markus Scherer [Thu, 12 Sep 2013 00:02:41 +0000 (00:02 +0000)]
ICU-10371 fix assertion in u_strFromUTF8()/u_strFromUTF8WithSub() code
X-SVN-Rev: 34279
Markus Scherer [Wed, 11 Sep 2013 23:46:50 +0000 (23:46 +0000)]
ICU-10355 std::string is available on Android
X-SVN-Rev: 34278
Markus Scherer [Wed, 11 Sep 2013 23:32:37 +0000 (23:32 +0000)]
ICU-10273 support plurals with decimals in MessageFormat and PluralFormat (ported from Java r34087 & r34276)
X-SVN-Rev: 34277
Markus Scherer [Wed, 11 Sep 2013 23:32:15 +0000 (23:32 +0000)]
ICU-8474 minor changes parallel with C++
X-SVN-Rev: 34276
Peter Edberg [Wed, 11 Sep 2013 21:38:11 +0000 (21:38 +0000)]
ICU-10375 Add \file and \brief to udisplaycontext.h headers so it works in apiref/icu4c/files.html
X-SVN-Rev: 34275
Steven R. Loomis [Wed, 11 Sep 2013 19:38:07 +0000 (19:38 +0000)]
ICU-10379 fixes for IBM i - mostly clarifying ambiguous casts.
X-SVN-Rev: 34274
John Emmons [Wed, 11 Sep 2013 19:18:50 +0000 (19:18 +0000)]
ICU-10380 Integrate additional CLDR 24 data ref. Cldrbug:6672
X-SVN-Rev: 34271
John Emmons [Wed, 11 Sep 2013 19:16:25 +0000 (19:16 +0000)]
ICU-10380 Integrate additional CLDR 24 data ref. Cldrbug:6672
X-SVN-Rev: 34270
Michael Ow [Wed, 11 Sep 2013 17:49:34 +0000 (17:49 +0000)]
ICU-10161 Delete number format after use
X-SVN-Rev: 34269
Peter Edberg [Wed, 11 Sep 2013 05:07:00 +0000 (05:07 +0000)]
ICU-10039 Add basic C wrapper for NumberingSystem (numsys.h), version 1
X-SVN-Rev: 34268
Andy Heninger [Wed, 11 Sep 2013 01:17:28 +0000 (01:17 +0000)]
ICU-10273 add DecimalFormat::getFixedDecimal(Formattable &)
X-SVN-Rev: 34267
Steven R. Loomis [Wed, 11 Sep 2013 01:02:24 +0000 (01:02 +0000)]
ICU-10360 update runConfigureICU for MacOSX vs MacOSX/GCC
X-SVN-Rev: 34266
Steven R. Loomis [Wed, 11 Sep 2013 00:51:18 +0000 (00:51 +0000)]
ICU-9742 removing tests depending on closed CldrBug:3058
X-SVN-Rev: 34265
Michael Ow [Wed, 11 Sep 2013 00:03:06 +0000 (00:03 +0000)]
ICU-10345 Call adoptInstead instead of orphan to avoid memory leak
X-SVN-Rev: 34264
Peter Edberg [Tue, 10 Sep 2013 21:53:00 +0000 (21:53 +0000)]
ICU-10065 (J) In DateTimePatternGenerator, add support for pattern chars O,X,x, adjust support for V,Z
X-SVN-Rev: 34263
Peter Edberg [Tue, 10 Sep 2013 21:29:14 +0000 (21:29 +0000)]
ICU-10065 Delete redundant LOW_K row in dtTypes[]
X-SVN-Rev: 34262
Peter Edberg [Tue, 10 Sep 2013 20:34:57 +0000 (20:34 +0000)]
ICU-10065 Better sanity checks and error logging in testAllFieldPatterns
X-SVN-Rev: 34261
Michael Ow [Tue, 10 Sep 2013 17:03:42 +0000 (17:03 +0000)]
ICU-10331 Fix memory leak in data test
X-SVN-Rev: 34260
Peter Edberg [Tue, 10 Sep 2013 07:59:01 +0000 (07:59 +0000)]
ICU-10142 Add missing final EOL in ubidi.c
X-SVN-Rev: 34257
Peter Edberg [Tue, 10 Sep 2013 07:51:38 +0000 (07:51 +0000)]
ICU-10065 In DateTimePatternGenerator, add support for pattern chars K,O,X,x, adjust support for V
X-SVN-Rev: 34256
Andy Heninger [Tue, 10 Sep 2013 03:44:20 +0000 (03:44 +0000)]
ICU-10373 A few more namespace tweaks to fix the Windows build.
X-SVN-Rev: 34255
Andy Heninger [Tue, 10 Sep 2013 00:59:18 +0000 (00:59 +0000)]
ICU-10373 One more namespace fix.
X-SVN-Rev: 34254
Andy Heninger [Tue, 10 Sep 2013 00:46:27 +0000 (00:46 +0000)]
ICU-10373 Fix ambiguous names build problem from previous namesapce change.
X-SVN-Rev: 34253
Markus Scherer [Tue, 10 Sep 2013 00:34:12 +0000 (00:34 +0000)]
ICU-10365 fix namespace issue: icu::UInitOnce
X-SVN-Rev: 34252
Steven R. Loomis [Tue, 10 Sep 2013 00:13:41 +0000 (00:13 +0000)]
ICU-10373 fix -DU_USING_ICU_NAMESPACE=0 issues
X-SVN-Rev: 34251
Michael Ow [Mon, 9 Sep 2013 18:44:28 +0000 (18:44 +0000)]
ICU-10329 Update ICU4J charset alias table
X-SVN-Rev: 34250
Michael Ow [Mon, 9 Sep 2013 18:16:12 +0000 (18:16 +0000)]
ICU-10329 Update Java alias for ISO-8859-7
X-SVN-Rev: 34249
Jungshik Shin [Mon, 9 Sep 2013 17:58:59 +0000 (17:58 +0000)]
ICU-9051 timezone offset fix on iOS
X-SVN-Rev: 34248
Michael Ow [Mon, 9 Sep 2013 17:58:07 +0000 (17:58 +0000)]
ICU-10290 Update bsd config file
X-SVN-Rev: 34247
John Emmons [Sun, 8 Sep 2013 04:08:33 +0000 (04:08 +0000)]
ICU-10370 Remove BOMs from java files in the samples
X-SVN-Rev: 34246
John Emmons [Sun, 8 Sep 2013 04:01:38 +0000 (04:01 +0000)]
ICU-10335 Add missing alias from ky_KG to ky_Cyrl_KG
X-SVN-Rev: 34245
John Emmons [Sun, 8 Sep 2013 03:52:02 +0000 (03:52 +0000)]
ICU-10335 Add missing alias from ky_KG to ky_Cyrl_KG
X-SVN-Rev: 34244
John Emmons [Sat, 7 Sep 2013 20:54:48 +0000 (20:54 +0000)]
ICU-10335 Merge completed CLDR24 branch into trunk.
X-SVN-Rev: 34239
John Emmons [Sat, 7 Sep 2013 20:46:42 +0000 (20:46 +0000)]
ICU-10335 Merge completed CLDR24 branch into trunk.
X-SVN-Rev: 34238
Peter Edberg [Sat, 7 Sep 2013 01:36:01 +0000 (01:36 +0000)]
ICU-7647 Update compiled license document to include the laodict.txt license
X-SVN-Rev: 34234
Peter Edberg [Sat, 7 Sep 2013 01:03:46 +0000 (01:03 +0000)]
ICU-7647 J, Add/use LaoBreakEngine and corresponding dictionary
X-SVN-Rev: 34233
Peter Edberg [Fri, 6 Sep 2013 23:43:13 +0000 (23:43 +0000)]
ICU-7647 Add/use LaoBreakEngine and laodict.txt; more useful messages in gendict
X-SVN-Rev: 34229
Andy Heninger [Fri, 6 Sep 2013 20:02:42 +0000 (20:02 +0000)]
ICU-10273 Plural Rules Fixed Decimal, improve handling of NaN and Infinity
X-SVN-Rev: 34225
Steven R. Loomis [Fri, 6 Sep 2013 06:22:23 +0000 (06:22 +0000)]
ICU-10132 Reverting to options as of r477 - regressed in r32558
X-SVN-Rev: 34220
Steven R. Loomis [Fri, 6 Sep 2013 06:08:24 +0000 (06:08 +0000)]
ICU-10366 checkin libs
X-SVN-Rev: 34219
Steven R. Loomis [Fri, 6 Sep 2013 06:06:16 +0000 (06:06 +0000)]
ICU-10366 regen APIChangeReport.html
X-SVN-Rev: 34218
Steven R. Loomis [Fri, 6 Sep 2013 06:03:39 +0000 (06:03 +0000)]
ICU-10366 add inplace-old to work around relative directory madness
X-SVN-Rev: 34217
Steven R. Loomis [Fri, 6 Sep 2013 05:04:54 +0000 (05:04 +0000)]
ICU-7912 one more update to fix untagged items..
X-SVN-Rev: 34216
Steven R. Loomis [Fri, 6 Sep 2013 05:01:22 +0000 (05:01 +0000)]
ICU-10365 another typo as per r34214
X-SVN-Rev: 34215
Andy Heninger [Fri, 6 Sep 2013 04:14:48 +0000 (04:14 +0000)]
ICU-10365 Fix typo in previous commit that broke the build on several platforms.
X-SVN-Rev: 34214
Peter Edberg [Fri, 6 Sep 2013 02:06:05 +0000 (02:06 +0000)]
ICU-10161 J - Ignore LRM/RLM/ALM in text and affixes when comparing;
add internal support for minus/plus symbol strings to DecimalFormatSymbols;
pre-integrate some CLDR 24 number symbol/pattern changes so tests match them.
X-SVN-Rev: 34212
Steven R. Loomis [Fri, 6 Sep 2013 02:02:15 +0000 (02:02 +0000)]
ICU-10366 checkin initial APIChangeReport.html
X-SVN-Rev: 34211
Steven R. Loomis [Fri, 6 Sep 2013 01:59:35 +0000 (01:59 +0000)]
ICU-10366 allow inplace build, add note about xalan/xerces
X-SVN-Rev: 34210
Andy Heninger [Fri, 6 Sep 2013 01:41:14 +0000 (01:41 +0000)]
ICU-10365 Mutex implementation, use ICU namespace where possible, cleans up urename.
X-SVN-Rev: 34209
Andy Heninger [Thu, 5 Sep 2013 23:28:28 +0000 (23:28 +0000)]
ICU-10273 Plural Rules, add DecimalFormat::getFixedDecimal(). Work in progress.
X-SVN-Rev: 34204
Peter Edberg [Thu, 5 Sep 2013 22:13:07 +0000 (22:13 +0000)]
ICU-10161 trimMarksFromAffix must trim all marks; update "ar" number patterns to latest
X-SVN-Rev: 34203
Steven R. Loomis [Thu, 5 Sep 2013 05:32:56 +0000 (05:32 +0000)]
ICU-10345 make formatting of a Formattable currency thread safe.. by cloning. makes unum_formatDoubleCurrency also slow.
X-SVN-Rev: 34200
Steven R. Loomis [Thu, 5 Sep 2013 03:55:29 +0000 (03:55 +0000)]
ICU-10357 only show 'are you missing data' once
X-SVN-Rev: 34197
Steven R. Loomis [Thu, 5 Sep 2013 00:23:28 +0000 (00:23 +0000)]
ICU-10100 promote getFontTable(tag,length) to draft.
X-SVN-Rev: 34194
Steven R. Loomis [Wed, 4 Sep 2013 23:00:06 +0000 (23:00 +0000)]
ICU-10331 use --std=c++03 by default for MinGW
X-SVN-Rev: 34193
Steven R. Loomis [Wed, 4 Sep 2013 22:36:52 +0000 (22:36 +0000)]
ICU-10331 move platform dependency out of udatatst.c , other fixes for msys/mingw
X-SVN-Rev: 34192
Steven R. Loomis [Wed, 4 Sep 2013 22:01:44 +0000 (22:01 +0000)]
ICU-9790 forgot to checkin aclocal.m4 (though it is generated)
X-SVN-Rev: 34191
Steven R. Loomis [Wed, 4 Sep 2013 19:39:59 +0000 (19:39 +0000)]
ICU-9619 note in readme
X-SVN-Rev: 34190
Steven R. Loomis [Wed, 4 Sep 2013 17:31:08 +0000 (17:31 +0000)]
ICU-9790 note file contents
X-SVN-Rev: 34189
Peter Edberg [Wed, 4 Sep 2013 10:46:03 +0000 (10:46 +0000)]
ICU-10161 Now compareSimpleAffix ignores LRM/RLM/ALM in affix or text when comparing them;
and pre-integrate some CLDR 24 number symbol & pattern changes so tests will match the new data.
X-SVN-Rev: 34186
Steven R. Loomis [Wed, 4 Sep 2013 06:59:04 +0000 (06:59 +0000)]
ICU-10331 mingw fixes
X-SVN-Rev: 34185
Steven R. Loomis [Wed, 4 Sep 2013 06:19:26 +0000 (06:19 +0000)]
ICU-10028 u_finit and u_fadopt test
X-SVN-Rev: 34184
Steven R. Loomis [Wed, 4 Sep 2013 05:41:01 +0000 (05:41 +0000)]
ICU-10122 fix test for U_TIMEZONE
X-SVN-Rev: 34183
Steven R. Loomis [Wed, 4 Sep 2013 05:14:27 +0000 (05:14 +0000)]
ICU-9790 bring ICU kicking and screaming into the 20th [sic] century
X-SVN-Rev: 34182
Steven R. Loomis [Wed, 4 Sep 2013 04:55:27 +0000 (04:55 +0000)]
ICU-9790 configure.in should be configure.ac - http://www.gnu.org/software/automake/manual/html_node/Requirements.html#Requirements
X-SVN-Rev: 34181
Steven R. Loomis [Wed, 4 Sep 2013 04:40:58 +0000 (04:40 +0000)]
ICU-10178 clarify UnicodeString::compare
X-SVN-Rev: 34180
Steven R. Loomis [Wed, 4 Sep 2013 03:58:09 +0000 (03:58 +0000)]
ICU-10342 oops - make sure icuio builds before tools. (derb depends on ustdio.) This worked in parallel but not in -j1
X-SVN-Rev: 34179
Scott Russell [Wed, 4 Sep 2013 02:44:27 +0000 (02:44 +0000)]
ICU-10249 Implement new Islamic calendar variants tbla, rgsa (fix for broken test)
X-SVN-Rev: 34178
Steven R. Loomis [Wed, 4 Sep 2013 02:09:29 +0000 (02:09 +0000)]
ICU-10351 add "pcheck", parallel check
X-SVN-Rev: 34177
Andy Heninger [Wed, 4 Sep 2013 01:07:35 +0000 (01:07 +0000)]
ICU-10273 Plural Rules, add DecimalFormat::getFixedDecimal(). Work in progress.
X-SVN-Rev: 34176
Steven R. Loomis [Wed, 4 Sep 2013 00:10:00 +0000 (00:10 +0000)]
ICU-10342 remove OS deps from derb
X-SVN-Rev: 34174
Steven R. Loomis [Wed, 4 Sep 2013 00:01:26 +0000 (00:01 +0000)]
ICU-9619 add const to getters
X-SVN-Rev: 34173
Scott Russell [Tue, 3 Sep 2013 22:26:48 +0000 (22:26 +0000)]
ICU-10249 Implement new Islamic calendar variants tbla, rgsa
X-SVN-Rev: 34172
Matitiahu Allouche [Tue, 3 Sep 2013 20:21:42 +0000 (20:21 +0000)]
ICU-10142 just checking that I can commit.
X-SVN-Rev: 34171
Markus Scherer [Tue, 3 Sep 2013 17:58:45 +0000 (17:58 +0000)]
ICU-10142 fix for old-style C
X-SVN-Rev: 34169
Steven R. Loomis [Tue, 3 Sep 2013 17:44:01 +0000 (17:44 +0000)]
ICU-10270 fix // comments in udat.h
X-SVN-Rev: 34168
Peter Edberg [Tue, 3 Sep 2013 05:14:19 +0000 (05:14 +0000)]
ICU-9960 The private/@internal versions of matchString,subParse added in r31186 should be marked as such
X-SVN-Rev: 34166
Steven R. Loomis [Fri, 30 Aug 2013 23:46:37 +0000 (23:46 +0000)]
ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll
X-SVN-Rev: 34159
Steven R. Loomis [Fri, 30 Aug 2013 23:39:28 +0000 (23:39 +0000)]
ICU-9710 fixed U_PLATFORM on darwin. also added U_PF_BSD to the debug printf while at it.
X-SVN-Rev: 34158
Steven R. Loomis [Fri, 30 Aug 2013 22:45:31 +0000 (22:45 +0000)]
ICU-10308 add back only the flags which make a difference
X-SVN-Rev: 34157
Andy Heninger [Fri, 30 Aug 2013 22:16:21 +0000 (22:16 +0000)]
ICU-9980 DecimalFormat::parseCurrency() - init output currencty parameter.
X-SVN-Rev: 34156
Steven R. Loomis [Fri, 30 Aug 2013 22:09:58 +0000 (22:09 +0000)]
ICU-10308 remove platform specific stuff from .pc files. Add note recommending pkg-config over icu-config.
X-SVN-Rev: 34155
Steven R. Loomis [Fri, 30 Aug 2013 21:20:02 +0000 (21:20 +0000)]
ICU-10123 add check for elf.h before using (note, had to add U_HAVE_ELF_H)
X-SVN-Rev: 34154
Steven R. Loomis [Fri, 30 Aug 2013 20:58:37 +0000 (20:58 +0000)]
ICU-9779 update config.guess and config.sub from latest on savannah
X-SVN-Rev: 34153
Steven R. Loomis [Fri, 30 Aug 2013 20:47:42 +0000 (20:47 +0000)]
ICU-9211 add --disable-tools and warnings
X-SVN-Rev: 34152
Markus Scherer [Fri, 30 Aug 2013 20:27:29 +0000 (20:27 +0000)]
ICU-10142 BidiCharacterTest.txt field 0 is always a code point string
X-SVN-Rev: 34151
Steven R. Loomis [Fri, 30 Aug 2013 20:27:13 +0000 (20:27 +0000)]
ICU-9675 clean regen configure (whitespace)
X-SVN-Rev: 34150
Markus Scherer [Fri, 30 Aug 2013 19:50:39 +0000 (19:50 +0000)]
ICU-10142 implement Unicode 6.3 bidi algorithm additions: merge icu4j/branches/mati/uba63 into trunk, merge new test for BidiCharacterTest.txt into BiDiConformanceTest.java
X-SVN-Rev: 34149
Markus Scherer [Fri, 30 Aug 2013 16:32:45 +0000 (16:32 +0000)]
ICU-10142 implement Unicode 6.3 bidi algorithm additions: merge icu/branches/mati/uba63 into trunk, merge new test for BidiCharacterTest.txt into bidiconf.cpp
X-SVN-Rev: 34147