]> granicus.if.org Git - icu/log
icu
9 years agoICU-10086 prevent warning or error from g++ -pedantic for extra semicolon after non...
Markus Scherer [Thu, 28 May 2015 18:57:35 +0000 (18:57 +0000)]
ICU-10086 prevent warning or error from g++ -pedantic for extra semicolon after non-member function definition in U_DEFINE_LOCAL_OPEN_POINTER

X-SVN-Rev: 37470

9 years agoICU-10086 move & swap for UnicodeString, LocalPointer, LocalArray
Markus Scherer [Thu, 28 May 2015 17:03:45 +0000 (17:03 +0000)]
ICU-10086 move & swap for UnicodeString, LocalPointer, LocalArray

X-SVN-Rev: 37469

9 years agoICU-11697 SimpleCache thread safety - changed cacheRef to volatile.
Yoshito Umaoka [Thu, 28 May 2015 06:47:50 +0000 (06:47 +0000)]
ICU-11697 SimpleCache thread safety - changed cacheRef to volatile.

X-SVN-Rev: 37468

9 years agoICU-11703 Fixed a potential memory leak in language tag parser implementation.
Yoshito Umaoka [Thu, 28 May 2015 06:29:16 +0000 (06:29 +0000)]
ICU-11703 Fixed a potential memory leak in language tag parser implementation.

X-SVN-Rev: 37467

9 years agoICU-11602 Fixed a wrong condition used for detecting keyword without value in uloc...
Yoshito Umaoka [Wed, 20 May 2015 23:44:16 +0000 (23:44 +0000)]
ICU-11602 Fixed a wrong condition used for detecting keyword without value in uloc internal function for parsing keywords. TestKeywordVariants was updated to include a case hitting the code path. The test code was also updated to handle error status. A follow up ticket #11690 was created for recording some issues with the test case found in this time.

X-SVN-Rev: 37454

9 years agoICU-11677 Added a couple of test cases parsing abutting numeric date field patterns...
Yoshito Umaoka [Tue, 19 May 2015 21:25:21 +0000 (21:25 +0000)]
ICU-11677 Added a couple of test cases parsing abutting numeric date field patterns including quarter - Qyy and QQyy in TestQuarters(). ICU4C did not have the parsing problem reported by #11677, but I want to add some test cases matchnig the ones added in ICU4J side.

X-SVN-Rev: 37453

9 years agoICU-11677 Fixed numeric field detection method to return true for pattern Q up to...
Yoshito Umaoka [Tue, 19 May 2015 21:25:08 +0000 (21:25 +0000)]
ICU-11677 Fixed numeric field detection method to return true for pattern Q up to two letters. The pattern letters constant were updated to match the corresponding C implementation (DateFormatSymbols:isNumericField(UDateFormatField,int32_t)). Uncommented TestQuarters which was commented previously for some reasons, and added the problematic abutting patterns - Qyy and QQyy in the test data.

X-SVN-Rev: 37452

10 years agoICU-11665 Inconsistent word break of Japanese text.
Andy Heninger [Sat, 16 May 2015 01:05:26 +0000 (01:05 +0000)]
ICU-11665 Inconsistent word break of Japanese text.

X-SVN-Rev: 37448

10 years agoICU-10687 Break Engine Factory, simplify synchronization.
Andy Heninger [Thu, 14 May 2015 21:54:53 +0000 (21:54 +0000)]
ICU-10687 Break Engine Factory, simplify synchronization.

X-SVN-Rev: 37440

10 years agoICU-11670 Fix incorrect API doc for class TimeZone.
Andy Heninger [Thu, 14 May 2015 18:40:12 +0000 (18:40 +0000)]
ICU-11670 Fix incorrect API doc for class TimeZone.

X-SVN-Rev: 37439

10 years agoICU-11663 Remove obsolete file brkitr/line_ja.txt
Andy Heninger [Thu, 14 May 2015 18:22:28 +0000 (18:22 +0000)]
ICU-11663 Remove obsolete file brkitr/line_ja.txt

X-SVN-Rev: 37438

10 years agoICU-11674 Make ULocale tests work better with Android.
Fredrik Roubert [Tue, 12 May 2015 18:38:39 +0000 (18:38 +0000)]
ICU-11674 Make ULocale tests work better with Android.

ULocale has been updated to work with scripts and Unicode extensions in
the Android Locale, so the tests can be updated to expect this to behave
essentially like Java 7.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/235430043

X-SVN-Rev: 37432

10 years agoICU-11628 Update version number to 56.0.1 in icu data
Michael Ow [Mon, 11 May 2015 21:42:59 +0000 (21:42 +0000)]
ICU-11628 Update version number to 56.0.1 in icu data

X-SVN-Rev: 37431

10 years agoICU-11674 Make ULocale work better with Android.
Fredrik Roubert [Fri, 8 May 2015 14:43:48 +0000 (14:43 +0000)]
ICU-11674 Make ULocale work better with Android.

Android supports scripts and Unicode extensions, but not locale
categories. Instead of identifying Java version to determine
capabilities, this change introduces two booleans in JDKLocaleHelper,
one that tells whether the implementation supports locale categories,
and another that tells whether scripts and extensions are supported.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/238000043

X-SVN-Rev: 37430

10 years agoICU-11635 Fix supplemental character handling bug in class IdentifierInfo.
Andy Heninger [Thu, 7 May 2015 00:32:28 +0000 (00:32 +0000)]
ICU-11635 Fix supplemental character handling bug in class IdentifierInfo.

X-SVN-Rev: 37427

10 years agoICU-11578 Set the default value of U_USE_USRDATA to 0
Michael Ow [Mon, 4 May 2015 19:11:04 +0000 (19:11 +0000)]
ICU-11578 Set the default value of U_USE_USRDATA to 0

X-SVN-Rev: 37420

10 years agoICU-11659 Remove remnants of ICU_USE_THREADS
Andy Heninger [Thu, 30 Apr 2015 01:10:04 +0000 (01:10 +0000)]
ICU-11659 Remove remnants of ICU_USE_THREADS

X-SVN-Rev: 37415

10 years agoICU-11603 BreakTransliterator thread safety changes, use LocalPointer and Mutex classes.
Andy Heninger [Wed, 29 Apr 2015 23:18:32 +0000 (23:18 +0000)]
ICU-11603 BreakTransliterator thread safety changes, use LocalPointer and Mutex classes.

X-SVN-Rev: 37414

10 years agoICU-11630 tzdata2015d to ICU4J
Yoshito Umaoka [Fri, 24 Apr 2015 23:46:18 +0000 (23:46 +0000)]
ICU-11630 tzdata2015d to ICU4J

X-SVN-Rev: 37400

10 years agoICU-11630 tzdata2015d to ICU4C
Yoshito Umaoka [Fri, 24 Apr 2015 23:45:28 +0000 (23:45 +0000)]
ICU-11630 tzdata2015d to ICU4C

X-SVN-Rev: 37399

10 years agoICU-11643 Several threading test cleanups.
Andy Heninger [Thu, 23 Apr 2015 23:59:24 +0000 (23:59 +0000)]
ICU-11643 Several threading test cleanups.

X-SVN-Rev: 37395

10 years agoICU-11654 Remove test/threadtest. Obsolete, abandoned code.
Andy Heninger [Thu, 23 Apr 2015 21:39:31 +0000 (21:39 +0000)]
ICU-11654 Remove test/threadtest. Obsolete, abandoned code.

X-SVN-Rev: 37392

10 years agoICU-11564 Delete a stale cast and comment.
George Rhoten [Thu, 23 Apr 2015 17:14:52 +0000 (17:14 +0000)]
ICU-11564 Delete a stale cast and comment.

X-SVN-Rev: 37388

10 years agoICU-11564 Improve the thread safety of RBNF.
George Rhoten [Thu, 23 Apr 2015 16:13:46 +0000 (16:13 +0000)]
ICU-11564 Improve the thread safety of RBNF.
The recursion count is now a method argument instead of a data member.
Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.

X-SVN-Rev: 37387

10 years agoICU-4243 Fix RBNF ordinal parsing testing. This has worked for a while now.
George Rhoten [Thu, 23 Apr 2015 08:19:47 +0000 (08:19 +0000)]
ICU-4243 Fix RBNF ordinal parsing testing. This has worked for a while now.

X-SVN-Rev: 37386

10 years agoICU-10830 Fix build failure due to using trunk data from CLDR.
George Rhoten [Thu, 23 Apr 2015 07:55:14 +0000 (07:55 +0000)]
ICU-10830 Fix build failure due to using trunk data from CLDR.

X-SVN-Rev: 37384

10 years agoICU-11564 Improve the thread safety of RBNF.
George Rhoten [Thu, 23 Apr 2015 07:44:14 +0000 (07:44 +0000)]
ICU-11564 Improve the thread safety of RBNF.
The recursion count is now a method argument instead of a data member.
Some data fields are now marked final to ensure thread safety, which caused reordering of some data initialization/parsing.
Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.

X-SVN-Rev: 37383

10 years agoICU-10830 RBNF locale aliases need fixing
George Rhoten [Thu, 23 Apr 2015 07:13:31 +0000 (07:13 +0000)]
ICU-10830 RBNF locale aliases need fixing

X-SVN-Rev: 37382

10 years agoICU-11574 genuca new script sample characters
Markus Scherer [Wed, 22 Apr 2015 23:07:33 +0000 (23:07 +0000)]
ICU-11574 genuca new script sample characters

X-SVN-Rev: 37381

10 years agoICU-11652 Change default padding character from astricks 0x002A to space 0x0020
Travis Keep [Wed, 22 Apr 2015 21:54:15 +0000 (21:54 +0000)]
ICU-11652 Change default padding character from astricks 0x002A to space 0x0020

X-SVN-Rev: 37378

10 years agoICU-11574 fix Cherokee case folding data: add scf->self mappings for characters that...
Markus Scherer [Tue, 21 Apr 2015 23:55:18 +0000 (23:55 +0000)]
ICU-11574 fix Cherokee case folding data: add scf->self mappings for characters that do not have sfc (map to self) but have slc (ICU code: sfc falls back to slc)

X-SVN-Rev: 37374

10 years agoICU-11633 remove U_ALIGN_CODE
Andy Heninger [Mon, 20 Apr 2015 22:15:04 +0000 (22:15 +0000)]
ICU-11633 remove U_ALIGN_CODE

X-SVN-Rev: 37369

10 years agoICU-11608 remove lines with $ svn keywords
Andy Heninger [Mon, 20 Apr 2015 20:50:26 +0000 (20:50 +0000)]
ICU-11608 remove lines with $ svn keywords

X-SVN-Rev: 37368

10 years agoICU-11608 remove lines with $ svn keywords
Andy Heninger [Mon, 20 Apr 2015 20:43:56 +0000 (20:43 +0000)]
ICU-11608 remove lines with $ svn keywords

X-SVN-Rev: 37367

10 years agoICU-11609 set svn property eol-style native for more text files in icu4j.
Andy Heninger [Fri, 17 Apr 2015 23:31:56 +0000 (23:31 +0000)]
ICU-11609 set svn property eol-style native for more text files in icu4j.

X-SVN-Rev: 37365

10 years agoICU-11609 add svn:eol-style property to vcxproj files.
Andy Heninger [Fri, 17 Apr 2015 21:25:48 +0000 (21:25 +0000)]
ICU-11609 add svn:eol-style property to vcxproj files.

X-SVN-Rev: 37364

10 years agoICU-11574 Unicode 8 updates
Markus Scherer [Thu, 16 Apr 2015 23:42:50 +0000 (23:42 +0000)]
ICU-11574 Unicode 8 updates

X-SVN-Rev: 37353

10 years agoICU-11642 add -q options to gencfu,gencnval,gendict,makeconv,genbrk
Steven R. Loomis [Thu, 16 Apr 2015 15:22:30 +0000 (15:22 +0000)]
ICU-11642 add -q options to gencfu,gencnval,gendict,makeconv,genbrk

X-SVN-Rev: 37343

10 years agoICU-11603 Transliterator thread safety fixes.
Andy Heninger [Wed, 15 Apr 2015 22:43:15 +0000 (22:43 +0000)]
ICU-11603 Transliterator thread safety fixes.

X-SVN-Rev: 37342

10 years agoICU-11551 new UNISTR_OBJECT_SIZE=64 for 27 UChars stored internally on 64-bit machine
Markus Scherer [Wed, 15 Apr 2015 18:49:55 +0000 (18:49 +0000)]
ICU-11551 new UNISTR_OBJECT_SIZE=64 for 27 UChars stored internally on 64-bit machine

X-SVN-Rev: 37339

10 years agoICU-11629 Updated ICU4J version to 56.0.1.
Yoshito Umaoka [Wed, 15 Apr 2015 16:41:47 +0000 (16:41 +0000)]
ICU-11629 Updated ICU4J version to 56.0.1.

X-SVN-Rev: 37338

10 years agoICU-11628 Updated ICU4C version to 56.0.1.
Yoshito Umaoka [Wed, 15 Apr 2015 16:41:07 +0000 (16:41 +0000)]
ICU-11628 Updated ICU4C version to 56.0.1.

X-SVN-Rev: 37337

10 years agoICU-11630 Update tzdata in ICU4C to 2015c
Michael Ow [Tue, 14 Apr 2015 21:24:11 +0000 (21:24 +0000)]
ICU-11630 Update tzdata in ICU4C to 2015c

X-SVN-Rev: 37335

10 years agoICU-11630 Update tzdata in ICU4J to 2015c
Michael Ow [Tue, 14 Apr 2015 21:23:40 +0000 (21:23 +0000)]
ICU-11630 Update tzdata in ICU4J to 2015c

X-SVN-Rev: 37334

10 years agoICU-11638 Improve RegexMatcher::group() API docs.
Andy Heninger [Mon, 13 Apr 2015 21:59:04 +0000 (21:59 +0000)]
ICU-11638 Improve RegexMatcher::group() API docs.

X-SVN-Rev: 37327

10 years agoICU-11599 Adjust atomic ops code to be more compatible with thread sanitizer tools.
Andy Heninger [Thu, 9 Apr 2015 23:16:55 +0000 (23:16 +0000)]
ICU-11599 Adjust atomic ops code to be more compatible with thread sanitizer tools.

X-SVN-Rev: 37326

10 years agoICU-11580 Fix DateIntervalInfo descrepencies between C and J
Travis Keep [Thu, 9 Apr 2015 18:28:59 +0000 (18:28 +0000)]
ICU-11580 Fix DateIntervalInfo descrepencies between C and J

X-SVN-Rev: 37325

10 years agoICU-11595 Merging locale matcher's fix from the work branch emmons/t11595 to trunk...
Yoshito Umaoka [Fri, 27 Mar 2015 17:57:18 +0000 (17:57 +0000)]
ICU-11595 Merging locale matcher's fix from the work branch emmons/t11595 to trunk, with ICU4J data jar files regenerated from the ICU4C trunk.

X-SVN-Rev: 37295

10 years agoICU-11595 Merge CLDR update to trunk
Michael Ow [Fri, 27 Mar 2015 17:25:30 +0000 (17:25 +0000)]
ICU-11595 Merge CLDR update to trunk

X-SVN-Rev: 37293

10 years agoICU-11604 update readme and APIChangeReport for GA
Steven R. Loomis [Wed, 25 Mar 2015 17:12:41 +0000 (17:12 +0000)]
ICU-11604 update readme and APIChangeReport for GA

X-SVN-Rev: 37270

10 years agoICU-11315 tzdata2015b updates in ICU4J.
Yoshito Umaoka [Tue, 24 Mar 2015 22:34:57 +0000 (22:34 +0000)]
ICU-11315 tzdata2015b updates in ICU4J.

X-SVN-Rev: 37267

10 years agoICU-11315 tzdata2015b updates in ICU4C.
Yoshito Umaoka [Tue, 24 Mar 2015 22:33:38 +0000 (22:33 +0000)]
ICU-11315 tzdata2015b updates in ICU4C.

X-SVN-Rev: 37266

10 years agoICU-11433 Update copyright string
Michael Ow [Wed, 18 Mar 2015 16:57:46 +0000 (16:57 +0000)]
ICU-11433 Update copyright string

X-SVN-Rev: 37248

10 years agoICU-11583 Fix string literal error
Michael Ow [Wed, 18 Mar 2015 02:45:56 +0000 (02:45 +0000)]
ICU-11583 Fix string literal error

X-SVN-Rev: 37244

10 years agoICU-11583 Port Mark's JAVA fixes to C++
Travis Keep [Tue, 17 Mar 2015 19:09:11 +0000 (19:09 +0000)]
ICU-11583 Port Mark's JAVA fixes to C++

X-SVN-Rev: 37243

10 years agoICU-11583 fix bug that travis found in review. See comments in the bug report for...
Mark Davis [Tue, 17 Mar 2015 08:17:40 +0000 (08:17 +0000)]
ICU-11583 fix bug that travis found in review. See comments in the bug report for details

X-SVN-Rev: 37239

10 years agoICU-11586 Fixes for en_CA date formats
John Emmons [Mon, 16 Mar 2015 21:14:23 +0000 (21:14 +0000)]
ICU-11586 Fixes for en_CA date formats

X-SVN-Rev: 37236

10 years agoICU-11586 Fixes for en_CA date formats
John Emmons [Mon, 16 Mar 2015 21:11:33 +0000 (21:11 +0000)]
ICU-11586 Fixes for en_CA date formats

X-SVN-Rev: 37235

10 years agoICU-11433 BRS, no U_HIDE conditionals around impl code or private fields; fix comment...
Peter Edberg [Mon, 16 Mar 2015 04:15:28 +0000 (04:15 +0000)]
ICU-11433 BRS, no U_HIDE conditionals around impl code or private fields; fix comment typos

X-SVN-Rev: 37234

10 years agoICU-11565 Updated ICU4J readme for ICU4J 55RC.
Yoshito Umaoka [Fri, 13 Mar 2015 21:52:29 +0000 (21:52 +0000)]
ICU-11565 Updated ICU4J readme for ICU4J 55RC.

X-SVN-Rev: 37233

10 years agoICU-11565 Removed the link to icu4c.css to fix HTML validation error. The same file...
Yoshito Umaoka [Fri, 13 Mar 2015 21:29:28 +0000 (21:29 +0000)]
ICU-11565 Removed the link to icu4c.css to fix HTML validation error. The same file was already checked into ICU4C repo.

X-SVN-Rev: 37232

10 years agoICU-11433 Removed the link to icu4c.css, because we want to use the same copy for...
Yoshito Umaoka [Fri, 13 Mar 2015 21:28:10 +0000 (21:28 +0000)]
ICU-11433 Removed the link to icu4c.css, because we want to use the same copy for ICU4J. Otherwise, no updates for 55.

X-SVN-Rev: 37231

10 years agoICU-11583 Fixed several issues in the previous commits. See #11583 comment:7 for...
Yoshito Umaoka [Fri, 13 Mar 2015 20:18:09 +0000 (20:18 +0000)]
ICU-11583 Fixed several issues in the previous commits. See #11583 comment:7 for the details.

X-SVN-Rev: 37230

10 years agoICU-11433 BRS: Update ICU4C readme for 55rc
Peter Edberg [Fri, 13 Mar 2015 19:04:52 +0000 (19:04 +0000)]
ICU-11433 BRS: Update ICU4C readme for 55rc

X-SVN-Rev: 37229

10 years agoICU-11583 remove spurious Objects in imports (with a cleanup)
Mark Davis [Fri, 13 Mar 2015 12:54:42 +0000 (12:54 +0000)]
ICU-11583 remove spurious Objects in imports (with a cleanup)

X-SVN-Rev: 37228

10 years agoICU-11583 fix resource loading for interval formats, plus add tests. There are some...
Mark Davis [Fri, 13 Mar 2015 07:09:17 +0000 (07:09 +0000)]
ICU-11583 fix resource loading for interval formats, plus add tests. There are some internal APIs for use by the tests also.

X-SVN-Rev: 37227

10 years agoICU-11433 Fix some no data test failures
Michael Ow [Wed, 11 Mar 2015 21:09:25 +0000 (21:09 +0000)]
ICU-11433 Fix some no data test failures

X-SVN-Rev: 37219

10 years agoICU-11565 Added ICU4J 55 API signature file. Added ICU4J 55 serializable test data...
Yoshito Umaoka [Wed, 11 Mar 2015 20:43:39 +0000 (20:43 +0000)]
ICU-11565 Added ICU4J 55 API signature file. Added ICU4J 55 serializable test data and deleted ICU4J 51 serializable data.

X-SVN-Rev: 37218

10 years agoICU-11579 Fix signed integer overflow in uresbund.cpp
Andy Heninger [Wed, 11 Mar 2015 20:43:07 +0000 (20:43 +0000)]
ICU-11579 Fix signed integer overflow in uresbund.cpp

X-SVN-Rev: 37217

10 years agoICU-11565 BRS - Updated the API change report, fixed some JavaDoc tag problems.
Yoshito Umaoka [Wed, 11 Mar 2015 20:19:46 +0000 (20:19 +0000)]
ICU-11565 BRS - Updated the API change report, fixed some JavaDoc tag problems.

X-SVN-Rev: 37216

10 years agoICU-11567 Promote draft APIs to stable in ICU 55.
Yoshito Umaoka [Wed, 11 Mar 2015 19:45:26 +0000 (19:45 +0000)]
ICU-11567 Promote draft APIs to stable in ICU 55.

X-SVN-Rev: 37214

10 years agoICU-11565 Fixed Eclipse compiler warnings. Updated ICU4J project settings to detect...
Yoshito Umaoka [Wed, 11 Mar 2015 18:54:31 +0000 (18:54 +0000)]
ICU-11565 Fixed Eclipse compiler warnings. Updated ICU4J project settings to detect [potentail] resource leak as warning, except icu-demos, icu-build-tools and icu-tools.

X-SVN-Rev: 37213

10 years agoICU-11433 Add fix for header test
Michael Ow [Wed, 11 Mar 2015 17:57:36 +0000 (17:57 +0000)]
ICU-11433 Add fix for header test

X-SVN-Rev: 37212

10 years agoICU-11433 Fix line ending for 55
Michael Ow [Wed, 11 Mar 2015 17:39:06 +0000 (17:39 +0000)]
ICU-11433 Fix line ending for 55

X-SVN-Rev: 37211

10 years agoICU-11433 (BRS) checkin API change report
Steven R. Loomis [Wed, 11 Mar 2015 17:10:28 +0000 (17:10 +0000)]
ICU-11433 (BRS) checkin API change report

X-SVN-Rev: 37210

10 years agoICU-11568 Add virtual destructor for class NGramParser.
Fredrik Roubert [Wed, 11 Mar 2015 16:59:36 +0000 (16:59 +0000)]
ICU-11568 Add virtual destructor for class NGramParser.

BUG=
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/214060043

X-SVN-Rev: 37209

10 years agoICU-11565 Resync data with ICU4C r37203. The previous data import included resource...
Yoshito Umaoka [Wed, 11 Mar 2015 16:15:38 +0000 (16:15 +0000)]
ICU-11565 Resync data with ICU4C r37203. The previous data import included resource files with future date accidentally.

X-SVN-Rev: 37208

10 years agoICU-11565 BRS - organize import statements
Yoshito Umaoka [Wed, 11 Mar 2015 15:25:50 +0000 (15:25 +0000)]
ICU-11565 BRS - organize import statements

X-SVN-Rev: 37207

10 years agoICU-10488 Added @provisional to draft APIs, and supplied missing java doc commment...
Yoshito Umaoka [Tue, 10 Mar 2015 22:27:08 +0000 (22:27 +0000)]
ICU-10488 Added @provisional to draft APIs, and supplied missing java doc commment/status to java.lang.Object method overrides.

X-SVN-Rev: 37206

10 years agoICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4j
Yoshito Umaoka [Tue, 10 Mar 2015 19:23:12 +0000 (19:23 +0000)]
ICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4j

X-SVN-Rev: 37204

10 years agoICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4c
Yoshito Umaoka [Tue, 10 Mar 2015 19:22:32 +0000 (19:22 +0000)]
ICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4c

X-SVN-Rev: 37203

10 years agoICU-11565 ICU4J 55 pool.res & other .res bundles with CLDR 27 data
Markus Scherer [Tue, 10 Mar 2015 17:32:30 +0000 (17:32 +0000)]
ICU-11565 ICU4J 55 pool.res & other .res bundles with CLDR 27 data

X-SVN-Rev: 37200

10 years agoICU-11433 ICU4C 55 pool.res bundles with CLDR 27 data
Markus Scherer [Tue, 10 Mar 2015 17:04:20 +0000 (17:04 +0000)]
ICU-11433 ICU4C 55 pool.res bundles with CLDR 27 data

X-SVN-Rev: 37199

10 years agoICU-11565 Update DRAFT_VERSIONS, ICU 53 MeasureUnit constants/createXxx are no longer...
Peter Edberg [Tue, 10 Mar 2015 07:37:08 +0000 (07:37 +0000)]
ICU-11565 Update DRAFT_VERSIONS, ICU 53 MeasureUnit constants/createXxx are no longer draft

X-SVN-Rev: 37198

10 years agoICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals
Peter Edberg [Tue, 10 Mar 2015 07:20:48 +0000 (07:20 +0000)]
ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals

X-SVN-Rev: 37197

10 years agoICU-11433 add two new C wrapper files
Markus Scherer [Mon, 9 Mar 2015 22:50:15 +0000 (22:50 +0000)]
ICU-11433 add two new C wrapper files

X-SVN-Rev: 37196

10 years agoICU-11565 BRS - svnprops check
Scott Russell [Mon, 9 Mar 2015 21:11:14 +0000 (21:11 +0000)]
ICU-11565 BRS - svnprops check

X-SVN-Rev: 37195

10 years agoICU-11549 Review comments: Better param checks/docs; use UnicodeStrings[] stack array...
Peter Edberg [Mon, 9 Mar 2015 06:17:19 +0000 (06:17 +0000)]
ICU-11549 Review comments: Better param checks/docs; use UnicodeStrings[] stack array for small stringCount

X-SVN-Rev: 37192

10 years agoICU-10488 fixes for review comments. See comment:10
Mark Davis [Sun, 8 Mar 2015 10:06:22 +0000 (10:06 +0000)]
ICU-10488 fixes for review comments. See comment:10

X-SVN-Rev: 37191

10 years agoICU-11555 Build sw_CD locale, per Cldrbug:8079
John Emmons [Sat, 7 Mar 2015 17:29:47 +0000 (17:29 +0000)]
ICU-11555 Build sw_CD locale, per Cldrbug:8079

X-SVN-Rev: 37190

10 years agoICU-11555 Build sw_CD locale, per Cldrbug:8079
John Emmons [Sat, 7 Mar 2015 17:29:34 +0000 (17:29 +0000)]
ICU-11555 Build sw_CD locale, per Cldrbug:8079

X-SVN-Rev: 37189

10 years agoICU-10750 Remove obsolete files from source/data/xml
John Emmons [Sat, 7 Mar 2015 16:30:39 +0000 (16:30 +0000)]
ICU-10750 Remove obsolete files from source/data/xml

X-SVN-Rev: 37188

10 years agoICU-10750 Remove obsolete files from source/data/xml
John Emmons [Sat, 7 Mar 2015 16:06:51 +0000 (16:06 +0000)]
ICU-10750 Remove obsolete files from source/data/xml

X-SVN-Rev: 37187

10 years agoICU-11555 Integrate CLDR 27 data
John Emmons [Sat, 7 Mar 2015 13:00:24 +0000 (13:00 +0000)]
ICU-11555 Integrate CLDR 27 data

X-SVN-Rev: 37184

10 years agoICU-11555 Integrate CLDR 27 data
John Emmons [Sat, 7 Mar 2015 12:59:33 +0000 (12:59 +0000)]
ICU-11555 Integrate CLDR 27 data

X-SVN-Rev: 37183

10 years agoICU-11433 Update configure script to 55.1
Michael Ow [Sat, 7 Mar 2015 06:20:23 +0000 (06:20 +0000)]
ICU-11433 Update configure script to 55.1

X-SVN-Rev: 37182

10 years agoICU-11555 Integrate CLDR 27 data
John Emmons [Fri, 6 Mar 2015 23:05:45 +0000 (23:05 +0000)]
ICU-11555 Integrate CLDR 27 data

X-SVN-Rev: 37170

10 years agoICU-11555 Integrate CLDR 27 data
John Emmons [Fri, 6 Mar 2015 22:58:33 +0000 (22:58 +0000)]
ICU-11555 Integrate CLDR 27 data

X-SVN-Rev: 37169

10 years agoICU-11555 Integrate CLDR 27 data (partial)
John Emmons [Fri, 6 Mar 2015 22:36:39 +0000 (22:36 +0000)]
ICU-11555 Integrate CLDR 27 data (partial)

X-SVN-Rev: 37168

10 years agoICU-11555 Integrate CLDR 27 data (partial)
John Emmons [Fri, 6 Mar 2015 22:30:22 +0000 (22:30 +0000)]
ICU-11555 Integrate CLDR 27 data (partial)

X-SVN-Rev: 37167