Michael Ow
98d44761c7
ICU-7309 Add testcase for arabic shaping.
...
X-SVN-Rev: 27199
2010-01-09 18:02:30 +00:00
Steven R. Loomis
800da956b2
ICU-6633 DLL plugin.. merge onto trunk from branches/srl/dll6633 and branches/srl/dll6633bis
...
(specifically, r26808:27031 of http://source.icu-project.org/repos/icu/icu/branches/srl/dll6633 and then r27117 r27118 r27119 r27121 r27137 r27139 r27159 r27160 r27172 r27173 r27181 r27182 )
X-SVN-Rev: 27195
2010-01-09 02:15:20 +00:00
Michael Ow
282dba0dc7
ICU-7309 Allow result length to differ from source length if options given.
...
X-SVN-Rev: 27185
2010-01-08 19:52:36 +00:00
Yoshito Umaoka
78b811107c
ICU-6990 tzdata2009u to the ICU4C trunk
...
X-SVN-Rev: 27175
2010-01-08 02:50:27 +00:00
Doug Felt
2b1f6bc2da
ICU-4264 clean up message format docs to more clearly document plurals, rbnf formats
...
X-SVN-Rev: 27171
2010-01-08 00:47:04 +00:00
Michael Ow
195c691790
ICU-7283 Fix renaming of Features.h to ICUFeatures.h
...
X-SVN-Rev: 27168
2010-01-07 22:57:20 +00:00
Steven R. Loomis
ae3b14e1fc
ICU-7279 configure is a generated file. fix in configure.in
...
X-SVN-Rev: 27167
2010-01-07 22:39:22 +00:00
Michael Ow
40d487395b
ICU-7283 Apply patches for layout code.
...
X-SVN-Rev: 27166
2010-01-07 22:32:53 +00:00
Michael Ow
dc88968faf
ICU-5621 Apply patch for u_finit.
...
X-SVN-Rev: 27163
2010-01-07 20:36:40 +00:00
Michael Ow
e5c0878966
ICU-7273 Fix allinone solution file.
...
X-SVN-Rev: 27162
2010-01-07 19:17:06 +00:00
Michael Ow
ba88753a6d
ICU-7312 Use strcat in place of sprintf where appropriate in pkgdata tool.
...
X-SVN-Rev: 27161
2010-01-07 18:52:24 +00:00
Markus Scherer
8ddbd1394c
ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2
...
X-SVN-Rev: 27155
2010-01-06 23:50:03 +00:00
Fredrik Roubert
410a369ccc
ICU-7252 add Locale::setKeywordValue() method and test case
...
X-SVN-Rev: 27143
2010-01-06 15:49:10 +00:00
Michael Ow
38d8077e2c
ICU-6911 Fix proper version string termination.
...
X-SVN-Rev: 27131
2010-01-04 22:30:29 +00:00
Michael Ow
841d4c10b7
ICU-6911 Delete orphaned pointer.
...
X-SVN-Rev: 27130
2010-01-04 21:25:24 +00:00
John Emmons
90944bd22e
ICU-6625 Fix kerning feature with OT Class Definition format 1
...
X-SVN-Rev: 27129
2010-01-04 20:53:14 +00:00
John Emmons
c9b74f0fbd
ICU-6862 Add convenience method to determine if nextLine() will return NULL
...
X-SVN-Rev: 27128
2010-01-04 20:02:23 +00:00
Michael Ow
898667f024
ICU-4735 Fix error regarding explicit casting of char string to UChar string.
...
X-SVN-Rev: 27122
2009-12-31 16:06:34 +00:00
Michael Ow
fa96d9ac7d
ICU-7306 Fix function signature to avoid linking errors on some platforms.
...
X-SVN-Rev: 27106
2009-12-18 20:42:41 +00:00
Doug Felt
52c23e0a47
ICU-6192 add support for getting field positions to NumberFormat and DateFormat
...
X-SVN-Rev: 27093
2009-12-17 22:15:20 +00:00
Peter Edberg
8a58804ef1
ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure
...
X-SVN-Rev: 27092
2009-12-17 07:13:28 +00:00
Michael Ow
93a4daa9b8
ICU-7304 Update version to 4.3.4
...
X-SVN-Rev: 27090
2009-12-17 04:57:49 +00:00
Michael Ow
bd266b57b0
ICU-7156 Update LMBCS converter in ICU4C.
...
X-SVN-Rev: 27084
2009-12-16 21:06:44 +00:00
Michael Ow
945b7120ff
ICU-7244 Fix include statement.
...
X-SVN-Rev: 27083
2009-12-16 17:42:35 +00:00
Michael Ow
2bfaf1efe7
ICU-7244 Use Windows API to convert LCID to posix when possible. Update test for change.
...
X-SVN-Rev: 27082
2009-12-16 17:34:15 +00:00
Michael Ow
fd37b35e88
ICU-7180 Change structure of test case to avoid compiler errors on certain platforms.
...
X-SVN-Rev: 27081
2009-12-16 16:36:32 +00:00
Peter Edberg
3d297e601e
ICU-7284 Need to #undef RegexPatternDump before redefining it (in case internal functions are hidden)
...
X-SVN-Rev: 27080
2009-12-16 09:21:29 +00:00
Peter Edberg
0832385224
ICU-7263 For C++, have U_NAMESPACE_BEGIN / U_NAMESPACE_END also create extern "C++" {...} block
...
X-SVN-Rev: 27067
2009-12-14 19:00:21 +00:00
Peter Edberg
0c212dba62
ICU-7284 Internal functions called from public macros should be U_STABLE, though still @internal
...
X-SVN-Rev: 27065
2009-12-14 07:07:43 +00:00
Peter Edberg
0c1c7aad2b
ICU-7280 Move U_CDECL_END down to include function definitions as well as declarations.
...
X-SVN-Rev: 27064
2009-12-14 05:57:34 +00:00
Andy Heninger
9e89ddd717
ICU-7028 Remove extraneous comment from API comment in uregex_split()
...
X-SVN-Rev: 27063
2009-12-13 22:45:22 +00:00
Andy Heninger
5cfde17a88
ICU-7108 Line break test cleanup for Unicode 5.2
...
X-SVN-Rev: 27049
2009-12-11 18:16:51 +00:00
Andy Heninger
cb5db8f8b7
ICU-7299 fix misc compiler warnings.
...
X-SVN-Rev: 27048
2009-12-11 18:10:20 +00:00
Michael Ow
38e5a47662
ICU-5996 Use uprv_malloc in place of malloc.
...
X-SVN-Rev: 27038
2009-12-10 17:54:04 +00:00
Peter Edberg
98723ad2bd
ICU-7180 For hour field, change default behavior to not adjust pattern
...
field length to match requested skeleton. For getBestPattern,replaceFieldTypes
add option to override this, forcing pattern field length to match skeleton.
X-SVN-Rev: 27036
2009-12-10 09:13:49 +00:00
Jason Spieth
27a9043e9f
ICU-5996 Add new parts to Makefile.in for i18n
...
X-SVN-Rev: 27034
2009-12-09 17:29:44 +00:00
Jason Spieth
6533ab3558
ICU-5996 C wrappers for VTimeZone, TimeZoneTransition and TimeZoneRule
...
X-SVN-Rev: 27028
2009-12-08 04:19:24 +00:00
Steven R. Loomis
4f73aaf34c
ICU-7281 fix minor errors
...
X-SVN-Rev: 27014
2009-12-03 22:41:48 +00:00
Michael Ow
9c00fc5a5f
ICU-7244 Update LCID to POSIX table with Windows 7 data.
...
X-SVN-Rev: 27013
2009-12-03 21:24:12 +00:00
John Emmons
6db7d0a907
ICU-3904 Dynamic data loading capability
...
X-SVN-Rev: 27012
2009-12-03 18:06:37 +00:00
Peter Edberg
b08911622f
ICU-7279 Document that --enable-draft / --disable-draft affects internal APIs too
...
X-SVN-Rev: 27011
2009-12-03 08:09:52 +00:00
Peter Edberg
9edac91673
ICU-7279 By default, set U_HIDE_INTERNAL_API if SHOW_DRAFT is disabled
...
X-SVN-Rev: 27010
2009-12-03 08:00:33 +00:00
Michael Ow
8aac5e1176
ICU-7245 Check for null pointer before using.
...
X-SVN-Rev: 27003
2009-12-02 18:34:34 +00:00
Peter Edberg
305743045f
ICU-7007 availableFormats remapping of month types does not work
...
X-SVN-Rev: 27001
2009-12-02 07:17:06 +00:00
Peter Edberg
d5ce146cc8
ICU-6846 Use posix_madvise instead of madvise
...
X-SVN-Rev: 26996
2009-12-01 00:36:05 +00:00
Peter Edberg
2bd3e834a3
ICU-7225 Cross-build support needs to handle external tz data
...
X-SVN-Rev: 26995
2009-11-30 22:55:19 +00:00
Peter Edberg
59dae49b7c
ICU-6846 Turn off speculative paging for datafile access in DARWIN for TARGET_OS_IPHONE
...
X-SVN-Rev: 26991
2009-11-30 20:00:42 +00:00
Peter Edberg
ec72696fe8
ICU-7276 On DARWIN, for TARGET_IPHONE_SIMULATOR, look for data files relative to IPHONE_SIMULATOR_ROOT
...
X-SVN-Rev: 26990
2009-11-30 19:04:21 +00:00
Markus Scherer
b5abd4a56e
ICU-7272 test script codes >0x7f
...
X-SVN-Rev: 26976
2009-11-25 19:38:02 +00:00
Markus Scherer
d73228968d
ICU-7247 use LocalMemory & MaybeStackArray in some places
...
X-SVN-Rev: 26964
2009-11-21 22:04:55 +00:00
Andy Heninger
786d5042dd
ICU-7182 fix gcc compilation error.
...
X-SVN-Rev: 26963
2009-11-21 16:29:57 +00:00
Markus Scherer
e89977c0b6
ICU-7247 finish testing LocalPointer variants, and improve API docs
...
X-SVN-Rev: 26960
2009-11-20 23:28:47 +00:00
Markus Scherer
98fd35991b
ICU-7247 use almost every one of the LocalXyzPointer classes at least once
...
X-SVN-Rev: 26955
2009-11-20 06:28:25 +00:00
Markus Scherer
6b848d4b3f
ICU-7182 small simplification of _recompose()
...
X-SVN-Rev: 26953
2009-11-19 04:40:51 +00:00
Markus Scherer
9fca8644b5
ICU-7182 remove support for Unicode Normalization behavior before corrigendum 5 (PRI #29 )
...
X-SVN-Rev: 26952
2009-11-19 00:46:36 +00:00
Markus Scherer
3b12074b40
ICU-7247 add internal LocalMemory and MaybeStackArray classes
...
X-SVN-Rev: 26951
2009-11-18 23:35:52 +00:00
Markus Scherer
9a9fcc0fac
ICU-7259 remove obsolete gendtjar.pl
...
X-SVN-Rev: 26950
2009-11-18 23:04:42 +00:00
Markus Scherer
2f8822e8b3
ICU-7260 remove bad lines from uintrnal.h to get hdrtst to pass
...
X-SVN-Rev: 26948
2009-11-18 22:20:08 +00:00
Andy Heninger
0ae350c868
ICU-7193 Fix unterminated string in intltest/rbbitst/TestThaibreaks
...
X-SVN-Rev: 26936
2009-11-18 00:17:26 +00:00
Yoshito Umaoka
8ebdb37190
ICU-6990 2009s updates to the ICU4C trunk.
...
X-SVN-Rev: 26931
2009-11-17 20:17:57 +00:00
Andy Heninger
9516e2fed2
ICU-7193 Fix uninitialized UErrorCode
...
X-SVN-Rev: 26929
2009-11-17 19:17:06 +00:00
Andy Heninger
5f4c87e3b2
ICU-7193 Get rid of bogus gcc warnings
...
X-SVN-Rev: 26928
2009-11-17 18:41:35 +00:00
Michael Ow
f537b4fde7
ICU-7193 Update urename.h
...
X-SVN-Rev: 26927
2009-11-17 17:58:51 +00:00
Michael Ow
8344d16565
ICU-7193 Update APIChangeReport.html
...
X-SVN-Rev: 26926
2009-11-17 17:08:35 +00:00
Michael Ow
8a0445c9c1
ICU-7193 Update configure script.
...
X-SVN-Rev: 26925
2009-11-17 16:57:41 +00:00
Yoshito Umaoka
824ed01f70
ICU-7245 Fixed some compilation errors on Cygwin/gcc env
...
X-SVN-Rev: 26923
2009-11-17 16:38:18 +00:00
Michael Ow
9571529955
ICU-7008 Skip testing Asia/Amman in VTimeZone round trip test for now(4.3.3).
...
X-SVN-Rev: 26919
2009-11-16 18:00:17 +00:00
Michael Ow
5fb69bb39a
ICU-6905 Update some new tests to pass without data.
...
X-SVN-Rev: 26915
2009-11-16 05:16:59 +00:00
Michael Ow
4544fc3e7d
ICU-7232 Update pkgdata tool with new data directory structure.
...
X-SVN-Rev: 26913
2009-11-15 18:30:44 +00:00
Michael Ow
149255373b
ICU-7084 Fix TESTCASE redefinition compiler errors.
...
X-SVN-Rev: 26908
2009-11-14 22:08:42 +00:00
Michael Ow
135fc63477
ICU-7084 Add missing header file.
...
X-SVN-Rev: 26907
2009-11-14 22:00:21 +00:00
Markus Scherer
81c4b3a886
ICU-7084 more C-friendly comments
...
X-SVN-Rev: 26906
2009-11-14 20:00:32 +00:00
Markus Scherer
57bc8aa035
ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc. (localpointer.h)
...
X-SVN-Rev: 26905
2009-11-14 00:38:00 +00:00
Markus Scherer
1dbea6f001
ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc.
...
X-SVN-Rev: 26904
2009-11-14 00:36:06 +00:00
Markus Scherer
4a9e4947ca
ICU-7084 bug fixes for Linux/gcc
...
X-SVN-Rev: 26900
2009-11-13 19:52:28 +00:00
Michael Ow
892bbe5445
ICU-7230 Ensure lcid used in test case is consistent.
...
X-SVN-Rev: 26899
2009-11-13 19:49:41 +00:00
Markus Scherer
66b63f9c48
ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
...
X-SVN-Rev: 26898
2009-11-13 19:25:21 +00:00
Markus Scherer
1be5303b73
ICU-7232 forgot to add curr\supplementalData.res to the Windows build
...
X-SVN-Rev: 26897
2009-11-13 18:22:36 +00:00
Markus Scherer
82a2605390
ICU-7232 build new curr, lang, region, zone .res files on Windows
...
X-SVN-Rev: 26896
2009-11-13 14:39:02 +00:00
Michael Ow
c1425595ec
ICU-7232 Fix some Windows compilation errors.
...
X-SVN-Rev: 26893
2009-11-13 01:47:05 +00:00
Doug Felt
d62a45c0bc
ICU-7232 merge branch/dougfelt/datasplit at revision 26862 into trunk
...
X-SVN-Rev: 26884
2009-11-12 21:53:42 +00:00
Fredrik Roubert
4e1d41a4c3
ICU-7121 add test case for ErrorCode::errorName()
...
X-SVN-Rev: 26880
2009-11-12 17:50:15 +00:00
Michael Ow
a1900371b7
ICU-7226 Undo commit revision 24105 from ticket 6300.
...
X-SVN-Rev: 26871
2009-11-11 17:33:56 +00:00
Michael Ow
b4853d0331
ICU-7222 Remove Windows x64 warnings by casting explicitly.
...
X-SVN-Rev: 26870
2009-11-11 15:47:22 +00:00
Yoshito Umaoka
39e959c537
ICU-6990 2009r updates including metazoneInfo.txt to icu4c trunk
...
X-SVN-Rev: 26866
2009-11-11 04:29:20 +00:00
Michael Ow
32ed389091
ICU-7230 Ignore test failures on Windows for croatian locale.
...
X-SVN-Rev: 26861
2009-11-10 16:01:28 +00:00
Fredrik Roubert
4a6d872c21
ICU-7121 add ErrorCode::errorName() convenience method
...
X-SVN-Rev: 26856
2009-11-09 15:40:57 +00:00
Yoshito Umaoka
62ed917dd8
ICU-7229 In addition to the previous change, nullify TIME_ZONE_INFORMATION in getWindowsTimeZoneInfo, because we do not set standard/daylight names.
...
X-SVN-Rev: 26852
2009-11-06 05:48:37 +00:00
Yoshito Umaoka
e17f7525bb
ICU-7227 Merging the fix done for #7227 from ICU4J to ICU4C. ICU4C does not have equivalent test case, so it did not report the exact same problem.
...
X-SVN-Rev: 26851
2009-11-06 05:24:37 +00:00
Yoshito Umaoka
c41f24dee0
ICU-7229 getSystemTimeZoneInformation to set standardBias properly. For some reasons this change fixes the test failure reported in #7229 as well (I do not understand why...)
...
X-SVN-Rev: 26850
2009-11-06 05:22:08 +00:00
Andy Heninger
44bf429a55
ICU-7224 bug in regular expressions with negative lookahead
...
X-SVN-Rev: 26848
2009-11-06 01:27:56 +00:00
John Emmons
82dde07d7d
ICU-1624 Add additional test for Hebrew month Elul
...
X-SVN-Rev: 26842
2009-11-03 04:50:03 +00:00
Yoshito Umaoka
1e4f00ca3b
ICU-6990 2009q updates to icu4c trunk
...
X-SVN-Rev: 26840
2009-11-03 02:02:59 +00:00
Yoshito Umaoka
93289216af
ICU-6990 tzdata2009p / CLDR 1.7.1.1 updates to the icu4c trunk.
...
X-SVN-Rev: 26823
2009-10-30 07:08:19 +00:00
Michael Ow
6ca187a0ca
ICU-7200 Move definition of TZFILE_SKIP.
...
X-SVN-Rev: 26816
2009-10-28 21:10:31 +00:00
Michael Ow
213239011c
ICU-7200 Skip certain tz file when searching for system time zone.
...
X-SVN-Rev: 26815
2009-10-28 19:59:29 +00:00
Jason Spieth
6c79d95614
ICU-6990 2009o ICU4C
...
X-SVN-Rev: 26812
2009-10-27 03:18:02 +00:00
Michael Ow
fe62ee5a61
ICU-6204 Ensure valid country code in locale id is either size 2 or 3.
...
X-SVN-Rev: 26809
2009-10-26 19:34:32 +00:00
Michael Ow
e698d415eb
ICU-7189 Remove accidental character.
...
X-SVN-Rev: 26795
2009-10-20 16:51:02 +00:00
Michael Ow
774ac9c733
ICU-7189 Add missing header file and fix tabs.
...
X-SVN-Rev: 26794
2009-10-20 16:48:17 +00:00
Yoshito Umaoka
155dfc0605
ICU-7189 Fixed missing collation case bytes problem in ucol_nextSortKeyPart.
...
X-SVN-Rev: 26787
2009-10-14 21:45:30 +00:00
Michael Ow
29d8944fc5
ICU-7193 Update version number to 4.3.3
...
X-SVN-Rev: 26786
2009-10-14 20:13:03 +00:00
Michael Ow
94229bc898
ICU-3319 Ensure makefile checks for changes to uvernum.h
...
X-SVN-Rev: 26785
2009-10-14 20:11:28 +00:00
John Emmons
d2fffdf749
ICU-5588 Add logic to limit the size of an Indic syllable to a preset maximum
...
X-SVN-Rev: 26774
2009-10-08 19:13:13 +00:00
John Emmons
d54bef2490
ICU-7186 Fix round-trip problem in Hebrew Calendar
...
X-SVN-Rev: 26770
2009-10-08 03:47:08 +00:00
Michael Ow
1275a4f81e
ICU-7074 Update api change report for 4.3.2
...
X-SVN-Rev: 26765
2009-10-07 22:27:43 +00:00
Michael Ow
73c4e8b20e
ICU-4735 Add comments for new API.
...
X-SVN-Rev: 26764
2009-10-07 22:18:30 +00:00
Andy Heninger
ee02257977
ICU-7179 Incorrect data type in race-handling code in udata_cacheDataItem
...
X-SVN-Rev: 26763
2009-10-07 22:06:24 +00:00
Markus Scherer
0ee8d74b70
ICU-7074 fix for U_USING_ICU_NAMESPACE=0
...
X-SVN-Rev: 26762
2009-10-07 21:36:26 +00:00
Michael Ow
475e26f1ae
ICU-7074 Update urename.h for 4.3.2
...
X-SVN-Rev: 26760
2009-10-07 19:43:07 +00:00
Michael Ow
23d24deaeb
ICU-3319 Update genren.pl script for including umachine.h
...
X-SVN-Rev: 26759
2009-10-07 19:14:12 +00:00
Michael Ow
6719f6f93e
ICU-7008 Skip testing Asia/Amman in VTimeZone round trip test for now.
...
X-SVN-Rev: 26757
2009-10-07 02:59:44 +00:00
Jungshik Shin
aad80d159f
ICU-7135 On Windows, make uprv_tzname return a pointer to a location in the heap in both normal and fallback codepaths because it it is freed in timezone.cpp
...
X-SVN-Rev: 26746
2009-10-06 16:58:50 +00:00
Michael Ow
db7bee4491
ICU-7074 Fix non-ascii characters in source code.
...
X-SVN-Rev: 26745
2009-10-05 21:44:02 +00:00
Steven R. Loomis
5eb3f60cad
ICU-7124 fix for DEFAULT_64
...
X-SVN-Rev: 26744
2009-10-05 21:42:20 +00:00
Michael Ow
5380e956d3
ICU-7074 Fix svn prop issue.
...
X-SVN-Rev: 26740
2009-10-05 20:57:57 +00:00
Markus Scherer
41ffbd67ca
ICU-7162 fix typo, forbid LocalPointer heap allocation
...
X-SVN-Rev: 26736
2009-10-03 04:36:01 +00:00
Markus Scherer
f3f70fe978
ICU-7162 temporary template test
...
X-SVN-Rev: 26734
2009-10-03 00:25:04 +00:00
John Emmons
dfccc29d1e
ICU-7173 Merge CLDR 1.8p1 snapshot data
...
X-SVN-Rev: 26733
2009-10-02 21:06:55 +00:00
Michael Ow
ecae93acea
ICU-3319 Fix result check for uprv_memcmp and update namespace renaming
...
X-SVN-Rev: 26731
2009-10-02 19:21:27 +00:00
Steven R. Loomis
185f4dee9d
ICU-7049 fix renaming. Merge of r26721, r26723, r26726
...
X-SVN-Rev: 26728
2009-10-01 22:52:39 +00:00
Steven R. Loomis
67134440a0
ICU-6426 fix breakage on solaris, aix, hp. merge from r26724
...
X-SVN-Rev: 26727
2009-10-01 22:50:45 +00:00
Michael Ow
e2e3789ac4
ICU-7131 Add check for U_CHARSET_FAMILY in pkgdata tool.
...
X-SVN-Rev: 26722
2009-10-01 20:01:51 +00:00
Andy Heninger
abb85c8441
ICU-6426 Zone String Formatter, reduce heap memory usage.
...
X-SVN-Rev: 26718
2009-10-01 18:31:00 +00:00
Michael Ow
e937802586
ICU-3319 Update genrn.pl script to reflect renaming function.
...
X-SVN-Rev: 26717
2009-10-01 17:59:30 +00:00
Jason Spieth
d8774eeb06
ICU-6990 2009n ICU4C
...
X-SVN-Rev: 26715
2009-10-01 16:02:09 +00:00
Andy Heninger
ee142e51fb
ICU-6426 Zone String Formatter, reduce heap memory usage.
...
X-SVN-Rev: 26710
2009-10-01 02:03:41 +00:00
Michael Ow
5fd02e901c
ICU-3319 Ensure uvernum.h is not included before platform.h
...
X-SVN-Rev: 26708
2009-09-30 22:26:10 +00:00
Claire Ho
78f5b61f0b
ICU-7145 Prevent crash in searchForTZfile() of putil.c
...
X-SVN-Rev: 26706
2009-09-30 21:21:02 +00:00
Michael Ow
fea26556be
ICU-3319 Update common project file.
...
X-SVN-Rev: 26705
2009-09-30 20:50:14 +00:00
Michael Ow
f49fb07bfe
ICU-3319 Remove uneeded doxygen tag.
...
X-SVN-Rev: 26704
2009-09-30 20:31:51 +00:00
Michael Ow
0007ad3c36
ICU-3319 Use more generic name for rename macro. Move namespace definition back. Fix various rename issues.
...
X-SVN-Rev: 26703
2009-09-30 20:26:34 +00:00
Michael Ow
cf139249f7
ICU-5720 Remove uneeded u_version functions.
...
X-SVN-Rev: 26702
2009-09-30 20:16:24 +00:00
Michael Ow
39aecc4333
ICU-6991 Fix function name.
...
X-SVN-Rev: 26689
2009-09-25 17:16:39 +00:00
Steven R. Loomis
b469013d94
ICU-6987 --with-data-packaging=static
...
X-SVN-Rev: 26688
2009-09-25 01:56:41 +00:00
Michael Ow
efc5c79a2f
ICU-7129 Install search directory in docs separate.
...
X-SVN-Rev: 26687
2009-09-24 20:46:27 +00:00
Michael Ow
3484b2a1fa
ICU-7155 Add check in pkgdata tool for overflow buffer.
...
X-SVN-Rev: 26686
2009-09-24 17:29:26 +00:00
Michael Ow
5f5cbb2c28
ICU-7159 Remove -O requirement in pkgdata when mode is common.
...
X-SVN-Rev: 26679
2009-09-23 16:53:07 +00:00
Michael Ow
be03b11164
ICU-6911 Update tzrulets to avoid memory leak.
...
X-SVN-Rev: 26678
2009-09-23 16:27:59 +00:00
Michael Ow
ee7d6c25c0
ICU-6911 Make one cleanup function for numfmt.cpp
...
X-SVN-Rev: 26677
2009-09-23 15:41:25 +00:00
John Emmons
f5c53c0899
ICU-7136 Fix build error on Windows
...
X-SVN-Rev: 26670
2009-09-22 16:05:30 +00:00
John Emmons
9201d2a8a6
ICU-7136 Add logic to allow %%ParentIsRoot resource to disallow the parent in the inheritance chain
...
X-SVN-Rev: 26666
2009-09-21 22:51:00 +00:00
Andy Heninger
95505300c8
ICU-4016 mutexes: dump pool, revert to dynamic allocation, simplify some of the #ifdef tangle.
...
X-SVN-Rev: 26660
2009-09-21 04:21:41 +00:00
Michael Ow
0ea3b2f2ca
ICU-6991 Fix memory leaks in currpinf, uspoof, and some test in intltest.
...
X-SVN-Rev: 26658
2009-09-21 02:10:54 +00:00
Michael Ow
d8e1bc4885
ICU-6911 Remove memory leak in icudataver and ssearch.
...
X-SVN-Rev: 26652
2009-09-18 21:52:02 +00:00
Michael Ow
3b1acfd610
ICU-6991 Add icudataver.c to windows project file.
...
X-SVN-Rev: 26649
2009-09-18 14:31:42 +00:00
Michael Ow
6a639a823b
ICU-6991 Add test case for uspoof and reorder cintltst.
...
X-SVN-Rev: 26648
2009-09-18 06:38:49 +00:00
Michael Ow
30ef01e564
ICU-6991 Add test for better code coverage in various calendar classes and dateformat.
...
X-SVN-Rev: 26646
2009-09-17 21:55:11 +00:00
Jason Spieth
c86561934a
ICU-6990 2009m ICU4C
...
X-SVN-Rev: 26641
2009-09-17 16:20:15 +00:00
Michael Ow
1cc5cd1a8b
ICU-6991 Improve coverage for calendar, bms, and msgfmt.
...
X-SVN-Rev: 26638
2009-09-16 20:55:05 +00:00
Steven R. Loomis
712b165172
ICU-6930 IBM i updates: Merging r26624 through r26636 of /icu/branches/srl/i6930
...
X-SVN-Rev: 26637
2009-09-16 01:08:54 +00:00
Michael Ow
c8982d6ce6
ICU-7074 Update version number for namespace.
...
X-SVN-Rev: 26632
2009-09-15 17:50:27 +00:00
Michael Ow
a6305a2160
ICU-3319 Fix missing function declaration during merge.
...
X-SVN-Rev: 26631
2009-09-15 16:20:12 +00:00
Michael Ow
403bffef0e
ICU-7087 Include missing header file for strcpy and strcat.
...
X-SVN-Rev: 26630
2009-09-14 17:39:35 +00:00
Michael Ow
67e5dae0ae
ICU-5720 Fix usage of UVersionInfo type.
...
X-SVN-Rev: 26629
2009-09-14 16:48:42 +00:00
Andy Heninger
44b26a579b
ICU-7087 fix spoof detection bugs with buffer handling while computing skeletons, and with supplemental character handling.
...
X-SVN-Rev: 26628
2009-09-14 04:02:38 +00:00
Steven R. Loomis
d51a3d446c
ICU-6989 merge of r26622, fix urename
...
X-SVN-Rev: 26623
2009-09-12 04:06:28 +00:00
Michael Ow
bec6614bdd
ICU-6565 Make Linux and MacOX default codepage be UTF-8 for non C/POSIX locale.
...
X-SVN-Rev: 26620
2009-09-11 20:41:32 +00:00
Andy Heninger
4d90dc692d
ICU-7130 infinite loop in dictionary break iterators
...
X-SVN-Rev: 26618
2009-09-10 23:17:38 +00:00
Jungshik Shin
1dc8949de0
ICU-7135 fix a memory leak in timezone.cpp on Windows
...
X-SVN-Rev: 26616
2009-09-09 23:39:16 +00:00
Markus Scherer
df6548d8bf
ICU-7132 add section with recommended build options
...
X-SVN-Rev: 26615
2009-09-09 22:43:18 +00:00
Michael Ow
aedb406d05
ICU-3319 Fix cygwin renaming issue.
...
X-SVN-Rev: 26614
2009-09-09 18:29:55 +00:00
John Vu
a91b8f20a8
ICU-6991 Code coverage for missing functions in Calendar, DecimalFormat, MessageFormat, PluralFormat, and StringList.
...
X-SVN-Rev: 26613
2009-09-09 16:44:34 +00:00
John Vu
96f031263f
ICU-6991 Modified last revision to actually include test.
...
X-SVN-Rev: 26612
2009-09-09 03:46:40 +00:00
John Vu
de02af8d27
ICU-6991 Code coverage for missing functions in Calendar, DecimalFormat, and CurrencyPluralInfo
...
X-SVN-Rev: 26611
2009-09-08 22:29:54 +00:00
Michael Ow
ddc3287efd
ICU-4954 Use skipRuleWhiteSpace after white space check.
...
X-SVN-Rev: 26610
2009-09-08 16:42:54 +00:00
Michael Ow
9e239fd9f0
ICU-3319 Merge changes in branch to trunk.
...
X-SVN-Rev: 26609
2009-09-08 05:31:42 +00:00
Michael Ow
1ad7caa833
ICU-6991 Remove unneeded error code check and other errors.
...
X-SVN-Rev: 26608
2009-09-07 07:09:52 +00:00
Michael Ow
c69b37b9c8
ICU-6991 Fix redeclaration error.
...
X-SVN-Rev: 26607
2009-09-07 04:26:04 +00:00
John Vu
d617aa5932
ICU-6991 Code coverage for missing functions in NumberingSystem and Collator.
...
X-SVN-Rev: 26606
2009-09-04 22:14:57 +00:00
John Vu
05d0e02083
ICU-6991 Code coverage for missing functions in MessageFormat.
...
X-SVN-Rev: 26605
2009-09-04 21:10:10 +00:00
John Vu
222da0d6ad
ICU-6991 Code coverage for missing functions in Calendar and NumberFormat.
...
X-SVN-Rev: 26602
2009-09-04 17:15:03 +00:00
Michael Ow
f936b9b2f5
ICU-3126 Merge changes to trunk for auto cleanup of icu libraries.
...
X-SVN-Rev: 26596
2009-09-03 20:40:02 +00:00
John Vu
beeba02f88
ICU-6991 Code coverage for missing functions in CEList, CollData, BoyerMooreSearch, PluralFormat.
...
X-SVN-Rev: 26588
2009-09-02 22:27:16 +00:00
John Vu
0fd738a371
ICU-6332 Updated the readme to reflect the enhancement.
...
X-SVN-Rev: 26574
2009-08-28 20:52:50 +00:00
Michael Ow
392d7d16b6
ICU-4954 Ensure Unicode Pattern_White_Space set is used where appropriate.
...
X-SVN-Rev: 26571
2009-08-28 18:37:27 +00:00
Andy Heninger
86ca295bb4
ICU-7108 Regenerated LineBreakTest.txt
...
X-SVN-Rev: 26570
2009-08-28 17:43:49 +00:00
John Vu
0f60cda1cf
ICU-6332 Removed the "s" in libsicu*.a to libicu*.a for static linking.
...
X-SVN-Rev: 26558
2009-08-27 01:19:35 +00:00
Michael Ow
51c1fcf807
ICU-7060 Fix cygwin msvc debug pkgdata issue.
...
X-SVN-Rev: 26556
2009-08-26 20:09:59 +00:00
Michael Ow
657fc234e0
ICU-4069 Remove C++ style comments and declarations.
...
X-SVN-Rev: 26555
2009-08-26 18:40:08 +00:00
John Emmons
54a0de3375
ICU-4069 Use localized locale display pattern in getDisplayLocale()
...
X-SVN-Rev: 26554
2009-08-26 17:28:25 +00:00
Jason Spieth
d97a5d4837
ICU-4735 Enhanced TimeZone getDisplayName allows for more name formats - ICU4C
...
X-SVN-Rev: 26553
2009-08-26 16:55:52 +00:00
Steven R. Loomis
8177eb72ea
ICU-6888 disable optimization for ICC - merge r26548
...
X-SVN-Rev: 26551
2009-08-26 01:02:40 +00:00
Andy Heninger
e3c423d06a
ICU-7108 update Line Break for Unicode 5.2 rule change.
...
X-SVN-Rev: 26546
2009-08-25 16:52:44 +00:00
Michael Ow
8c85a0ac89
ICU-7060 Update Cygwin build information in readme.
...
X-SVN-Rev: 26545
2009-08-25 16:39:57 +00:00
Michael Ow
d01df97a83
ICU-5063 Add documentation regarding convrtrs.txt and ucmfiles.mk
...
X-SVN-Rev: 26544
2009-08-25 16:12:27 +00:00
Michael Ow
a3b3f6ec30
ICU-7060 Remove duplicate options.
...
X-SVN-Rev: 26535
2009-08-21 23:29:07 +00:00
Michael Ow
fb6436dad9
ICU-7060 Customize optimization for cygwin msvc.
...
X-SVN-Rev: 26534
2009-08-21 22:40:57 +00:00
Yoshito Umaoka
5bb1a87d2f
ICU-6990 tzdata2009l to ICU4C
...
X-SVN-Rev: 26528
2009-08-20 21:02:38 +00:00
Michael Ow
0cbdaabb05
ICU-7060 Fix configure error.
...
X-SVN-Rev: 26526
2009-08-20 20:11:13 +00:00
Michael Ow
90f94354eb
ICU-7060 Update configure script to determine the correct version of flags to use with MSVC.
...
X-SVN-Rev: 26525
2009-08-20 20:00:01 +00:00
John Emmons
6c38378a54
ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
...
X-SVN-Rev: 26522
2009-08-20 03:44:43 +00:00
John Emmons
ce62d6d654
ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
...
X-SVN-Rev: 26521
2009-08-20 03:44:28 +00:00
John Emmons
bddf82a606
ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
...
X-SVN-Rev: 26520
2009-08-20 03:43:26 +00:00
Steven R. Loomis
86c81cfaae
ICU-6972 remove obsolete debian dir
...
X-SVN-Rev: 26509
2009-08-18 19:08:36 +00:00
Jungshik Shin
ef7e0a8eff
ICU-6935 missing C++ namespace use
...
X-SVN-Rev: 26504
2009-08-18 06:46:32 +00:00
Michael Ow
da54f7cdee
ICU-5720 Add data version API.
...
X-SVN-Rev: 26490
2009-08-13 17:21:33 +00:00
John Vu
406bb9dff0
ICU-6052 Applied multithreading to testing time zones on differing locales.
...
X-SVN-Rev: 26489
2009-08-13 00:11:21 +00:00
Michael Ow
48294075bd
ICU-7060 Ignore some definitions when on Cygwin/MSVC.
...
X-SVN-Rev: 26487
2009-08-12 19:45:13 +00:00
Michael Ow
d7d2dfe48d
ICU-7060 Include platform.h when building on Cygwin/MSVC.
...
X-SVN-Rev: 26484
2009-08-12 18:57:25 +00:00