Commit Graph

17941 Commits

Author SHA1 Message Date
Markus Scherer
1c6f49ed3c ICU-8021 updated pool.res files
X-SVN-Rev: 28947
2010-10-28 21:36:56 +00:00
Stuart Gill
d8e214d7d7 ICU-3984 Fix Windows build issues
X-SVN-Rev: 28946
2010-10-28 20:28:40 +00:00
Peter Edberg
099da5e613 ICU-8046 CLDR 1.9 integration pass 5, from r5159
X-SVN-Rev: 28944
2010-10-28 19:45:36 +00:00
Peter Edberg
c104085f55 ICU-7744 Remove no-longer-needed timebomb
X-SVN-Rev: 28938
2010-10-28 17:49:07 +00:00
Peter Edberg
6dba897cff ICU-8046 Update timebombs
X-SVN-Rev: 28937
2010-10-28 17:44:02 +00:00
Peter Edberg
e9abb9546f ICU-8092 Now ucol_tok_parseNextToken can cause UColTokenParser source field ptr to get realloced, free the new ptr
X-SVN-Rev: 28936
2010-10-28 17:28:06 +00:00
Steven R. Loomis
b0cdff9b4b ICU-7373 update report
X-SVN-Rev: 28934
2010-10-28 01:24:00 +00:00
Steven R. Loomis
88da3e392c ICU-7373 change report with enum
X-SVN-Rev: 28932
2010-10-28 00:07:53 +00:00
Stuart Gill
a79a8d4ad6 ICU-3984 remove debug print
X-SVN-Rev: 28931
2010-10-27 23:50:29 +00:00
Andy Heninger
1d125c474c ICU-8090 add back the previously failing transliterators.
X-SVN-Rev: 28930
2010-10-27 23:37:28 +00:00
Andy Heninger
19dbe7e1cc ICU-8090 Transliterator, fix instantiation failures.
X-SVN-Rev: 28929
2010-10-27 23:35:12 +00:00
Umesh Nair
e3756f710b ICU-7015 Fixing some types and adding some conditional code for debugging.
X-SVN-Rev: 28928
2010-10-27 22:11:37 +00:00
Stuart Gill
110e2ceb05 ICU-3984 integrate collation reordering from branch - svn+ssh://source.icu-project.org/repos/icu/icu/branches/sgill/scriptreorder2 -r 28883:28924
X-SVN-Rev: 28926
2010-10-27 18:02:52 +00:00
Peter Edberg
8c2725adc2 ICU-8081 Investigate failing string search tests; improve tests
X-SVN-Rev: 28925
2010-10-27 07:04:49 +00:00
Markus Scherer
ded551cad3 ICU-7264 update layout engine script data
X-SVN-Rev: 28922
2010-10-26 22:15:58 +00:00
Peter Edberg
48ebf95831 ICU-7864 Use ICU_DATA_DIR_PREFIX_ENV_VAR to get path prefix from environment
X-SVN-Rev: 28921
2010-10-26 22:02:14 +00:00
Yoshito Umaoka
2938235bff ICU-7568 tzdata2010n to ICU4C trunk
X-SVN-Rev: 28919
2010-10-26 21:47:44 +00:00
Peter Edberg
c8765bfe77 ICU-8077 Remove isLenient/setLenient from Format, etc. (revert #7725)
X-SVN-Rev: 28916
2010-10-26 18:11:13 +00:00
Peter Edberg
33120b6943 ICU-8046 CLDR 1.9 integration, fix he,fi brkitr
X-SVN-Rev: 28914
2010-10-26 07:38:20 +00:00
Peter Edberg
4c5b36b9d9 ICU-8046 CLDR 1.9 integration pass 4, ur collation & correct cldr version
X-SVN-Rev: 28912
2010-10-26 03:34:07 +00:00
Peter Edberg
17bfaa6a79 ICU-8046 CLDR 1.9 integration, in build.xml fileset id="brkitr" add fi.txt, he.txt
X-SVN-Rev: 28911
2010-10-26 03:23:21 +00:00
Markus Scherer
db864477ae ICU-7264 make some C test code more parallel with Java
X-SVN-Rev: 28909
2010-10-25 23:06:37 +00:00
Peter Edberg
b52138122f ICU-8046 CLDR 1.9 integration pass 3 (CLDR r5147, still minus 14 transliterators)
X-SVN-Rev: 28906
2010-10-25 22:37:20 +00:00
Peter Edberg
5b132df167 ICU-8046 CLDR 1.9 integration pass 2, update C tests
X-SVN-Rev: 28901
2010-10-25 06:31:21 +00:00
Peter Edberg
cca3150c47 ICU-8046 CLDR 1.9 integration pass 2, generated file updates in data/
X-SVN-Rev: 28900
2010-10-25 06:30:04 +00:00
Peter Edberg
04b5cd0d7b ICU-8072 Now ucol_tok_parseNextToken can cause UColTokenParser source field ptr to get realloced, free the new ptr
X-SVN-Rev: 28899
2010-10-25 04:29:10 +00:00
Peter Edberg
511b73419f ICU-8072 Fix crash in genrb coll processing due to stale rulesToParse pointers in UColToken hashtable
X-SVN-Rev: 28898
2010-10-24 19:06:51 +00:00
Peter Edberg
369540ab7a ICU-8046 add VerifyTranslation diagnostics, update measurement system test
X-SVN-Rev: 28887
2010-10-21 07:26:06 +00:00
Andy Heninger
a77332d75c ICU-7561 fixes to uspoof API docs, to make them build.
X-SVN-Rev: 28885
2010-10-20 23:12:46 +00:00
Peter Edberg
d841f7254d ICU-7992 DateTimePatternGenerator, fix matching for weekday name
X-SVN-Rev: 28884
2010-10-20 22:06:10 +00:00
Yoshito Umaoka
4e8f6e1ed2 ICU-7518 Workaround for 24:00 on a transition day problem. Use 23:59:59.999 as the transition time. iCal VTIMEZONE is not capable to handle such rule. Also a minor bug fix in BasicTimeZone::hasEquivalentTransitions which was found while updating the test case. This fix is equivalent to the ICU4J fix r28879.
X-SVN-Rev: 28880
2010-10-20 07:46:11 +00:00
Jinglun Li
a1f9c9d8f7 ICU-7952 ICU4C SelectFormat review feedback. Merge from branches/jinglun.
X-SVN-Rev: 28878
2010-10-20 02:36:31 +00:00
Markus Scherer
d29bfdf854 ICU-7264 UCA 6.0 data, test data, and bug fixes; from branches/markus/uca60 -r 28826:28857
X-SVN-Rev: 28875
2010-10-19 21:48:04 +00:00
Jie J. Yang
396f2a8f3a ICU-7902 TimeUnitFormat uses unlocalized short time units for Greek, icu4c part
X-SVN-Rev: 28872
2010-10-19 08:28:02 +00:00
Peter Edberg
aa3ebc300a ICU-8046 CLDR 1.9 integration pass 1, skip some Myanmar tests until cldrbug 3062 is fixed
X-SVN-Rev: 28869
2010-10-19 04:09:15 +00:00
Peter Edberg
0cc2fd091f ICU-8046 CLDR 1.9 integration pass 1, update tests
X-SVN-Rev: 28867
2010-10-19 03:31:50 +00:00
Peter Edberg
d26cbd4680 ICU-8046 CLDR 1.9 integration pass 1, generated file updates in data/
X-SVN-Rev: 28866
2010-10-19 03:27:40 +00:00
Claire Ho
e28ad3610d ICU-7385 rollback the changeset#28856. Hold the change until reviewed by icu-design list.
X-SVN-Rev: 28864
2010-10-19 01:27:56 +00:00
Claire Ho
51689f4071 ICU-7385 changed ECurrencySpacing into a C enum.
X-SVN-Rev: 28856
2010-10-18 23:09:02 +00:00
Andy Heninger
4efdb1090d ICU-7555 regexp does not recognize [:word:]
X-SVN-Rev: 28854
2010-10-18 20:08:27 +00:00
Peter Edberg
71c083cdce ICU-8046 CLDR 1.9 integration pass 1, update U_ICU_DATA_VERSION
X-SVN-Rev: 28847
2010-10-18 05:41:17 +00:00
Peter Edberg
8c3fb82cd5 ICU-8046 CLDR 1.9 integration pass 1, hand-edited files in data/
X-SVN-Rev: 28846
2010-10-18 05:15:17 +00:00
Andy Heninger
c05e310791 ICU-8044 Spoof Detection data update to latest from Unicode.
X-SVN-Rev: 28838
2010-10-15 00:01:43 +00:00
Umesh Nair
81ce7e7cf2 ICU-7015 Minor changes.
X-SVN-Rev: 28832
2010-10-14 20:25:09 +00:00
Umesh Nair
2b57a010d7 ICU-7015 Adding more test cases.
X-SVN-Rev: 28830
2010-10-14 18:44:44 +00:00
Michael Ow
5dac211295 ICU-8038 Re-enable UnicodeBig and UnicodeLittle tests.
X-SVN-Rev: 28817
2010-10-13 20:18:49 +00:00
Steven R. Loomis
1bcfb1258c ICU-8001 batch script and readme.html for testing
X-SVN-Rev: 28816
2010-10-13 19:25:12 +00:00
Markus Scherer
5bf81805bd ICU-7264 update change log
X-SVN-Rev: 28815
2010-10-13 17:47:30 +00:00
Markus Scherer
c4a66333eb ICU-7264 remove obsolete UCAElements.variableTop
X-SVN-Rev: 28813
2010-10-13 17:38:40 +00:00
Steven R. Loomis
0c6ec18878 ICU-7264 fix broken call, sending NULL for new parameter
X-SVN-Rev: 28812
2010-10-13 17:23:01 +00:00
Markus Scherer
db32e2a441 ICU-7264 check isSpecial(CE) before getCETag(CE), and more debug output for genuca
X-SVN-Rev: 28803
2010-10-12 23:59:00 +00:00
Andy Heninger
69a7b1ea42 ICU-6545 Allow regex reset to the end of a string
X-SVN-Rev: 28801
2010-10-12 22:52:51 +00:00
Andy Heninger
61460a2e97 ICU-7975 Clarify that formatting a number always will round it.
X-SVN-Rev: 28795
2010-10-12 20:05:49 +00:00
Michael Ow
2333b126c1 ICU-6845 Improve the code coverage in ICU4C.
X-SVN-Rev: 28790
2010-10-12 16:38:38 +00:00
Andy Heninger
801abaa192 ICU-7892 add missing implementation for unum_parseDecimal() and unum_formatDecimal().
X-SVN-Rev: 28789
2010-10-12 05:11:41 +00:00
Steven R. Loomis
adb11cba8d ICU-8028 update version number to milestone:4.6, bump timebombs, etc
X-SVN-Rev: 28785
2010-10-09 01:23:28 +00:00
Jungshik Shin
4fb62e2878 ICU-8014 DST detection failure on Linux. Change the function name to skipZoneIDPrefix
X-SVN-Rev: 28784
2010-10-09 00:54:20 +00:00
Michael Ow
da1272de57 ICU-7447 Fix some GCC and VA compiler warnings.
X-SVN-Rev: 28778
2010-10-08 20:14:26 +00:00
John Emmons
601ffaf13c ICU-7597 Make validSublocales be based on included locales in icu-config.xml
X-SVN-Rev: 28775
2010-10-08 06:01:05 +00:00
Jungshik Shin
fa5efaaf9b ICU-8014 default timezone detection is not reliable when /usr/share/zoneinfo has posix/right subdirectories
X-SVN-Rev: 28771
2010-10-07 18:07:05 +00:00
Michael Ow
d483c7c807 ICU-7721 Check to see if both CXXFLAGS and CFLAGS were not set already.
X-SVN-Rev: 28770
2010-10-07 03:34:53 +00:00
Michael Ow
0c59484979 ICU-7721 Remove duplicate code in configure script.
X-SVN-Rev: 28769
2010-10-07 03:15:39 +00:00
Michael Ow
5878b80ed9 ICU-7721 Fix release/debug options in configure script.
X-SVN-Rev: 28768
2010-10-07 02:54:35 +00:00
Steven R. Loomis
cac0d444ac ICU-8023 test fix for windows makefile
X-SVN-Rev: 28767
2010-10-07 00:23:38 +00:00
John Emmons
5a88748c9f ICU-6995 Fix character classifications in Kannada
X-SVN-Rev: 28766
2010-10-06 17:44:33 +00:00
Michael Ow
df4608dd59 ICU-8015 Improve performance of pkgdata tool file parser.
X-SVN-Rev: 28763
2010-10-05 04:52:16 +00:00
Michael Ow
2ea7489697 ICU-7883 Add backslash to all occurrences of spaces in the directory path.
X-SVN-Rev: 28762
2010-10-04 23:55:47 +00:00
Michael Ow
858ae2c1a0 ICU-7883 Ensure that the path has the proper backslash.
X-SVN-Rev: 28761
2010-10-04 23:52:24 +00:00
Michael Ow
d40ee7f0cb ICU-8015 Dynamically allocate enough memory in pkgdata tool for compiler options.
X-SVN-Rev: 28760
2010-10-04 23:47:46 +00:00
Steven R. Loomis
c5e5a4c54e ICU-7979 don't print out error on dlopen fail (err is already recorded). Also, remove some tabs.
X-SVN-Rev: 28759
2010-10-04 23:20:15 +00:00
Andy Heninger
f68de91610 ICU-8005 uninitialized field fLastChar (from valgrind)
X-SVN-Rev: 28758
2010-10-04 23:02:29 +00:00
Steven R. Loomis
63e1b55fea ICU-7972 update to autoconf 2.67, remove unneeded .mk file
X-SVN-Rev: 28751
2010-10-04 20:03:51 +00:00
Steven R. Loomis
b7ca1b4068 ICU-7971 fix make install-doc
X-SVN-Rev: 28750
2010-10-04 19:46:07 +00:00
Steven R. Loomis
3876f7555b ICU-7995 make dist as used by milestone:4.5.2
X-SVN-Rev: 28748
2010-10-04 19:41:13 +00:00
Yoshito Umaoka
26c177ccfc ICU-7996 Adding some resource alias test case data.
X-SVN-Rev: 28747
2010-10-04 19:27:36 +00:00
Steven R. Loomis
4f8e1629db ICU-7792 APIChangeReport.html and tag an untagged file
X-SVN-Rev: 28743
2010-09-30 18:27:04 +00:00
Michael Ow
742f501232 ICU-7983 Resolve valgrind error when calling Calendar::createInstance().
X-SVN-Rev: 28739
2010-09-30 05:44:33 +00:00
Stuart Gill
94820ddb2b ICU-7993 update readme.html for 4.6M2
X-SVN-Rev: 28725
2010-09-29 21:15:11 +00:00
Andy Heninger
eca1ad4fc5 ICU-7991 Fix memory leak in NumberFormatTest.
X-SVN-Rev: 28718
2010-09-28 23:01:24 +00:00
Stuart Gill
71a82b49f6 ICU-7792 Update urename.h for the 4.6M2 release
X-SVN-Rev: 28717
2010-09-28 22:30:57 +00:00
Markus Scherer
514b12fb14 ICU-7792 fix some UCONFIG_NO_XYZ bugs
X-SVN-Rev: 28716
2010-09-28 05:43:34 +00:00
Markus Scherer
ae9a1bdefe ICU-7792 fix a namespace bug
X-SVN-Rev: 28715
2010-09-28 05:06:58 +00:00
Andy Heninger
633cd9763a ICU-7789 ICU4C memory allocation function cleanup. 4.5.2 BRS task.
X-SVN-Rev: 28714
2010-09-27 23:52:31 +00:00
Yoshito Umaoka
369efcc223 ICU-7568 2010m to ICU4C trunk
X-SVN-Rev: 28706
2010-09-27 19:27:19 +00:00
Andy Heninger
4997366db1 ICU-7987 Fix memory leak in intltest normalize
X-SVN-Rev: 28704
2010-09-27 18:47:37 +00:00
Andy Heninger
36fc220ae2 ICU-7986 Fix memory leak in cintltest regex
X-SVN-Rev: 28700
2010-09-27 05:51:41 +00:00
Michael Ow
b970115780 ICU-7981 Log data error for unum_open failure.
X-SVN-Rev: 28699
2010-09-25 04:42:19 +00:00
Jungshik Shin
e8b6b950f0 ICU-7980 fix a few coverity errors
X-SVN-Rev: 28691
2010-09-24 00:13:57 +00:00
Michael Grady
1b81c862ce ICU-6879 Lazy loading of localized timeZone IDs (commit from branch)
X-SVN-Rev: 28687
2010-09-22 22:44:09 +00:00
Alexey Gousev
45de7c9532 ICU-7911 fixed spacing
X-SVN-Rev: 28685
2010-09-22 21:06:39 +00:00
Alexey Gousev
6c2f137965 ICU-7911 added to cintltst
X-SVN-Rev: 28684
2010-09-22 20:00:38 +00:00
Alexey Gousev
e69698280f ICU-7911 fixed formatting issue
X-SVN-Rev: 28683
2010-09-22 19:59:41 +00:00
Michael Ow
a67a5c9ddc ICU-7882 Update BCP47 tag check.
X-SVN-Rev: 28680
2010-09-22 05:47:08 +00:00
John Emmons
b59206e30e ICU-7652 Fix testcase comments to match data
X-SVN-Rev: 28678
2010-09-22 04:42:21 +00:00
John Emmons
b3e6ea4b01 ICU-7724 Fix API tag back to @stable 2.0 per Yoshito
X-SVN-Rev: 28675
2010-09-22 01:57:51 +00:00
Michael Ow
a998c7cac4 ICU-7882 Add function to get shortest length subtag's size.
X-SVN-Rev: 28674
2010-09-21 23:50:37 +00:00
Michael Ow
740bef0bc8 ICU-7969 Update project files to ensure currpinf.h and icuplug.h are copied into the right place.
X-SVN-Rev: 28673
2010-09-21 23:32:18 +00:00
Michael Ow
bc6b44a7d6 ICU-7813 Move declaration to beginning of code block.
X-SVN-Rev: 28672
2010-09-21 23:06:16 +00:00
Steven R. Loomis
c6c2a855a7 ICU-7932 compare as double, not long double
X-SVN-Rev: 28667
2010-09-21 19:10:03 +00:00
Jinglun Li
12de1d68b7 ICU-7772 Fast string direction detection
X-SVN-Rev: 28665
2010-09-21 07:12:28 +00:00
Peter Edberg
8cab1047c4 ICU-7965 th uses legacy clusters with 0E33 0EB3 added to Extend; remove test timebomb
X-SVN-Rev: 28663
2010-09-21 03:38:50 +00:00
Markus Scherer
b5e1330176 ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
X-SVN-Rev: 28661
2010-09-21 00:12:49 +00:00
Peter Edberg
cbc567f055 ICU-7966 Fix Format::isLenient to be @draft ICU 4.6
X-SVN-Rev: 28659
2010-09-20 21:22:44 +00:00
John Emmons
cd3f6237f9 ICU-7652 Get correct week data from territory based locale
X-SVN-Rev: 28658
2010-09-20 21:22:31 +00:00
Michael Grady
751473d25a ICU-7813 64bit regex API, 7675: UText-based Regex to use native indexes, 7764: Improved UText-regex API error handling, 7855: UText regex group API returns shallow clone, 7851: Set region and start position, 7763: Inline regex progress callback function.
X-SVN-Rev: 28647
2010-09-18 03:07:17 +00:00
Andy Heninger
efa8bfba9e ICU-7963 Break Iterator data files update for Unicode 6.0
X-SVN-Rev: 28646
2010-09-18 01:22:35 +00:00
Michael Ow
5bc75ff03f ICU-7956 Fix bug in pkgdata concerning parsing option file.
X-SVN-Rev: 28643
2010-09-17 21:26:54 +00:00
Michael Ow
f3fca67f87 ICU-7839 Update ambiguous converter list.
X-SVN-Rev: 28642
2010-09-17 21:25:56 +00:00
John Emmons
b5a918dba0 ICU-7489 Remove unnecessary test TimeZoneRoundTripPerf
X-SVN-Rev: 28640
2010-09-17 16:37:20 +00:00
Michael Ow
780d0d8ead ICU-7926 Update alias table and restore 2 codepages for compound text.
X-SVN-Rev: 28637
2010-09-17 05:04:39 +00:00
Michael Grady
f92222ba98 ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
X-SVN-Rev: 28636
2010-09-17 01:53:01 +00:00
Alexey Gousev
352a29f8a8 ICU-7066 updated intltest
X-SVN-Rev: 28635
2010-09-16 23:28:56 +00:00
Michael Ow
e6185f596f ICU-7926 Remove duplicate codepages.
X-SVN-Rev: 28634
2010-09-16 22:37:17 +00:00
Michael Ow
d2649e2e3d ICU-7926 Add icu internal ucm files for compound text converter.
X-SVN-Rev: 28631
2010-09-16 17:58:39 +00:00
Steven R. Loomis
813bed9975 ICU-7958 test macro cleanup
X-SVN-Rev: 28630
2010-09-16 16:44:29 +00:00
Michael Ow
9b001e6a47 ICU-7957 Initialize pkgdata flags before installing data.
X-SVN-Rev: 28629
2010-09-16 15:53:06 +00:00
Michael Grady
a3a500f892 ICU-7947 Fix previous checkin, expandCapacity allows minimumCapacity=0
X-SVN-Rev: 28628
2010-09-16 02:05:19 +00:00
Michael Grady
467cf876fc ICU-7948 Fix leak in usprep_getProfile when 2 threads race to insert profile data into hash
X-SVN-Rev: 28627
2010-09-16 00:49:01 +00:00
Michael Grady
290cadf0b8 ICU-7947 UVector safety checks to avoid heap overflow due to integer overflow/signedness/truncation
X-SVN-Rev: 28626
2010-09-16 00:30:26 +00:00
Yoshito Umaoka
f063e2a26a ICU-7792 Updated time bomb in tzrulets.cpp - VTimeZone test case for Asia/Amman.
X-SVN-Rev: 28617
2010-09-14 15:36:41 +00:00
Michael Ow
36e74de161 ICU-7839 Add alias for IBM949C in ICU4C.
X-SVN-Rev: 28610
2010-09-13 23:03:32 +00:00
Peter Edberg
22b5f6c4ac ICU-7928 Update tests for CLDR 1.9m2 data
X-SVN-Rev: 28607
2010-09-13 19:14:41 +00:00
Peter Edberg
9024c60a43 ICU-7928 Update data files generated from CLDR
X-SVN-Rev: 28606
2010-09-13 19:12:47 +00:00
Peter Edberg
f3316f90bc ICU-7928 Update files that control building of cldr data for ICU
X-SVN-Rev: 28605
2010-09-13 19:08:21 +00:00
Michael Ow
431e091db9 ICU-7926 Add ISO 2022 aliases to alias table in ICU4C.
X-SVN-Rev: 28603
2010-09-13 17:23:38 +00:00
Steven R. Loomis
0b3e269401 ICU-7928 remove sw* from colfiles.mk ( see r28586 )
X-SVN-Rev: 28599
2010-09-09 18:51:17 +00:00
Michael Ow
dda7ae77c6 ICU-7926 Add ISO-2022-CN-CNS to ICU4C.
X-SVN-Rev: 28587
2010-09-08 23:18:15 +00:00
Peter Edberg
76bff5bdd3 ICU-7928 cldr 1.9m2; remove obsolete files (sw now uses DUCET)
X-SVN-Rev: 28586
2010-09-08 23:07:17 +00:00
Yoshito Umaoka
5055162c5e ICU-7908 Changed the definition of SystemV zones to align them to Olson. By the change, zoneinfo resource was regenerated. Also, regenerated windowsZones.txt from the latest CLDR data.
X-SVN-Rev: 28584
2010-09-08 14:49:39 +00:00
Michael Ow
d4e61338e1 ICU-7839 Update alias table with some missing Java aliases.
X-SVN-Rev: 28578
2010-09-07 19:14:31 +00:00
Steven R. Loomis
a73ec17054 ICU-7382 [srl fixing crash] make sure localeName is initialized.
X-SVN-Rev: 28573
2010-09-04 01:01:45 +00:00
Jungshik Shin
9ef56a51ab ICU-7382 refer to LC_MESSAGE to determine the default locale
X-SVN-Rev: 28571
2010-09-03 21:44:58 +00:00
John Emmons
6d6d6fa198 ICU-7920 Fix duplicate entry in kTimeFields
X-SVN-Rev: 28564
2010-08-31 17:39:58 +00:00
Steven R. Loomis
d55b13b5c8 ICU-7914 checking in regression test
X-SVN-Rev: 28557
2010-08-31 00:25:19 +00:00
Steven R. Loomis
1169926185 ICU-7854 add data drive test case
X-SVN-Rev: 28554
2010-08-30 20:12:25 +00:00
Steven R. Loomis
cb2a590ae5 ICU-7147 update runConfigureICU to use -O0 when in debug mode
X-SVN-Rev: 28553
2010-08-30 19:24:42 +00:00
Steven R. Loomis
d390758955 ICU-6981 pkg-config (closing out old merge)
X-SVN-Rev: 28551
2010-08-30 18:59:02 +00:00
John Emmons
090df3b5a4 ICU-7489 Optimize tz canonicalization for zones that are already canonical
X-SVN-Rev: 28535
2010-08-26 15:38:04 +00:00
Alexey Gousev
590648b41e ICU-7067 adding mh-haiku config file
X-SVN-Rev: 28533
2010-08-25 22:30:42 +00:00
Alexey Gousev
797e6fc9f6 ICU-7067 merging trunk
X-SVN-Rev: 28532
2010-08-25 22:29:44 +00:00
Alexey Gousev
933e73b1d2 ICU-7066 merging trunk
X-SVN-Rev: 28531
2010-08-25 22:28:32 +00:00
Alexey Gousev
9f4eb2b434 ICU-6686 merging into trunk
X-SVN-Rev: 28530
2010-08-25 22:24:53 +00:00
Jungshik Shin
0660dc6e6e ICU-7906 make VS 2008 happy about StringPiece::npos
X-SVN-Rev: 28521
2010-08-25 02:22:04 +00:00
Michael Ow
e7b5ff3734 ICU-7724 Explicitly cast enum value to avoid compilation error on Solaris.
X-SVN-Rev: 28508
2010-08-21 02:16:23 +00:00
Michael Ow
29fe431f2a ICU-7882 Fix pointer declaration error.
X-SVN-Rev: 28504
2010-08-20 21:18:08 +00:00
Michael Ow
24055f8585 ICU-7882 Enable BCP47 ids and update a few test cases in ICU4C.
X-SVN-Rev: 28503
2010-08-20 20:11:37 +00:00
Michael Ow
51495bea12 ICU-7899 Normalize the keyword value for currency to avoid case sensitivity issues.
X-SVN-Rev: 28498
2010-08-20 16:58:26 +00:00
Michael Ow
2c292d36b6 ICU-7872 Update lmbcs code page.
X-SVN-Rev: 28494
2010-08-18 22:31:28 +00:00
Steven R. Loomis
4a996aa700 ICU-6616 improve faketime
X-SVN-Rev: 28482
2010-08-17 01:27:18 +00:00
Yoshito Umaoka
9110e1e1c2 ICU-7568 2010l to ICU4C trunk
X-SVN-Rev: 28479
2010-08-16 18:59:28 +00:00
Steven R. Loomis
9bc3d2bfdb ICU-7891 fix u_fflush to flush stateful converters
X-SVN-Rev: 28474
2010-08-15 02:43:46 +00:00
Steven R. Loomis
7d8ae29f34 ICU-7888 fix package:enumDependencies
X-SVN-Rev: 28473
2010-08-15 00:55:54 +00:00
Steven R. Loomis
fbc574e7af ICU-7890 skip a crashy test
X-SVN-Rev: 28472
2010-08-15 00:48:16 +00:00
Steven R. Loomis
4a0b0ef791 ICU-7887 remove fixed limit on icupkg/gencmn
X-SVN-Rev: 28470
2010-08-13 23:28:05 +00:00
John Emmons
1974269a6f ICU-7724 Merge support for non-contiguous numbering systems
X-SVN-Rev: 28466
2010-08-13 21:23:00 +00:00
Yoshito Umaoka
b0121d5c4a ICU-7568 2010k to icu4c trunk
X-SVN-Rev: 28464
2010-08-13 20:29:25 +00:00
Steven R. Loomis
d00e6d4636 ICU-7870 VS2010 - tests and samples
X-SVN-Rev: 28444
2010-08-11 00:59:38 +00:00
Steven R. Loomis
91678fc8bd ICU-7870 perf projects update
X-SVN-Rev: 28443
2010-08-11 00:26:23 +00:00
Steven R. Loomis
dec09768b9 ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
2010-08-10 20:16:09 +00:00
Jason Spieth
cacdced23b ICU-7489 Merge into trunk
X-SVN-Rev: 28441
2010-08-10 16:12:11 +00:00
Jason Spieth
37f8997cb6 ICU-7489 Merge into trunk
X-SVN-Rev: 28440
2010-08-10 16:07:49 +00:00
Steven R. Loomis
cf7644feb3 ICU-7849 unicode versions of uloc.h constants
X-SVN-Rev: 28438
2010-08-10 01:11:03 +00:00
Steven R. Loomis
d9907892c8 ICU-7856 add unix build, 'xperf' target for generating XML perf data, cleanup some makefiles
X-SVN-Rev: 28418
2010-08-05 00:26:41 +00:00
Alexey Gousev
678654839e ICU-7856 added support for -x option for DateFmtPerf project to output .xml file
X-SVN-Rev: 28410
2010-08-04 17:36:18 +00:00
Michael Ow
75b55210bd ICU-6501 Update readme with information on U_ICU_DATA_DEFAULT_DIR.
X-SVN-Rev: 28400
2010-08-02 17:15:29 +00:00
Michael Ow
ce3a205cc9 ICU-6501 Set data path when building data in archive mode.
X-SVN-Rev: 28389
2010-07-29 23:37:19 +00:00
Alexey Gousev
d715640dce ICU-7275 added collationdata.h
X-SVN-Rev: 28388
2010-07-29 19:10:32 +00:00
Alexey Gousev
3432e64ad6 ICU-7275 added -x option and several new performance tests
X-SVN-Rev: 28387
2010-07-29 19:09:01 +00:00
Andy Heninger
aaa55df26b ICU-6015 add svn:mime-type charset tags.
X-SVN-Rev: 28384
2010-07-29 00:18:28 +00:00
Steven R. Loomis
592b73e980 ICU-7502 fix ASCIIsms - merge from branch /branches/srl/ascii7502
X-SVN-Rev: 28382
2010-07-28 16:08:12 +00:00
Andy Heninger
d5d873c99d ICU-6015 add UTF-8 check to svn properties check tool.
X-SVN-Rev: 28379
2010-07-28 00:50:22 +00:00
Michael Ow
2f72159ffb ICU-7784 Fix tests that run incorrectly without data.
X-SVN-Rev: 28369
2010-07-26 22:02:42 +00:00
Andy Heninger
a2605b9c83 ICU-5532 temp fix for crash in RBBI dictionary code with UTF-8 text
X-SVN-Rev: 28361
2010-07-23 00:15:37 +00:00
John Emmons
6f17ff12b4 ICU-7817 Reinstate useLastResortData for dcfmtsyms
X-SVN-Rev: 28355
2010-07-22 22:04:38 +00:00
Michael Ow
ac4c3c9f3a ICU-7649 Force proper locale setting for TestUnicodeFiles test.
X-SVN-Rev: 28348
2010-07-22 15:15:34 +00:00
Claire Ho
3abfc06cca ICU-6858 Added a PluralFormat example to MesageFormat document.
X-SVN-Rev: 28346
2010-07-22 00:31:57 +00:00
Claire Ho
61bd8f7de2 ICU-7770 Added plural keywords to documents.
X-SVN-Rev: 28345
2010-07-22 00:29:25 +00:00
Michael Ow
e5863f33c9 ICU-7649 Rearrange util tests in intltest and add check for 'th' in locale test to resolve environment test errors.
X-SVN-Rev: 28340
2010-07-21 17:41:28 +00:00
Steven R. Loomis
bb79824ac1 ICU-7681 add .nrm as binary
X-SVN-Rev: 28318
2010-07-15 23:25:44 +00:00
Steven R. Loomis
f7d9d57429 ICU-7812 don't mention MSVC version in multiple places
X-SVN-Rev: 28316
2010-07-15 23:23:38 +00:00
Michael Ow
9d5f366fb5 ICU-7718 Zero terminate buffer and check for overlapping src and dest in strcpy call to avoid memory errors.
X-SVN-Rev: 28313
2010-07-15 15:16:41 +00:00
Markus Scherer
5df2f14dee ICU-7746 minor fixes, parallel to Java
X-SVN-Rev: 28312
2010-07-15 03:53:12 +00:00
Andy Heninger
5bcaaa08dc ICU-7606 VTimeZone, add factory to create from BasicTimeZone.
X-SVN-Rev: 28311
2010-07-14 23:42:09 +00:00
Steven R. Loomis
a8575b74fa ICU-7829 reset the default converter if the default converter name changes
X-SVN-Rev: 28310
2010-07-14 23:01:37 +00:00
Steven R. Loomis
82bdfe0afd ICU-7430 move call to svnversion out of top Makefile.
X-SVN-Rev: 28308
2010-07-14 20:44:40 +00:00
Michael Ow
c2228ba03e ICU-7649 Fix character size error on Solaris.
X-SVN-Rev: 28306
2010-07-14 19:02:54 +00:00
Michael Ow
0e8df2ba58 ICU-7784 Set some test failure errors as data loading error appropriate.
X-SVN-Rev: 28305
2010-07-14 16:09:03 +00:00
Michael Ow
00a84e6d99 ICU-7649 Add check for certain default locales to ensure environment test passes.
X-SVN-Rev: 28303
2010-07-13 19:43:25 +00:00
Andy Heninger
74e297291f ICU-7780 fix various compiler warnings
X-SVN-Rev: 28301
2010-07-12 18:03:29 +00:00
Andy Heninger
c4dc5051de ICU-7783 error checking in U16_GET()
X-SVN-Rev: 28300
2010-07-12 17:55:11 +00:00
Steven R. Loomis
cefb069a7f ICU-7654 make %e/%E affect scanf exponent case
X-SVN-Rev: 28299
2010-07-12 17:47:51 +00:00
Andy Heninger
037e5ac508 ICU-7816 time zone infinite loop breaking
X-SVN-Rev: 28298
2010-07-12 17:24:09 +00:00
Steven R. Loomis
45aa2210aa ICU-7815 merge from branch
X-SVN-Rev: 28296
2010-07-12 15:24:57 +00:00
Steven R. Loomis
8b3508f7a5 ICU-7430 add distcheck and dist
X-SVN-Rev: 28289
2010-07-09 17:56:07 +00:00
Alexey Gousev
7689095f47 ICU-7275 Added DateFmtPerf performance test case
X-SVN-Rev: 28288
2010-07-09 16:14:46 +00:00
Markus Scherer
d84415e717 ICU-7237 adjust BiDiConformanceTest for Unicode 6 BidiTest.txt (auto-RTL in bit set)
X-SVN-Rev: 28285
2010-07-08 05:16:35 +00:00
Fredrik Roubert
7d5ca333f1 ICU-6838 add test cases and lowercase canonicalization table entry for "C"
X-SVN-Rev: 28284
2010-07-08 00:16:17 +00:00
Jason Spieth
6f718f78eb ICU-7654 Merge branch into trunk.
X-SVN-Rev: 28282
2010-07-06 16:35:34 +00:00
John Emmons
f3fddb37d8 ICU-7751 Fix error handling in NumberingSystem::createInstance()
X-SVN-Rev: 28280
2010-07-01 21:41:48 +00:00
John Emmons
807cb98de0 ICU-6138 Add tl_PH as an alias of fil_PH
X-SVN-Rev: 28275
2010-06-30 16:09:34 +00:00
Jungshik Shin
3cbe5e57c5 ICU-7794 createDefaultTimeZone doesn't honor DST on Ubuntu Linux. Skip 'localtime' and return as soon as the 1st match is found
X-SVN-Rev: 28272
2010-06-28 17:44:29 +00:00
Steven R. Loomis
cbd23cf258 ICU-7792 bump version# to milestone:4.5.2
X-SVN-Rev: 28270
2010-06-26 00:11:39 +00:00
Steven R. Loomis
5064cc8b48 ICU-7586 minor update to readme
X-SVN-Rev: 28261
2010-06-23 03:18:25 +00:00
Steven R. Loomis
ef22b3356a ICU-7586 update draft/deprecated. update header test.
X-SVN-Rev: 28260
2010-06-23 03:13:59 +00:00
Steven R. Loomis
32b99856e9 ICU-7586 update the API change report - interim for 4.5.1
X-SVN-Rev: 28259
2010-06-23 03:08:46 +00:00
Steven R. Loomis
f79ae4ba96 ICU-7586 remove missing parameter from javadoc
X-SVN-Rev: 28258
2010-06-23 02:53:15 +00:00
Steven R. Loomis
6804c3f0d9 ICU-7586 urename update (had to move a class into the ICU namespace)
X-SVN-Rev: 28257
2010-06-23 00:38:51 +00:00
Michael Ow
caba62acf9 ICU-7586 Add idna.h to C++ header list.
X-SVN-Rev: 28255
2010-06-22 17:21:27 +00:00
Alexey Gousev
c0875bf20f ICU-7773 added copyrights and deleted sample .txt files from csdet
X-SVN-Rev: 28240
2010-06-21 18:23:25 +00:00
Michael Ow
4f94c17f47 ICU-7774 Windows data lib file name should not contain version number when building ICU data.
X-SVN-Rev: 28235
2010-06-21 15:35:36 +00:00
Michael Ow
d746cdf71c ICU-7774 Ensure that pkgdata tool builds correct library on Windows.
X-SVN-Rev: 28233
2010-06-21 15:14:35 +00:00
Alexey Gousev
390d56db41 ICU-7773 merging from branch
X-SVN-Rev: 28225
2010-06-18 21:29:37 +00:00
Michael Ow
bf92ba0b31 ICU-7768 Fix echo newline option used in icu-config.
X-SVN-Rev: 28217
2010-06-17 19:50:26 +00:00
Jason Spieth
918e30ee08 ICU-7524 Remove wrappers from trunk.
X-SVN-Rev: 28215
2010-06-17 18:19:40 +00:00
Andy Heninger
e8985e068a ICU-7740 Regex error handling cleanups
X-SVN-Rev: 28210
2010-06-16 17:54:04 +00:00
Andy Heninger
cb079e90d2 ICU-7767 Fix array-out-of-bounds access in ParagraphLayout
X-SVN-Rev: 28209
2010-06-16 17:36:35 +00:00
Michael Ow
939395f7bd ICU-7717 Check for option files before parsing.
X-SVN-Rev: 28208
2010-06-16 15:08:55 +00:00
Michael Ow
578c548289 ICU-7717 Add installation of data file in pkgdata tool.
X-SVN-Rev: 28206
2010-06-16 14:41:24 +00:00
Michael Grady
3a2936677e ICU-7666 Regex find progress callback (from branch to trunk) - use U_DRAFT for new uregex API
X-SVN-Rev: 28205
2010-06-15 22:26:25 +00:00
Markus Scherer
0f2d14ab3a ICU-7586 fix namespace bugs
X-SVN-Rev: 28202
2010-06-15 21:19:16 +00:00
Michael Grady
8b6ce73317 ICU-7666 Regex find progress callback (from branch to trunk)
X-SVN-Rev: 28201
2010-06-15 20:19:10 +00:00
Markus Scherer
11e525a1a7 ICU-7762 fix LESwaps::swapWord() for C++ & CLang
X-SVN-Rev: 28200
2010-06-15 18:56:44 +00:00
Jason Spieth
3f0616cb03 ICU-7524 Remove test case for build.
X-SVN-Rev: 28199
2010-06-15 17:46:12 +00:00
Jason Spieth
a65cc10ed2 ICU-7524 C wrapper for TimeZone C++ class. SPI implementation.
X-SVN-Rev: 28197
2010-06-15 17:01:29 +00:00
Markus Scherer
f59e726a30 ICU-7677 fixed UErrorCode inconsistency and clarified length/overflow handling
X-SVN-Rev: 28196
2010-06-15 16:24:45 +00:00
Markus Scherer
3360fe4708 ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46
X-SVN-Rev: 28195
2010-06-15 15:54:53 +00:00
Markus Scherer
2ef6586467 ICU-7167 reimplement checkCEValidity() for actual byte value ranges
X-SVN-Rev: 28193
2010-06-15 05:28:53 +00:00
Markus Scherer
59ac0e22f9 ICU-7496 fix CharString::getAppendBuffer() argument in test code
X-SVN-Rev: 28191
2010-06-14 23:21:19 +00:00
Umesh Nair
ca260d5296 ICU-7015 Fixing more test cases.
X-SVN-Rev: 28190
2010-06-14 22:07:11 +00:00
Umesh Nair
2b7c82ac5b ICU-7015 Minor fix.
X-SVN-Rev: 28189
2010-06-14 21:52:52 +00:00
Umesh Nair
e7aba40a67 ICU-7015 Compact collation syntax (lists and ranges): svn merge -r 27731:28177 icu/branches/umesh/collation
X-SVN-Rev: 28188
2010-06-14 21:27:44 +00:00
John Emmons
6cc479bf5d ICU-7734 Merge last minute 1.9M1 changes to ICU
X-SVN-Rev: 28186
2010-06-14 21:12:21 +00:00
John Emmons
3bf7ae8fd4 ICU-7709 Add Moldovan locale aliases
X-SVN-Rev: 28182
2010-06-14 15:23:16 +00:00
Peter Edberg
1826002e52 ICU-7725 Hoist isLenient / setLenient to Format class (from DateFormat, RBNF)
X-SVN-Rev: 28170
2010-06-10 20:17:43 +00:00
John Emmons
72d8a8f889 ICU-7734 Merge CLDR 1.9M1 data into ICU
X-SVN-Rev: 28169
2010-06-10 17:54:04 +00:00
Andy Heninger
9b68c719ad ICU-7216 Fix possible memory leak in error case.
X-SVN-Rev: 28168
2010-06-10 17:53:26 +00:00
John Emmons
4a78a91fa1 ICU-7734 Merge CLDR 1.9M1 data into ICU
X-SVN-Rev: 28165
2010-06-09 18:02:45 +00:00
Michael Ow
02d425a86a ICU-7599 Delete NumberFormat instances after test to avoid memory leaks.
X-SVN-Rev: 28164
2010-06-09 15:43:11 +00:00
Markus Scherer
9cbd929fca ICU-7736 test and fix FilteredNormalizer2::getDecomposition()
X-SVN-Rev: 28163
2010-06-09 06:08:43 +00:00
Markus Scherer
82160e104c ICU-7736 add Normalizer2::getDecomposition(c)
X-SVN-Rev: 28161
2010-06-08 23:32:11 +00:00
Michael Ow
200c0ff239 ICU-6934 Set LC_ALL=C when generating icu-config because sed script assumes range of characters are [a-zA-Z]
X-SVN-Rev: 28160
2010-06-08 22:29:08 +00:00
Markus Scherer
bff71243ce ICU-7586 fix some initializer warnings
X-SVN-Rev: 28158
2010-06-08 21:45:43 +00:00
Markus Scherer
32b40e3ee2 ICU-7586 fix some initializer warnings
X-SVN-Rev: 28157
2010-06-08 21:13:54 +00:00
Markus Scherer
634c176d87 ICU-7741 change gennorm2 tool to not need STL any more
X-SVN-Rev: 28155
2010-06-08 17:50:07 +00:00
Jason Spieth
ed8b9c462c ICU-7489 Add new performance test for time zone round trip testing. This test allows us to collect profiling data which can be used to evaluate future performance improvements.
X-SVN-Rev: 28154
2010-06-08 12:52:50 +00:00
Peter Edberg
fc2c72f62d ICU-7667 Fixed C++ style comment to be C style
X-SVN-Rev: 28149
2010-06-07 18:46:34 +00:00
Markus Scherer
5230d5de1c ICU-7442 mark Normalizer2 as not intended for public subclassing
X-SVN-Rev: 28147
2010-06-05 00:06:10 +00:00
John Emmons
bd2a89a232 ICU-7599 Add support for alternate symbols per numbering system
X-SVN-Rev: 28134
2010-06-04 18:29:02 +00:00
Michael Grady
fa477f8a22 ICU-7667 In DecimalFormat::_format, deal with cases where two forms of rounding are specified - number of digits _and_ a rounding increment
X-SVN-Rev: 28132
2010-06-04 05:42:19 +00:00
Peter Edberg
3249dbb71d ICU-7728 Time format using 'S' (fractional seconds) should truncate, not round.
X-SVN-Rev: 28130
2010-06-04 00:31:33 +00:00
Michael Ow
cbcad3c5bd ICU-7581 Fix gencfu extension in Makefile.
X-SVN-Rev: 28127
2010-06-03 19:55:20 +00:00
Michael Ow
4d292e34e0 ICU-7581 Ensure CURDIR is not empty and skip check for gencfu in cross compilation.
X-SVN-Rev: 28126
2010-06-03 19:41:43 +00:00
Michael Ow
d565b3b2f3 ICU-7581 Fix a few mingw build issues including symbolic links when building data and missing header file inclusion.
X-SVN-Rev: 28125
2010-06-03 15:51:19 +00:00
Michael Ow
fc60e0868d ICU-7680 Increase the buffer size for pkgdata options.
X-SVN-Rev: 28124
2010-06-02 15:07:52 +00:00
Michael Ow
bfb093aa80 ICU-7695 Add space after LD_RPATH for certain mh-* files.
X-SVN-Rev: 28123
2010-06-01 23:35:40 +00:00
Michael Ow
4d14b81997 ICU-7701 Check for processor type on HP-UX to determine correct linker option.
X-SVN-Rev: 28122
2010-06-01 21:58:17 +00:00
Jason Spieth
c580be9189 ICU-7621 Change mapping of display name constants SHORT to 'V' and SHORT_COMMONLY_USED to 'z'. ICU4C changed to be consistent with ICU4J.
X-SVN-Rev: 28120
2010-06-01 16:10:14 +00:00
Markus Scherer
0acda636e4 ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
X-SVN-Rev: 28117
2010-06-01 06:10:26 +00:00
Markus Scherer
77543b3e58 ICU-7703 fix unorm_normalize(src, length=-1) bug and allow src=NULL if length=0
X-SVN-Rev: 28115
2010-05-30 23:00:52 +00:00
Yoshito Umaoka
eb3c9d6b4d ICU-7648 Not reporting an error even OS's GMT offset returned by uprv_timezone is not a multiple of 15 minutes. For now, we do not have a mechanism to handle such case (warning) systemtatically, so this change simply call logln to display the warning message.
X-SVN-Rev: 28114
2010-05-28 20:20:08 +00:00
Yoshito Umaoka
8096281cc9 ICU-7282 The problem reported by ticket#7282 is only reproduced in ICU4J. Just adding the equivalent test case to ICU4C.
X-SVN-Rev: 28112
2010-05-28 16:45:11 +00:00
Michael Ow
80b356f736 ICU-7718 Resolve invalid read message from valgrind regarding strings from stream object.
X-SVN-Rev: 28110
2010-05-27 21:09:07 +00:00
Michael Ow
4984059276 ICU-7714 Set cached user data entry to be deleted instead of removing it right away if user data is not found.
X-SVN-Rev: 28109
2010-05-27 20:29:16 +00:00
Michael Ow
d83954e771 ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI.
X-SVN-Rev: 28108
2010-05-27 20:23:49 +00:00
Markus Scherer
86b2ced218 ICU-7664 change gcc assembler syntax to use % not @; % works for both x86 and ARM
X-SVN-Rev: 28107
2010-05-27 19:58:41 +00:00
Steven R. Loomis
a1ea70071b ICU-7708 compiler warnings for 4.5.1 (batch 1)
X-SVN-Rev: 28103
2010-05-25 22:17:12 +00:00
Steven R. Loomis
edcaca307a ICU-3030 show elapsed time in subtests. Add internal uprv_getRawUTCtime that doesn't go through faketime.
X-SVN-Rev: 28099
2010-05-25 19:55:05 +00:00
Jason Spieth
53938d6a47 ICU-7568 2010j to ICU trunk
X-SVN-Rev: 28092
2010-05-25 18:08:52 +00:00
Markus Scherer
0ff592e9e9 ICU-7496 import unmangled data entry point name
X-SVN-Rev: 28090
2010-05-24 23:43:14 +00:00
Markus Scherer
5ab64ef670 ICU-7704 add converter compatible with Java UTF-16: always writes big-endian regardless of platform
X-SVN-Rev: 28089
2010-05-23 05:02:54 +00:00
Markus Scherer
2510483f25 ICU-7496 fix const problem
X-SVN-Rev: 28088
2010-05-21 22:45:05 +00:00
Markus Scherer
090e24946f ICU-7455 readme note about requiring compiler RTTI
X-SVN-Rev: 28085
2010-05-21 21:26:37 +00:00
Markus Scherer
bdd8a3a473 ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
X-SVN-Rev: 28084
2010-05-21 04:39:19 +00:00
Markus Scherer
465c4ab088 ICU-7496 CharString fix for Windows
X-SVN-Rev: 28083
2010-05-20 21:41:10 +00:00
Markus Scherer
fd376b34c0 ICU-7496 add internal char * string class for C++ implementation code
X-SVN-Rev: 28082
2010-05-20 21:16:44 +00:00
Markus Scherer
1d8a683b96 ICU-7455 remove a misplaced U_I18N_API
X-SVN-Rev: 28080
2010-05-19 22:43:55 +00:00
Markus Scherer
f6a04770ff ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00
Markus Scherer
50d9837e92 ICU-7493 clean up MaybeStackArray (revert r27723) and add MaybeStackHeaderAndArray
X-SVN-Rev: 28073
2010-05-18 21:53:21 +00:00
Markus Scherer
f5ea0c451c ICU-7624 verbose output from runConfigureICU: print exported variables
X-SVN-Rev: 28072
2010-05-18 21:28:12 +00:00
Michael Ow
243d11d980 ICU-7636 Define _XOPEN_SOURCE_EXTENDED in putil.c when using VA compiler
X-SVN-Rev: 28070
2010-05-17 16:26:44 +00:00
Markus Scherer
94aab1c22b ICU-7684 add Reset() return *this
X-SVN-Rev: 28068
2010-05-15 23:25:17 +00:00
Markus Scherer
06c7d56b8e ICU-7684 add CheckedArrayByteSink::Reset()
X-SVN-Rev: 28067
2010-05-15 23:18:12 +00:00
Markus Scherer
0c2aec0b46 ICU-7683 add CheckedArrayByteSink::NumberOfBytesAppended()
X-SVN-Rev: 28066
2010-05-15 23:00:26 +00:00
Markus Scherer
9b1bbaa705 ICU-7686 initialize FCD only when the collator needs it
X-SVN-Rev: 28062
2010-05-14 17:16:13 +00:00
Steven R. Loomis
4d6f43b0c5 ICU-7632 build testplug with alternate temporary dirs to avoid conflict with icuinfo
X-SVN-Rev: 28058
2010-05-13 21:36:18 +00:00
Peter Edberg
d83f32e641 ICU-7550 udat_setSymbols should call verifyIsSimpleDateFormat to avoid crash with RelativeDateFormat
X-SVN-Rev: 28057
2010-05-13 03:35:54 +00:00
Steven R. Loomis
d3172c2d68 ICU-7627 move dbgutil from ctestfw to toolutil ( merge from r28050 r28051 r28052 r28054 )
X-SVN-Rev: 28055
2010-05-12 17:56:02 +00:00
Peter Edberg
4405e8e99c ICU-7590 uloc_getVariant reports empty variant if there is no country
X-SVN-Rev: 28048
2010-05-11 07:31:35 +00:00
Peter Edberg
e2d45f564f ICU-7673 Fix to use #include "" for ICU includes, reorder as necessary
X-SVN-Rev: 28047
2010-05-11 06:08:15 +00:00
John Emmons
3f850eeea7 ICU-7438 Cleaned up the -u-va-posix handling code a bit
X-SVN-Rev: 28045
2010-05-10 21:29:35 +00:00
John Emmons
00f2329887 ICU-7438 Add -u-va-posix handling to uloc_fromLanguageTag() and uloc_toLanguageTag()
X-SVN-Rev: 28044
2010-05-10 21:24:02 +00:00
Michael Ow
67a1529fc9 ICU-7474 Update bidi code with MSVC compiler fix.
X-SVN-Rev: 28038
2010-05-07 22:05:57 +00:00
Michael Ow
43ab52b074 ICU-7650 Fix uconfig test errors in i18n library and test codes.
X-SVN-Rev: 28037
2010-05-07 07:28:47 +00:00
Steven R. Loomis
72e0726b24 ICU-7497 merge from r28026 and r28030
X-SVN-Rev: 28034
2010-05-06 22:22:38 +00:00
Steven R. Loomis
a89243e71f ICU-7676 make timezone error a warning - merge from r28032
X-SVN-Rev: 28033
2010-05-06 22:08:32 +00:00
Michael Ow
c126788bab ICU-7592 Update the conversion data driven test cases and test code to handle new configuration for skipping test in ICU4J.
X-SVN-Rev: 28029
2010-05-06 19:05:52 +00:00
Steven R. Loomis
1875b3fdbc ICU-7672 remove deprecated calls in uconv, also fix manpage warnings.
X-SVN-Rev: 28021
2010-05-05 16:35:39 +00:00
Jason Spieth
cebd9d6b91 ICU-7565 Add explicit typecast for IBM i C compiler.
X-SVN-Rev: 28020
2010-05-05 15:19:40 +00:00
Michael Ow
cb0a32d867 ICU-6981 Fix installation of icu.pc.out.
X-SVN-Rev: 28011
2010-05-04 19:03:25 +00:00
Michael Ow
2e50961632 ICU-7663 Allocate cmd buffer if needed.
X-SVN-Rev: 28002
2010-04-29 21:42:50 +00:00
Steven R. Loomis
d879ca2f76 ICU-6981 add a preliminary icu.pc
X-SVN-Rev: 28001
2010-04-29 03:52:08 +00:00
Peter Edberg
df7d633f59 ICU-7651 Add test case (segfaults without the fix in r27992)
X-SVN-Rev: 27994
2010-04-28 03:55:58 +00:00
Michael Ow
7058d05758 ICU-7651 Fix incorrect size calculation of fSmallData in regex.
X-SVN-Rev: 27992
2010-04-28 02:32:00 +00:00
Michael Ow
510f4944fd ICU-7629 Fix data installation in cygwin and update pkgdata tool.
X-SVN-Rev: 27982
2010-04-26 05:36:56 +00:00
John Emmons
bc9e38c998 ICU-7607 CLDR 1.8.1 integration
X-SVN-Rev: 27970
2010-04-22 17:39:04 +00:00
Yoshito Umaoka
a9544d7008 ICU-7586 Updated the time bombs in TimeZoneRuleTest.
X-SVN-Rev: 27960
2010-04-20 04:34:32 +00:00
Yoshito Umaoka
0d73340858 ICU-7568 2010i to icu4c trunk
X-SVN-Rev: 27953
2010-04-20 01:30:56 +00:00
Peter Edberg
f3c6395224 ICU-7616 Enable non-Gregorian calendars for DateIntervalFormat
X-SVN-Rev: 27947
2010-04-17 08:24:01 +00:00
Peter Edberg
8dc0dfc1f3 ICU-7617 Fix includes: <sys/types.h> sets up BYTE_ORDER and BIG_ENDIAN, move before platform.h which uses them
X-SVN-Rev: 27946
2010-04-17 07:04:56 +00:00
Michael Ow
cf562954d7 ICU-7615 Build same data library type as other libraries. Fix linking error in cintltst for static mode.
X-SVN-Rev: 27939
2010-04-16 19:18:06 +00:00
Michael Ow
c1db9d5f37 ICU-7580 Remove compiler warning.
X-SVN-Rev: 27932
2010-04-15 15:27:28 +00:00
Michael Ow
b0dbc86a37 ICU-7580 Ensure that a space separates output.
X-SVN-Rev: 27931
2010-04-15 15:20:16 +00:00
Markus Scherer
1e200f7443 ICU-7611 take genuca out of tools/Makefile.in
X-SVN-Rev: 27928
2010-04-10 05:48:05 +00:00
Markus Scherer
33aac993a5 ICU-7611 move genuca from icu tree to tools tree
X-SVN-Rev: 27927
2010-04-10 04:15:40 +00:00
Markus Scherer
e6c5486734 ICU-7611 take genuca out of the build
X-SVN-Rev: 27926
2010-04-10 04:14:01 +00:00
Markus Scherer
46be328dbd ICU-7611 take Unicode properties build tools out of the configure script: genbidi, gencase, gennames, genpname, genprops
X-SVN-Rev: 27925
2010-04-10 03:12:07 +00:00
Markus Scherer
baed720ac1 ICU-7611 move genprops from icu tree to tools tree
X-SVN-Rev: 27923
2010-04-09 23:36:31 +00:00
Markus Scherer
0b205c3cb2 ICU-7611 move genpname from icu tree to tools tree
X-SVN-Rev: 27922
2010-04-09 23:36:05 +00:00
Markus Scherer
d14ce517fd ICU-7611 move gennames from icu tree to tools tree
X-SVN-Rev: 27921
2010-04-09 23:35:40 +00:00
Markus Scherer
ae1317acc3 ICU-7611 move gencase from icu tree to tools tree
X-SVN-Rev: 27920
2010-04-09 23:35:13 +00:00
Markus Scherer
205add1f63 ICU-7611 move genbidi from icu tree to tools tree
X-SVN-Rev: 27919
2010-04-09 23:34:04 +00:00
Markus Scherer
b5f138b98b ICU-7611 take Unicode properties build tools out of the build: genbidi, gencase, gennames, genpname, genprops
X-SVN-Rev: 27918
2010-04-09 23:30:02 +00:00
Yoshito Umaoka
bc6243b144 ICU-7568 2010h to ICU4C trunk.
X-SVN-Rev: 27910
2010-04-09 01:31:38 +00:00
Michael Ow
bc0c9167d8 ICU-7519 Because of certain compiler optimization options, remove usage of global variables in cintltst and use getter/setter functions instead.
X-SVN-Rev: 27907
2010-04-07 16:18:38 +00:00
Jason Spieth
cfb6018a50 ICU-7357 Allow date format parsing to handle ISO format. Properly parse the era and allow negative years to derive the era.
X-SVN-Rev: 27904
2010-04-06 18:04:27 +00:00
Jason Spieth
925fd9238b ICU-7568 2010g to ICU trunk
X-SVN-Rev: 27900
2010-04-05 02:19:57 +00:00
Steven R. Loomis
3c32f28189 ICU-7586 update version number for milestone:4.5.1
X-SVN-Rev: 27892
2010-04-02 00:12:54 +00:00
Claire Ho
814e84d04f ICU-7217 Add a U_FAILURE check in NumberingSystem::createInstance()
X-SVN-Rev: 27887
2010-03-31 00:06:58 +00:00
Claire Ho
9f7990c11a ICU-7216 Add U_FAILURE check in unum_open()
X-SVN-Rev: 27884
2010-03-30 21:46:11 +00:00
Michael Ow
6015517389 ICU-7567 Install ctest library.
X-SVN-Rev: 27878
2010-03-29 20:44:11 +00:00
Michael Ow
90f75fcbf0 ICU-7543 Update LCID Posix mapping for zh.
X-SVN-Rev: 27877
2010-03-29 18:21:58 +00:00
Michael Ow
4a62fb0ed0 ICU-7549 Add test case for handling large UnicodeString and the << operator.
X-SVN-Rev: 27876
2010-03-29 16:53:50 +00:00
Michael Ow
3ffdf1b062 ICU-7549 Zero terminate the buffer to handle the buffer properly.
X-SVN-Rev: 27870
2010-03-25 04:44:04 +00:00
Yoshito Umaoka
642868c0dd ICU-7568 tzdata2010f to the ICU4C trunk.
X-SVN-Rev: 27867
2010-03-23 15:04:50 +00:00
Andy Heninger
68443106b1 ICU-7552 change bitwise -> logical ||, &&
X-SVN-Rev: 27861
2010-03-17 22:59:15 +00:00
Andy Heninger
92ba1e3fde ICU-7557 fix API docs describing rounding for Decimal Format
X-SVN-Rev: 27860
2010-03-17 22:36:12 +00:00
Yoshito Umaoka
8e00382129 ICU-7556 Removed the DLL plug-in description from 'What is new in this release?' section to be consistent with past releases. The description should be included in the download page.
X-SVN-Rev: 27854
2010-03-16 04:55:09 +00:00
Yoshito Umaoka
99e5727447 ICU-7556 Updated the API reference link.
X-SVN-Rev: 27852
2010-03-15 23:30:06 +00:00
Markus Scherer
130ca4a149 ICU-7556 fix URLs to reduce redirects
X-SVN-Rev: 27851
2010-03-15 23:00:35 +00:00
Markus Scherer
d19cff8b08 ICU-7556 fix URLs to reduce redirects
X-SVN-Rev: 27844
2010-03-15 22:09:26 +00:00
Yoshito Umaoka
754579efa3 ICU-7556 Updated readme for 4.4 release. Fixed the zOS Unix tool link.
X-SVN-Rev: 27841
2010-03-15 19:57:21 +00:00
Michael Ow
2297d39ef2 ICU-6911 Ensure that memory is freed before setting to NULL.
X-SVN-Rev: 27835
2010-03-12 20:08:20 +00:00
Michael Ow
a2ba018519 ICU-6911 Add value deleter when copying hash table.
X-SVN-Rev: 27834
2010-03-12 16:28:01 +00:00
Michael Ow
2100f22652 ICU-6911 Remove uneeded user override data from cache.
X-SVN-Rev: 27833
2010-03-12 08:06:33 +00:00
Michael Ow
a22a3ac92c ICU-6911 delete selectformat object after use.
X-SVN-Rev: 27832
2010-03-12 05:44:13 +00:00
Yoshito Umaoka
99c62afd03 ICU-7542 Updated ICU/Unicode license files for ICU4C 4.4.
X-SVN-Rev: 27829
2010-03-12 03:06:05 +00:00
Andy Heninger
90d4c6dfc4 ICU-7541 fix memory leaks in intltest regex
X-SVN-Rev: 27826
2010-03-11 23:43:03 +00:00
Steven R. Loomis
07ea404d7f ICU-3904 fix leaks. report leaks if all of ICU is compiled with URES_DEBUG
X-SVN-Rev: 27822
2010-03-11 20:05:42 +00:00
Peter Edberg
829d15c795 ICU-7538 Avoid negative array index when UTEXT_NEXT32 returns -1 (U_SENTINEL)
X-SVN-Rev: 27821
2010-03-11 19:54:36 +00:00
Andy Heninger
9b9c2901d8 ICU-7539 Fix Memory Leak in LocaleDisplayNames
X-SVN-Rev: 27820
2010-03-11 19:54:35 +00:00