]> granicus.if.org Git - icu/log
icu
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

12 years agoICU-9371 Fix GCC atomic support detection
Michael Ow [Thu, 14 Jun 2012 18:33:17 +0000 (18:33 +0000)]
ICU-9371 Fix GCC atomic support detection

X-SVN-Rev: 31951

12 years agoICU-9363 Removing un-implemented draft API CharsetMatch#getMatchType() and constants...
Yoshito Umaoka [Thu, 14 Jun 2012 16:18:07 +0000 (16:18 +0000)]
ICU-9363 Removing un-implemented draft API CharsetMatch#getMatchType() and constants defined for the return value of the method. These constants were accidentally marked as @stable before.

X-SVN-Rev: 31950

12 years agoICU-9340 Use bit mask instead of cast to avoid buffer overflow
Michael Ow [Wed, 13 Jun 2012 21:07:53 +0000 (21:07 +0000)]
ICU-9340 Use bit mask instead of cast to avoid buffer overflow

X-SVN-Rev: 31948

12 years agoICU-9042 Memory leak in Time Unit Format.
Andy Heninger [Tue, 12 Jun 2012 18:23:49 +0000 (18:23 +0000)]
ICU-9042 Memory leak in Time Unit Format.

X-SVN-Rev: 31943

12 years agoICU-9374 Ensure *.nrm is properly removed in testdata
Michael Ow [Mon, 11 Jun 2012 18:17:05 +0000 (18:17 +0000)]
ICU-9374 Ensure *.nrm is properly removed in testdata

X-SVN-Rev: 31933

12 years agoICU-9042 in time unit format, ignore those plural counts that are not defined in...
Xiaomei Ji [Fri, 8 Jun 2012 23:53:58 +0000 (23:53 +0000)]
ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules

X-SVN-Rev: 31930

12 years agoICU-8890 revert error behavior of UnicodeString::replace(start, _length, srcChar...
Markus Scherer [Fri, 8 Jun 2012 21:53:40 +0000 (21:53 +0000)]
ICU-8890 revert error behavior of UnicodeString::replace(start, _length, srcChar) to removing the segment when srcChar is not a valid code point (see r31272)

X-SVN-Rev: 31928

12 years agoICU-8773 use real array element comparison, not memcmp()
Markus Scherer [Fri, 8 Jun 2012 21:31:22 +0000 (21:31 +0000)]
ICU-8773 use real array element comparison, not memcmp()

X-SVN-Rev: 31926

12 years agoICU-9042 in time unit format, ignore those plural counts that are not defined in...
Xiaomei Ji [Fri, 8 Jun 2012 19:02:03 +0000 (19:02 +0000)]
ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules

X-SVN-Rev: 31924

12 years agoICU-9248 fix fastCopyFrom lifetime comment
Andy Heninger [Fri, 8 Jun 2012 17:58:13 +0000 (17:58 +0000)]
ICU-9248 fix fastCopyFrom lifetime comment

X-SVN-Rev: 31923

12 years agoICU-9369 rename ListFormat to ListFormatter, and make other agreed changes
Markus Scherer [Thu, 7 Jun 2012 21:00:41 +0000 (21:00 +0000)]
ICU-9369 rename ListFormat to ListFormatter, and make other agreed changes

X-SVN-Rev: 31921

12 years agoICU-9349 Applying the same change done for ICU4J time zone test cases. Change some...
Yoshito Umaoka [Thu, 7 Jun 2012 20:40:07 +0000 (20:40 +0000)]
ICU-9349 Applying the same change done for ICU4J time zone test cases. Change some test cases to report error while development.

X-SVN-Rev: 31920

12 years agoICU-9349 Update to the previous change. Removed isDateBeforeReferenceYear, which...
Yoshito Umaoka [Thu, 7 Jun 2012 20:38:21 +0000 (20:38 +0000)]
ICU-9349 Update to the previous change. Removed isDateBeforeReferenceYear, which does not make sense much now.

X-SVN-Rev: 31919

12 years agoICU-9370 fixed long lines (cmd-shift-f) and wording pointed out by Markus
Mark Davis [Thu, 7 Jun 2012 19:27:45 +0000 (19:27 +0000)]
ICU-9370 fixed long lines (cmd-shift-f) and wording pointed out by Markus

X-SVN-Rev: 31918

12 years agoICU-9360 Update break iterator API docs.
Andy Heninger [Thu, 7 Jun 2012 17:52:25 +0000 (17:52 +0000)]
ICU-9360 Update break iterator API docs.

X-SVN-Rev: 31917

12 years agoICU-9360 update break iterator api docs.
Andy Heninger [Thu, 7 Jun 2012 16:57:51 +0000 (16:57 +0000)]
ICU-9360 update break iterator api docs.

X-SVN-Rev: 31916

12 years agoICU-9370 Changed parameter name and javadoc
Mark Davis [Thu, 7 Jun 2012 16:04:30 +0000 (16:04 +0000)]
ICU-9370 Changed parameter name and javadoc

X-SVN-Rev: 31915

12 years agoICU-8235 do not call memcpy()/memmove()/... with a NULL/invalid source pointer
Markus Scherer [Thu, 7 Jun 2012 00:14:54 +0000 (00:14 +0000)]
ICU-8235 do not call memcpy()/memmove()/... with a NULL/invalid source pointer

X-SVN-Rev: 31914

12 years agoICU-9248 update doc of UnicodeString readonly-aliasing constructor & setTo() re fastC...
Markus Scherer [Wed, 6 Jun 2012 17:35:12 +0000 (17:35 +0000)]
ICU-9248 update doc of UnicodeString readonly-aliasing constructor & setTo() re fastCopyFrom()

X-SVN-Rev: 31913

12 years agoICU-9010 remove --disable-threads, move ICU_USE_THREADS out of uconfig.h into test...
Markus Scherer [Wed, 6 Jun 2012 04:13:28 +0000 (04:13 +0000)]
ICU-9010 remove --disable-threads, move ICU_USE_THREADS out of uconfig.h into test code

X-SVN-Rev: 31911

12 years agoICU-9349 Updated previously disabled (just not reporting errors) test cases to match...
Yoshito Umaoka [Tue, 5 Jun 2012 22:37:02 +0000 (22:37 +0000)]
ICU-9349 Updated previously disabled (just not reporting errors) test cases to match the latest tzdata. Use ICU version field to flag test failures or not, instead of using hardcoded tzdata version number.

X-SVN-Rev: 31910

12 years agoICU-9352 Fixed a bug in useDaylightTime(). The test case reproducing the problem...
Yoshito Umaoka [Tue, 5 Jun 2012 20:38:37 +0000 (20:38 +0000)]
ICU-9352 Fixed a bug in useDaylightTime(). The test case reproducing the problem will be enabled with #9349 soon.

X-SVN-Rev: 31908

12 years agoICU-9265 Removed _isAttributeSubtag, which is no longer used, from uloc_tag.c
Yoshito Umaoka [Tue, 5 Jun 2012 20:08:04 +0000 (20:08 +0000)]
ICU-9265 Removed _isAttributeSubtag, which is no longer used, from uloc_tag.c

X-SVN-Rev: 31907

12 years agoICU-9366 improved message from Java TestFmwk.fail() function.
Andy Heninger [Tue, 5 Jun 2012 19:45:00 +0000 (19:45 +0000)]
ICU-9366 improved message from Java TestFmwk.fail() function.

X-SVN-Rev: 31906

12 years agoICU-6889 Add test for CharsetDetector.detectAll() producing the same encoding multipl...
Andy Heninger [Tue, 5 Jun 2012 17:40:59 +0000 (17:40 +0000)]
ICU-6889 Add test for CharsetDetector.detectAll() producing the same encoding multiple times.

X-SVN-Rev: 31905

12 years agoICU-6954 Charset Detector, move haveC1Bytes state out of CharsetRecognizer objects...
Andy Heninger [Tue, 5 Jun 2012 00:36:30 +0000 (00:36 +0000)]
ICU-6954 Charset Detector, move haveC1Bytes state out of CharsetRecognizer objects, which fixes bug where multiple CharsetDetectors can overwrite eash others results.

X-SVN-Rev: 31904

12 years agoICU-8298 avoid ambiguous method matching for MaybeStackArray[index]
Markus Scherer [Mon, 4 Jun 2012 23:51:39 +0000 (23:51 +0000)]
ICU-8298 avoid ambiguous method matching for MaybeStackArray[index]

X-SVN-Rev: 31903

12 years agoICU-6954 Fix charset detection bug resulting from having state in shared recognizer...
Andy Heninger [Fri, 1 Jun 2012 20:40:48 +0000 (20:40 +0000)]
ICU-6954 Fix charset detection bug resulting from having state in shared recognizer objects.

X-SVN-Rev: 31900

12 years agoICU-9336 Fix typo in macro call
Michael Ow [Fri, 1 Jun 2012 14:44:29 +0000 (14:44 +0000)]
ICU-9336 Fix typo in macro call

X-SVN-Rev: 31896

12 years agoICU-9258 Remove extra comma in enum
Michael Ow [Fri, 1 Jun 2012 14:43:02 +0000 (14:43 +0000)]
ICU-9258 Remove extra comma in enum

X-SVN-Rev: 31895

12 years agoICU-9336 Add some fixes for build failures in z/OS
Michael Ow [Thu, 31 May 2012 16:18:29 +0000 (16:18 +0000)]
ICU-9336 Add some fixes for build failures in z/OS

X-SVN-Rev: 31891

12 years agoICU-9258 fix test code
Steven R. Loomis [Wed, 30 May 2012 19:02:58 +0000 (19:02 +0000)]
ICU-9258 fix test code

X-SVN-Rev: 31889

12 years agoICU-9258 fix int64 format of U_INT64_MIN; // -9223372036854775808L
Steven R. Loomis [Wed, 30 May 2012 18:21:49 +0000 (18:21 +0000)]
ICU-9258 fix int64 format of U_INT64_MIN; // -9223372036854775808L

X-SVN-Rev: 31888

12 years agoICU-9258 fix typo in comment
Steven R. Loomis [Wed, 30 May 2012 00:50:22 +0000 (00:50 +0000)]
ICU-9258 fix typo in comment

X-SVN-Rev: 31882

12 years agoICU-9258 merge from branches, performance improvements
Steven R. Loomis [Wed, 30 May 2012 00:41:57 +0000 (00:41 +0000)]
ICU-9258 merge from branches, performance improvements

X-SVN-Rev: 31881

12 years agoICU-9345 add -T (notime) option to intltest
Steven R. Loomis [Wed, 30 May 2012 00:37:33 +0000 (00:37 +0000)]
ICU-9345 add -T (notime) option to intltest

X-SVN-Rev: 31880

12 years agoICU-6954 Add test for this charset detector bug. Fix will follow later.
Andy Heninger [Sat, 26 May 2012 00:19:47 +0000 (00:19 +0000)]
ICU-6954 Add test for this charset detector bug.  Fix will follow later.

X-SVN-Rev: 31866

12 years agoICU-9345 merged from ICU-9258 branch - add more perf tests
Steven R. Loomis [Fri, 25 May 2012 20:09:01 +0000 (20:09 +0000)]
ICU-9345 merged from ICU-9258 branch - add more perf tests

X-SVN-Rev: 31863

12 years agoICU-8879 Code review cleanups
Andy Heninger [Fri, 25 May 2012 19:51:34 +0000 (19:51 +0000)]
ICU-8879 Code review cleanups

X-SVN-Rev: 31862

12 years agoICU-8879 Code review cleanups
Andy Heninger [Fri, 25 May 2012 18:49:04 +0000 (18:49 +0000)]
ICU-8879 Code review cleanups

X-SVN-Rev: 31859

12 years agoICU-9344 fix rare memory leak in ucol.cpp
Andy Heninger [Fri, 25 May 2012 18:25:38 +0000 (18:25 +0000)]
ICU-9344 fix rare memory leak in ucol.cpp

X-SVN-Rev: 31858

12 years agoICU-8879 clean up extra uninitialized data produced by gensprep
Andy Heninger [Fri, 25 May 2012 15:45:35 +0000 (15:45 +0000)]
ICU-8879 clean up extra uninitialized data produced by gensprep

X-SVN-Rev: 31857

12 years agoICU-9305 C function prototype for uset_openEmpty() needs void-declared empty argument...
Markus Scherer [Mon, 21 May 2012 21:45:34 +0000 (21:45 +0000)]
ICU-9305 C function prototype for uset_openEmpty() needs void-declared empty argument list

X-SVN-Rev: 31840

12 years agoICU-9332 Fix endianness detection for Linux s390
Michael Ow [Fri, 18 May 2012 16:05:05 +0000 (16:05 +0000)]
ICU-9332 Fix endianness detection for Linux s390

X-SVN-Rev: 31834

12 years agoICU-9326 Fix Package declaration in header file
Michael Ow [Fri, 18 May 2012 06:56:36 +0000 (06:56 +0000)]
ICU-9326 Fix Package declaration in header file

X-SVN-Rev: 31833

12 years agoICU-9326 Remove unneeded include statement from previous commit
Michael Ow [Fri, 18 May 2012 03:59:21 +0000 (03:59 +0000)]
ICU-9326 Remove unneeded include statement from previous commit

X-SVN-Rev: 31832

12 years agoICU-9326 Fix missing header file.
Michael Ow [Thu, 17 May 2012 21:50:52 +0000 (21:50 +0000)]
ICU-9326 Fix missing header file.

X-SVN-Rev: 31831

12 years agoICU-9326 Fix potential icupkg tool trap in Windows static build
Michael Ow [Thu, 17 May 2012 20:09:47 +0000 (20:09 +0000)]
ICU-9326 Fix potential icupkg tool trap in Windows static build

X-SVN-Rev: 31830

12 years agoICU-9322 Fix some memory check errors in ICU tools
Michael Ow [Thu, 17 May 2012 19:58:22 +0000 (19:58 +0000)]
ICU-9322 Fix some memory check errors in ICU tools

X-SVN-Rev: 31829

12 years agoICU-9326 Fix icupkg tool trap on Windows static build
Michael Ow [Thu, 17 May 2012 19:56:11 +0000 (19:56 +0000)]
ICU-9326 Fix icupkg tool trap on Windows static build

X-SVN-Rev: 31828

12 years agoICU-9328 Tweak conversion test data to steer clear of added characters in some Japane...
Andy Heninger [Wed, 16 May 2012 22:25:12 +0000 (22:25 +0000)]
ICU-9328 Tweak conversion test data to steer clear of added characters in some Japanese tables.

X-SVN-Rev: 31827

12 years agoICU-9317 Retract previous change; it is no longer needed and just adds confusion.
Andy Heninger [Wed, 16 May 2012 17:29:44 +0000 (17:29 +0000)]
ICU-9317 Retract previous change; it is no longer needed and just adds confusion.

X-SVN-Rev: 31826

12 years agoICU-9315 urename.h comment updated for showing how to disable renaming when running...
Andy Heninger [Mon, 14 May 2012 19:37:08 +0000 (19:37 +0000)]
ICU-9315 urename.h comment updated for showing how to disable renaming when running configure.

X-SVN-Rev: 31824

12 years agoICU-9313 Fix build error on Cygwin/MSVC
Michael Ow [Mon, 14 May 2012 16:31:28 +0000 (16:31 +0000)]
ICU-9313 Fix build error on Cygwin/MSVC

X-SVN-Rev: 31821

12 years agoICU-9295 Add endianness check for HPPA systems
Michael Ow [Mon, 14 May 2012 13:33:57 +0000 (13:33 +0000)]
ICU-9295 Add endianness check for HPPA systems

X-SVN-Rev: 31819

12 years agoICU-9317 Add icu:: to ambiguous uses of StringPiece.
Andy Heninger [Sat, 12 May 2012 00:15:05 +0000 (00:15 +0000)]
ICU-9317 Add icu:: to ambiguous uses of StringPiece.

X-SVN-Rev: 31818

12 years agoICU-9265 Synchronized forLanguageTag test cases with ICU4C trunk. Also fixed a bug...
Yoshito Umaoka [Fri, 11 May 2012 21:57:11 +0000 (21:57 +0000)]
ICU-9265 Synchronized forLanguageTag test cases with ICU4C trunk. Also fixed a bug for u extension typeless keyword mapping (use 'yes' in ICU instead of 'true').

X-SVN-Rev: 31817

12 years agoICU-9265 Added support for typeless keyword in BCP 47 u extension. Also implemented...
Yoshito Umaoka [Fri, 11 May 2012 21:52:24 +0000 (21:52 +0000)]
ICU-9265 Added support for typeless keyword in BCP 47 u extension. Also implemented u extension attributes. The implementation of uloc_forLanguageTag is now equivalent to ICU4J implementation.

X-SVN-Rev: 31816

12 years agoICU-9315 urename include and disabling cleanup.
Andy Heninger [Fri, 11 May 2012 20:38:00 +0000 (20:38 +0000)]
ICU-9315 urename include and disabling cleanup.

X-SVN-Rev: 31815

12 years agoICU-9314 U_CHARSET_IS_UTF8 dependency cleanup
Andy Heninger [Fri, 11 May 2012 17:54:07 +0000 (17:54 +0000)]
ICU-9314 U_CHARSET_IS_UTF8 dependency cleanup

X-SVN-Rev: 31813

12 years agoICU-9298 Add new region sublocales, update integration instructions
Peter Edberg [Fri, 11 May 2012 03:56:00 +0000 (03:56 +0000)]
ICU-9298 Add new region sublocales, update integration instructions

X-SVN-Rev: 31810

12 years agoICU-9312 #ifdef U_ENABLE_DYLOAD cleanup in icuplug.c
Andy Heninger [Thu, 10 May 2012 23:52:23 +0000 (23:52 +0000)]
ICU-9312 #ifdef U_ENABLE_DYLOAD cleanup in icuplug.c

X-SVN-Rev: 31809

12 years agoICU-9310 inconsequential fix to uresbund.cpp
Andy Heninger [Thu, 10 May 2012 00:45:44 +0000 (00:45 +0000)]
ICU-9310 inconsequential fix to uresbund.cpp

X-SVN-Rev: 31807

12 years agoICU-9242 Sync precedence table with ICU4C in the calendar code
Michael Ow [Wed, 9 May 2012 21:05:17 +0000 (21:05 +0000)]
ICU-9242 Sync precedence table with ICU4C in the calendar code

X-SVN-Rev: 31806

12 years agoICU-9242 Fix format parsing in ICU4C calendar code
Michael Ow [Wed, 9 May 2012 21:00:40 +0000 (21:00 +0000)]
ICU-9242 Fix format parsing in ICU4C calendar code

X-SVN-Rev: 31805

12 years agoICU-9309 multithreaded startup fix
Andy Heninger [Tue, 8 May 2012 23:05:14 +0000 (23:05 +0000)]
ICU-9309 multithreaded startup fix

X-SVN-Rev: 31804

12 years agoICU-9293 Fixed a problem in strict currency parsing.
Yoshito Umaoka [Fri, 4 May 2012 21:09:02 +0000 (21:09 +0000)]
ICU-9293 Fixed a problem in strict currency parsing.

X-SVN-Rev: 31797

12 years agoICU-9240 Fixed a cloning problem in DecimalFormat which prevent formatToCharacterIter...
Yoshito Umaoka [Thu, 3 May 2012 23:20:12 +0000 (23:20 +0000)]
ICU-9240 Fixed a cloning problem in DecimalFormat which prevent formatToCharacterIterator to work properly in mulitple threads.

X-SVN-Rev: 31796

12 years agoICU-9289 Corrected the product name, from Component to Components.
Yoshito Umaoka [Thu, 3 May 2012 22:02:05 +0000 (22:02 +0000)]
ICU-9289 Corrected the product name, from Component to Components.

X-SVN-Rev: 31795

12 years agoICU-9129 Improved error handling and message in the serialization coverage test.
Yoshito Umaoka [Thu, 3 May 2012 21:46:11 +0000 (21:46 +0000)]
ICU-9129 Improved error handling and message in the serialization coverage test.

X-SVN-Rev: 31794

12 years agoICU-9292 Merge BEAM warning fixes from branch into trunk
Michael Ow [Thu, 3 May 2012 05:50:26 +0000 (05:50 +0000)]
ICU-9292 Merge BEAM warning fixes from branch into trunk

X-SVN-Rev: 31792

12 years agoICU-8810 Fix bad description of time zones in Calendar::createInstance()
Andy Heninger [Fri, 27 Apr 2012 22:34:34 +0000 (22:34 +0000)]
ICU-8810 Fix bad description of time zones in Calendar::createInstance()

X-SVN-Rev: 31783

12 years agoICU-9283 fix for look-behind assertions w/ case insensitive matching.
Andy Heninger [Fri, 27 Apr 2012 21:29:34 +0000 (21:29 +0000)]
ICU-9283 fix for look-behind assertions w/ case insensitive matching.

X-SVN-Rev: 31782

12 years agoICU-9263 Enable test/perf/collperf on non-Windows platforms.
Yoshito Umaoka [Thu, 26 Apr 2012 22:56:00 +0000 (22:56 +0000)]
ICU-9263 Enable test/perf/collperf on non-Windows platforms.

X-SVN-Rev: 31781

12 years agoICU-9286 Fix for variations in the presence of the timezone symbol on BSDs
Will Mason [Thu, 26 Apr 2012 21:45:02 +0000 (21:45 +0000)]
ICU-9286 Fix for variations in the presence of the timezone symbol on BSDs

X-SVN-Rev: 31780

12 years agoICU-9289 Updated jar main to print out correct display name of ICU library with the...
Yoshito Umaoka [Thu, 26 Apr 2012 18:12:00 +0000 (18:12 +0000)]
ICU-9289 Updated jar main to print out correct display name of ICU library with the new versioning scheme.

X-SVN-Rev: 31777

12 years agoICU-9279 Fix mingw64 build error
Michael Ow [Wed, 25 Apr 2012 17:18:08 +0000 (17:18 +0000)]
ICU-9279 Fix mingw64 build error

X-SVN-Rev: 31770

12 years agoICU-9284 Fix test case in date format round trip test for hebrew calendar
Michael Ow [Wed, 25 Apr 2012 16:21:28 +0000 (16:21 +0000)]
ICU-9284 Fix test case in date format round trip test for hebrew calendar

X-SVN-Rev: 31765