]> granicus.if.org Git - icu/log
icu
12 years agoICU-9474 Reduce unrename.h namespace pollution
George Rhoten [Sat, 11 Aug 2012 04:57:13 +0000 (04:57 +0000)]
ICU-9474 Reduce unrename.h namespace pollution

X-SVN-Rev: 32157

12 years agoICU-9456 The behavior of adding the .o to the dependency list by default is compiler...
George Rhoten [Sat, 11 Aug 2012 04:51:41 +0000 (04:51 +0000)]
ICU-9456 The behavior of adding the .o to the dependency list by default is compiler dependent. Always include it.

X-SVN-Rev: 32156

12 years agoICU-9342 implemented patch to support gcc's malloc and alloc_size attributes
Debabrata Sengupta [Fri, 10 Aug 2012 20:31:15 +0000 (20:31 +0000)]
ICU-9342 implemented patch to support gcc's malloc and alloc_size attributes

X-SVN-Rev: 32151

12 years agoICU-9456 Reduce writable/relocatable data.
George Rhoten [Fri, 10 Aug 2012 17:53:54 +0000 (17:53 +0000)]
ICU-9456 Reduce writable/relocatable data.

X-SVN-Rev: 32150

12 years agoICU-9456 Reduce writable/relocatable data.
George Rhoten [Fri, 10 Aug 2012 16:41:38 +0000 (16:41 +0000)]
ICU-9456 Reduce writable/relocatable data.

X-SVN-Rev: 32149

12 years agoICU-9456 Apparently C and C++ generate the dependencies differently. Update the ...
George Rhoten [Thu, 9 Aug 2012 22:36:57 +0000 (22:36 +0000)]
ICU-9456 Apparently C and C++ generate the dependencies differently. Update the .d generation accordingly.

X-SVN-Rev: 32144

12 years agoICU-9452 Fixed calendar addition issue with the Samoa Dec 2011 24 hour transition...
Yoshito Umaoka [Thu, 9 Aug 2012 21:37:41 +0000 (21:37 +0000)]
ICU-9452 Fixed calendar addition issue with the Samoa Dec 2011 24 hour transition (ICU4J)

X-SVN-Rev: 32142

12 years agoICU-9452 Fixed calendar add issue with the Samoa Dec 2011 24 hour transition.
Yoshito Umaoka [Thu, 9 Aug 2012 21:29:53 +0000 (21:29 +0000)]
ICU-9452 Fixed calendar add issue with the Samoa Dec 2011 24 hour transition.

X-SVN-Rev: 32141

12 years agoICU-9277 fixed build breaking in the install-doc target
Debabrata Sengupta [Thu, 9 Aug 2012 19:39:44 +0000 (19:39 +0000)]
ICU-9277 fixed build breaking in the install-doc target

X-SVN-Rev: 32140

12 years agoICU-7197 add API for constructing UEnumerations.
Steven R. Loomis [Thu, 9 Aug 2012 00:04:51 +0000 (00:04 +0000)]
ICU-7197 add API for constructing UEnumerations.

X-SVN-Rev: 32137

12 years agoICU-9460 also remove TestCollator::safeClone()
Markus Scherer [Wed, 8 Aug 2012 23:50:47 +0000 (23:50 +0000)]
ICU-9460 also remove TestCollator::safeClone()

X-SVN-Rev: 32135

12 years agoICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic...
Steven R. Loomis [Wed, 8 Aug 2012 23:30:29 +0000 (23:30 +0000)]
ICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic-civil alias problem

X-SVN-Rev: 32132

12 years agoICU-9425 fixed issues with api docs
Debabrata Sengupta [Wed, 8 Aug 2012 21:59:14 +0000 (21:59 +0000)]
ICU-9425 fixed issues with api docs

X-SVN-Rev: 32129

12 years agoICU-9460 deprecate Collator::safeClone() and default-implement it in the base class
Markus Scherer [Wed, 8 Aug 2012 21:03:52 +0000 (21:03 +0000)]
ICU-9460 deprecate Collator::safeClone() and default-implement it in the base class

X-SVN-Rev: 32127

12 years agoICU-9221 Apply patch for Cygwin build failure
Michael Ow [Wed, 8 Aug 2012 19:54:20 +0000 (19:54 +0000)]
ICU-9221 Apply patch for Cygwin build failure

X-SVN-Rev: 32126

12 years agoICU-9463 Skip test on Cygwin using GCC because of rounding issue
Michael Ow [Wed, 8 Aug 2012 17:57:17 +0000 (17:57 +0000)]
ICU-9463 Skip test on Cygwin using GCC because of rounding issue

X-SVN-Rev: 32122

12 years agoICU-9456 Now I remember why ln -sf does not work. Reverting this part of the change.
George Rhoten [Wed, 8 Aug 2012 05:00:02 +0000 (05:00 +0000)]
ICU-9456 Now I remember why ln -sf does not work. Reverting this part of the change.

X-SVN-Rev: 32121

12 years agoICU-9434 use static_cast<pointer type>(void *) not reinterpret_cast
Markus Scherer [Wed, 8 Aug 2012 00:50:16 +0000 (00:50 +0000)]
ICU-9434 use static_cast<pointer type>(void *) not reinterpret_cast

X-SVN-Rev: 32119

12 years agoICU-9288 Use the new LDML converter for key-type data.
Jennifer Chye [Mon, 6 Aug 2012 17:41:38 +0000 (17:41 +0000)]
ICU-9288 Use the new LDML converter for key-type data.

X-SVN-Rev: 32115

12 years agoICU-9457 Fix some compiler warnings.
George Rhoten [Sun, 5 Aug 2012 16:33:16 +0000 (16:33 +0000)]
ICU-9457 Fix some compiler warnings.

X-SVN-Rev: 32111

12 years agoICU-9406 deprecate UCOL_HIRAGANA_QUATERNARY_MODE, disable setter
Markus Scherer [Sat, 4 Aug 2012 17:24:45 +0000 (17:24 +0000)]
ICU-9406 deprecate UCOL_HIRAGANA_QUATERNARY_MODE, disable setter

X-SVN-Rev: 32108

12 years agoICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows...
Markus Scherer [Fri, 3 Aug 2012 23:12:28 +0000 (23:12 +0000)]
ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows build

X-SVN-Rev: 32106

12 years agoICU-9346 add a specific link to the readme pointing to the TestCollator subclass...
Markus Scherer [Fri, 3 Aug 2012 21:54:42 +0000 (21:54 +0000)]
ICU-9346 add a specific link to the readme pointing to the TestCollator subclass changes

X-SVN-Rev: 32102

12 years agoICU-9457 Fix some compiler warnings.
George Rhoten [Fri, 3 Aug 2012 21:51:00 +0000 (21:51 +0000)]
ICU-9457 Fix some compiler warnings.

X-SVN-Rev: 32101

12 years agoICU-9346 C++ Collator API cleanup, fix safeClone() bug (setRuleStringFromCollator...
Markus Scherer [Fri, 3 Aug 2012 21:49:28 +0000 (21:49 +0000)]
ICU-9346 C++ Collator API cleanup, fix safeClone() bug (setRuleStringFromCollator() on the result), fix polymorphic operator==(), move some method implementations into the base class

X-SVN-Rev: 32100

12 years agoICU-9457 Fix some compiler warnings.
George Rhoten [Fri, 3 Aug 2012 21:16:37 +0000 (21:16 +0000)]
ICU-9457 Fix some compiler warnings.

X-SVN-Rev: 32099

12 years agoICU-9288 Make calendarPreferenceData and metazoneInfo arrays to make ICU4J tests...
Jennifer Chye [Fri, 3 Aug 2012 21:16:03 +0000 (21:16 +0000)]
ICU-9288 Make calendarPreferenceData and metazoneInfo arrays to make ICU4J tests pass.

X-SVN-Rev: 32098

12 years agoICU-9456 The full compile line is not needed by default. Make the line visible when...
George Rhoten [Fri, 3 Aug 2012 21:10:42 +0000 (21:10 +0000)]
ICU-9456 The full compile line is not needed by default. Make the line visible when VERBOSE=1 for the makefiles. This makes it easier to view the warnings.

X-SVN-Rev: 32097

12 years agoICU-8471 Add compact decimal formats from CLDR.
Jennifer Chye [Fri, 3 Aug 2012 21:05:03 +0000 (21:05 +0000)]
ICU-8471 Add compact decimal formats from CLDR.

X-SVN-Rev: 32096

12 years agoICU-9457 Fix some compiler warnings
George Rhoten [Fri, 3 Aug 2012 19:09:42 +0000 (19:09 +0000)]
ICU-9457 Fix some compiler warnings

X-SVN-Rev: 32095

12 years agoICU-9427 fixed issues with icuperf2report.xsl
Debabrata Sengupta [Fri, 3 Aug 2012 18:21:33 +0000 (18:21 +0000)]
ICU-9427 fixed issues with icuperf2report.xsl

X-SVN-Rev: 32094

12 years agoICU-9456 Optimize the ICU4C build on Mac OS X
George Rhoten [Fri, 3 Aug 2012 17:27:44 +0000 (17:27 +0000)]
ICU-9456 Optimize the ICU4C build on Mac OS X

X-SVN-Rev: 32093

12 years agoICU-9427 fixed issues with some tests not running
Debabrata Sengupta [Fri, 3 Aug 2012 17:11:17 +0000 (17:11 +0000)]
ICU-9427 fixed issues with some tests not running

X-SVN-Rev: 32092

12 years agoICU-9427 made classpath platform independent
Debabrata Sengupta [Thu, 2 Aug 2012 23:05:47 +0000 (23:05 +0000)]
ICU-9427 made classpath platform independent

X-SVN-Rev: 32091

12 years agoICU-9427 added a README file
Debabrata Sengupta [Thu, 2 Aug 2012 21:51:13 +0000 (21:51 +0000)]
ICU-9427 added a README file

X-SVN-Rev: 32088

12 years agoICU-9427 minor changes to ensure perl is accessible
Debabrata Sengupta [Thu, 2 Aug 2012 21:17:08 +0000 (21:17 +0000)]
ICU-9427 minor changes to ensure perl is accessible

X-SVN-Rev: 32086

12 years agoICU-9427 shifted ant target to perf-tests/build.xml
Debabrata Sengupta [Thu, 2 Aug 2012 19:46:40 +0000 (19:46 +0000)]
ICU-9427 shifted ant target to perf-tests/build.xml

X-SVN-Rev: 32084

12 years agoICU-9427 added ant target for running performance tests
Debabrata Sengupta [Thu, 2 Aug 2012 17:23:37 +0000 (17:23 +0000)]
ICU-9427 added ant target for running performance tests

X-SVN-Rev: 32083

12 years agoICU-9448 make genuca leadByteArray[] large enough
Markus Scherer [Thu, 2 Aug 2012 15:19:57 +0000 (15:19 +0000)]
ICU-9448 make genuca leadByteArray[] large enough

X-SVN-Rev: 32081

12 years agoICU-9288 Merge new converter changes into trunk with regenerated data.
Jennifer Chye [Wed, 1 Aug 2012 20:40:39 +0000 (20:40 +0000)]
ICU-9288 Merge new converter changes into trunk with regenerated data.

X-SVN-Rev: 32080

12 years agoICU-9427 Added perl script for performance test as a part of continuous build
Debabrata Sengupta [Tue, 31 Jul 2012 18:19:15 +0000 (18:19 +0000)]
ICU-9427 Added perl script for performance test as a part of continuous build

X-SVN-Rev: 32075

12 years agoICU-9426 Fix pkgdata option file detection
Michael Ow [Fri, 27 Jul 2012 18:38:08 +0000 (18:38 +0000)]
ICU-9426 Fix pkgdata option file detection

X-SVN-Rev: 32074

12 years agoICU-9408 Use only C style comments to resolve warnings and errors
Michael Ow [Thu, 26 Jul 2012 18:25:15 +0000 (18:25 +0000)]
ICU-9408 Use only C style comments to resolve warnings and errors

X-SVN-Rev: 32069

12 years agoICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from...
Markus Scherer [Wed, 25 Jul 2012 21:06:19 +0000 (21:06 +0000)]
ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from +1 to -1

X-SVN-Rev: 32066

12 years agoICU-9437 support UCD 6.2
Markus Scherer [Tue, 24 Jul 2012 21:11:29 +0000 (21:11 +0000)]
ICU-9437 support UCD 6.2

X-SVN-Rev: 32062

12 years agoICU-9437 genuca permit UCA version != UCD version for boot-strapping
Markus Scherer [Tue, 24 Jul 2012 21:10:23 +0000 (21:10 +0000)]
ICU-9437 genuca permit UCA version != UCD version for boot-strapping

X-SVN-Rev: 32061

12 years agoICU-9441 changes made to makefiles to enable static build of /source/samples
Debabrata Sengupta [Tue, 24 Jul 2012 19:21:36 +0000 (19:21 +0000)]
ICU-9441 changes made to makefiles to enable static build of /source/samples

X-SVN-Rev: 32060

12 years agoICU-9544 update javadocs around ctst_malloc
Steven R. Loomis [Tue, 24 Jul 2012 17:33:19 +0000 (17:33 +0000)]
ICU-9544 update javadocs around ctst_malloc

X-SVN-Rev: 32055

12 years agoICU-9422 fix remove problem
Mark Davis [Thu, 19 Jul 2012 21:23:41 +0000 (21:23 +0000)]
ICU-9422 fix remove problem

X-SVN-Rev: 32045

12 years agoICU-9432 fix value of UDATA_FILE_ACCESS_COUNT
Markus Scherer [Wed, 18 Jul 2012 21:37:13 +0000 (21:37 +0000)]
ICU-9432 fix value of UDATA_FILE_ACCESS_COUNT

X-SVN-Rev: 32041

12 years agoICU-9408 minor changes in indentation, comments and if statements
Debabrata Sengupta [Thu, 12 Jul 2012 21:38:53 +0000 (21:38 +0000)]
ICU-9408 minor changes in indentation, comments and if statements

X-SVN-Rev: 32039

12 years agoICU-9408 added functionality to detect user's region and improve time zone detection
Debabrata Sengupta [Thu, 12 Jul 2012 20:02:31 +0000 (20:02 +0000)]
ICU-9408 added functionality to detect user's region and improve time zone detection

X-SVN-Rev: 32038

12 years agoICU-9408 Updated windowsZones.txt including by region Olson ID mappings.
Yoshito Umaoka [Thu, 12 Jul 2012 18:57:55 +0000 (18:57 +0000)]
ICU-9408 Updated windowsZones.txt including by region Olson ID mappings.

X-SVN-Rev: 32036

12 years agoICU-9075 added preprocessor directive to make toUTF8String() appear in API
Debabrata Sengupta [Wed, 11 Jul 2012 19:41:31 +0000 (19:41 +0000)]
ICU-9075 added preprocessor directive to make toUTF8String() appear in API

X-SVN-Rev: 32035

12 years agoICU-8971 fixed parsing inconsistency and corrected few test cases
Debabrata Sengupta [Mon, 9 Jul 2012 18:25:45 +0000 (18:25 +0000)]
ICU-8971 fixed parsing inconsistency and corrected few test cases

X-SVN-Rev: 32031

12 years agoICU-9407 Fixed problems, added other necessary internal API
Mark Davis [Sat, 7 Jul 2012 00:51:16 +0000 (00:51 +0000)]
ICU-9407 Fixed problems, added other necessary internal API

X-SVN-Rev: 32028

12 years agoICU-9416 fix number formatting for max int digits in fastpath
Steven R. Loomis [Fri, 6 Jul 2012 22:47:27 +0000 (22:47 +0000)]
ICU-9416 fix number formatting for max int digits in fastpath

X-SVN-Rev: 32026

12 years agoICU-9377 Add -AA option to hp-ux compiler flags when building with aCC
Michael Ow [Fri, 6 Jul 2012 18:14:53 +0000 (18:14 +0000)]
ICU-9377 Add -AA option to hp-ux compiler flags when building with aCC

X-SVN-Rev: 32025

12 years agoICU-9389 Fixed available format data inheritance problem in DateTimePatternGenerator.
Yoshito Umaoka [Thu, 5 Jul 2012 21:18:14 +0000 (21:18 +0000)]
ICU-9389 Fixed available format data inheritance problem in DateTimePatternGenerator.

X-SVN-Rev: 32024

12 years agoICU-9365 Add check for AIX processor type
Michael Ow [Tue, 3 Jul 2012 18:08:56 +0000 (18:08 +0000)]
ICU-9365 Add check for AIX processor type

X-SVN-Rev: 32023

12 years agoICU-9340 Fix potential out of bound error in ICU4J ISCII converter
Michael Ow [Tue, 3 Jul 2012 17:51:41 +0000 (17:51 +0000)]
ICU-9340 Fix potential out of bound error in ICU4J ISCII converter

X-SVN-Rev: 32022

12 years agoICU-9340 Fix potential out of bound error in ICU4C ISCII converter
Michael Ow [Tue, 3 Jul 2012 17:51:14 +0000 (17:51 +0000)]
ICU-9340 Fix potential out of bound error in ICU4C ISCII converter

X-SVN-Rev: 32021

12 years agoICU-9365 Fix detection of some BSD variants and other platform related issues
Michael Ow [Tue, 3 Jul 2012 16:36:35 +0000 (16:36 +0000)]
ICU-9365 Fix detection of some BSD variants and other platform related issues

X-SVN-Rev: 32020

12 years agoICU-9407 added @internals
Mark Davis [Mon, 2 Jul 2012 22:23:52 +0000 (22:23 +0000)]
ICU-9407 added @internals

X-SVN-Rev: 32014

12 years agoICU-8343 fix build errors in Visual Studio when exception is disabled
Jungshik Shin [Thu, 28 Jun 2012 23:28:00 +0000 (23:28 +0000)]
ICU-8343 fix build errors in Visual Studio when exception is disabled

X-SVN-Rev: 32010

12 years agoICU-8661 add a comment about #else part of uprv_timezone()
Jungshik Shin [Thu, 28 Jun 2012 23:01:26 +0000 (23:01 +0000)]
ICU-8661 add a comment about #else part of uprv_timezone()

X-SVN-Rev: 32009

12 years agoICU-9233 Fixed a JavaDoc @link problem in PluralFormat
Yoshito Umaoka [Tue, 26 Jun 2012 19:06:41 +0000 (19:06 +0000)]
ICU-9233 Fixed a JavaDoc @link problem in PluralFormat

X-SVN-Rev: 31997

12 years agoICU-9232 Updated ICU4C readme for 50m1
Yoshito Umaoka [Mon, 25 Jun 2012 17:00:33 +0000 (17:00 +0000)]
ICU-9232 Updated ICU4C readme for 50m1

X-SVN-Rev: 31988

12 years agoICU-9233 Updated ICU4J readme for 50m1
Yoshito Umaoka [Mon, 25 Jun 2012 16:47:42 +0000 (16:47 +0000)]
ICU-9233 Updated ICU4J readme for 50m1

X-SVN-Rev: 31987

12 years agoICU-9232 Use forward declaration for non-public class
Michael Ow [Mon, 25 Jun 2012 16:34:19 +0000 (16:34 +0000)]
ICU-9232 Use forward declaration for non-public class

X-SVN-Rev: 31986

12 years agoICU-9390 Remove gcc std option on Solaris
Michael Ow [Sat, 23 Jun 2012 16:10:30 +0000 (16:10 +0000)]
ICU-9390 Remove gcc std option on Solaris

X-SVN-Rev: 31985

12 years agoICU-9390 Revert previous change to uposixdefs.h
Michael Ow [Fri, 22 Jun 2012 22:40:10 +0000 (22:40 +0000)]
ICU-9390 Revert previous change to uposixdefs.h

X-SVN-Rev: 31984

12 years agoICU-9390 Fix some build issues with Solaris GCC and z
Michael Ow [Fri, 22 Jun 2012 19:57:50 +0000 (19:57 +0000)]
ICU-9390 Fix some build issues with Solaris GCC and z

X-SVN-Rev: 31983

12 years agoICU-9397 Update some tests in intltest and cintltst to pass without data in 50.0.1
Michael Ow [Fri, 22 Jun 2012 16:48:30 +0000 (16:48 +0000)]
ICU-9397 Update some tests in intltest and cintltst to pass without data in 50.0.1

X-SVN-Rev: 31982

12 years agoICU-9233 Suppress compiler warning in Calendar.java (fallthrough)
Yoshito Umaoka [Fri, 22 Jun 2012 15:58:00 +0000 (15:58 +0000)]
ICU-9233 Suppress compiler warning in Calendar.java (fallthrough)

X-SVN-Rev: 31981

12 years agoICU-6954 remove unused CharsetRecognizer field from CharsetMatch
Andy Heninger [Thu, 21 Jun 2012 22:42:12 +0000 (22:42 +0000)]
ICU-6954 remove unused CharsetRecognizer field from CharsetMatch

X-SVN-Rev: 31980

12 years agoICU-9232 API change report for 50M1
Yoshito Umaoka [Thu, 21 Jun 2012 21:34:10 +0000 (21:34 +0000)]
ICU-9232 API change report for 50M1

X-SVN-Rev: 31979

12 years agoICU-6954 remove unused CharsetRecognizer field from CharsetMatch
Andy Heninger [Thu, 21 Jun 2012 21:02:19 +0000 (21:02 +0000)]
ICU-6954 remove unused CharsetRecognizer field from CharsetMatch

X-SVN-Rev: 31978

12 years agoICU-8971 changes undone
Debabrata Sengupta [Thu, 21 Jun 2012 20:58:24 +0000 (20:58 +0000)]
ICU-8971 changes undone

X-SVN-Rev: 31977

12 years agoICU-9233 API Change report for 50M1
Yoshito Umaoka [Thu, 21 Jun 2012 20:33:27 +0000 (20:33 +0000)]
ICU-9233 API Change report for 50M1

X-SVN-Rev: 31976

12 years agoICU-8971 fixed inconsistency bug between C and J for parsing and canonicalization
Debabrata Sengupta [Thu, 21 Jun 2012 19:52:29 +0000 (19:52 +0000)]
ICU-8971 fixed inconsistency bug between C and J for parsing and canonicalization

X-SVN-Rev: 31975

12 years agoICU-9190 Update converter alias table in ICU4J
Michael Ow [Thu, 21 Jun 2012 16:56:18 +0000 (16:56 +0000)]
ICU-9190 Update converter alias table in ICU4J

X-SVN-Rev: 31974

12 years agoICU-9235 Update test data in ICU4J
Michael Ow [Thu, 21 Jun 2012 16:55:36 +0000 (16:55 +0000)]
ICU-9235 Update test data in ICU4J

X-SVN-Rev: 31973

12 years agoICU-9326 Fix misplaced exclamation mark
Michael Ow [Thu, 21 Jun 2012 16:51:41 +0000 (16:51 +0000)]
ICU-9326 Fix misplaced exclamation mark

X-SVN-Rev: 31972

12 years agoICU-9365 Fix endianness detection for sparc based systems
Michael Ow [Tue, 19 Jun 2012 18:01:28 +0000 (18:01 +0000)]
ICU-9365 Fix endianness detection for sparc based systems

X-SVN-Rev: 31971

12 years agoICU-8810 Changed @param zoneToAdopt to @param zone to match the method signature.
Yoshito Umaoka [Tue, 19 Jun 2012 15:28:23 +0000 (15:28 +0000)]
ICU-8810 Changed @param zoneToAdopt to @param zone to match the method signature.

X-SVN-Rev: 31970

12 years agoICU-9226 (J) Calendar add +year should always move forward in time; roll year should...
Peter Edberg [Tue, 19 Jun 2012 09:51:24 +0000 (09:51 +0000)]
ICU-9226 (J) Calendar add +year should always move forward in time; roll year should wrap for eras with real bounds, pin otherwise

X-SVN-Rev: 31968

12 years agoICU-9226 Better documentation for add and roll functions/methods
Peter Edberg [Tue, 19 Jun 2012 07:09:54 +0000 (07:09 +0000)]
ICU-9226 Better documentation for add and roll functions/methods

X-SVN-Rev: 31967

12 years agoICU-9226 Calendar add +year should always move forward in time; roll year should...
Peter Edberg [Tue, 19 Jun 2012 05:42:52 +0000 (05:42 +0000)]
ICU-9226 Calendar add +year should always move forward in time; roll year should wrap for eras with real bounds, pin otherwise

X-SVN-Rev: 31966

12 years agoICU-9394 Set U_TIMEZONE to 'timezone' instead of '__timezone' on Android
Jungshik Shin [Mon, 18 Jun 2012 20:51:53 +0000 (20:51 +0000)]
ICU-9394 Set U_TIMEZONE to 'timezone' instead of '__timezone' on Android

X-SVN-Rev: 31964

12 years agoICU-8918 Documentation update explaining ambiguous wall time resolution in the class...
Yoshito Umaoka [Mon, 18 Jun 2012 19:19:31 +0000 (19:19 +0000)]
ICU-8918 Documentation update explaining ambiguous wall time resolution in the class doc.

X-SVN-Rev: 31963

12 years agoICU-8918 Added a small section explaining ambiguous wall time resolution in the class...
Yoshito Umaoka [Mon, 18 Jun 2012 17:56:55 +0000 (17:56 +0000)]
ICU-8918 Added a small section explaining ambiguous wall time resolution in the class doc.

X-SVN-Rev: 31962

12 years agoICU-9258 Updated format/DecimalFormatTest/DataDrivenTests to format StringPiece in...
Yoshito Umaoka [Mon, 18 Jun 2012 14:14:22 +0000 (14:14 +0000)]
ICU-9258 Updated format/DecimalFormatTest/DataDrivenTests to format StringPiece in addition to DigitList. Fixed an error status problem (not returning U_FORMAT_INEXACT_ERROR) found by the StringPiece test.

X-SVN-Rev: 31961

12 years agoICU-9140 Fixed ChineseDateFormatSymbols initialization problem revealed by the recent...
Yoshito Umaoka [Fri, 15 Jun 2012 19:46:41 +0000 (19:46 +0000)]
ICU-9140 Fixed ChineseDateFormatSymbols initialization problem revealed by the recent change.

X-SVN-Rev: 31960

12 years agoICU-9376 Revert previous commit 31956
Michael Ow [Fri, 15 Jun 2012 00:56:20 +0000 (00:56 +0000)]
ICU-9376 Revert previous commit 31956

X-SVN-Rev: 31958

12 years agoICU-9311 Roll in updated dictionary of 2012-May from Nathan Wells via George Rhoten
Peter Edberg [Thu, 14 Jun 2012 22:34:27 +0000 (22:34 +0000)]
ICU-9311 Roll in updated dictionary of 2012-May from Nathan Wells via George Rhoten

X-SVN-Rev: 31957

12 years agoICU-9376 Fix mingw cross compilation errors
Michael Ow [Thu, 14 Jun 2012 22:29:37 +0000 (22:29 +0000)]
ICU-9376 Fix mingw cross compilation errors

X-SVN-Rev: 31956

12 years agoICU-9235 getToUnicodeValue() should write extension seq length as count of UTF16...
Peter Edberg [Thu, 14 Jun 2012 22:19:36 +0000 (22:19 +0000)]
ICU-9235 getToUnicodeValue() should write extension seq length as count of UTF16 (not UTF32) units

X-SVN-Rev: 31954

12 years agoICU-9140 Deprecate ChineseDateFormat/ChineseDateFormatSymbols. Changed DateFormat...
Yoshito Umaoka [Thu, 14 Jun 2012 20:14:10 +0000 (20:14 +0000)]
ICU-9140 Deprecate ChineseDateFormat/ChineseDateFormatSymbols. Changed DateFormat factory method to create a SimpleDateFormat instead of ChineseDateFormat even when calendar type is chinese.

X-SVN-Rev: 31953

12 years agoICU-9190 Add UTF-7 aliases unicode-1-1-utf-7, unicode-2-0-utf-7
Peter Edberg [Thu, 14 Jun 2012 19:10:37 +0000 (19:10 +0000)]
ICU-9190 Add UTF-7 aliases unicode-1-1-utf-7, unicode-2-0-utf-7

X-SVN-Rev: 31952