Peter Edberg
c63be1f302
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
2012-06-19 05:42:52 +00:00
Jungshik Shin
1f3812e51e
ICU-9394 Set U_TIMEZONE to 'timezone' instead of '__timezone' on Android
...
X-SVN-Rev: 31964
2012-06-18 20:51:53 +00:00
Yoshito Umaoka
2b19607bfa
ICU-8918 Documentation update explaining ambiguous wall time resolution in the class doc.
...
X-SVN-Rev: 31963
2012-06-18 19:19:31 +00:00
Yoshito Umaoka
fefba73e1d
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
2012-06-18 14:14:22 +00:00
Michael Ow
78bb22cdb9
ICU-9376 Revert previous commit 31956
...
X-SVN-Rev: 31958
2012-06-15 00:56:20 +00:00
Peter Edberg
3b752b6104
ICU-9311 Roll in updated dictionary of 2012-May from Nathan Wells via George Rhoten
...
X-SVN-Rev: 31957
2012-06-14 22:34:27 +00:00
Michael Ow
228ceb5c76
ICU-9376 Fix mingw cross compilation errors
...
X-SVN-Rev: 31956
2012-06-14 22:29:37 +00:00
Peter Edberg
53941f359b
ICU-9235 getToUnicodeValue() should write extension seq length as count of UTF16 (not UTF32) units
...
X-SVN-Rev: 31954
2012-06-14 22:19:36 +00:00
Peter Edberg
c45361b33b
ICU-9190 Add UTF-7 aliases unicode-1-1-utf-7, unicode-2-0-utf-7
...
X-SVN-Rev: 31952
2012-06-14 19:10:37 +00:00
Michael Ow
ff679c4111
ICU-9371 Fix GCC atomic support detection
...
X-SVN-Rev: 31951
2012-06-14 18:33:17 +00:00
Michael Ow
fa3f76cc15
ICU-9340 Use bit mask instead of cast to avoid buffer overflow
...
X-SVN-Rev: 31948
2012-06-13 21:07:53 +00:00
Andy Heninger
c1dc277c46
ICU-9042 Memory leak in Time Unit Format.
...
X-SVN-Rev: 31943
2012-06-12 18:23:49 +00:00
Michael Ow
9ac0795d43
ICU-9374 Ensure *.nrm is properly removed in testdata
...
X-SVN-Rev: 31933
2012-06-11 18:17:05 +00:00
Markus Scherer
7042fcca36
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
2012-06-08 21:53:40 +00:00
Markus Scherer
a655430837
ICU-8773 use real array element comparison, not memcmp()
...
X-SVN-Rev: 31926
2012-06-08 21:31:22 +00:00
Xiaomei Ji
a9ea9b2a82
ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules
...
X-SVN-Rev: 31924
2012-06-08 19:02:03 +00:00
Andy Heninger
3c69969daa
ICU-9248 fix fastCopyFrom lifetime comment
...
X-SVN-Rev: 31923
2012-06-08 17:58:13 +00:00
Yoshito Umaoka
b841ed0c39
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
2012-06-07 20:40:07 +00:00
Andy Heninger
2b7d6e62aa
ICU-9360 update break iterator api docs.
...
X-SVN-Rev: 31916
2012-06-07 16:57:51 +00:00
Markus Scherer
f3646e9267
ICU-8235 do not call memcpy()/memmove()/... with a NULL/invalid source pointer
...
X-SVN-Rev: 31914
2012-06-07 00:14:54 +00:00
Markus Scherer
e39bc5efd7
ICU-9248 update doc of UnicodeString readonly-aliasing constructor & setTo() re fastCopyFrom()
...
X-SVN-Rev: 31913
2012-06-06 17:35:12 +00:00
Markus Scherer
00dc45723c
ICU-9010 remove --disable-threads, move ICU_USE_THREADS out of uconfig.h into test code
...
X-SVN-Rev: 31911
2012-06-06 04:13:28 +00:00
Yoshito Umaoka
91a3c1e322
ICU-9352 Fixed a bug in useDaylightTime(). The test case reproducing the problem will be enabled with #9349 soon.
...
X-SVN-Rev: 31908
2012-06-05 20:38:37 +00:00
Yoshito Umaoka
e7ca744bbd
ICU-9265 Removed _isAttributeSubtag, which is no longer used, from uloc_tag.c
...
X-SVN-Rev: 31907
2012-06-05 20:08:04 +00:00
Markus Scherer
a4861cdd06
ICU-8298 avoid ambiguous method matching for MaybeStackArray[index]
...
X-SVN-Rev: 31903
2012-06-04 23:51:39 +00:00
Andy Heninger
0855f7a2b2
ICU-6954 Fix charset detection bug resulting from having state in shared recognizer objects.
...
X-SVN-Rev: 31900
2012-06-01 20:40:48 +00:00
Michael Ow
2d903d91d6
ICU-9336 Fix typo in macro call
...
X-SVN-Rev: 31896
2012-06-01 14:44:29 +00:00
Michael Ow
10f13e92ae
ICU-9258 Remove extra comma in enum
...
X-SVN-Rev: 31895
2012-06-01 14:43:02 +00:00
Michael Ow
9a66926428
ICU-9336 Add some fixes for build failures in z/OS
...
X-SVN-Rev: 31891
2012-05-31 16:18:29 +00:00
Steven R. Loomis
c6a7e38015
ICU-9258 fix test code
...
X-SVN-Rev: 31889
2012-05-30 19:02:58 +00:00
Steven R. Loomis
dc44c2bdd9
ICU-9258 fix int64 format of U_INT64_MIN; // -9223372036854775808L
...
X-SVN-Rev: 31888
2012-05-30 18:21:49 +00:00
Steven R. Loomis
3c05a6b5d3
ICU-9258 fix typo in comment
...
X-SVN-Rev: 31882
2012-05-30 00:50:22 +00:00
Steven R. Loomis
43b918a0c8
ICU-9258 merge from branches, performance improvements
...
X-SVN-Rev: 31881
2012-05-30 00:41:57 +00:00
Steven R. Loomis
5c95e765c1
ICU-9345 add -T (notime) option to intltest
...
X-SVN-Rev: 31880
2012-05-30 00:37:33 +00:00
Andy Heninger
ba912623dc
ICU-6954 Add test for this charset detector bug. Fix will follow later.
...
X-SVN-Rev: 31866
2012-05-26 00:19:47 +00:00
Steven R. Loomis
4600b80db6
ICU-9345 merged from ICU-9258 branch - add more perf tests
...
X-SVN-Rev: 31863
2012-05-25 20:09:01 +00:00
Andy Heninger
85312fdf16
ICU-8879 Code review cleanups
...
X-SVN-Rev: 31862
2012-05-25 19:51:34 +00:00
Andy Heninger
83fe5e8ba4
ICU-8879 Code review cleanups
...
X-SVN-Rev: 31859
2012-05-25 18:49:04 +00:00
Andy Heninger
f7c10f5686
ICU-9344 fix rare memory leak in ucol.cpp
...
X-SVN-Rev: 31858
2012-05-25 18:25:38 +00:00
Andy Heninger
b957edd0b9
ICU-8879 clean up extra uninitialized data produced by gensprep
...
X-SVN-Rev: 31857
2012-05-25 15:45:35 +00:00
Markus Scherer
4905a493ef
ICU-9305 C function prototype for uset_openEmpty() needs void-declared empty argument list
...
X-SVN-Rev: 31840
2012-05-21 21:45:34 +00:00
Michael Ow
1971c167a3
ICU-9332 Fix endianness detection for Linux s390
...
X-SVN-Rev: 31834
2012-05-18 16:05:05 +00:00
Michael Ow
08b403c001
ICU-9326 Fix Package declaration in header file
...
X-SVN-Rev: 31833
2012-05-18 06:56:36 +00:00
Michael Ow
7803f080ca
ICU-9326 Remove unneeded include statement from previous commit
...
X-SVN-Rev: 31832
2012-05-18 03:59:21 +00:00
Michael Ow
299d550e5d
ICU-9326 Fix missing header file.
...
X-SVN-Rev: 31831
2012-05-17 21:50:52 +00:00
Michael Ow
e1ba49ca9f
ICU-9326 Fix potential icupkg tool trap in Windows static build
...
X-SVN-Rev: 31830
2012-05-17 20:09:47 +00:00
Michael Ow
671a7be44b
ICU-9322 Fix some memory check errors in ICU tools
...
X-SVN-Rev: 31829
2012-05-17 19:58:22 +00:00
Michael Ow
5d2a5e6fa3
ICU-9326 Fix icupkg tool trap on Windows static build
...
X-SVN-Rev: 31828
2012-05-17 19:56:11 +00:00
Andy Heninger
c422b2c5f7
ICU-9328 Tweak conversion test data to steer clear of added characters in some Japanese tables.
...
X-SVN-Rev: 31827
2012-05-16 22:25:12 +00:00
Andy Heninger
3e1b16071f
ICU-9317 Retract previous change; it is no longer needed and just adds confusion.
...
X-SVN-Rev: 31826
2012-05-16 17:29:44 +00:00
Andy Heninger
29a648df32
ICU-9315 urename.h comment updated for showing how to disable renaming when running configure.
...
X-SVN-Rev: 31824
2012-05-14 19:37:08 +00:00
Michael Ow
7e72d845a2
ICU-9313 Fix build error on Cygwin/MSVC
...
X-SVN-Rev: 31821
2012-05-14 16:31:28 +00:00
Michael Ow
b3b1909c8c
ICU-9295 Add endianness check for HPPA systems
...
X-SVN-Rev: 31819
2012-05-14 13:33:57 +00:00
Andy Heninger
402b732faf
ICU-9317 Add icu:: to ambiguous uses of StringPiece.
...
X-SVN-Rev: 31818
2012-05-12 00:15:05 +00:00
Yoshito Umaoka
948048b4d2
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
2012-05-11 21:52:24 +00:00
Andy Heninger
4e22bdab85
ICU-9315 urename include and disabling cleanup.
...
X-SVN-Rev: 31815
2012-05-11 20:38:00 +00:00
Andy Heninger
16bbbbea8e
ICU-9314 U_CHARSET_IS_UTF8 dependency cleanup
...
X-SVN-Rev: 31813
2012-05-11 17:54:07 +00:00
Peter Edberg
26e5e063bb
ICU-9298 Add new region sublocales, update integration instructions
...
X-SVN-Rev: 31810
2012-05-11 03:56:00 +00:00
Andy Heninger
ba26fe0bc0
ICU-9312 #ifdef U_ENABLE_DYLOAD cleanup in icuplug.c
...
X-SVN-Rev: 31809
2012-05-10 23:52:23 +00:00
Andy Heninger
dd423ee481
ICU-9310 inconsequential fix to uresbund.cpp
...
X-SVN-Rev: 31807
2012-05-10 00:45:44 +00:00
Michael Ow
22dda18669
ICU-9242 Fix format parsing in ICU4C calendar code
...
X-SVN-Rev: 31805
2012-05-09 21:00:40 +00:00
Michael Ow
0ca13b73b0
ICU-9292 Merge BEAM warning fixes from branch into trunk
...
X-SVN-Rev: 31792
2012-05-03 05:50:26 +00:00
Andy Heninger
1e26b4760c
ICU-8810 Fix bad description of time zones in Calendar::createInstance()
...
X-SVN-Rev: 31783
2012-04-27 22:34:34 +00:00
Andy Heninger
b916fcb50b
ICU-9283 fix for look-behind assertions w/ case insensitive matching.
...
X-SVN-Rev: 31782
2012-04-27 21:29:34 +00:00
Yoshito Umaoka
5b24e5163d
ICU-9263 Enable test/perf/collperf on non-Windows platforms.
...
X-SVN-Rev: 31781
2012-04-26 22:56:00 +00:00
Will Mason
989e7a4395
ICU-9286 Fix for variations in the presence of the timezone symbol on BSDs
...
X-SVN-Rev: 31780
2012-04-26 21:45:02 +00:00
Michael Ow
e4369cf56b
ICU-9279 Fix mingw64 build error
...
X-SVN-Rev: 31770
2012-04-25 17:18:08 +00:00
Michael Ow
a6dc9968d8
ICU-9284 Fix test case in date format round trip test for hebrew calendar
...
X-SVN-Rev: 31765
2012-04-25 16:21:28 +00:00
Andy Heninger
f4f8353949
ICU-6966 add man page for gencfu. Changes from patch provided with ticket.
...
X-SVN-Rev: 31761
2012-04-24 20:20:18 +00:00
Michael Ow
0f094f51cf
ICU-9232 Fix timebomb failure in ssearch
...
X-SVN-Rev: 31756
2012-04-23 06:07:45 +00:00
Steven R. Loomis
fd0d91054a
ICU-9278 add regression test from rounding mode test
...
X-SVN-Rev: 31751
2012-04-20 17:23:37 +00:00
Markus Scherer
b977713ba4
ICU-9271 add genrb --java-package option for use with --write-java and --bundle-name
...
X-SVN-Rev: 31747
2012-04-19 19:56:35 +00:00
Michael Ow
46e9f5081f
ICU-9239 Fix StringPiece::npos build error on Windows
...
X-SVN-Rev: 31746
2012-04-19 19:07:33 +00:00
Markus Scherer
1d98ac0736
ICU-9249 deprecate PluralFormat::setLocale(locale)
...
X-SVN-Rev: 31742
2012-04-18 23:58:47 +00:00
Michael Ow
cff961cd95
ICU-9262 Update IBM-eucJP converter in ICU4C
...
X-SVN-Rev: 31728
2012-04-18 17:39:24 +00:00
Michael Ow
bbad39b77a
ICU-9232 Update version in ICU4C to 50.0.1 and update time bombs
...
X-SVN-Rev: 31725
2012-04-18 17:03:06 +00:00
Michael Ow
834cee36a1
ICU-9266 Don't use assembly code when building ICU data in HPUX gcc
...
X-SVN-Rev: 31723
2012-04-17 23:01:44 +00:00
Michael Ow
0fbcf48d3a
ICU-9259 Update alias table in ICU4C with IBM-5233
...
X-SVN-Rev: 31706
2012-04-13 21:20:40 +00:00
Markus Scherer
adcdc1c20e
ICU-9132 finalize new MessageFormat pattern argument type to selectordinal
...
X-SVN-Rev: 31702
2012-04-13 17:37:12 +00:00
Will Mason
654901f313
ICU-9257 An extraneous semicolon caused build failure with some compilers
...
X-SVN-Rev: 31701
2012-04-12 16:20:30 +00:00
Dragan Besevic
141bc218ef
ICU-9252 zOS performance enhancement
...
X-SVN-Rev: 31696
2012-04-10 15:49:28 +00:00
Dragan Besevic
feb5926be1
ICU-9252 PDS naming enhancement
...
X-SVN-Rev: 31695
2012-04-10 14:15:52 +00:00
Peter Edberg
eaae5eb353
ICU-9243 fieldDifference positive search should check to INT32_MAX, don't exceed int32 limits in calculations
...
X-SVN-Rev: 31694
2012-04-09 23:54:14 +00:00
Michael Ow
491fcd69f3
ICU-8614 Update alias table with ibm-837
...
X-SVN-Rev: 31692
2012-04-09 17:04:13 +00:00
Markus Scherer
8d7428d1b3
ICU-9132 ordinal-plural formatting in C/C++
...
X-SVN-Rev: 31687
2012-04-07 04:27:27 +00:00
Michael Ow
a89b4cc093
ICU-7883 Fix backslash issue on MinGW
...
X-SVN-Rev: 31679
2012-04-05 17:14:32 +00:00
Michael Ow
0105ce6124
ICU-8947 Fix Cygwin build error.
...
X-SVN-Rev: 31676
2012-04-04 17:15:36 +00:00
Michael Ow
ada1b78d08
ICU-9241 Update tzdata in ICU4C to 2012c
...
X-SVN-Rev: 31672
2012-04-03 17:56:28 +00:00
Michael Ow
5fb1758cb1
ICU-9212 Use the correct installation command when installing ICU
...
X-SVN-Rev: 31667
2012-04-02 05:44:59 +00:00
Yoshito Umaoka
a1b5c33222
ICU-9237 Fixed copy constructor and assignment operator implementation problem in SimpleDateFormat. Also added a test case demonstrates the issue.
...
X-SVN-Rev: 31664
2012-03-30 21:07:56 +00:00
Michael Ow
c74ab88dc9
ICU-8947 Fix some static build failures
...
X-SVN-Rev: 31663
2012-03-30 17:58:31 +00:00
Michael Ow
00bf73b0b0
ICU-8947 Fix some MinGW static build errors
...
X-SVN-Rev: 31662
2012-03-30 07:11:51 +00:00
Michael Ow
52e9602055
ICU-9212 Ensure data library installed same way as other libraries
...
X-SVN-Rev: 31660
2012-03-28 20:50:33 +00:00
Michael Ow
5030779686
ICU-9229 Update msvc project files to 49
...
X-SVN-Rev: 31657
2012-03-28 17:56:38 +00:00
Steven R. Loomis
15cb25c42d
ICU-9217 fix configure for static library optimization
...
X-SVN-Rev: 31653
2012-03-21 17:14:27 +00:00
Yoshito Umaoka
bbf2400ce5
ICU-7205 Replace '<'/'>' in the previous change with HTML entities '<'/'>'.
...
X-SVN-Rev: 31631
2012-03-19 14:11:31 +00:00
Peter Edberg
4ab941ea5d
ICU-7205 Improve API documentation for relative date formatting (C)
...
X-SVN-Rev: 31629
2012-03-19 04:31:15 +00:00
Peter Edberg
33863c74be
ICU-7804 Clarify that parsing of negative years is in lenient mode only
...
X-SVN-Rev: 31628
2012-03-18 16:00:50 +00:00
Peter Edberg
35594e8a59
ICU-7847 Integrate cldrbug 4484: (in CLDR 21.0.1) to fix islamic-civil inheritance issues (C)
...
X-SVN-Rev: 31626
2012-03-16 22:37:17 +00:00
Michael Ow
d6861c7617
ICU-9197 Fix BSD platform detection
...
X-SVN-Rev: 31619
2012-03-15 16:37:44 +00:00
Dragan Besevic
6bde113710
ICU-9022 fix build for data on zOS
...
X-SVN-Rev: 31615
2012-03-13 20:18:59 +00:00
Peter Edberg
6208f22ad2
ICU-9186 Integrate post-ICU49rc updates from CLDR 21.0.1 (C)
...
X-SVN-Rev: 31612
2012-03-12 23:54:03 +00:00
Steven R. Loomis
83d5fe4ce4
ICU-9196 add a semicolon
...
X-SVN-Rev: 31611
2012-03-12 15:45:57 +00:00
Michael Ow
1c844ff89a
ICU-9178 Fix Cygwin MSVC static build failure
...
X-SVN-Rev: 31610
2012-03-09 19:40:54 +00:00
Michael Ow
8c17026cb4
ICU-9176 Fix cross compilation failure
...
X-SVN-Rev: 31609
2012-03-09 17:23:11 +00:00
Steven R. Loomis
849b2da11d
ICU-9191 copy locale in cloned calendars
...
X-SVN-Rev: 31603
2012-03-08 19:29:24 +00:00
Steven R. Loomis
e150cb8c78
ICU-9175 fix #ifdef location
...
X-SVN-Rev: 31600
2012-03-07 20:25:47 +00:00
Peter Edberg
de52c0a9d3
ICU-9139 Make some internal globals static, update urename.h accordingly
...
X-SVN-Rev: 31578
2012-03-02 20:22:04 +00:00
Michael Ow
2e9b4064b7
ICU-9168 Add some more fix for uconfig and header test failures
...
X-SVN-Rev: 31577
2012-03-02 20:18:40 +00:00
Steven R. Loomis
5f92dba0a0
ICU-9139 update urename
...
X-SVN-Rev: 31575
2012-03-02 18:04:43 +00:00
Michael Ow
782387a888
ICU-9168 Fix some uconfig test errors
...
X-SVN-Rev: 31574
2012-03-02 17:59:56 +00:00
Yoshito Umaoka
2701afb4b6
ICU-8592 tzdata2012b to ICU4C trunk
...
X-SVN-Rev: 31571
2012-03-02 09:51:25 +00:00
Yoshito Umaoka
cb1d66442c
ICU-8592 tzdata2012a to ICU4C trunk
...
X-SVN-Rev: 31565
2012-03-02 04:15:29 +00:00
Markus Scherer
e9c40c0ac0
ICU-9139 update the pool bundles
...
X-SVN-Rev: 31563
2012-03-02 00:26:11 +00:00
Andy Heninger
78b11e867d
ICU-9139 compiler warning removed in rbbiscan.cpp
...
X-SVN-Rev: 31562
2012-03-02 00:04:30 +00:00
Markus Scherer
1c360497c7
ICU-9139 UCONFIG_NO_CONVERSION=1 bug fix
...
X-SVN-Rev: 31561
2012-03-01 23:50:07 +00:00
Markus Scherer
66325c9f16
ICU-9139 namespace bug fix
...
X-SVN-Rev: 31559
2012-03-01 21:55:23 +00:00
Markus Scherer
c677a3ad5e
ICU-9139 ICU4C 49 dependencies.txt update
...
X-SVN-Rev: 31558
2012-03-01 21:18:01 +00:00
Michael Ow
49b21d6f81
ICU-9139 Fix typo in genrb usage message
...
X-SVN-Rev: 31557
2012-03-01 20:48:05 +00:00
Michael Ow
91d55b284e
ICU-8718 Close opened resource bundle in TimeZoneFormat
...
X-SVN-Rev: 31556
2012-03-01 18:11:32 +00:00
Michael Ow
76444a4b71
ICU-8716 Fix errors in cintltst and intltest when data is missing
...
X-SVN-Rev: 31552
2012-03-01 05:27:43 +00:00
Michael Ow
1064832f90
ICU-9144 Fix ifdef statement in icudataver.h
...
X-SVN-Rev: 31545
2012-02-29 19:20:21 +00:00
Yoshito Umaoka
2e80c5e552
ICU-9139 Added UTF-8 bom to currencyNumericCodes.txt
...
X-SVN-Rev: 31544
2012-02-29 18:32:28 +00:00
Yoshito Umaoka
b36054b80b
ICU-9139 Fix non-ASCII characters in regextst.cpp
...
X-SVN-Rev: 31540
2012-02-29 16:51:39 +00:00
Andy Heninger
c1e213af43
ICU-9149 document what ticket a time bomb is for.
...
X-SVN-Rev: 31533
2012-02-28 18:45:57 +00:00
Peter Edberg
53e6210135
ICU-9134 C, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616
...
X-SVN-Rev: 31529
2012-02-28 00:32:10 +00:00
Peter Edberg
fa93f83368
ICU-9139 Update another timebomb (from exhaustive tests)
...
X-SVN-Rev: 31528
2012-02-28 00:16:32 +00:00
Doug Felt
1e769d9b33
ICU-8456 don't use converter when creating pattern string
...
X-SVN-Rev: 31522
2012-02-27 18:22:29 +00:00
Yoshito Umaoka
83c811726a
ICU-8916 Enclosed draft APIs with #ifndef U_HIDE_DRAFT_API
...
X-SVN-Rev: 31520
2012-02-27 17:35:21 +00:00
Yoshito Umaoka
4ec0b42811
ICU-7964 Added #ifndef U_HIDE_DRAFT_API to the new draft API.
...
X-SVN-Rev: 31519
2012-02-27 15:19:54 +00:00
Peter Edberg
81d48c9c84
ICU-9139 Update ICU version, some copyright dates, readme boilerplate, timebombs
...
X-SVN-Rev: 31517
2012-02-27 05:33:06 +00:00
Markus Scherer
830de364b6
ICU-8779 add ifndef U_HIDE_DRAFT_API
...
X-SVN-Rev: 31514
2012-02-25 01:36:17 +00:00
Markus Scherer
6692c27aa8
ICU-8246 add ifndef U_HIDE_DRAFT_API
...
X-SVN-Rev: 31513
2012-02-25 01:31:14 +00:00
Peter Edberg
22eb317bb2
ICU-8697 C review fixes #2 : less convoluted code
...
X-SVN-Rev: 31510
2012-02-24 22:54:57 +00:00
Peter Edberg
faced7a2f0
ICU-8697 C review fixes: correct UnicodeString constructor, use LocalPointer, use ParsePosition.getIndex() to test errs
...
X-SVN-Rev: 31509
2012-02-24 20:27:21 +00:00
Jungshik Shin
38f7c0625c
ICU-8954 add pragma to slience clang/gcc 4.6 about array bound error
...
X-SVN-Rev: 31507
2012-02-24 18:28:13 +00:00
Michael Ow
62f31776b0
ICU-8513 Fix MSVC project and solution file errors
...
X-SVN-Rev: 31505
2012-02-24 15:50:41 +00:00
Steven R. Loomis
29fe6e1f35
ICU-8157 remove wrap of U_HIDE_INTERNAL_API for virtuals
...
X-SVN-Rev: 31503
2012-02-24 04:04:57 +00:00
Peter Edberg
9fb2e3ac79
ICU-7727 When collecting data, use real parent (per %%Parent if present) instead of just truncating name
...
X-SVN-Rev: 31491
2012-02-23 10:06:47 +00:00
Jungshik Shin
26907a9105
ICU-9115 revert r31397
...
X-SVN-Rev: 31488
2012-02-23 01:27:08 +00:00
Peter Edberg
aad3d090d4
ICU-9091 Updates based on PMC discussion, also remove some inappropriate #ifndef U_HIDE_DRAFT_API
...
X-SVN-Rev: 31486
2012-02-22 22:55:52 +00:00
Peter Edberg
efc03a774b
ICU-9110 C - Name tweaks for consistency with some improvements in J
...
X-SVN-Rev: 31483
2012-02-22 09:06:12 +00:00
Steven R. Loomis
4eac54f2f6
ICU-8157 bump U_COL_SAFECLONE_BUFFERSIZE to 528: reordering and delegate have pushed it over 512 on IBM i teraspace.
...
X-SVN-Rev: 31481
2012-02-22 03:50:56 +00:00
Steven R. Loomis
be53c49e85
ICU-9127 fix regression on iOS, introduced in r31009
...
X-SVN-Rev: 31480
2012-02-22 02:12:55 +00:00
Steven R. Loomis
6e036d0ca4
ICU-9019 fix test err
...
X-SVN-Rev: 31471
2012-02-21 16:50:43 +00:00
Yoshito Umaoka
1641940f00
ICU-8513 Merging TimeZoneNames/TimeZoneFormat APIs (as 49 technology preview) into trunk.
...
X-SVN-Rev: 31469
2012-02-21 11:06:50 +00:00
Peter Edberg
733a433be7
ICU-9110 Commit the C tests too
...
X-SVN-Rev: 31467
2012-02-21 09:19:57 +00:00
Steven R. Loomis
ee88f60df4
ICU-9127 workaround for os400 also
...
X-SVN-Rev: 31464
2012-02-21 06:47:28 +00:00
Steven R. Loomis
47890124a7
ICU-7631 just verify that the biniares can load.
...
X-SVN-Rev: 31461
2012-02-21 04:35:07 +00:00
Steven R. Loomis
4322a7b1c9
ICU-8912 verify that C++ compiler works before running tests.. somehow this was dropped in r30750
...
X-SVN-Rev: 31459
2012-02-21 01:34:54 +00:00
Peter Edberg
60152763f3
ICU-9110 Add date format functions to set/get context, use when formatting
...
X-SVN-Rev: 31458
2012-02-21 01:29:50 +00:00
Steven R. Loomis
be22ad9f19
ICU-9019 uset_add with non-lenient calendars
...
X-SVN-Rev: 31457
2012-02-21 01:21:01 +00:00
Steven R. Loomis
8638e4b63f
ICU-8919 print a warning and suggest prepending to uconfig.h, also update config.guess and config.sub
...
X-SVN-Rev: 31453
2012-02-20 22:58:37 +00:00
Michael Ow
20e8036d10
ICU-8716 Update intltest and cintltst to pass without data in 49
...
X-SVN-Rev: 31449
2012-02-20 19:13:36 +00:00
Peter Edberg
4b3835d9e9
ICU-9091 Promote to stable most ICU4C API that are draft 4.8 or earlier
...
X-SVN-Rev: 31446
2012-02-20 04:28:17 +00:00
Steven R. Loomis
f0eb1ff995
ICU-8157 remove U_EXPORT2 and add ifdef no internal
...
X-SVN-Rev: 31444
2012-02-19 09:14:56 +00:00
Steven R. Loomis
3b47d3fee3
ICU-8772 patch looks reasonable, had tested it on r1a3 with good success
...
X-SVN-Rev: 31443
2012-02-19 07:06:11 +00:00
Peter Edberg
05b2ae1381
ICU-8697 C, change parseCurrency methods to return CurrencyAmount*, make draft ICU 49
...
X-SVN-Rev: 31440
2012-02-19 06:45:47 +00:00
Steven R. Loomis
5824cdd742
ICU-8157 commit from branch
...
X-SVN-Rev: 31439
2012-02-19 06:39:16 +00:00
Steven R. Loomis
eec528c85f
ICU-8157 commit from branch
...
X-SVN-Rev: 31434
2012-02-18 23:10:51 +00:00
Steven R. Loomis
9a4f6bb6d7
ICU-8653 add documentation
...
X-SVN-Rev: 31425
2012-02-18 00:29:31 +00:00
Andy Heninger
9dbf80393c
ICU-9009 For Alphabetic Index, add hard coded fall back in case there is no data available for defining the Labels.
...
X-SVN-Rev: 31424
2012-02-18 00:11:03 +00:00
Yoshito Umaoka
9d6a55f33d
ICU-8916 Calendar APIs supporting options for handling ambiguous wall time (Merged from the work branch to the ICU4C trunk).
...
X-SVN-Rev: 31421
2012-02-17 23:53:05 +00:00
Michael Ow
1dfe6c4c8b
ICU-8940 Ensure the new DecimalFormatSymbols is propagated properly in ICU4C RBNF
...
X-SVN-Rev: 31417
2012-02-17 23:09:57 +00:00
John Emmons
bae575e95a
ICU-7501 Use allowsParsing attribute from CLDR to detect unparseable RBNF rulesets
...
X-SVN-Rev: 31416
2012-02-17 23:01:16 +00:00
Michael Ow
ceb1f19712
ICU-8718 Initialize UFieldPosition struct to avoid valgrind errors
...
X-SVN-Rev: 31413
2012-02-17 18:29:03 +00:00
Michael Ow
6098f00b1f
ICU-8718 Fix memory leak in Test9087
...
X-SVN-Rev: 31411
2012-02-17 17:12:43 +00:00
John Emmons
beea84de3c
ICU-9083 Update readme.txt to reflect current targets
...
X-SVN-Rev: 31410
2012-02-17 14:23:08 +00:00
Peter Edberg
0dab4799f7
ICU-9105 Fix DateTimePatternGenerator for 'U', integrate Chinese cal data updates from cldrbug 4395, update tests
...
X-SVN-Rev: 31407
2012-02-17 08:42:10 +00:00
Michael Ow
aedac126ad
ICU-8456 Fix memory leak in LocaleDisplayNamesImpl
...
X-SVN-Rev: 31404
2012-02-17 05:43:09 +00:00
John Emmons
b8281ee69e
ICU-9087 Add special case for +-infinity in DigitList::set()
...
X-SVN-Rev: 31403
2012-02-17 04:00:49 +00:00
John Emmons
7b449d6fe9
ICU-8849 Updates to NumberingSystem class to support otherNumberingSystems from CLDR
...
X-SVN-Rev: 31400
2012-02-15 22:01:43 +00:00
Andy Heninger
98c2c95256
ICU-6947 implement UREGEX_LITERAL flag.
...
X-SVN-Rev: 31399
2012-02-15 01:36:12 +00:00
Andy Heninger
c74df646b7
ICU-6947 implement UREGEX_LITERAL flag.
...
X-SVN-Rev: 31398
2012-02-15 01:30:55 +00:00
Jungshik Shin
3f18f96246
ICU-9115 ubrk_setText does not check the input (Null check)
...
X-SVN-Rev: 31397
2012-02-15 00:41:48 +00:00
Jungshik Shin
5dd029e6e5
ICU-9114 buffer overflow in _getKeyword() in uloc.cpp
...
X-SVN-Rev: 31396
2012-02-15 00:19:17 +00:00
Andy Heninger
1be259b287
ICU-9107 Regex tests
...
X-SVN-Rev: 31394
2012-02-14 18:47:41 +00:00
Andy Heninger
022632046d
ICU-9107 Regex test cases.
...
X-SVN-Rev: 31393
2012-02-14 18:39:04 +00:00
Steven R. Loomis
017638f6fb
ICU-9113 fix misplaced ifdef
...
X-SVN-Rev: 31392
2012-02-14 15:56:51 +00:00
Yoshito Umaoka
535e2f80d5
ICU-9109 Fixed missing digit issue with DecimalFormat in lenient mode.
...
X-SVN-Rev: 31391
2012-02-14 07:05:58 +00:00
Doug Felt
65fa708be4
ICU-8456 fix display of keywords in locale names
...
X-SVN-Rev: 31388
2012-02-14 00:43:47 +00:00
Doug Felt
22fd5e8e22
ICU-8456 fix display of keywords in locale names
...
X-SVN-Rev: 31387
2012-02-14 00:42:04 +00:00
Markus Scherer
2ea559eeb4
ICU-8803 make Calendar::getType() public and improve API docs
...
X-SVN-Rev: 31385
2012-02-13 23:54:23 +00:00
Dragan Besevic
6704b1e530
ICU-8791 fix for plugin init on zOS (internal ticket 237)
...
X-SVN-Rev: 31381
2012-02-13 22:09:24 +00:00
Michael Ow
52af04fed7
ICU-7464 Apply fix to incorrect number rounding when rounding increment is in the string pattern of the decimal formatter in ICU4C
...
X-SVN-Rev: 31378
2012-02-13 19:23:47 +00:00
Markus Scherer
5915675e7c
ICU-7376 make C++ Locale::setKeywordValue() ( #7252 ) public
...
X-SVN-Rev: 31377
2012-02-13 19:20:43 +00:00
Andy Heninger
ab04df1199
ICU-9107 Regex tests for escaped non-special characters in patterns.
...
X-SVN-Rev: 31367
2012-02-11 00:49:04 +00:00
Andy Heninger
8bb50b4c00
ICU-9102 Remove uneeded u_init() from RegexPattern constructor
...
X-SVN-Rev: 31365
2012-02-10 22:50:02 +00:00
John Emmons
2e150552db
ICU-8849 Additional data to support otherNumberingSystems from CLDR
...
X-SVN-Rev: 31357
2012-02-10 04:34:01 +00:00
Andy Heninger
305adeb146
ICU-8034 Add Number Format field constant definitions.
...
X-SVN-Rev: 31356
2012-02-10 00:38:34 +00:00
John Emmons
2434ed9a0b
ICU-9071 Merge data from CLDR release-21
...
X-SVN-Rev: 31346
2012-02-08 20:15:28 +00:00
John Emmons
ef5c72934d
ICU-9071 Merge data from CLDR release-21-d02
...
X-SVN-Rev: 31337
2012-02-07 20:54:16 +00:00
Markus Scherer
49d6e4662c
ICU-9014 update hasScript() @draft version
...
X-SVN-Rev: 31333
2012-02-06 21:07:20 +00:00
Markus Scherer
bf7701a030
ICU-9014 make hasScript(c, sc) == sc in scx(c)
...
X-SVN-Rev: 31330
2012-02-06 20:11:22 +00:00
Andy Heninger
5b3a708915
ICU-8992 Compiler Warning cleanup for gcc 4.6.1
...
X-SVN-Rev: 31329
2012-02-06 19:57:08 +00:00
Markus Scherer
8d2ddad36c
ICU-9014 and ICU-9015 scx defaults to {sc}, and return that efficiently
...
X-SVN-Rev: 31327
2012-02-03 23:36:05 +00:00
Michael Ow
ee1b9eaba5
ICU-7964 Update TestNumericCode to pass without data
...
X-SVN-Rev: 31323
2012-02-03 20:12:17 +00:00
Yoshito Umaoka
1c11ee4838
ICU-7964 Merging ucurr_getNumericCode from the work branch to the trunk.
...
X-SVN-Rev: 31320
2012-02-03 18:40:03 +00:00
Stuart Gill
28e701c0d6
ICU-9095 fix for reorder rules mixed with other rules - better solution
...
X-SVN-Rev: 31313
2012-02-03 01:10:19 +00:00
Stuart Gill
bbe524b849
ICU-9095 fix for reorder rules mixed with other rules
...
X-SVN-Rev: 31311
2012-02-03 00:05:00 +00:00
John Emmons
7742158c72
ICU-9071 Merge data from CLDR release-21-d01
...
X-SVN-Rev: 31307
2012-02-02 22:53:19 +00:00
Michael Ow
4fc83fb80c
ICU-9085 Fix infinite loop error in compound text converter in ICU4C
...
X-SVN-Rev: 31298
2012-02-01 23:45:54 +00:00
Peter Edberg
e3edca9be5
ICU-9044 Better description of 'U' character behavior (C)
...
X-SVN-Rev: 31280
2012-01-31 07:35:50 +00:00
Andy Heninger
085aca34c6
ICU-9057 Add joiner chars 200c and 200d to \w word char set.
...
X-SVN-Rev: 31278
2012-01-31 02:28:10 +00:00
Andy Heninger
da5380d926
ICU-8123 Remove utext comparison functions.
...
X-SVN-Rev: 31277
2012-01-31 01:14:41 +00:00
Markus Scherer
0497efa1ad
ICU-9059 check U16_APPEND() isError flag to avoid compiler warnings, even if we do not need it
...
X-SVN-Rev: 31272
2012-01-27 00:13:45 +00:00
Markus Scherer
b565e739cc
ICU-9031 fix buffer reallocation bug in u_strToWCS()
...
X-SVN-Rev: 31271
2012-01-26 23:53:45 +00:00
Markus Scherer
9606c41350
ICU-9048 work around xlC compiler bug
...
X-SVN-Rev: 31270
2012-01-26 23:05:12 +00:00
Andy Heninger
8f051e098c
ICU-9080 add test for Finnish line break tailoring.
...
X-SVN-Rev: 31269
2012-01-26 20:27:31 +00:00
Andy Heninger
2eeb521d01
ICU-6975 Move more break iterator test data out of code into rbbitst.txt file.
...
X-SVN-Rev: 31268
2012-01-26 02:12:05 +00:00
Michael Ow
1f311240e5
ICU-8940 Add new ICU4C API to set decimal format symbols in RBNF
...
X-SVN-Rev: 31265
2012-01-25 21:16:48 +00:00
Peter Edberg
3b3b61e234
ICU-9044 Improve parse method documentation, note that parsing Chinese cal dates may be ambiguous (C)
...
X-SVN-Rev: 31254
2012-01-23 23:14:56 +00:00
Markus Scherer
31523429f2
ICU-8995 add new ISO script code Hluw=Anatolian Hieroglyphs
...
X-SVN-Rev: 31249
2012-01-23 19:51:38 +00:00
Peter Edberg
a3d068508b
ICU-9069 Parse 'U' when there there is no cyclic year name data (C)
...
X-SVN-Rev: 31247
2012-01-23 19:43:13 +00:00
Yoshito Umaoka
bd6b5d265d
ICU-8991 Added currencyNumericCodes.txt in ICU4C.
...
X-SVN-Rev: 31242
2012-01-20 23:32:19 +00:00
Markus Scherer
b72fb657f6
ICU-9048 add virtual ~PluralSelector()
...
X-SVN-Rev: 31241
2012-01-20 22:12:56 +00:00
Andy Heninger
db198b88ed
ICU-9054 add U_NAMESPACE_USE to swapimpl.cpp
...
X-SVN-Rev: 31240
2012-01-20 22:03:22 +00:00
Markus Scherer
2f8d84c0c9
ICU-8995 BidiTest-6.1.0d2.txt; same as in Unicode 6.0 except for minor header updates
...
X-SVN-Rev: 31239
2012-01-20 21:32:44 +00:00
Andy Heninger
e35f05c08a
ICU-9054 put buildWSConfusableData in icu namespace.
...
X-SVN-Rev: 31238
2012-01-20 20:46:08 +00:00
Markus Scherer
f31fa446bc
ICU-9065 internal API for reverse-full-case-folding data
...
X-SVN-Rev: 31237
2012-01-20 19:35:13 +00:00
Andy Heninger
fa68259b4d
ICU-8711 Move Thai and Khmer test data from dedicated file to standard test data file, and remove dedicated code.
...
X-SVN-Rev: 31234
2012-01-20 02:35:00 +00:00
Andy Heninger
b8315ecf6a
ICU-8826 Regex case insensitive match fixes; also fixes #6074 , hitEnd() sometimes fails.
...
X-SVN-Rev: 31233
2012-01-20 00:50:02 +00:00
Claire Ho
0a032f2cfe
ICU-9047 Fix the link error from ARM gcc.
...
X-SVN-Rev: 31232
2012-01-19 22:12:21 +00:00
Andy Heninger
e5c9c7613f
ICU-9054 remove U_NAMESPACE_USE from uspoof.h
...
X-SVN-Rev: 31231
2012-01-19 19:37:39 +00:00
Markus Scherer
2b7a619808
ICU-8995 update to 2011-12-15 version of IdnaMappingTable.txt
...
X-SVN-Rev: 31230
2012-01-19 18:51:47 +00:00
Michael Ow
7ff178382d
ICU-8716 Update dateformattest to pass without data
...
X-SVN-Rev: 31228
2012-01-19 18:47:07 +00:00
Michael Ow
dc3362aef0
ICU-9060 Fix some errors produced by pkgdata tool when building in certain modes
...
X-SVN-Rev: 31227
2012-01-19 17:27:52 +00:00
Peter Edberg
cb472ddf52
ICU-8959 If pattern char is 'U' but year has no cyclic name data, format as number (C)
...
X-SVN-Rev: 31224
2012-01-19 04:56:22 +00:00
Markus Scherer
0859c5e6ae
ICU-8995 update to 2012-jan-18 UCD & UCA data; except still-broken BidiTest.txt
...
X-SVN-Rev: 31222
2012-01-18 23:51:42 +00:00
Peter Edberg
8aa0a3c376
ICU-9055 Integrate Chinese cal pattern updates from cldrbug 4237, update tests (C)
...
X-SVN-Rev: 31220
2012-01-18 03:28:45 +00:00
Peter Edberg
0ab713c4fb
ICU-8959 Add UDAT_YEAR_NAME_FIELD for pattern char 'U', implement format/parse for it (C)
...
X-SVN-Rev: 31215
2012-01-17 08:06:29 +00:00
Yoshito Umaoka
e577fc8ae0
ICU-8998 Added some explanation about useDaylightTime comparing to JDK.
...
X-SVN-Rev: 31214
2012-01-17 07:52:05 +00:00
Peter Edberg
0b49b06d49
ICU-9035 More Chinese calendar format/parse fixes, mostly backported from ICU4J
...
X-SVN-Rev: 31212
2012-01-17 03:24:56 +00:00
Peter Edberg
42eb71a706
ICU-9034 Delete obsolete <icu:isLeapMonth> in data/xml/main/root.xml
...
X-SVN-Rev: 31210
2012-01-16 07:12:30 +00:00
Markus Scherer
8a320205af
ICU-9039 simplify/optimize ucase.icu encoding: fixed trie bit for Case_Ignorable; ucase.icu formatVersion 3.0
...
X-SVN-Rev: 31204
2012-01-13 01:15:48 +00:00
Markus Scherer
097d4ba867
ICU-9046 fix gb18030.ucm state table to accommodate 81 35 F4 37 with minimal .cnv file size
...
X-SVN-Rev: 31202
2012-01-12 19:29:36 +00:00
Markus Scherer
b19326fa13
ICU-9023 reduce norm2/nfkc.txt to a delta over nfc.txt
...
X-SVN-Rev: 31201
2012-01-12 01:03:31 +00:00
Markus Scherer
1481912039
ICU-8972 more notes in changes.txt about tool & process changes
...
X-SVN-Rev: 31199
2012-01-11 23:36:59 +00:00
Markus Scherer
d3fce873c6
ICU-8972 generate norm2/nfkc_cf.txt from preparseucd.py
...
X-SVN-Rev: 31198
2012-01-10 23:00:05 +00:00
Markus Scherer
37c81c2566
ICU-8972 stop copying UCD .txt files into the ICU source tree that are not parsed any more except by preparseucd.py
...
X-SVN-Rev: 31196
2012-01-10 22:20:57 +00:00
Markus Scherer
6d038075aa
ICU-8972 gennorm2 parse * Unicode version lines from .txt input files
...
X-SVN-Rev: 31193
2012-01-10 21:04:58 +00:00
Markus Scherer
9a646f81a7
ICU-8972 ucase.icu generated by newly merged genprops/casepropsbuilder.cpp; slightly different (different parsing order) but equivalent
...
X-SVN-Rev: 31190
2012-01-10 07:24:47 +00:00
Markus Scherer
6390003c87
ICU-9008 some more U_SIGNED_RIGHT_SHIFT_IS_ARITHMETIC fixes; include putilimp.h where that macro is tested
...
X-SVN-Rev: 31188
2012-01-10 07:15:25 +00:00
Markus Scherer
a1dd913103
ICU-8972 make usrc_create() take & write generator name, remove temporary usrc_createFromGenerator()
...
X-SVN-Rev: 31184
2012-01-06 23:32:50 +00:00
Markus Scherer
28a30d3c2d
ICU-8972 parse ppucd.txt case mappings
...
X-SVN-Rev: 31182
2012-01-06 01:02:02 +00:00
Markus Scherer
9cd2b8cbd6
ICU-8972 unames.icu generated by newly merged genprops/namespropsbuilder.cpp; slightly different (different parsing order) but equivalent
...
X-SVN-Rev: 31179
2012-01-03 23:22:29 +00:00
Markus Scherer
2f5489adb1
ICU-8972 norm2/nf[k]c.txt files generated by preparseucd.py
...
X-SVN-Rev: 31175
2011-12-28 19:24:15 +00:00
Markus Scherer
66ead436a8
ICU-8972 BiDi properties data generated by newly merged genprops/bidipropsbuilder.cpp; slightly different (different parsing order) but equivalent
...
X-SVN-Rev: 31173
2011-12-25 01:27:13 +00:00
Markus Scherer
d109686c14
ICU-8972 document how preparseucd.py parses ICU header file constants (uchar.h & uscript.h) (reads/needs less information than preparse.pl needed)
...
X-SVN-Rev: 31170
2011-12-23 04:20:35 +00:00
Abhinav Gupta
64064a7cf2
ICU-8984 apply patch attached to ticket
...
X-SVN-Rev: 31169
2011-12-22 15:42:45 +00:00
Markus Scherer
05c6a38407
ICU-8972 generated pnames data different but equivalent; should be more stable now, got a little smaller
...
X-SVN-Rev: 31167
2011-12-22 06:30:04 +00:00
Andy Heninger
cec5a252fd
ICU-9021 Thread safety in DigitList::getDouble(), incorporate review comment.
...
X-SVN-Rev: 31162
2011-12-20 19:29:26 +00:00
Markus Scherer
7063bdb084
ICU-8972 minor fixes & updates for & from preparseucd.py; add remaining ICU-specific properties to ppucd.txt; generated pnames data different but equivalent
...
X-SVN-Rev: 31161
2011-12-20 07:48:49 +00:00
Andy Heninger
6bb13512c1
ICU-9021 Thread safety fixes to DigitList::getDouble().
...
X-SVN-Rev: 31159
2011-12-20 01:48:45 +00:00
Markus Scherer
05fdbf8747
ICU-8972 PropsBuilder makes more sense than PropsWriter
...
X-SVN-Rev: 31155
2011-12-19 01:49:04 +00:00
Markus Scherer
460b0fbce7
ICU-8972 propname_data.h with generator name rather than date (stable output)
...
X-SVN-Rev: 31154
2011-12-18 21:35:25 +00:00
Markus Scherer
7a22393787
ICU-8972 add ISO 15924-only script codes
...
X-SVN-Rev: 31152
2011-12-18 16:05:55 +00:00
Markus Scherer
aa743a0d86
ICU-8972 uprops.icu data different but equivalent from rewritten genprops, reads data in different order from before
...
X-SVN-Rev: 31148
2011-12-18 06:56:02 +00:00
Markus Scherer
d739537cf0
ICU-8972 parse ppucd.txt scx=Script_Extensions
...
X-SVN-Rev: 31146
2011-12-18 06:52:50 +00:00
Markus Scherer
de830ac709
ICU-8972 machine-generated file with generator name rather than date (deterministic output)
...
X-SVN-Rev: 31140
2011-12-17 04:58:41 +00:00
Markus Scherer
318d676827
ICU-7973 C: no non-const initializers
...
X-SVN-Rev: 31138
2011-12-16 07:25:19 +00:00
Markus Scherer
d25c4ca662
ICU-8972 various small fixes & improvements
...
X-SVN-Rev: 31136
2011-12-16 06:43:44 +00:00
Steven R. Loomis
26baae9070
ICU-8992 warning cleanup
...
X-SVN-Rev: 31135
2011-12-16 01:08:33 +00:00
Steven R. Loomis
b58f3b7641
ICU-8653 warning cleanup
...
X-SVN-Rev: 31134
2011-12-16 01:06:57 +00:00
Markus Scherer
78fc8e2b0b
ICU-8972 add parser for ppucd.txt, preparsed UCD data with simple syntax
...
X-SVN-Rev: 31132
2011-12-16 00:15:14 +00:00
Markus Scherer
fcc0c5bce6
ICU-8972 add ppucd.txt, preparsed UCD data with simple syntax
...
X-SVN-Rev: 31131
2011-12-16 00:09:34 +00:00
Markus Scherer
a479de199e
ICU-9016 document default Numeric_Value differs from Unicode Standard
...
X-SVN-Rev: 31129
2011-12-15 23:29:52 +00:00
Steven R. Loomis
744eb1c815
ICU-8653 update icuinfo, add icuinfo to howexpensive benchmark.
...
X-SVN-Rev: 31127
2011-12-15 23:16:20 +00:00
Markus Scherer
2f70694e7f
ICU-9013 deprecate API for Unicode 1.0 character names & ISO comments, remove support & data
...
X-SVN-Rev: 31125
2011-12-15 21:43:35 +00:00
Markus Scherer
b4ce283bca
ICU-7973 make isICUVersionAtLeast() easier to use, add isICUVersionBefore()
...
X-SVN-Rev: 31122
2011-12-15 17:02:43 +00:00
Steven R. Loomis
1c9622e92c
ICU-8653 add how expensive is benchmark
...
X-SVN-Rev: 31120
2011-12-15 06:16:05 +00:00
Markus Scherer
1b9190739f
ICU-9008 version of RES_GET_INT(res) for when >> does not sign-extend
...
X-SVN-Rev: 31119
2011-12-15 00:43:16 +00:00
Markus Scherer
9a3376c379
ICU-9000 use our own implementation of uprv_stricmp() and uprv_strnicmp() to make sure we use language-independent case mappings/comparisons
...
X-SVN-Rev: 31118
2011-12-15 00:04:40 +00:00
Markus Scherer
46749f4d00
ICU-8999 uprv_isASCIILetter()
...
X-SVN-Rev: 31117
2011-12-14 23:43:56 +00:00
Steven R. Loomis
42c92a23f6
ICU-8878 update urename.h
...
X-SVN-Rev: 31112
2011-12-13 18:35:57 +00:00
Michael Ow
d427553ea9
ICU-8718 Fix memory leak from orphaned LocalArray pointer in SimpleDateFormat
...
X-SVN-Rev: 31111
2011-12-13 18:03:34 +00:00
Michael Ow
fc76cb342c
ICU-8887 Update timezone doc in ICU4C
...
X-SVN-Rev: 31109
2011-12-13 17:44:04 +00:00
Markus Scherer
68aa38ad35
ICU-8668 add more parentheses, avoid warnings
...
X-SVN-Rev: 31105
2011-12-13 00:34:52 +00:00
Steven R. Loomis
2a751ff4e3
ICU-8668 add parenthesis
...
X-SVN-Rev: 31103
2011-12-12 23:35:07 +00:00
Markus Scherer
867084e6bb
ICU-8801 comment out unused method parameter, avoid warning
...
X-SVN-Rev: 31102
2011-12-12 23:29:51 +00:00
Michael Ow
9f1867ce35
ICU-8716 Update intltest and cintltst to pass without data in 49M2
...
X-SVN-Rev: 31101
2011-12-12 23:28:25 +00:00
Peter Edberg
122a779de8
ICU-8958 Review fixes - better handling of error conditions
...
X-SVN-Rev: 31099
2011-12-12 20:03:05 +00:00
Michael Ow
9cc995e9cd
ICU-8718 Fix missing fLeapMonthPatterns when using copy constructor
...
X-SVN-Rev: 31098
2011-12-12 19:29:27 +00:00
Michael Ow
89b2280c23
ICU-8958 Fix memory leak in test code.
...
X-SVN-Rev: 31097
2011-12-12 17:19:04 +00:00
Michael Ow
579059e902
ICU-8718 Fix memory leak caused by not deleting fLeapMonthPatterns
...
X-SVN-Rev: 31096
2011-12-12 17:18:19 +00:00
Abhinav Gupta
336ce31084
ICU-8668 Remove isalpha dependency
...
X-SVN-Rev: 31095
2011-12-12 16:16:15 +00:00
Yoshito Umaoka
9bc6a81f49
ICU-8909 Removed a left over debug code (printf) from putil.cpp
...
X-SVN-Rev: 31091
2011-12-11 19:15:28 +00:00
Peter Edberg
43116514f9
ICU-8958 Added test cases for en and using patterns with now-ignored pattern char 'l'
...
X-SVN-Rev: 31089
2011-12-10 00:41:25 +00:00
Peter Edberg
7ba12eb528
ICU-8978 Fix duplicate name in chr; don't copy root MeasurementSystem & PaperSize to ar_001
...
X-SVN-Rev: 31083
2011-12-09 21:36:37 +00:00
Abhinav Gupta
8bce2a306a
ICU-8878 remove non-ASCII characters from C code
...
X-SVN-Rev: 31082
2011-12-09 21:29:27 +00:00
Abhinav Gupta
091e332d88
ICU-8878 C, check UTF-8 file properties.
...
X-SVN-Rev: 31079
2011-12-09 19:33:54 +00:00
Peter Edberg
29c3d94960
ICU-8978 Actually for transrt.cpp, need to remove u0970 from [:Devanagari:], not RT exclusions
...
X-SVN-Rev: 31078
2011-12-09 19:25:02 +00:00
Peter Edberg
77cde42a8b
ICU-8978 Update to get the correct coll/ar.txt Version info after CLDR file checkin.
...
X-SVN-Rev: 31076
2011-12-09 09:19:02 +00:00
Peter Edberg
cec4d76254
ICU-8978 Integrate CLDR 21m2 data. Update dtfmttst.cpp for timezone name cleanup.
...
Update transrt.cpp to exclude 0970 from roundtrip tests; it was now included because
Unicode 6.1 moved it from Common to Devanagari, but it has no mapping from InterIndic
to anything else.
X-SVN-Rev: 31074
2011-12-09 08:39:46 +00:00
Markus Scherer
dedb3433ab
ICU-8827 note follow-up tickets
...
X-SVN-Rev: 31073
2011-12-09 00:17:43 +00:00
Markus Scherer
43bb4f2cf4
ICU-8827 Unicode 6.1 update: svn merge branches/markus/uni61 at r31062 into the trunk
...
X-SVN-Rev: 31071
2011-12-08 22:37:24 +00:00
Michael Ow
747ad726e2
ICU-8956 Update ICU4C SimpleDateFormat doc
...
X-SVN-Rev: 31069
2011-12-08 18:27:54 +00:00
Peter Edberg
7d668b9068
ICU-8878 Update ICU version info for 49m2
...
X-SVN-Rev: 31063
2011-12-08 03:23:29 +00:00
Peter Edberg
56d70749df
ICU-8958 Add support for parsing leapMonths (in addition to formatting per r31039, r31040)
...
X-SVN-Rev: 31043
2011-12-06 20:46:32 +00:00
Steven R. Loomis
e1d4644d7a
ICU-8743 fix configure macro
...
X-SVN-Rev: 31042
2011-12-06 18:25:40 +00:00