Markus Scherer
14a99920b5
ICU-6765 add bytestream & stringpiece to Makefile
...
X-SVN-Rev: 25520
2009-03-06 20:16:18 +00:00
Markus Scherer
63ea2e06da
ICU-6765 add API: StringPiece, ByteSink(s), UnicodeString::toUTF8() and fromUTF8()
...
X-SVN-Rev: 25519
2009-03-06 19:19:00 +00:00
John Emmons
025e6a09ae
ICU-5439 Merge Vista OpenType logic into trunk
...
X-SVN-Rev: 25508
2009-03-02 23:35:48 +00:00
Andy Heninger
2b08f8a46f
ICU-6772 fix some compiler warnings
...
X-SVN-Rev: 25503
2009-03-02 20:53:54 +00:00
Waleed Oransa
00c800b8f4
ICU-6666 Merged ICU4C/branches/waleed branch changes r25467:25501 into the trunk."
...
X-SVN-Rev: 25502
2009-03-02 15:46:03 +00:00
Xiaomei Ji
6ed81b63d3
ICU-6433 improve currency parsing, fix parsing bug on non-empty suffix, fix plural format bug on non-empty negagtive numberpattern
...
X-SVN-Rev: 25497
2009-02-28 02:07:55 +00:00
Michael Ow
109b0472a5
ICU-6412 When indenting use 4 spaces instead of regular tab.
...
X-SVN-Rev: 25494
2009-02-27 22:39:38 +00:00
Michael Ow
a1e8a4743d
ICU-6688 _ALL_SOURCE needs to be defined when strict mode is turned on for certain files to compile.
...
X-SVN-Rev: 25490
2009-02-26 21:05:53 +00:00
Markus Scherer
5f031ce140
ICU-6765 StringTest more meaningful order of #includes and tests
...
X-SVN-Rev: 25482
2009-02-25 06:43:12 +00:00
Markus Scherer
8406b8e2bd
ICU-6765 fix Windows compilation problem: ICU internal #define collisions with Windows STL headers
...
X-SVN-Rev: 25481
2009-02-25 01:22:27 +00:00
Markus Scherer
2b6da240a8
ICU-6765 copy std_string.h to the include folder
...
X-SVN-Rev: 25480
2009-02-25 00:22:43 +00:00
Markus Scherer
59d37b352b
ICU-6765 add std_string.h with central #include <string> and std:: namespace definitions
...
X-SVN-Rev: 25479
2009-02-24 23:01:18 +00:00
Markus Scherer
1d91a19628
ICU-6765 autoconf support for whether the standard <string> header is available
...
X-SVN-Rev: 25476
2009-02-24 19:57:06 +00:00
Claire Ho
7c98254385
ICU-6736 merge APIs for currencySpacing from branch to trunk.
...
X-SVN-Rev: 25472
2009-02-24 00:50:46 +00:00
John Emmons
ec9921c61c
ICU-6750 Allow aliases in numbering system descriptions
...
X-SVN-Rev: 25469
2009-02-23 22:41:41 +00:00
John Emmons
e729683a89
ICU-6492 Fix crash when creating a NS with a bogus override
...
X-SVN-Rev: 25461
2009-02-21 15:09:03 +00:00
John Emmons
0469ea3d30
ICU-6492 Updated data for numbering systems
...
X-SVN-Rev: 25460
2009-02-21 14:36:18 +00:00
Peter Edberg
a7e808a7e0
ICU-6747 for hashtables, change Hashtable with UnicodeString keys to UHashtable with UChar string keys, -85K
...
X-SVN-Rev: 25459
2009-02-21 06:40:31 +00:00
Peter Edberg
5927c7bedb
ICU-6745 ceToJD needs to handle months out of range 0-12 (e.g. from add, set)
...
X-SVN-Rev: 25458
2009-02-21 03:59:16 +00:00
Claire Ho
5d17555c7e
ICU-6735 merge new localeDisplayPattern APIs from branch to trunk.
...
X-SVN-Rev: 25457
2009-02-21 00:31:21 +00:00
Markus Scherer
97ea1827e7
ICU-6678 add uset_openEmpty()
...
X-SVN-Rev: 25451
2009-02-19 23:36:58 +00:00
Markus Scherer
1bdabd9519
ICU-6677 use UnicodeString::fromUTF32() in CollData code, see initial ticket description
...
X-SVN-Rev: 25450
2009-02-19 23:06:03 +00:00
Markus Scherer
c45ac93e07
ICU-6677 notice in readme.html about new validation in u_strFromUTF32() and u_strToUTF32()
...
X-SVN-Rev: 25449
2009-02-19 22:50:02 +00:00
Markus Scherer
311b29556f
ICU-6677 add UnicodeString fromUTF32() and toUTF32() methods
...
X-SVN-Rev: 25448
2009-02-19 22:35:06 +00:00
Markus Scherer
c4e1d3e0be
ICU-6677 add u_strToUTF32WithSub() and u_strFromUTF32WithSub()
...
X-SVN-Rev: 25444
2009-02-19 20:02:40 +00:00
Markus Scherer
a679ccf60c
ICU-6677 fix and extend u_strToUTF32() input string validation
...
X-SVN-Rev: 25443
2009-02-19 18:14:25 +00:00
Peter Edberg
64f350c92a
ICU-6734 unum_parse does not report parse errors for rule-based number formatters
...
X-SVN-Rev: 25442
2009-02-19 08:41:08 +00:00
Markus Scherer
a856eb2eba
ICU-6677 add and fix u_strFromUTF32() input string validation
...
X-SVN-Rev: 25441
2009-02-19 05:18:34 +00:00
Markus Scherer
90eee0718a
ICU-6677 clean up existing test for UTF-32 string transformations
...
X-SVN-Rev: 25437
2009-02-18 23:15:23 +00:00
John Emmons
9f6245828b
ICU-6492 Add override based constructors for SimpleDateFormat
...
X-SVN-Rev: 25435
2009-02-18 13:29:17 +00:00
Yoshito Umaoka
0d0f1dce49
ICU-3378 Checking in API headers for getKeywordValuesForLocale with empty implementation for 4.2M3.
...
X-SVN-Rev: 25407
2009-02-14 02:32:41 +00:00
Steven R. Loomis
dd4971d760
ICU-6613 fix udat crashers. See also ICU-6737
...
X-SVN-Rev: 25405
2009-02-14 02:29:08 +00:00
Andy Heninger
5013ce6d65
ICU-4790 add spoof detection header into the trunk. Code will follow later
...
X-SVN-Rev: 25403
2009-02-14 01:11:42 +00:00
Xiaomei Ji
45071a142b
ICU-6433 from branch to trunk for API slush
...
X-SVN-Rev: 25399
2009-02-12 22:55:29 +00:00
Yoshito Umaoka
fab4ec20c8
ICU-6415 ICU4C timezone 2009b
...
X-SVN-Rev: 25397
2009-02-11 04:58:53 +00:00
Steven R. Loomis
5b3ae62bfd
ICU-6727 fix failures in strict mode, add make check
...
X-SVN-Rev: 25393
2009-02-10 19:31:24 +00:00
John Emmons
fe57727649
ICU-6492 Merge Hebrew calendar changes to trunk
...
X-SVN-Rev: 25392
2009-02-09 18:11:52 +00:00
Michael Ow
d089558036
ICU-3933 Remove old dat file before installing new one in common mode.
...
X-SVN-Rev: 25386
2009-02-06 20:47:56 +00:00
Michael Ow
49e96f9e89
ICU-3933 Use rename() when installing dat file.
...
X-SVN-Rev: 25385
2009-02-06 19:39:51 +00:00
Michael Ow
300ad78ac0
ICU-3933 Fix static array declaration and add error check for mallocs.
...
X-SVN-Rev: 25384
2009-02-06 18:22:03 +00:00
Michael Ow
f94144a976
ICU-3933 Remove unused files and code and update project files and makefiles to reflect this change. Update man page. Add files mode functionality to pkgdata. Clean up code.
...
X-SVN-Rev: 25383
2009-02-06 17:42:16 +00:00
Claire Ho
bb25d466b5
ICU-6586 code fixes after review.
...
X-SVN-Rev: 25374
2009-02-05 01:03:16 +00:00
Michael Ow
d45d4a9b7e
ICU-3933 Remove duplicate uprv_mkdir() declaration.
...
X-SVN-Rev: 25373
2009-02-04 23:07:44 +00:00
John Emmons
d1b2990072
ICU-6647 From CLDR 2022 - Make az_Latin a valid sublocale for collation
...
X-SVN-Rev: 25372
2009-02-04 21:37:42 +00:00
Michael Ow
23249110aa
ICU-6571 Fix the checking of string length in u_versionFromUString.
...
X-SVN-Rev: 25371
2009-02-04 19:59:43 +00:00
Eric Mader
13a9d2c3ec
ICU-6717 return quaternary value as CE for strengths QUATERNARY, IDENTICAL. Re-enable TestSearchForNull.
...
X-SVN-Rev: 25368
2009-02-03 19:50:39 +00:00
Jason Spieth
d2624b1aef
ICU-6354 Fix C testcase so build passes
...
X-SVN-Rev: 25367
2009-02-03 18:43:45 +00:00
Jason Spieth
09818fdacb
ICU-6354 Simple C testcase
...
X-SVN-Rev: 25365
2009-02-03 15:54:55 +00:00
Steven R. Loomis
6834a963d3
ICU-6700 turn off optimization for VS2003 for utrie2
...
X-SVN-Rev: 25364
2009-02-02 23:48:53 +00:00
Michael Ow
e2ef549f98
ICU-6715 Skip the uconv test if pkgdata is in "files" or "common" mode.
...
X-SVN-Rev: 25361
2009-02-02 20:59:54 +00:00
Yoshito Umaoka
eb175516be
ICU-6238 Support standard stringprep profiles in ICU4C. Merging changes from the work branch to the trunk.
...
X-SVN-Rev: 25357
2009-02-02 16:16:07 +00:00
Jason Spieth
b5286a73b8
ICU-4970 Check LayoutEngine function call status returns
...
X-SVN-Rev: 25355
2009-01-30 22:12:41 +00:00
Jason Spieth
04fe5b993d
ICU-4970 Handle additional OOM conditions in ParagraphLayout constructor
...
X-SVN-Rev: 25354
2009-01-30 21:56:47 +00:00
Steven R. Loomis
b8f9d76697
ICU-6709 fix udata_setAppData to handle bogus double properly. Also, have uconv's make check do something
...
X-SVN-Rev: 25353
2009-01-30 17:59:33 +00:00
Jason Spieth
55e28eae85
ICU-6401 UTF8 buffer preflighting
...
X-SVN-Rev: 25352
2009-01-30 16:26:10 +00:00
Peter Edberg
ae418ed994
ICU-6702 Enable relative date formatters with non-relative timeStyles
...
X-SVN-Rev: 25351
2009-01-30 10:46:17 +00:00
Jason Spieth
b526632625
ICU-6401 Integrate changes into the trunk
...
X-SVN-Rev: 25348
2009-01-29 21:17:49 +00:00
Steven R. Loomis
f5a1df14ce
ICU-6571 move the API to ulocdata
...
X-SVN-Rev: 25347
2009-01-29 20:31:37 +00:00
Jason Spieth
0875075b89
ICU-6338 Handle integer suffix when parsing numeric date field - testcase
...
X-SVN-Rev: 25346
2009-01-29 18:35:02 +00:00
Jason Spieth
23ed627d99
ICU-6338 Handle integer suffix when parsing numeric date field - SimpleDateFormat impl
...
X-SVN-Rev: 25345
2009-01-29 18:30:16 +00:00
Jason Spieth
d2b8f35eff
ICU-6338 Handle integer suffix when parsing numeric date field - SimpleDateFormat header
...
X-SVN-Rev: 25343
2009-01-29 18:19:24 +00:00
Steven R. Loomis
8c6af53bb9
ICU-6706 improvement to build-icu4j
...
X-SVN-Rev: 25339
2009-01-29 08:03:14 +00:00
Peter Edberg
f12b1180ab
ICU-4121 254 digits max for CODAN collation element (additional digits are separate element)
...
X-SVN-Rev: 25336
2009-01-29 07:44:27 +00:00
Steven R. Loomis
dce17b7cd0
ICU-5191 detect the gmake version, and print some helpful notes about the data build type
...
X-SVN-Rev: 25335
2009-01-29 06:47:20 +00:00
Steven R. Loomis
9de572adbe
ICU-6705 calculate urename.h year
...
X-SVN-Rev: 25329
2009-01-29 00:56:11 +00:00
Steven R. Loomis
302f5a40b4
ICU-6690 icu4c version bump to 4.1.3
...
X-SVN-Rev: 25328
2009-01-29 00:55:53 +00:00
Steven R. Loomis
2e10735e9c
ICU-6571 merge r25317 and r25318 - C side
...
X-SVN-Rev: 25327
2009-01-29 00:17:44 +00:00
John Emmons
9d022f0f62
ICU-6647 Testcase workaround until 6040 is fixed
...
X-SVN-Rev: 25325
2009-01-28 22:01:32 +00:00
Michael Ow
35cc2bcb3a
ICU-3933 Move file sep char check into pkg_genc and add dll data file check for Windows.
...
X-SVN-Rev: 25324
2009-01-28 18:47:36 +00:00
John Emmons
f264c911c6
ICU-6647 Add Sinhala, Azerbaijani, and Afrikaans collation
...
X-SVN-Rev: 25320
2009-01-27 21:51:34 +00:00
Steven R. Loomis
926677c828
ICU-6701 AIX pre-delete for archive (ar) arguments
...
X-SVN-Rev: 25314
2009-01-26 22:38:08 +00:00
Yoshito Umaoka
f682a39582
ICU-6420 Fixed calendar/date symbols mismatch problem for C.
...
X-SVN-Rev: 25309
2009-01-23 23:15:42 +00:00
John Emmons
c6efa90f2d
ICU-6694 Fix resource bundle loading in numbering systems
...
X-SVN-Rev: 25308
2009-01-23 22:51:46 +00:00
John Emmons
af79a4c70f
ICU-6694 Fix to delete internal NumberingSystems when they are no longer needed
...
X-SVN-Rev: 25306
2009-01-23 18:23:05 +00:00
John Emmons
07e008ff60
ICU-6694 Fix resource bundle not getting closed error in numbering systems
...
X-SVN-Rev: 25305
2009-01-23 17:48:27 +00:00
Eric Mader
2a3b48cf1b
ICU-6697 Changes for x64.
...
X-SVN-Rev: 25302
2009-01-23 05:12:23 +00:00
Eric Mader
9b8a829f2a
ICU-6697 Updated samples, test/perf subtree project files. Fixed a bug in reader.c while I was in the neighborhood...
...
X-SVN-Rev: 25301
2009-01-23 03:48:42 +00:00
John Emmons
468ca36b11
ICU-6694 Move setting of zeroDigit from NummberFormat to DecimalFormatSymbols per Yoshito's suggestion
...
X-SVN-Rev: 25300
2009-01-23 00:53:11 +00:00
Yoshito Umaoka
81cbc1b6e5
ICU-6415 ICU4C timezone 2009a
...
X-SVN-Rev: 25298
2009-01-22 23:02:04 +00:00
Yoshito Umaoka
5b0c50ac67
ICU-6415 Update the copyright year string in metazoneInfo.txt to 2009, so the copyright scan tool let the output files generated by the tzdata build script through. This is a one time hack.
...
X-SVN-Rev: 25296
2009-01-22 22:53:54 +00:00
Yoshito Umaoka
1b1e218a19
ICU-6696 Updated ICU zic to handle final rules without actual time changes (America/Resolute in 2009a). Also merged tzcode2009a to the ICU local copies.
...
X-SVN-Rev: 25292
2009-01-22 21:20:41 +00:00
Michael Ow
d2531b1d50
ICU-6695 To speed up ucnvseltst in normal mode, decrease the curCase test value.
...
X-SVN-Rev: 25291
2009-01-22 21:18:50 +00:00
John Emmons
12a4ad5e0f
ICU-6694 Fix to numfmt testcase so it doesn't assume decimfmt on rbnfs
...
X-SVN-Rev: 25290
2009-01-22 20:56:32 +00:00
Michael Ow
798386a4ff
ICU-6695 Use realloc instead of malloc when increasing the size of the array and also update pointers to the new array. Increase the curCase value check to call code that were skipped during ucnvseltst.
...
X-SVN-Rev: 25289
2009-01-22 20:10:47 +00:00
Eric Mader
98e2009c00
ICU-6694 fix compile problem w/ VS 2008.
...
X-SVN-Rev: 25287
2009-01-22 18:13:05 +00:00
John Emmons
6070262c2f
ICU-6694 Implementation of numbering systems and the @numbers keyword
...
X-SVN-Rev: 25285
2009-01-22 04:46:35 +00:00
Eric Mader
146306ccc8
ICU-6659 Fix custom build steps for bms.h, bmsearch.h, colldata.h
...
X-SVN-Rev: 25283
2009-01-22 01:00:30 +00:00
Eric Mader
5f73103b5a
ICU-6659 Merge changes from branches/eric/boyer-moore
...
X-SVN-Rev: 25282
2009-01-22 00:24:48 +00:00
John Emmons
d9737d2f4a
ICU-6654 Fix to Chinese spellout
...
X-SVN-Rev: 25281
2009-01-22 00:24:48 +00:00
Steven R. Loomis
16b0bc1ffa
ICU-6690 license -> 2009
...
X-SVN-Rev: 25278
2009-01-21 20:15:48 +00:00
Peter Edberg
b0fa61d425
ICU-5702 Fix availableFormats fallback for aliased locales
...
X-SVN-Rev: 25258
2009-01-16 01:18:05 +00:00
Andy Heninger
73724078aa
ICU-6679 Visual Studio project files upgrade to version 2008
...
X-SVN-Rev: 25256
2009-01-15 01:50:06 +00:00
Jason Spieth
de7d1f06de
ICU-6354 Set default rounding increment, C implementation
...
X-SVN-Rev: 25241
2009-01-13 16:58:35 +00:00
Yoshito Umaoka
1b5ba9ed42
ICU-6602 Construct a generic location string with a substring of its tzid for an unknown time zone except ones starting with Etc/. Updated test case to check such time zones also round trip with pattern VVVV.
...
X-SVN-Rev: 25240
2009-01-13 04:22:37 +00:00
Michael Ow
ee00374eee
ICU-3933 Move swapping of file sep char to filetools.h. Update Makefile and project files.
...
X-SVN-Rev: 25236
2009-01-12 23:02:36 +00:00
Michael Ow
6466c6e250
ICU-3933 Remove typedef for stat. Allow for single file option when calling file modification time comparison function.
...
X-SVN-Rev: 25233
2009-01-12 20:52:01 +00:00
Michael Ow
5098438b92
ICU-3933 Update toolutil project file and use st_mtime instead of st_mtim.tv_sec.
...
X-SVN-Rev: 25230
2009-01-09 23:08:04 +00:00
Michael Ow
5f206c2700
ICU-3933 Fix toolutil project file and remove PATH_MAX.
...
X-SVN-Rev: 25229
2009-01-09 22:58:05 +00:00
Michael Ow
7cbb428511
ICU-3933 Move flag parsing code to toolutil. Add file modification time functionality to toolutil. Update pkgdata to reflect these changes and to test mod time to see if a new library needs to be built.
...
X-SVN-Rev: 25228
2009-01-09 22:30:44 +00:00
Andy Heninger
04c57ff523
ICU-6656 URegex_replaceAll(), fix incorrect size return value when output buffer is too small
...
X-SVN-Rev: 25221
2009-01-08 06:55:22 +00:00
John Emmons
adcca4329f
ICU-6654 Updates to CJK rules to fix large number problems - add resource for numbering Systems
...
X-SVN-Rev: 25199
2009-01-06 17:05:48 +00:00
Yoshito Umaoka
3624de1d66
ICU-6674 Fixed a Cygwin/gcc build problem. Function popen/pclose are not available when __STRICT_ANSI__ is defined.
...
X-SVN-Rev: 25195
2009-01-06 07:41:09 +00:00
Yoshito Umaoka
26868b8ea6
ICU-6415 Merging tzdata 2008i into ICU4C trunk. I failed to update zoneinfo.txt by r24894 (accidentally updated a different file, but zoneinfo.txt was not updated). Because the copyright scan complains year 2008, I manually editted copyright statement for now.
...
X-SVN-Rev: 25194
2009-01-06 07:08:59 +00:00
Yoshito Umaoka
2ca591675a
ICU-6670 Workaround for system time/tzdata sensitive test case - TestShortZoneIDs.
...
X-SVN-Rev: 25193
2009-01-06 07:02:12 +00:00
Yoshito Umaoka
a996a898e0
ICU-6669 Corrected the condition used for checking DST in time zone transition implementation in SimpleTimeZone in ICU4C. Also provided a test case.
...
X-SVN-Rev: 25186
2009-01-02 21:22:01 +00:00
Steven R. Loomis
9fae150c94
ICU-6664 print some more info on icudate -v
...
X-SVN-Rev: 25176
2008-12-23 19:22:20 +00:00
Peter Edberg
cec9f47ade
ICU-5702 Fix fallback for availableFormats
...
X-SVN-Rev: 25166
2008-12-19 20:10:03 +00:00
Michael Ow
4700f4ae55
ICU-6660 Change definition of _CXX_CXXSUFFIX in configure.
...
X-SVN-Rev: 25095
2008-12-12 17:44:40 +00:00
John Emmons
7d370d115d
ICU-6654 Integrate RBNF rules from CLDR
...
X-SVN-Rev: 25090
2008-12-12 01:04:38 +00:00
Jungshik Shin
0338f58718
ICU-6139 remove 3 aliases added by accident in r25078
...
X-SVN-Rev: 25079
2008-12-11 04:20:11 +00:00
Jungshik Shin
5c49babca1
ICU-6139 get rid of an extraneous parenthesis
...
X-SVN-Rev: 25078
2008-12-11 04:13:19 +00:00
Jungshik Shin
a4f6803972
ICU-6139 add x-macroman as the canonical Java alias and add Java tag to macroman
...
X-SVN-Rev: 25063
2008-12-09 20:23:24 +00:00
Michael Ow
fc9fe7a7e8
ICU-3933 Add support for MinGW in pkgdata.
...
X-SVN-Rev: 25058
2008-12-08 20:42:41 +00:00
Michael Ow
e5d30afa11
ICU-3933 Fix compiler warnings and update to handle gcc on windows without cygwin.
...
X-SVN-Rev: 25049
2008-12-05 22:31:38 +00:00
Peter Edberg
c9079b0322
ICU-6614 Add UErrorCode* parameter for ucal_getType; improve UCalendarType comments.
...
X-SVN-Rev: 25037
2008-12-02 22:56:31 +00:00
Jason Spieth
eaab373af7
ICU-6592 Integrated patch
...
X-SVN-Rev: 25036
2008-12-02 19:45:13 +00:00
Jason Spieth
1f46e60401
ICU-4970 Remove isBogus function, add error code on constructors
...
X-SVN-Rev: 25034
2008-12-02 17:17:15 +00:00
Michael Ow
d9124b0ce0
ICU-3933 Remove trailing space and new line characters from string retreived using icu-config.
...
X-SVN-Rev: 25026
2008-12-01 23:48:28 +00:00
Markus Scherer
71dea647bd
ICU-6453 merge _findRow() optimizations
...
X-SVN-Rev: 25025
2008-12-01 22:41:06 +00:00
Markus Scherer
4caa716b9a
ICU-6453 allocation bug fix
...
X-SVN-Rev: 25023
2008-12-01 22:06:38 +00:00
Michael Ow
aa19a5bae0
ICU-3933 Use icu-config when -O option is not given.
...
X-SVN-Rev: 25022
2008-12-01 21:57:14 +00:00
Michael Ow
112c1493df
ICU-3933 Fix installation of the data library.
...
X-SVN-Rev: 25020
2008-12-01 20:49:08 +00:00
Peter Edberg
bd48f81ef1
ICU-6642 Lazier initialization of ZoneMeta tables
...
X-SVN-Rev: 25012
2008-11-26 22:24:51 +00:00
Michael Ow
a54f83b603
ICU-6412 Add svn:ignore property to Makefile.
...
X-SVN-Rev: 25003
2008-11-24 20:10:12 +00:00
Michael Ow
09813cbf3d
ICU-3933 Merge pkgdata update from branch to trunk.
...
X-SVN-Rev: 25002
2008-11-24 20:04:52 +00:00
Andy Heninger
6565d71ae3
ICU-6641 fix compilation error with gcc 4.4
...
X-SVN-Rev: 25001
2008-11-24 19:24:13 +00:00
Michael Ow
cdefbe48c1
ICU-6637 Ignore stream test when iostream is disabled.
...
X-SVN-Rev: 24991
2008-11-21 20:47:36 +00:00
Peter Edberg
6c12fab16d
ICU-5702 Make DateTimePatternGenerator:initData get the availableFormats for the correct
...
calendar (not always gregorian), and add some necessary availableFormats entries.
X-SVN-Rev: 24978
2008-11-19 04:19:02 +00:00
Peter Edberg
1e521d134d
ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats,
...
eliminate CJK months hack, use skeletons to improve adjustFieldTypes behavior, add some necessary
availableFormats entries, and fix expected test results now that getBestPattern is more correct.
X-SVN-Rev: 24976
2008-11-18 18:27:40 +00:00
Steven R. Loomis
2a70d1d602
ICU-6628 ignore @collation=default`
...
X-SVN-Rev: 24974
2008-11-17 21:46:15 +00:00
Steven R. Loomis
d52ac24d1e
ICU-6628 prevent crash in ucol_open
...
X-SVN-Rev: 24972
2008-11-17 20:27:25 +00:00
Steven R. Loomis
63849800d4
ICU-6617 some haiku support. update config.guess and cleanup other test code.
...
X-SVN-Rev: 24942
2008-11-08 02:04:15 +00:00
Peter Edberg
4510d290cd
ICU-6615 define UCAL_DEFAULT, make UCAL_GREGORIAN work correctly in ucal_open
...
X-SVN-Rev: 24935
2008-11-07 04:50:24 +00:00
Peter Edberg
d53d0406af
ICU-6614 Add ucal_getType()
...
X-SVN-Rev: 24931
2008-11-06 06:49:30 +00:00
Steven R. Loomis
46fb1b9b1f
ICU-6610 don't use macros as argument for U_STRING_INIT (fix and doc)
...
X-SVN-Rev: 24912
2008-10-31 01:17:27 +00:00
Steven R. Loomis
2b474170c5
ICU-6530 stray comma
...
X-SVN-Rev: 24911
2008-10-30 06:55:48 +00:00
Markus Scherer
1e6578a602
ICU-6605 use ptrdiff_t for memory alignment tests
...
X-SVN-Rev: 24910
2008-10-30 05:20:32 +00:00
Michael Ow
d867f8f664
ICU-6589 If old iostream is being used, display message instead of log error for failed bit flag test result.
...
X-SVN-Rev: 24904
2008-10-28 14:59:04 +00:00
Jason Spieth
704b1a968c
ICU-4970 Merge branch into trunk
...
X-SVN-Rev: 24903
2008-10-28 14:50:15 +00:00
Steven R. Loomis
b9ea90ba68
ICU-6598 workaround configure (autoconf) ^M issue
...
X-SVN-Rev: 24900
2008-10-27 22:53:56 +00:00
Yoshito Umaoka
3879197e6f
ICU-6415 ICU4C timezone 2008i
...
X-SVN-Rev: 24894
2008-10-27 19:28:41 +00:00
Yoshito Umaoka
a54768cf9d
ICU-6597 Fix a DST display name bug.
...
X-SVN-Rev: 24890
2008-10-27 15:22:18 +00:00
Xiaomei Ji
a8aff4fc7b
ICU-6503 move createPatternInstance from DateFormat to DateIntervalFormat
...
X-SVN-Rev: 24884
2008-10-25 00:31:55 +00:00
Michael Ow
687f9bacd8
ICU-6596 Add lines to the Makefile to install lib files along with dll in toolutil.
...
X-SVN-Rev: 24878
2008-10-24 19:58:26 +00:00
Peter Edberg
971dd97ca7
ICU-6585 Consolidate tests for pattern chars G,E,e,c
...
X-SVN-Rev: 24872
2008-10-24 05:13:21 +00:00
Markus Scherer
6b0e32fd7c
ICU-6453 fix/improve upvec_ serialization, require 32-bit-aligned serialization buffers, and clean up some code
...
X-SVN-Rev: 24870
2008-10-24 04:35:50 +00:00
Peter Edberg
7364736f03
ICU-6585 Formats with c,cc should use local day of week (and ee should have zero pad)
...
X-SVN-Rev: 24869
2008-10-24 03:36:26 +00:00
Markus Scherer
35f8ea1402
ICU-6453 upvec_ introduce UPropsVectors type, clean up API a bit
...
X-SVN-Rev: 24866
2008-10-23 06:00:59 +00:00
Markus Scherer
362d08e00b
ICU-6530 fix some gcc warnings
...
X-SVN-Rev: 24865
2008-10-22 22:28:06 +00:00
Markus Scherer
9be9a82b08
ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
...
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Xiaomei Ji
6280be2fa5
ICU-6303 change FIXME to TODO
...
X-SVN-Rev: 24860
2008-10-22 06:06:56 +00:00
Michael Ow
622526558d
ICU-6589 Fix the TestStreamEOF error logging issue and use UChar* instead of *char for proper default codepage issues especially on EBCDIC platforms.
...
X-SVN-Rev: 24844
2008-10-17 19:57:37 +00:00
Markus Scherer
92488b771d
ICU-5691 fix comments/order in conversion.txt
...
X-SVN-Rev: 24825
2008-10-16 00:32:27 +00:00
Markus Scherer
add67e15d5
ICU-5691 fix 2022 & HZ to really include the offending trail byte exactly if it is not a starter
...
X-SVN-Rev: 24824
2008-10-16 00:24:42 +00:00
Peter Edberg
dea1e8f6fe
ICU-5726 Make parse work for eee-eeeee, EEEE, c-cc; add tests.
...
X-SVN-Rev: 24814
2008-10-15 08:08:04 +00:00
Eric Mader
1c8d7fe65a
ICU-6556 remove this orphaned file.
...
X-SVN-Rev: 24808
2008-10-14 23:18:04 +00:00
Steven R. Loomis
b90b3d2fba
ICU-6564 remove default 64bit=yes. Merge r24704:24803 from /repos/icu/icu/branches/srl/unbreak
...
X-SVN-Rev: 24804
2008-10-14 22:55:22 +00:00
Michael Ow
85121155a5
ICU-5944 Remove unneeded free function and use struct and static array.
...
X-SVN-Rev: 24803
2008-10-14 21:46:58 +00:00
Andy Heninger
a9dee48073
ICU-6584 Fix errors in API docs for UnicodeSetIterator
...
X-SVN-Rev: 24802
2008-10-14 21:23:53 +00:00
Yoshito Umaoka
a8ce16866f
ICU-6415 ICU4C timezone 2008h
...
X-SVN-Rev: 24797
2008-10-14 13:27:08 +00:00
Markus Scherer
874efe9fbd
ICU-5691 comment out no-longer-needed function
...
X-SVN-Rev: 24778
2008-10-10 18:16:02 +00:00
Steven R. Loomis
6147253143
ICU-6219 Cygwin updates, and also a check-local at top level. Merged in from branches/srl/SIGWINCH r24732:24774
...
X-SVN-Rev: 24775
2008-10-10 16:52:15 +00:00
Markus Scherer
c801506d5d
ICU-5691 stop illegal HZ tilde sequences before the first byte that could start a new character
...
X-SVN-Rev: 24773
2008-10-10 16:30:28 +00:00
Markus Scherer
e10cfeebfe
ICU-5691 minor bug fix
...
X-SVN-Rev: 24770
2008-10-10 06:01:08 +00:00
Markus Scherer
b6b3273af0
ICU-5691 stop illegal ISO-2022 escape/shift sequences before the first byte that could start a new character
...
X-SVN-Rev: 24769
2008-10-10 06:00:27 +00:00
Yoshito Umaoka
2b9e6b107e
ICU-6415 ICU4C time zone 2008g
...
X-SVN-Rev: 24755
2008-10-08 14:32:35 +00:00
Yoshito Umaoka
6c9239aa08
ICU-6577 Truncate time zone trunsition data out of signed in32 seconds range.
...
X-SVN-Rev: 24753
2008-10-08 14:30:17 +00:00
Peter Edberg
a57e83d1fb
ICU-5726 Make format work for eee-eeeee (UDAT_DOW_LOCAL_FIELD); add & fix tests
...
X-SVN-Rev: 24752
2008-10-08 08:23:48 +00:00
Eric Mader
57e86d3127
ICU-6576 Check code points for UCOL_IDENTICAL. Recompute processed pattern CEs if strength changes from < quaternary to >= quaternary or visa versa.
...
X-SVN-Rev: 24749
2008-10-07 23:37:42 +00:00
Jason Spieth
c712edec79
ICU-6193 Commit changes to trunk via manual edit
...
X-SVN-Rev: 24740
2008-10-07 15:40:37 +00:00
Markus Scherer
acd74a93d1
ICU-5691 stop illegal sequences before the first byte that could start a new character; in MBCS, DBCS, ISO-2022, HZ; also make ISO-2022-KR strictly check for validity
...
X-SVN-Rev: 24733
2008-10-07 04:33:51 +00:00
Michael Ow
6e33806beb
ICU-5944 Read 512 bytes at a time when comparing tzfiles and use stack array for buffer to avoid excessive mallocs and frees.
...
X-SVN-Rev: 24725
2008-10-06 17:38:07 +00:00
Andy Heninger
d68fd42cc7
ICU-6567 Fix some compiler warnings
...
X-SVN-Rev: 24716
2008-10-03 20:36:15 +00:00
Andy Heninger
7b405b40af
ICU-6567 Fix some compiler warnings
...
X-SVN-Rev: 24715
2008-10-03 20:30:55 +00:00
Steven R. Loomis
7f89a4be9d
ICU-6557 fix c/c++ confusion
...
X-SVN-Rev: 24711
2008-10-03 08:08:33 +00:00
Steven R. Loomis
f2211fa7b9
ICU-6564 fix configure, update to new comment style, and fix solaris 64bit test.
...
X-SVN-Rev: 24710
2008-10-03 08:08:02 +00:00
Peter Edberg
1e9adc5dc1
ICU-6072 Add DateFormatSymbols support for NarrowEras, use it to format & parse with GGGGG
...
X-SVN-Rev: 24709
2008-10-03 07:47:57 +00:00
Steven R. Loomis
3f1ae1d226
ICU-6557 revert to r24563
...
X-SVN-Rev: 24706
2008-10-02 22:44:37 +00:00
Steven R. Loomis
916be7fc7f
ICU-6557 fix for C linkage
...
X-SVN-Rev: 24703
2008-10-02 20:56:16 +00:00
Steven R. Loomis
09af16f87e
ICU-6557 fix more C/C++ function confusion
...
X-SVN-Rev: 24702
2008-10-02 20:20:10 +00:00
Yoshito Umaoka
27305576ac
ICU-6554 Fix a compilation error on Windows introduced by the previous change.
...
X-SVN-Rev: 24700
2008-10-02 14:44:44 +00:00
Michael Ow
f904dc9003
ICU-6554 Add releasing of allocated memory when uprv_tzname is called.
...
X-SVN-Rev: 24698
2008-10-01 21:17:55 +00:00
Steven R. Loomis
6c1e80795b
ICU-6557 fix linkage issue.
...
X-SVN-Rev: 24695
2008-10-01 19:23:06 +00:00
Michael Ow
f92998e519
ICU-6554 Remove previous free from timezone.cpp and use static array in TestOpenVsOpenRules() capitst.
...
X-SVN-Rev: 24693
2008-10-01 16:54:07 +00:00
Michael Ow
13b807cf6f
ICU-6412 Remove some unused variables.
...
X-SVN-Rev: 24692
2008-10-01 15:39:27 +00:00
Michael Ow
9d289d4570
ICU-6554 Implement proper freeing of allocated memory to avoid memory leak.
...
X-SVN-Rev: 24691
2008-10-01 14:14:13 +00:00
Michael Ow
715a5f50cb
ICU-5944 Use static array and variables when possible to avoid excessive mallocs and memory allocations.
...
X-SVN-Rev: 24690
2008-10-01 14:11:08 +00:00
Andy Heninger
629e44209b
ICU-6486 Configure, make enable-strict default to yes.
...
X-SVN-Rev: 24688
2008-10-01 05:43:35 +00:00
Steven R. Loomis
c68132d733
ICU-6552 down to 16 errors/warnings in doxygen
...
X-SVN-Rev: 24687
2008-10-01 01:24:46 +00:00
Yoshito Umaoka
de92282fee
ICU-6207 Cleaned up unused code. Minor improvements.
...
X-SVN-Rev: 24682
2008-09-30 19:18:59 +00:00
Michael Ow
0812949ed9
ICU-6524 Update configure files to autoconf 2.63.
...
X-SVN-Rev: 24674
2008-09-29 20:51:09 +00:00
Michael Ow
bb46b6ef35
ICU-6555 Add tmunit.h, tmutamt.h, and tmutfmt.h to hdrtest cxx files list.
...
X-SVN-Rev: 24672
2008-09-29 17:37:32 +00:00
Steven R. Loomis
0e7646b347
ICU-6552 reduce a lot of doxygen errs, improve output docs
...
X-SVN-Rev: 24668
2008-09-27 01:12:32 +00:00
Michael Ow
b88911b137
ICU-6412 Fix some copyright date.
...
X-SVN-Rev: 24665
2008-09-26 21:25:04 +00:00
Steven R. Loomis
1c2cc48c0d
ICU-4184 updated test to improve flexibility. This test does fail, so it was commented out until fixed. Added comments to the ticket.
...
X-SVN-Rev: 24664
2008-09-26 21:13:15 +00:00
Steven R. Loomis
6bb97a85f6
ICU-6538 revert year #
...
X-SVN-Rev: 24662
2008-09-26 20:51:08 +00:00
Steven R. Loomis
2145eb11be
ICU-6551 reduce use of common words in rename.
...
X-SVN-Rev: 24652
2008-09-25 20:24:14 +00:00
Steven R. Loomis
b4dda4cc2d
ICU-6416 ICU4C version change to 4.1.2 and urename for 41
...
X-SVN-Rev: 24649
2008-09-25 19:41:32 +00:00
Michael Ow
22bd73be8d
ICU-5944 Make internally used functions static to avoid renaming.
...
X-SVN-Rev: 24648
2008-09-25 19:04:27 +00:00
Steven R. Loomis
f6277f0a4e
ICU-6487 minor improvement to genrb error message (for tracing)
...
X-SVN-Rev: 24645
2008-09-25 18:32:45 +00:00
Peter Edberg
d08940016b
ICU-5858 Add constructors for RuleBasedBreakIterator and RBBIDataWrapper
...
that take RBBIDataHeader* but do not adopt it.
X-SVN-Rev: 24641
2008-09-25 05:48:27 +00:00
Steven R. Loomis
a3dd6b6eee
ICU-6495 fix dependencies for parallel build
...
X-SVN-Rev: 24620
2008-09-23 00:51:46 +00:00
Yoshito Umaoka
d84bdb4e62
ICU-6311 Fix a compiler error on Cygwin/gcc in the previous change.
...
X-SVN-Rev: 24619
2008-09-22 22:43:55 +00:00
Yoshito Umaoka
5ac1902448
ICU-6522 Added -prop:key=val option in intltest. Updated timezone test to be synchronized with ICU4J version. Reduce testing time of the timezone test in non-exhaustive mode.
...
X-SVN-Rev: 24618
2008-09-22 22:02:44 +00:00
Steven R. Loomis
400458717e
ICU-6512 windows side changes, ucadata.icu and invuca.icu moved into .\coll\
...
X-SVN-Rev: 24617
2008-09-22 19:49:33 +00:00
John Emmons
34345f0371
ICU-6512 Fix dependency information for coll/root.txt to ucadata - Move ucadata and invuca to coll
...
X-SVN-Rev: 24616
2008-09-22 17:16:32 +00:00
Peter Edberg
5173db6231
ICU-6543 if U_DARWIN, initGlobalMutex shouldn't call pthread_mutex_init for gMutexes[i]
...
X-SVN-Rev: 24614
2008-09-19 22:09:49 +00:00
Xiaomei Ji
fe4e67b5a6
ICU-6311 full and abbreviated simple duration format support, release to trunk
...
X-SVN-Rev: 24609
2008-09-19 19:05:37 +00:00
Michael Ow
08e67ed3a7
ICU-6412 Make certain variables and functions static to avoid it being exported.
...
X-SVN-Rev: 24608
2008-09-19 18:46:50 +00:00
Brian Rower
4319fbcbbb
ICU-6538 Moved all variable declarations to top of function.
...
X-SVN-Rev: 24603
2008-09-19 00:15:13 +00:00
Steven R. Loomis
da3b9a1d29
ICU-6515 fix genbrk memory overrun (contributed patch)
...
X-SVN-Rev: 24602
2008-09-18 23:17:37 +00:00
Brian Rower
e87b382542
ICU-6538 Added TestOpenVsOpenRules to cintltst
...
X-SVN-Rev: 24601
2008-09-18 23:07:16 +00:00
Steven R. Loomis
c1061097ec
ICU-6528 allow U_HAVE_MMAP to be overridden going into platform.h (and some other #defines)
...
X-SVN-Rev: 24600
2008-09-18 23:05:30 +00:00
Michael Ow
b000d9e80b
ICU-6207 Add wintzimpl.o to Makefile.in in i18n and make certain functions static.
...
X-SVN-Rev: 24596
2008-09-18 22:04:24 +00:00
Michael Ow
eac717e1df
ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API.
...
X-SVN-Rev: 24594
2008-09-18 21:13:52 +00:00
Michael Ow
5097c3c3c1
ICU-5944 Only search through system timezone on certain platforms.
...
X-SVN-Rev: 24582
2008-09-16 16:49:33 +00:00
Michael Ow
8a988660e0
ICU-5944 Add check for dirent.h header in configure.
...
X-SVN-Rev: 24581
2008-09-16 15:49:08 +00:00
Yoshito Umaoka
b3744287df
ICU-4611 Fix Japanese calendar calculation problem. Changed internal APIs to get default month/date of a calendar without updating calendar fields.
...
X-SVN-Rev: 24574
2008-09-15 21:24:11 +00:00
Xiaomei Ji
ff17b981a5
ICU-6503 save date time pattern generator as private member, minimize data time pattern generator instantiation times
...
X-SVN-Rev: 24573
2008-09-15 21:20:19 +00:00
Steven R. Loomis
b7c81e69de
ICU-6535 fix the fix
...
X-SVN-Rev: 24572
2008-09-15 20:55:02 +00:00
Steven R. Loomis
ae006657a6
ICU-6535 fix bugs in test code
...
X-SVN-Rev: 24571
2008-09-15 19:36:19 +00:00
Steven R. Loomis
1ca0d2231f
ICU-6535 minor test improvements
...
X-SVN-Rev: 24569
2008-09-15 19:29:43 +00:00
Yoshito Umaoka
b81e5aa0cf
ICU-6415 ICU4C timezone 2008f
...
X-SVN-Rev: 24567
2008-09-15 18:06:51 +00:00
Kedar Rajwade
a865e7b64b
ICU-6522 Reduced number of iteration in monkeyTest in non-exhaustive mode
...
X-SVN-Rev: 24563
2008-09-11 23:16:29 +00:00
Kedar Rajwade
e6bec98d5a
ICU-6522 Skipped testStress in non-exhaustive mode
...
X-SVN-Rev: 24548
2008-09-04 18:39:28 +00:00
Michael Ow
e444955f2a
ICU-2442 Update config.guess and config.sub.
...
X-SVN-Rev: 24547
2008-09-04 18:11:57 +00:00
Michael Ow
544abb1c9d
ICU-6167 Fix substitution error for certain icu-config options.
...
X-SVN-Rev: 24546
2008-09-04 16:43:02 +00:00
Michael Ow
3f28436823
ICU-5944 Use the dirent api to search and compare the tz files on the system to find the correct timezone when the localtime is not a symlink.
...
X-SVN-Rev: 24544
2008-09-03 22:15:18 +00:00
Michael Ow
ed27b406d3
ICU-6523 Update icupkg.inc.in to include datarootdir.
...
X-SVN-Rev: 24540
2008-09-03 19:51:01 +00:00
Markus Scherer
8d40f30202
ICU-6521 add utrie_enum() test data, improve utrie_enum() performance for 16-bit tries
...
X-SVN-Rev: 24536
2008-09-01 11:45:56 +00:00
Michael Ow
16cea7af89
ICU-6363 Move remapping of CP949 to platform specific area.
...
X-SVN-Rev: 24529
2008-08-27 19:21:22 +00:00
Michael Ow
7fbc9e40fa
ICU-6363 Remap CP949 to handle \5c round tripping.
...
X-SVN-Rev: 24524
2008-08-26 20:32:18 +00:00
Michael Ow
6291dc754d
ICU-6506 Allow --detect-prefix and other prefix options to work in icu-config without preinstalling ICU.
...
X-SVN-Rev: 24523
2008-08-26 19:21:46 +00:00
Brian Rower
3ff38d32ad
ICU-4184 adding UString init to null string search, made test active
...
X-SVN-Rev: 24521
2008-08-22 23:10:22 +00:00
Michael Ow
0895d6cef5
ICU-4543 Move the check for GCC to compile time and add the deprecated attribute to Visual Studio builds.
...
X-SVN-Rev: 24506
2008-08-15 21:53:53 +00:00
Michael Ow
4caf2d8bee
ICU-6500 Update the config file for HP-UX/ACC to reflect the replacement of ESlit option with Olit=all
...
X-SVN-Rev: 24502
2008-08-15 17:12:35 +00:00
Michael Ow
8215ce1d1d
ICU-4543 Fix some compilation error on various platforms due to adding of new GCC attribute.
...
X-SVN-Rev: 24501
2008-08-15 15:30:24 +00:00
Michael Ow
957ee4bc54
ICU-4543 Remove GCC attribute for now.
...
X-SVN-Rev: 24500
2008-08-14 22:43:51 +00:00
Michael Ow
8950721fa1
ICU-4543 Add gcc deprecated attribute to give a warning when using deprecated functions.
...
X-SVN-Rev: 24497
2008-08-14 19:51:09 +00:00
Steven R. Loomis
86527dd488
ICU-5175 remove icuswap from project files.
...
X-SVN-Rev: 24496
2008-08-14 18:54:42 +00:00
Steven R. Loomis
8f66cef840
ICU-5175 remove icuswap (decmn already gone) from makefile.
...
X-SVN-Rev: 24495
2008-08-14 18:54:01 +00:00
Brian Rower
59face9f13
ICU-4184 Fixed C++ style comments
...
X-SVN-Rev: 24491
2008-08-12 23:55:55 +00:00
Michael Ow
c55a19f828
ICU-6423 Remove debian directory and update readme.
...
X-SVN-Rev: 24490
2008-08-12 20:44:22 +00:00
Michael Ow
f7b9f237fc
ICU-6307 Update performance test with Windows platform information.
...
X-SVN-Rev: 24489
2008-08-12 18:06:26 +00:00
Michael Ow
4e7f7ff702
ICU-6307 Edit cintltst.c, intltest.cpp, and iotest.cpp to load data correctly.
...
X-SVN-Rev: 24488
2008-08-12 16:34:55 +00:00
Michael Ow
1215abdc6d
ICU-6307 Merge update of Visual Studio project and solution files with addition of x64 platform build option. Update readme.html for Windows build change.
...
X-SVN-Rev: 24487
2008-08-12 04:41:41 +00:00
Brian Rower
181e789592
ICU-4184 Removed test case until functionality is repaired.
...
X-SVN-Rev: 24486
2008-08-11 18:26:36 +00:00
Michael Ow
e2c6f876a3
ICU-6167 Add ECHO_T to Makefile.inc.in for future use.
...
X-SVN-Rev: 24479
2008-08-08 21:11:42 +00:00
Brian Rower
afdc84d2b3
ICU-6384 Merged toolutil.c from cygwin branch
...
X-SVN-Rev: 24478
2008-08-08 21:01:32 +00:00
Brian Rower
2fd8a84a0d
ICU-6279 Updated ICU4J data make file and added icu4j-readme.txt with instructions for building icu4j data.
...
X-SVN-Rev: 24475
2008-08-08 19:22:26 +00:00
Brian Rower
8d4078172f
ICU-4184 Added test case searching for NULL character
...
X-SVN-Rev: 24473
2008-08-08 19:04:23 +00:00
Brian Rower
29041debce
ICU-6392 Fixed cygwin pathname issues in gendtjar.pl.
...
X-SVN-Rev: 24472
2008-08-08 18:59:54 +00:00
Michael Ow
34f8b062b4
ICU-6167 Improve on echo newline option detection by using ECHO_N and ECHO_C to accommodate different behaviours from various shells.
...
X-SVN-Rev: 24470
2008-08-08 18:01:18 +00:00
Michael Ow
95ccfc636d
ICU-2929 Include the minor UCA version when ucol_getVersion is called.
...
X-SVN-Rev: 24469
2008-08-08 15:04:18 +00:00
Michael Ow
21ff136d04
ICU-6412 Add newline at the end of ucnvseltst.c and add missing header file in nucnvtst.c to eliminate warning messages.
...
X-SVN-Rev: 24468
2008-08-07 21:22:54 +00:00
Michael Ow
db4ef2b7bb
ICU-6436 Reorder libaries being linked in genrb and genuca to resolve build failure.
...
X-SVN-Rev: 24467
2008-08-07 20:03:02 +00:00
Yoshito Umaoka
c3398882b4
ICU-6476 Fixed a bug in DateTimePatternGenerator and updated some test cases. The fix allow us to replace most of yyyy in the pattern resources with y.
...
X-SVN-Rev: 24465
2008-08-07 17:06:38 +00:00
Steven R. Loomis
574f3de194
ICU-6453 update sel test to load data from the correct spot.
...
X-SVN-Rev: 24462
2008-08-07 00:14:52 +00:00
Steven R. Loomis
26259c8299
ICU-6453 update sel test to not crash when it cant find data.
...
X-SVN-Rev: 24459
2008-08-06 23:34:40 +00:00
Steven R. Loomis
97bb5f74b7
ICU-6416 move ICU version number for win32 libraries, to 41 from 40
...
X-SVN-Rev: 24458
2008-08-06 23:31:25 +00:00
David Bertoni
49c6375786
ICU-6416 Update makefile so Windows will build.
...
X-SVN-Rev: 24457
2008-08-06 22:13:58 +00:00
David Bertoni
cba0fb208e
ICU-6453 Updated Visual Studio project files. Fixed C++ comments in C source files. Fixed stack-overwrite bug.
...
X-SVN-Rev: 24455
2008-08-06 21:34:53 +00:00
Andy Heninger
7b5e523d8f
ICU-6488 fix compiler warning
...
X-SVN-Rev: 24454
2008-08-06 21:14:53 +00:00
Andy Heninger
a5abce6673
ICU-6477 C++ // comment in plain C file fixed
...
X-SVN-Rev: 24453
2008-08-06 21:07:00 +00:00
Andy Heninger
d13d3b6d4d
ICU-6488 mutex cleanup in timezone code
...
X-SVN-Rev: 24452
2008-08-06 21:01:19 +00:00
Andy Heninger
1de383df48
ICU-6479 thread safety in collation initialization
...
X-SVN-Rev: 24448
2008-08-06 17:57:45 +00:00
Steven R. Loomis
587e129139
ICU-6416 move version to 4.1.1
...
X-SVN-Rev: 24447
2008-08-06 00:51:42 +00:00
Steven R. Loomis
1243b8763f
ICU-6484 move translit tests to cldr
...
X-SVN-Rev: 24446
2008-08-06 00:42:42 +00:00
Andy Heninger
38b7c3e8a7
ICU-6481 fix threading issues in calendar initialization code
...
X-SVN-Rev: 24445
2008-08-05 22:19:05 +00:00
Michael Ow
3d1a4a3fce
ICU-6307 Undo previous commit. Due to unexpected and unforeseen build failure.
...
X-SVN-Rev: 24444
2008-08-05 22:15:46 +00:00
Michael Ow
e20dbc5d8a
ICU-6307 Add platform x64 to Visual Studio solution. Build directory will now reflect this change with x86 for 32 bit and x64 for 64 bit. lib64 and bin64 have also been added for x64 platform.
...
X-SVN-Rev: 24443
2008-08-05 21:08:59 +00:00
Andy Heninger
0c2a587a9c
ICU-6480 clean up UMTX_CHECK usage in lazy init
...
X-SVN-Rev: 24439
2008-08-05 00:09:13 +00:00
Andy Heninger
ecdc0463b8
ICU-6453 Encoding Selection moved from development branch.
...
X-SVN-Rev: 24438
2008-08-04 21:56:02 +00:00
Matitiahu Allouche
4cad45383c
ICU-6478 clarify use of embeddingLevels argument for ubidi_setPara()
...
X-SVN-Rev: 24437
2008-08-03 08:21:32 +00:00
Andy Heninger
22c5468db2
ICU-6477 Fix thread safety problem in converter initialization
...
X-SVN-Rev: 24436
2008-08-03 05:09:13 +00:00
Michael Ow
4b0d511fa3
ICU-6412 Remove unread local variables and explicitly cast UChar to uint8_t where needed.
...
X-SVN-Rev: 24435
2008-08-01 20:39:15 +00:00
Michael Ow
5a26906a23
ICU-6474 Update alias table for Turkish8 and Hebrew8.
...
X-SVN-Rev: 24432
2008-08-01 17:06:10 +00:00
Andy Heninger
cd83d25daf
ICU-6472 Clean some compiler warnings and other fluff
...
X-SVN-Rev: 24430
2008-08-01 01:51:21 +00:00
Michael Ow
f7964455c2
ICU-6457 Move the if statement after variable declaration in TestSimpleDisplayNames().
...
X-SVN-Rev: 24429
2008-07-31 21:18:57 +00:00
Michael Ow
07d1ffaaee
ICU-6457 Handle the erroneous situation of when uloc_getDisplayName/Language is called and a string of numbers is given. Add test to this fix.
...
X-SVN-Rev: 24428
2008-07-31 20:25:07 +00:00
Yoshito Umaoka
82367d1803
ICU-6415 ICU4C timezone 2008e
...
X-SVN-Rev: 24425
2008-07-29 18:17:43 +00:00
Eric Mader
db76696fb6
ICU-6327 don't generate REPH for RA + VIRAMA + ZWNJ.
...
X-SVN-Rev: 24423
2008-07-28 21:02:06 +00:00
Eric Mader
638e3b0fa7
ICU-6439 replace #elif with no premise with #else
...
X-SVN-Rev: 24411
2008-07-25 19:52:11 +00:00
Michael Ow
b3f5e6cf8a
ICU-6347 Port LMBCS converter from ICU4C to ICU4J. Add data driven test for LMBCS. Add null pointer check in CharsetMBCS method. Update exemption list in TestSurrogateBehaviour.
...
X-SVN-Rev: 24410
2008-07-25 19:09:29 +00:00
Eric Mader
d2c03b50a0
ICU-5586 remove redundant dependencies from Release configuration.
...
X-SVN-Rev: 24409
2008-07-25 04:09:24 +00:00
Steven R. Loomis
fa50d4a3b2
ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
...
X-SVN-Rev: 24395
2008-07-21 18:57:26 +00:00
Steven R. Loomis
7e4b9db07a
ICU-6419 document fldset, fix enum check
...
X-SVN-Rev: 24394
2008-07-21 18:41:14 +00:00
Michael Ow
1c9d369c1a
ICU-6167 Change the output of icu-config with certain options to be displayed on one line with a trailing newline after the final output.
...
X-SVN-Rev: 24393
2008-07-18 20:13:39 +00:00
Michael Ow
d4a61e3f44
ICU-4316 Add test case for proper substitution and round tripping for certain converters.
...
X-SVN-Rev: 24387
2008-07-16 21:12:16 +00:00
Michael Ow
a684042a13
ICU-6412 Change temp type to uint32_t to resolve gcc warning.
...
X-SVN-Rev: 24378
2008-07-14 21:02:36 +00:00
Michael Ow
3cae30da4c
ICU-5855 Change the data-driven charset test from iscii to iscii-dev to enable support for this test in ICU4J.
...
X-SVN-Rev: 24376
2008-07-11 17:10:18 +00:00
Kedar Rajwade
69a719b037
ICU-3785 Added test for MoonAge
...
X-SVN-Rev: 24372
2008-07-10 19:43:28 +00:00
Kedar Rajwade
ee0f949c39
ICU-3785 Added test for MoonAge
...
X-SVN-Rev: 24371
2008-07-10 19:42:12 +00:00
John Emmons
acdc558d45
ICU-6415 Timezone updates to 2008d
...
X-SVN-Rev: 24365
2008-07-09 21:01:09 +00:00
Kedar Rajwade
0a70566a74
ICU-5670 Modified test to support "MILLIS" in the calendar operations
...
X-SVN-Rev: 24364
2008-07-08 20:20:55 +00:00
Kedar Rajwade
5de6be19e8
ICU-5671 Enabled new data driven test case for calendar and changed fractional number to long number for new test case
...
X-SVN-Rev: 24363
2008-07-08 20:16:53 +00:00
Andy Heninger
ff7670879a
ICU-6418 Add test for Thai-Latin transliteration
...
X-SVN-Rev: 24354
2008-07-06 06:15:04 +00:00
Yoshito Umaoka
897274047c
ICU-5671 Commented out new data driven test case for calendar for now.
...
X-SVN-Rev: 24346
2008-07-03 21:23:41 +00:00
Markus Scherer
b60730c0e2
ICU-6414 Optimize CharacterNode and TextTrieMap in zstrfmt
...
X-SVN-Rev: 24345
2008-07-03 16:03:59 +00:00
Michael Ow
0909ccea4d
ICU-6365 Only write the language code after a linefeed if there are more characters after the linefeed. Update data driven test to check for this.
...
X-SVN-Rev: 24344
2008-07-03 15:27:12 +00:00