]> granicus.if.org Git - icu/log
icu
7 years agoICU-13060 Documentation and parsing whitespace/bidi tweaks.
Shane Carr [Wed, 29 Mar 2017 02:31:49 +0000 (02:31 +0000)]
ICU-13060 Documentation and parsing whitespace/bidi tweaks.

X-SVN-Rev: 39951

7 years agoICU-13060 Fixing tags in DecimalFormat.java
Shane Carr [Tue, 28 Mar 2017 16:30:57 +0000 (16:30 +0000)]
ICU-13060 Fixing tags in DecimalFormat.java

X-SVN-Rev: 39950

7 years agoICU-13060 Adding file-level documentation back to DecimalFormat.
Shane Carr [Tue, 28 Mar 2017 04:33:32 +0000 (04:33 +0000)]
ICU-13060 Adding file-level documentation back to DecimalFormat.

X-SVN-Rev: 39949

7 years agoICU-13027 - Update svn:ignore to ignore the bin/lib/data directories for UWP.
Jeff Genovy [Tue, 28 Mar 2017 00:59:58 +0000 (00:59 +0000)]
ICU-13027 - Update svn:ignore to ignore the bin/lib/data directories for UWP.

X-SVN-Rev: 39948

7 years agoICU-13060 Addressing comments from #11649 and #11816
Shane Carr [Mon, 27 Mar 2017 23:06:56 +0000 (23:06 +0000)]
ICU-13060 Addressing comments from #11649 and #11816

X-SVN-Rev: 39947

7 years agoICU-13005 Refreshed ICU4J API change report.
Yoshito Umaoka [Mon, 27 Mar 2017 19:51:39 +0000 (19:51 +0000)]
ICU-13005 Refreshed ICU4J API change report.

X-SVN-Rev: 39946

7 years agoICU-12812 Fixed a Javadoc syntax issue in the API comment for method distance(ULocale...
Yoshito Umaoka [Mon, 27 Mar 2017 19:26:57 +0000 (19:26 +0000)]
ICU-12812 Fixed a Javadoc syntax issue in the API comment for method distance(ULocale,ULocale).

X-SVN-Rev: 39945

7 years agoICU-7467 Added @internal NumberFormat#getPatternForStyle and reverted API signature...
Yoshito Umaoka [Mon, 27 Mar 2017 19:13:58 +0000 (19:13 +0000)]
ICU-7467 Added @internal NumberFormat#getPatternForStyle and reverted API signature of NumberFormat#getPattern, so we don't need to change API signature of existing @stable API.

X-SVN-Rev: 39944

7 years agoICU-13053 Make UCONFIG_NO_BREAK_ITERATION flag work without errors or failures.
Norbert Runge [Mon, 27 Mar 2017 18:22:11 +0000 (18:22 +0000)]
ICU-13053 Make UCONFIG_NO_BREAK_ITERATION flag work without errors or failures.

X-SVN-Rev: 39943

7 years agoICU-13053 disable tests that where executed (but shouldn't) when
Norbert Runge [Mon, 27 Mar 2017 16:30:43 +0000 (16:30 +0000)]
ICU-13053 disable tests that where executed (but shouldn't) when
UCONFIG_NO_FILTERED_BREAK_ITERATION is set in uconfig.h.

X-SVN-Rev: 39942

7 years agoICU-13053 fix compilation errors when UCONFIG_NO_FORMATTING is switched on
Norbert Runge [Mon, 27 Mar 2017 16:14:45 +0000 (16:14 +0000)]
ICU-13053 fix compilation errors when UCONFIG_NO_FORMATTING is switched on

X-SVN-Rev: 39941

7 years agoICU-13053 disable a test that is executed (when it shouldn't) when
Norbert Runge [Mon, 27 Mar 2017 16:05:50 +0000 (16:05 +0000)]
ICU-13053 disable a test that is executed (when it shouldn't) when
UCONFIG_NO_LEGACY_CONVERSION is set.

X-SVN-Rev: 39940

7 years agoICU-13005 ICU 59rc BRS, update urename.h
Peter Edberg [Mon, 27 Mar 2017 04:36:44 +0000 (04:36 +0000)]
ICU-13005 ICU 59rc BRS, update urename.h

X-SVN-Rev: 39939

7 years agoICU-13060 Moving ShanesDataDrivenTestUtility.java into NumberFormatDataDrivenTest...
Shane Carr [Sat, 25 Mar 2017 08:06:48 +0000 (08:06 +0000)]
ICU-13060 Moving ShanesDataDrivenTestUtility.java into NumberFormatDataDrivenTest.java and fixing small parsing bug.

X-SVN-Rev: 39938

7 years agoICU-13060 Fixing hash code iteration order issues (#13065) and signAlwaysShown parsing.
Shane Carr [Sat, 25 Mar 2017 07:41:42 +0000 (07:41 +0000)]
ICU-13060 Fixing hash code iteration order issues (#13065) and signAlwaysShown parsing.

X-SVN-Rev: 39937

7 years agoICU-12766 fix to escaper for z/OS - all compiles now!
Steven R. Loomis [Sat, 25 Mar 2017 05:16:48 +0000 (05:16 +0000)]
ICU-12766 fix to escaper for z/OS - all compiles now!

X-SVN-Rev: 39936

7 years agoICU-12766 fix unescape on EBCDIC
Steven R. Loomis [Sat, 25 Mar 2017 00:09:23 +0000 (00:09 +0000)]
ICU-12766 fix unescape on EBCDIC

* increment error
* need to do UTF-8 decode at the original location, not the modified one

X-SVN-Rev: 39935

7 years agoICU-13060 Fixing string == in IntlTestDecimalFormatAPI*.java.
Shane Carr [Fri, 24 Mar 2017 22:21:04 +0000 (22:21 +0000)]
ICU-13060 Fixing string == in IntlTestDecimalFormatAPI*.java.

X-SVN-Rev: 39934

7 years agoICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMo...
Shane Carr [Fri, 24 Mar 2017 22:04:22 +0000 (22:04 +0000)]
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).

X-SVN-Rev: 39933

7 years agoICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMo...
Shane Carr [Fri, 24 Mar 2017 22:03:50 +0000 (22:03 +0000)]
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).

X-SVN-Rev: 39932

7 years agoICU-12766 z and AIX porting: C++11 issue and icu-config issue for escaping
Steven R. Loomis [Fri, 24 Mar 2017 21:34:40 +0000 (21:34 +0000)]
ICU-12766 z and AIX porting: C++11 issue and icu-config issue for escaping

X-SVN-Rev: 39931

7 years agoICU-13060 Remove random 200B in a URL
Andy Heninger [Fri, 24 Mar 2017 20:40:12 +0000 (20:40 +0000)]
ICU-13060 Remove random 200B in a URL

X-SVN-Rev: 39930

7 years agoICU-13058 ICU4J data refresh to pick up RBBI rule updates, RBBI monkey test fixes.
Andy Heninger [Fri, 24 Mar 2017 19:38:57 +0000 (19:38 +0000)]
ICU-13058 ICU4J data refresh to pick up RBBI rule updates, RBBI monkey test fixes.

X-SVN-Rev: 39929

7 years agoICU-13058 Remove use of lambda function from rbbitst.cpp
Andy Heninger [Fri, 24 Mar 2017 17:39:02 +0000 (17:39 +0000)]
ICU-13058 Remove use of lambda function from rbbitst.cpp

X-SVN-Rev: 39928

7 years agoICU-12994 fix platform string encoding issue in TestChineseTradHK
Peter Edberg [Fri, 24 Mar 2017 16:51:14 +0000 (16:51 +0000)]
ICU-12994 fix platform string encoding issue in TestChineseTradHK

X-SVN-Rev: 39927

7 years agoICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources...
Peter Edberg [Fri, 24 Mar 2017 08:13:10 +0000 (08:13 +0000)]
ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J

X-SVN-Rev: 39926

7 years agoICU-13058 Break iteration, propagate emoji rule updates into remaining unfixed rule...
Andy Heninger [Fri, 24 Mar 2017 05:54:13 +0000 (05:54 +0000)]
ICU-13058 Break iteration, propagate emoji rule updates into remaining unfixed rule tailorings.

X-SVN-Rev: 39925

7 years agoICU-13060 Additional Coverity fixes for DecimalFormat.
Shane Carr [Fri, 24 Mar 2017 03:47:27 +0000 (03:47 +0000)]
ICU-13060 Additional Coverity fixes for DecimalFormat.

X-SVN-Rev: 39924

7 years agoICU-13060 Assorted FindBugs fixes for DecimalFormat. Moving old implementation to...
Shane Carr [Fri, 24 Mar 2017 02:43:54 +0000 (02:43 +0000)]
ICU-13060 Assorted FindBugs fixes for DecimalFormat. Moving old implementation to core-tests project.

X-SVN-Rev: 39923

7 years agoICU-13058 Break iteration tests & rules update for new prop data. Tests are now passi...
Andy Heninger [Fri, 24 Mar 2017 01:31:00 +0000 (01:31 +0000)]
ICU-13058 Break iteration tests & rules update for new prop data. Tests are now passing, but changes are not yet propagated into all rule tailorings.

X-SVN-Rev: 39922

7 years agoICU-12900 change ppucd.txt for copyright scanner patterns
Markus Scherer [Thu, 23 Mar 2017 17:30:41 +0000 (17:30 +0000)]
ICU-12900 change ppucd.txt for copyright scanner patterns

X-SVN-Rev: 39921

7 years agoICU-12900 copyright scanner has been fixed, remove the extra ICU-style copyright...
Markus Scherer [Thu, 23 Mar 2017 17:01:58 +0000 (17:01 +0000)]
ICU-12900 copyright scanner has been fixed, remove the extra ICU-style copyright lines from Unicope data files

X-SVN-Rev: 39920

7 years agoICU-13058 copyright check
Steven R. Loomis [Thu, 23 Mar 2017 15:49:17 +0000 (15:49 +0000)]
ICU-13058 copyright check

X-SVN-Rev: 39919

7 years agoICU-12812 clean up equals()
Mark Davis [Thu, 23 Mar 2017 15:16:26 +0000 (15:16 +0000)]
ICU-12812 clean up equals()

X-SVN-Rev: 39918

7 years agoICU-12812 Fixed javac compiler warnings, Eclipse complier warnings, javadoc warnings...
Yoshito Umaoka [Thu, 23 Mar 2017 06:50:00 +0000 (06:50 +0000)]
ICU-12812 Fixed javac compiler warnings, Eclipse complier warnings, javadoc warnings and issues found by FindBugs.

X-SVN-Rev: 39917

7 years agoICU-12772 Add uprules_getKeywords wrapper and test
Peter Edberg [Thu, 23 Mar 2017 05:16:24 +0000 (05:16 +0000)]
ICU-12772 Add uprules_getKeywords wrapper and test

X-SVN-Rev: 39916

7 years agoICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation &...
Markus Scherer [Thu, 23 Mar 2017 02:14:00 +0000 (02:14 +0000)]
ICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation & bidi data and draft emoji 5.0 (also 20170322)

X-SVN-Rev: 39915

7 years agoICU-13027 - Readme file should say that Windows XP is no longer supported.
Jeff Genovy [Thu, 23 Mar 2017 02:06:11 +0000 (02:06 +0000)]
ICU-13027 - Readme file should say that Windows XP is no longer supported.

X-SVN-Rev: 39914

7 years agoICU-12766 fix bad non-c++11 loop
Steven R. Loomis [Thu, 23 Mar 2017 01:18:50 +0000 (01:18 +0000)]
ICU-12766 fix bad non-c++11 loop

X-SVN-Rev: 39913

7 years agoICU-13027 - More in the readme.html file.
Jeff Genovy [Thu, 23 Mar 2017 01:07:59 +0000 (01:07 +0000)]
ICU-13027 - More in the readme.html file.

X-SVN-Rev: 39912

7 years agoICU-13027 - Update readme.html with info on the Windows UWP VS projects.
Jeff Genovy [Thu, 23 Mar 2017 00:23:46 +0000 (00:23 +0000)]
ICU-13027 - Update readme.html with info on the Windows UWP VS projects.

X-SVN-Rev: 39911

7 years agoICU-12692 - Fix typo in number format test.
Jeff Genovy [Thu, 23 Mar 2017 00:20:46 +0000 (00:20 +0000)]
ICU-12692 - Fix typo in number format test.

X-SVN-Rev: 39910

7 years agoICU-13058 Add RBBI test of Unicode emoji-test.txt file, and partial update of break...
Andy Heninger [Thu, 23 Mar 2017 00:20:20 +0000 (00:20 +0000)]
ICU-13058 Add RBBI test of Unicode emoji-test.txt file, and partial update of break rules recent emoji changes.

X-SVN-Rev: 39909

7 years agoICU-13060 Assorted test cases, @internal tags, and fixes for DecimalFormat.
Shane Carr [Wed, 22 Mar 2017 23:30:42 +0000 (23:30 +0000)]
ICU-13060 Assorted test cases, @internal tags, and fixes for DecimalFormat.

X-SVN-Rev: 39908

7 years agoICU-13002 Resolve ErrorProne warnings with MissingCasesInEnumSwitch
Craig Cornelius [Wed, 22 Mar 2017 23:13:23 +0000 (23:13 +0000)]
ICU-13002 Resolve ErrorProne warnings with MissingCasesInEnumSwitch

X-SVN-Rev: 39907

7 years agoICU-13059 Resolve missing import in SignificantDigiesRounder.java, revealed by ErrorP...
Craig Cornelius [Wed, 22 Mar 2017 22:16:29 +0000 (22:16 +0000)]
ICU-13059 Resolve missing import in SignificantDigiesRounder.java, revealed by ErrorProne.

X-SVN-Rev: 39905

7 years agoICU-12922 Fixed javadoc warnings (empty <p> tags)
Yoshito Umaoka [Wed, 22 Mar 2017 21:28:35 +0000 (21:28 +0000)]
ICU-12922 Fixed javadoc warnings (empty <p> tags)

X-SVN-Rev: 39904

7 years agoICU-13052 Promoted previously draft APIs to stable for ICU4J 59.1 release.
Yoshito Umaoka [Wed, 22 Mar 2017 21:11:13 +0000 (21:11 +0000)]
ICU-13052 Promoted previously draft APIs to stable for ICU4J 59.1 release.

X-SVN-Rev: 39903

7 years agoICU-13052 Updated the API status of Date format fields AM_PM_MIDNIGHT_NOON and FLEXIB...
Yoshito Umaoka [Wed, 22 Mar 2017 20:49:24 +0000 (20:49 +0000)]
ICU-13052 Updated the API status of Date format fields AM_PM_MIDNIGHT_NOON and FLEXIBLE_DAY_PERIOD.

X-SVN-Rev: 39902

7 years agoICU-13052 Merge ICU4C branch to trunk
Peter Edberg [Wed, 22 Mar 2017 20:14:08 +0000 (20:14 +0000)]
ICU-13052 Merge ICU4C branch to trunk

X-SVN-Rev: 39901

7 years agoICU-13052 Update ICU4C branch to current trunk, again
Peter Edberg [Wed, 22 Mar 2017 20:10:43 +0000 (20:10 +0000)]
ICU-13052 Update ICU4C branch to current trunk, again

X-SVN-Rev: 39900

7 years agoICU-13052 Update ICU4C branch to current trunk
Peter Edberg [Wed, 22 Mar 2017 20:05:43 +0000 (20:05 +0000)]
ICU-13052 Update ICU4C branch to current trunk

X-SVN-Rev: 39899

7 years agoICU-13017 - Typos in uloc.h comments
Jeff Genovy [Wed, 22 Mar 2017 20:05:29 +0000 (20:05 +0000)]
ICU-13017 - Typos in uloc.h comments

X-SVN-Rev: 39898

7 years agoICU-12766 merge from branch: enable escape for z/OS (390)
Steven R. Loomis [Wed, 22 Mar 2017 19:06:26 +0000 (19:06 +0000)]
ICU-12766 merge from branch: enable escape for z/OS (390)

X-SVN-Rev: 39896

7 years agoICU-13054 - ICU readme.html has typo for instructions on building from the command...
Jeff Genovy [Wed, 22 Mar 2017 17:36:53 +0000 (17:36 +0000)]
ICU-13054 - ICU readme.html has typo for instructions on building from the command-line.

X-SVN-Rev: 39895

7 years agoICU-13052 ICU4C 59 API promotion, draft 1
Peter Edberg [Wed, 22 Mar 2017 07:38:16 +0000 (07:38 +0000)]
ICU-13052 ICU4C 59 API promotion, draft 1

X-SVN-Rev: 39894

7 years agoICU-13027 - Use int32_t instead of int for a few places for consistency.
Jeff Genovy [Wed, 22 Mar 2017 05:21:19 +0000 (05:21 +0000)]
ICU-13027 - Use int32_t instead of int for a few places for consistency.

X-SVN-Rev: 39893

7 years agoICU-13018 uloc_get/setKeywordValue have stricter input conditions; setKeywordValue...
Peter Edberg [Tue, 21 Mar 2017 23:08:37 +0000 (23:08 +0000)]
ICU-13018 uloc_get/setKeywordValue have stricter input conditions; setKeywordValue uses CharString to assemble updated output

X-SVN-Rev: 39891

7 years agoICU-13027 - Merge in changes from 'branches/shawnste/working/icu4c'
Jeff Genovy [Tue, 21 Mar 2017 01:03:49 +0000 (01:03 +0000)]
ICU-13027 - Merge in changes from 'branches/shawnste/working/icu4c'

X-SVN-Rev: 39890

7 years agoICU-12816 tzdata2017b to ICU4C/ICU4J.
Yoshito Umaoka [Mon, 20 Mar 2017 23:39:46 +0000 (23:39 +0000)]
ICU-12816 tzdata2017b to ICU4C/ICU4J.

X-SVN-Rev: 39889

7 years agoICU-7467 Reverting unintentional changes in r39877 to test launch configuration files.
Shane Carr [Mon, 20 Mar 2017 22:16:19 +0000 (22:16 +0000)]
ICU-7467 Reverting unintentional changes in r39877 to test launch configuration files.

X-SVN-Rev: 39887

7 years agoICU-13052 ICU4J 59 API promotion draft.
Yoshito Umaoka [Mon, 20 Mar 2017 20:23:23 +0000 (20:23 +0000)]
ICU-13052 ICU4J 59 API promotion draft.

X-SVN-Rev: 39886

7 years agoICU-12812 Fixed some build and test issues introduced by LoicaleMatcher changes ...
Yoshito Umaoka [Mon, 20 Mar 2017 16:09:08 +0000 (16:09 +0000)]
ICU-12812 Fixed some build and test issues introduced by LoicaleMatcher changes (and DecimalFormat changes done by #7467)

X-SVN-Rev: 39883

7 years agoICU-13005 Integrate data from CLDR final release-31; known issue with sw negative...
Peter Edberg [Mon, 20 Mar 2017 04:22:36 +0000 (04:22 +0000)]
ICU-13005 Integrate data from CLDR final release-31; known issue with sw negative CompactDecimals

X-SVN-Rev: 39882

7 years agoICU-7467 Commenting out Java 8 java.lang.reflect.Parameter dependency in test case
Shane Carr [Sun, 19 Mar 2017 12:58:54 +0000 (12:58 +0000)]
ICU-7467 Commenting out Java 8 java.lang.reflect.Parameter dependency in test case

X-SVN-Rev: 39881

7 years agoICU-12812 add remove() for old Java
Mark Davis [Sun, 19 Mar 2017 06:43:24 +0000 (06:43 +0000)]
ICU-12812 add remove() for old Java

X-SVN-Rev: 39880

7 years agoICU-12812 remove dependency on Predicate
Mark Davis [Sun, 19 Mar 2017 05:53:16 +0000 (05:53 +0000)]
ICU-12812 remove dependency on Predicate

X-SVN-Rev: 39879

7 years agoICU-12812 disable timing test
Mark Davis [Sat, 18 Mar 2017 08:53:09 +0000 (08:53 +0000)]
ICU-12812 disable timing test

X-SVN-Rev: 39878

7 years agoICU-7467 Merging ICU4J decimal format overhaul from branch to trunk.
Shane Carr [Sat, 18 Mar 2017 03:32:40 +0000 (03:32 +0000)]
ICU-7467 Merging ICU4J decimal format overhaul from branch to trunk.

X-SVN-Rev: 39877

7 years agoICU-12181 Merging ICU4C compact decimal format patch from branch to trunk
Shane Carr [Sat, 18 Mar 2017 03:11:00 +0000 (03:11 +0000)]
ICU-12181 Merging ICU4C compact decimal format patch from branch to trunk

X-SVN-Rev: 39874

7 years agoICU-7467 Revert failing merge of new decimal format.
Andy Heninger [Sat, 18 Mar 2017 00:27:51 +0000 (00:27 +0000)]
ICU-7467 Revert failing merge of new decimal format.

X-SVN-Rev: 39869

7 years agoICU-7467 Merging branch to trunk 5
Shane Carr [Fri, 17 Mar 2017 23:55:08 +0000 (23:55 +0000)]
ICU-7467 Merging branch to trunk 5

X-SVN-Rev: 39867

7 years agoICU-7467 Merging branch to trunk 4
Shane Carr [Fri, 17 Mar 2017 23:54:23 +0000 (23:54 +0000)]
ICU-7467 Merging branch to trunk 4

X-SVN-Rev: 39866

7 years agoICU-7467 Merging branch to trunk 3
Shane Carr [Fri, 17 Mar 2017 23:48:48 +0000 (23:48 +0000)]
ICU-7467 Merging branch to trunk 3

X-SVN-Rev: 39865

7 years agoICU-7467 Merging branch to trunk 1
Shane Carr [Fri, 17 Mar 2017 23:48:37 +0000 (23:48 +0000)]
ICU-7467 Merging branch to trunk 1

X-SVN-Rev: 39864

7 years agoICU-7467 Merging branch to trunk 1
Shane Carr [Fri, 17 Mar 2017 23:48:25 +0000 (23:48 +0000)]
ICU-7467 Merging branch to trunk 1

X-SVN-Rev: 39863

7 years agoICU-13049 icu4j, update svn properties of files to match auto-props defaults. Fix...
Andy Heninger [Fri, 17 Mar 2017 22:30:26 +0000 (22:30 +0000)]
ICU-13049 icu4j, update svn properties of files to match auto-props defaults. Fix one file with a Latin-1 copy right sign.

X-SVN-Rev: 39855

7 years agoICU-13048 fixes to make internal header test pass.
Norbert Runge [Fri, 17 Mar 2017 21:42:57 +0000 (21:42 +0000)]
ICU-13048 fixes to make internal header test pass.

X-SVN-Rev: 39853

7 years agoICU-13049 svn properties updated to match auto-props values.
Andy Heninger [Fri, 17 Mar 2017 21:19:03 +0000 (21:19 +0000)]
ICU-13049 svn properties updated to match auto-props values.

X-SVN-Rev: 39852

7 years agoICU-12812 Add new implementation, but only expose a limited API as tech preview....
Mark Davis [Fri, 17 Mar 2017 12:48:31 +0000 (12:48 +0000)]
ICU-12812 Add new implementation, but only expose a limited API as tech preview. Note the XCldrStub class to help migration from CLDR to ICU environment.

X-SVN-Rev: 39849

7 years agoICU-13049 more svn utf-8 property fixes.
Andy Heninger [Fri, 17 Mar 2017 01:20:55 +0000 (01:20 +0000)]
ICU-13049 more svn utf-8 property fixes.

X-SVN-Rev: 39845

7 years agoICU-13049 svn utf-8 & other property fixes.
Andy Heninger [Fri, 17 Mar 2017 00:37:59 +0000 (00:37 +0000)]
ICU-13049 svn utf-8 & other property fixes.

X-SVN-Rev: 39844

7 years agoICU-12766 support escaping on ebcdic (z)
Steven R. Loomis [Thu, 16 Mar 2017 21:49:19 +0000 (21:49 +0000)]
ICU-12766 support escaping on ebcdic (z)

X-SVN-Rev: 39842

7 years agoICU-13044 Update exclusion file with entries for new (ICU 59) C++ files.
Norbert Runge [Thu, 16 Mar 2017 20:13:48 +0000 (20:13 +0000)]
ICU-13044 Update exclusion file with entries for new (ICU 59) C++ files.
Modify makefile to generate test files with .cpp suffic instead of .c suffix to
avoid unnecessary warnings.

X-SVN-Rev: 39841

7 years agoICU-12766 turn on escaping for z (mh-os390)
Steven R. Loomis [Thu, 16 Mar 2017 19:52:20 +0000 (19:52 +0000)]
ICU-12766 turn on escaping for z (mh-os390)

X-SVN-Rev: 39840

7 years agoICU-12766 merge from trunk
Steven R. Loomis [Thu, 16 Mar 2017 19:28:17 +0000 (19:28 +0000)]
ICU-12766 merge from trunk

X-SVN-Rev: 39838

7 years agoICU-12766 escaping: merge from branch
Steven R. Loomis [Thu, 16 Mar 2017 19:01:12 +0000 (19:01 +0000)]
ICU-12766 escaping: merge from branch

* passes on AIX and Solaris
* auto-escape source code on these platforms

X-SVN-Rev: 39837

7 years agoICU-12766 update make dist
Steven R. Loomis [Thu, 16 Mar 2017 15:16:08 +0000 (15:16 +0000)]
ICU-12766 update make dist

* don't delete sprep
* properly part of ICU-10452

X-SVN-Rev: 39836

7 years agoICU-12766 fix issue w/ u8 escaping
Steven R. Loomis [Thu, 16 Mar 2017 15:15:26 +0000 (15:15 +0000)]
ICU-12766 fix issue w/ u8 escaping

* greek tests now pass on solaris

X-SVN-Rev: 39835

7 years agoICU-12766 solaris: most tests now build. wip
Steven R. Loomis [Thu, 16 Mar 2017 14:51:39 +0000 (14:51 +0000)]
ICU-12766 solaris: most tests now build. wip

* some greek casing tests fail- need to investigate.

X-SVN-Rev: 39834

7 years agoICU-12766 merge from trunk
Steven R. Loomis [Wed, 15 Mar 2017 23:51:15 +0000 (23:51 +0000)]
ICU-12766 merge from trunk

X-SVN-Rev: 39832

7 years agoICU-12766 fix buffer size
Steven R. Loomis [Wed, 15 Mar 2017 23:48:54 +0000 (23:48 +0000)]
ICU-12766 fix buffer size

X-SVN-Rev: 39831

7 years agoICU-12922 improve docs
Markus Scherer [Wed, 15 Mar 2017 22:26:18 +0000 (22:26 +0000)]
ICU-12922 improve docs

X-SVN-Rev: 39828

7 years agoICU-12992 tiny doc fix
Markus Scherer [Wed, 15 Mar 2017 21:26:49 +0000 (21:26 +0000)]
ICU-12992 tiny doc fix

X-SVN-Rev: 39824

7 years agoICU-12992 jungshik says that Windows does not like inline U_COMMON_API functions
Markus Scherer [Wed, 15 Mar 2017 21:00:16 +0000 (21:00 +0000)]
ICU-12992 jungshik says that Windows does not like inline U_COMMON_API functions

X-SVN-Rev: 39823

7 years agoICU-12766 aix/escaper: tests now build on AIX
Steven R. Loomis [Wed, 15 Mar 2017 18:08:36 +0000 (18:08 +0000)]
ICU-12766 aix/escaper: tests now build on AIX

* fix to UNICODE_STRING_SIMPLE for char16_t aliasing

X-SVN-Rev: 39821

7 years agoICU-12766 aix/escaper: WIP. bring back std::nullptr_t!
Steven R. Loomis [Wed, 15 Mar 2017 17:34:55 +0000 (17:34 +0000)]
ICU-12766 aix/escaper: WIP. bring back std::nullptr_t!

X-SVN-Rev: 39820

7 years agoICU-12766 merge from trunk
Steven R. Loomis [Wed, 15 Mar 2017 16:59:48 +0000 (16:59 +0000)]
ICU-12766 merge from trunk

X-SVN-Rev: 39819

7 years agoICU-12766 aix/escaper: WIP. Support u8
Steven R. Loomis [Wed, 15 Mar 2017 16:58:45 +0000 (16:58 +0000)]
ICU-12766 aix/escaper: WIP. Support u8

* support u8
* main tools now builds on AIX
* remove c'tors seen as duplicate under AIX
* successful build under AIX

X-SVN-Rev: 39818

7 years agoICU-12555 Fixed ArrayIndexOutOfBoundsException problem in StringSearch constructor...
Yoshito Umaoka [Wed, 15 Mar 2017 07:20:13 +0000 (07:20 +0000)]
ICU-12555 Fixed ArrayIndexOutOfBoundsException problem in StringSearch constructor caused by incorrect ce table length.

X-SVN-Rev: 39816