George Rhoten
dab7c0c0c7
ICU-4330 Change version from 3.3 to 3.4.
...
X-SVN-Rev: 17757
2005-06-01 02:44:07 +00:00
Doug Felt
70537cf0ca
ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
...
X-SVN-Rev: 17720
2005-05-27 22:07:16 +00:00
Ram Viswanadha
5fb23a1b19
ICU-4450 Synch data with CLDR
...
X-SVN-Rev: 17630
2005-05-19 20:28:20 +00:00
Vladimir Weinstein
32354b1c86
ICU-4350 Upgrade ICU4C to UCA 4.1
...
X-SVN-Rev: 17622
2005-05-19 06:43:35 +00:00
George Rhoten
3f20ab8dba
ICU-4189 Fix for UCONFIG_NO_CONVERSION.
...
X-SVN-Rev: 17567
2005-05-08 06:01:45 +00:00
Markus Scherer
d382badd94
ICU-4497 fix checkIdentical(): bug (bad UErrorCode handling) and performance (preflight with non-zero initial buffer, allocate only one block)
...
X-SVN-Rev: 17545
2005-05-03 23:17:03 +00:00
Markus Scherer
563b672bcc
ICU-4497 add const to use of UCaseProps singleton
...
X-SVN-Rev: 17519
2005-04-28 23:50:15 +00:00
Andy Heninger
39242a6f44
ICU-4496 improve API docs for ucol_getUnsafeSet
...
X-SVN-Rev: 17507
2005-04-27 16:03:17 +00:00
George Rhoten
d8708f6a8f
ICU-4189 Possible fix for odd header configuration problems on HP-UX
...
X-SVN-Rev: 17464
2005-04-05 20:44:00 +00:00
George Rhoten
8df4c1c053
ICU-4189 Fix for UCONFIG_NO_CONVERSION.
...
X-SVN-Rev: 17406
2005-03-28 05:38:11 +00:00
George Rhoten
f4130d74f3
ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
...
Separate LocaleUtility into its own API.
X-SVN-Rev: 17404
2005-03-28 05:12:13 +00:00
George Rhoten
9e4b5d1127
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17401
2005-03-26 15:55:57 +00:00
George Rhoten
91e1898ce9
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17396
2005-03-25 19:34:34 +00:00
Ram Viswanadha
5cdd61a345
ICU-4450 synch data with CLDR 1.3-alpha
...
X-SVN-Rev: 17369
2005-03-22 01:25:51 +00:00
Eric Mader
f57c82a12d
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
169c88e9bd
ICU-4220 Fix the rule stripping function for transliterators on Unix.
...
X-SVN-Rev: 17341
2005-03-15 04:15:57 +00:00
George Rhoten
c2549aaace
ICU-4420 Drop support for MSVC 6. This implements the changes proposed on 2004-03-26.
...
X-SVN-Rev: 17334
2005-03-13 19:56:58 +00:00
George Rhoten
7e191502de
ICU-4436 Allow RTTI to work when /OPT:ICF (COMDAT folding) is used.
...
X-SVN-Rev: 17333
2005-03-13 19:49:45 +00:00
George Rhoten
2a878ef9b0
ICU-739 Deprecated a data field that isn't needed publicly.
...
X-SVN-Rev: 17325
2005-03-11 02:57:17 +00:00
Vladimir Weinstein
82690d6ba8
ICU-4434 Fix for Yamakkan.
...
X-SVN-Rev: 17321
2005-03-10 22:20:31 +00:00
George Rhoten
7e1b3f0bfd
ICU-739 Fix doxygen comments from previous change.
...
X-SVN-Rev: 17320
2005-03-10 08:22:26 +00:00
George Rhoten
f9baa59b7b
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17308
2005-03-09 23:50:26 +00:00
George Rhoten
933ce2197f
ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
...
X-SVN-Rev: 17304
2005-03-09 05:48:19 +00:00
George Rhoten
cdf4eef48c
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17303
2005-03-09 05:45:01 +00:00
George Rhoten
5099f3d680
ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
...
X-SVN-Rev: 17297
2005-03-08 23:05:38 +00:00
Eric Mader
41ca4f63ee
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
c2a4ea9ea9
ICU-4220 Remove some of the string copying overhead noticed while debugging code.
...
X-SVN-Rev: 17291
2005-03-08 07:08:17 +00:00
George Rhoten
26f029b88d
ICU-4220 Add a rule stripping function for transliterators.
...
X-SVN-Rev: 17288
2005-03-08 07:04:29 +00:00
George Rhoten
b53e510acd
ICU-4420 Remove some original MSVC 6 specific definitions/options that do not apply to MSVC 7.1.
...
This change is also being done so that it's easier to compare the options against the Cygwin/MSVC build (the only way left to use MSVC 6).
Some of the definitions/options aren't used at all or are redundant.
X-SVN-Rev: 17285
2005-03-05 10:06:19 +00:00
George Rhoten
3f0a1edf15
ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
...
X-SVN-Rev: 17282
2005-03-03 23:46:10 +00:00
Markus Scherer
3c0fa99e19
ICU-4143 partial fix for incremental case mapping in transliterators, end with correct offset
...
X-SVN-Rev: 17239
2005-02-21 22:50:27 +00:00
George Rhoten
6b43efca20
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17222
2005-02-18 02:32:32 +00:00
George Rhoten
aac8e996c4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17221
2005-02-18 00:19:33 +00:00
George Rhoten
563181b765
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17209
2005-02-17 00:10:29 +00:00
George Rhoten
89826972bd
ICU-4189 Fix previous change for Solaris with Workshpo 4.2.
...
X-SVN-Rev: 17158
2005-01-25 22:38:48 +00:00
Eric Mader
c20088ab27
ICU-1144 Change UDTS_WINDOWS_DATE_TIME to UDTS_DOTNET_DATE_TIME
...
X-SVN-Rev: 17153
2005-01-21 22:41:50 +00:00
George Rhoten
8e08e5a7ec
ICU-4288 Fix some compiler warnings
...
X-SVN-Rev: 17143
2005-01-18 17:31:05 +00:00
Vladimir Weinstein
c79038f47e
ICU-4236 remove umsg_getLocaleByType. Remove failing cloctst test depending on this API
...
X-SVN-Rev: 17140
2005-01-17 21:46:14 +00:00
George Rhoten
d0f7df88c9
ICU-4189 Make UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17134
2005-01-15 06:36:10 +00:00
George Rhoten
bde5e3c3b8
ICU-4189 UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17133
2005-01-15 05:23:36 +00:00
George Rhoten
ec139de0db
ICU-4189 UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17132
2005-01-15 04:46:14 +00:00
Doug Felt
65fd02443d
ICU-4092 service code coverage
...
X-SVN-Rev: 17110
2005-01-11 20:58:27 +00:00
George Rhoten
723f11566a
ICU-4296 collIterate is actually internal API, and it isn't used in any public API.
...
So users can't use it without using ucol_imp.h. Remove it from the public header.
X-SVN-Rev: 17103
2005-01-09 06:18:07 +00:00
George Rhoten
aa10d84499
ICU-4296 Reduce the number of exported functions
...
X-SVN-Rev: 17102
2005-01-09 05:18:02 +00:00
George Rhoten
7948649d33
ICU-4092 Move debugging code
...
X-SVN-Rev: 17098
2005-01-07 19:06:24 +00:00
George Rhoten
6670e0cbb9
ICU-4092 #if 0 dead debugging code
...
X-SVN-Rev: 17097
2005-01-07 18:45:15 +00:00
George Rhoten
fafa060d6e
ICU-4330 Change version from 3.2 to 3.3
...
X-SVN-Rev: 17092
2005-01-07 00:21:10 +00:00
George Rhoten
1d9f513c4b
ICU-4330 Change version from 3.2 to 3.3
...
X-SVN-Rev: 17090
2005-01-06 22:49:44 +00:00
George Rhoten
ce062b0033
ICU-4092 Fix a Windows optimization problem that appeared while increasing code coverage
...
X-SVN-Rev: 17088
2005-01-05 06:58:55 +00:00
George Rhoten
2b95351e1d
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17080
2005-01-02 23:57:36 +00:00
George Rhoten
b2e0401c9b
ICU-3004 Perform better case insensitive comparison.
...
X-SVN-Rev: 17070
2005-01-01 21:31:21 +00:00
Eric Mader
850e160d30
ICU-4302 changes from ICU 3.2 "no data" test.
...
X-SVN-Rev: 17065
2004-12-31 19:26:31 +00:00
George Rhoten
b9875c90b5
ICU-4092 Remove dead code
...
X-SVN-Rev: 17063
2004-12-31 18:54:55 +00:00
George Rhoten
b2d0b4f465
ICU-4296 Don't export utility classes, and don't add ICU RTTI to utility classes.
...
X-SVN-Rev: 17062
2004-12-31 17:43:36 +00:00
George Rhoten
8311539941
ICU-4092 Undo last check-in. Don't expose private API.
...
X-SVN-Rev: 17060
2004-12-31 17:00:40 +00:00
George Rhoten
d340213af7
ICU-4288 Fix some inlining warnings.
...
X-SVN-Rev: 17041
2004-12-30 07:45:48 +00:00
George Rhoten
4b8ef3e6e6
ICU-4288 Mostly fixes for --enable-strict for gcc 3.4 (Fedora Core 3)
...
X-SVN-Rev: 17040
2004-12-30 07:25:51 +00:00
George Rhoten
8ed12212b4
ICU-4092 Allow this class to be tested directly from tests on Windows.
...
X-SVN-Rev: 17038
2004-12-29 01:04:00 +00:00
George Rhoten
d0332520a5
ICU-4189 Remove some dependencies on the conversion API.
...
X-SVN-Rev: 17032
2004-12-28 23:01:05 +00:00
George Rhoten
f6860c5a75
ICU-3004 Transliterators can't do locale sensitive casing due to how the transliterator registry is used.
...
Remove any code that attempts to do locale sensitive casing.
Bug #4324 has been filed to properly add this feature.
X-SVN-Rev: 17024
2004-12-28 20:06:43 +00:00
George Rhoten
939f4f60a4
ICU-4296 Don't export some internal static const variables.
...
Also fgNumberPatternsCount has the wrong value.
X-SVN-Rev: 17009
2004-12-22 23:32:48 +00:00
George Rhoten
479f3bec14
ICU-3004 Test for some Turkish case conversion errors.
...
X-SVN-Rev: 17005
2004-12-22 19:40:16 +00:00
George Rhoten
fef1b77683
ICU-4092 Increase code coverage.
...
Fix broken RTTI on Windows by splitting service registration into separate files,
and rename files for consistency at the request from Doug.
X-SVN-Rev: 16979
2004-12-21 06:55:20 +00:00
Eric Mader
9f74d939f0
ICU-4307 clean up @see references, document UTimeScaleValue, use UDateTimeScale names in time scale table.
...
X-SVN-Rev: 16965
2004-12-17 23:07:36 +00:00
George Rhoten
d251279960
ICU-4296 Reduce the number of function exports
...
X-SVN-Rev: 16947
2004-12-14 16:59:34 +00:00
George Rhoten
a91af43a2d
ICU-4281 Mostly split collation so that the runtime doesn't depend on service
...
registration, resource bundles, collation building/loading and collation meta information.
ucol_close still depends on ures_close, but it's better than before.
X-SVN-Rev: 16933
2004-12-09 04:23:42 +00:00
George Rhoten
5f99b4942b
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 16931
2004-12-08 23:14:49 +00:00
George Rhoten
ac893ce00e
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 16926
2004-12-07 23:43:48 +00:00
George Rhoten
466b466b9f
ICU-4189 Reduce static library dependencies on conversion code,
...
and allow UCONFIG_NO_CONVERSION to work.
X-SVN-Rev: 16922
2004-12-06 06:09:20 +00:00
George Rhoten
a643013936
ICU-4189 Reduce static library dependencies on conversion code,
...
and allow UCONFIG_NO_CONVERSION to work.
X-SVN-Rev: 16921
2004-12-05 20:22:33 +00:00
George Rhoten
c4d892bdd7
ICU-4189 Remove some dependencies on the conversion API.
...
X-SVN-Rev: 16915
2004-12-04 07:22:23 +00:00
George Rhoten
a0ab77176b
ICU-4189 Remove some dependencies on the conversion API.
...
X-SVN-Rev: 16911
2004-12-03 06:16:10 +00:00
George Rhoten
a078b0c0e9
ICU-4189 Remove some dependencies on conversion code.
...
X-SVN-Rev: 16896
2004-11-25 00:25:52 +00:00
George Rhoten
fa0fd19f7c
ICU-2961 Remove the default intrinsic function setting, as it is controlled by /O2.
...
X-SVN-Rev: 16895
2004-11-24 19:49:16 +00:00
George Rhoten
fb771e59da
ICU-4228 Return an empty locale on error instead of the default locale.
...
X-SVN-Rev: 16874
2004-11-16 22:42:08 +00:00
George Rhoten
f3229bc8ac
ICU-4225 Better character escaping
...
X-SVN-Rev: 16868
2004-11-15 23:03:53 +00:00
Andy Heninger
072921d9d3
ICU-4228 memory allocation not using ICU functions
...
X-SVN-Rev: 16860
2004-11-14 05:11:59 +00:00
George Rhoten
86cad13aa9
ICU-4225 I misread the font. Use the correct numbers.
...
X-SVN-Rev: 16851
2004-11-13 00:56:28 +00:00
George Rhoten
00922e7983
ICU-4225 Properly remove non-ascii characters from source code.
...
X-SVN-Rev: 16849
2004-11-13 00:13:36 +00:00
George Rhoten
ecda2bc8c5
ICU-3866 Fix some doxygen warnings.
...
X-SVN-Rev: 16843
2004-11-12 22:50:38 +00:00
George Rhoten
1c9a993999
ICU-4161 Properly indent the code.
...
X-SVN-Rev: 16839
2004-11-12 07:07:41 +00:00
Andy Heninger
9f6f294e5f
ICU-4225 remove non-ascii characters from source code
...
X-SVN-Rev: 16835
2004-11-12 01:11:27 +00:00
Andy Heninger
665e553354
ICU-4161 remove tabs from source code
...
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Vladimir Weinstein
cf14e838e4
ICU-3862 remove harmful changes to ucol_elm
...
X-SVN-Rev: 16819
2004-11-11 07:07:44 +00:00
Vladimir Weinstein
e5f691ee8a
ICU-4163 Remove empty function body (ucol_openFromImage) that was in by mistake
...
X-SVN-Rev: 16802
2004-11-09 07:08:50 +00:00
George Rhoten
e312467f5d
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16775
2004-11-05 19:07:34 +00:00
George Rhoten
c6e2c61f27
ICU-3862 Don't memcpy uninitialized data.
...
X-SVN-Rev: 16771
2004-11-05 18:33:15 +00:00
George Rhoten
0da7a95df6
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16770
2004-11-05 18:18:36 +00:00
George Rhoten
b0e8e3576a
ICU-4204 Use strtod instead of atof.
...
atof is claimed to be thread unsafe on some platforms and that strtod should be used instead.
X-SVN-Rev: 16768
2004-11-05 17:50:46 +00:00
George Rhoten
b99285414f
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16765
2004-11-05 05:12:29 +00:00
Vladimir Weinstein
59ccce5787
ICU-3862 fix memory problem in ucol_elm
...
X-SVN-Rev: 16759
2004-11-04 23:26:37 +00:00
George Rhoten
17d109bdce
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16748
2004-11-04 06:41:39 +00:00
George Rhoten
b43d5d4272
ICU-3905 Fix some IA64 compiler warnings.
...
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
Vladimir Weinstein
7fe85edd5b
ICU-4194 promotion of @draft 2.6 to @stable 2.6 for i18n library
...
X-SVN-Rev: 16738
2004-11-03 01:25:51 +00:00
George Rhoten
a078bb1ce8
ICU-4053 Fix some doxygen warnings.
...
X-SVN-Rev: 16719
2004-11-02 04:55:53 +00:00
Eric Mader
d0b0ab46a4
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16685
2004-10-30 00:06:24 +00:00
Eric Mader
1e856ba7a2
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16683
2004-10-29 23:42:49 +00:00
George Rhoten
85c0552e8f
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16648
2004-10-27 23:40:36 +00:00
George Rhoten
039e695ba1
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16647
2004-10-27 22:55:57 +00:00
Eric Mader
811ebbee0f
ICU-3927 remove utmscale_fromDouble(), utmscale_toDouble()
...
X-SVN-Rev: 16646
2004-10-27 21:28:38 +00:00
George Rhoten
054eeb6d70
ICU-4163 Fix a compiler warning from last check-in
...
X-SVN-Rev: 16644
2004-10-27 21:21:23 +00:00
Vladimir Weinstein
6f97dd1568
ICU-4163 ucol_cloneBinary & ucol_openBinary APIs
...
X-SVN-Rev: 16637
2004-10-27 00:31:04 +00:00
Andy Heninger
8d38207aa7
ICU-4059 update word boundary characters for regexp \b test.
...
X-SVN-Rev: 16634
2004-10-26 23:13:40 +00:00
George Rhoten
046e808a44
ICU-3927 Fix various Universal Time Scale problems on IA64,
...
like public header exportation, optimization problems and other such things.
X-SVN-Rev: 16633
2004-10-26 21:59:03 +00:00
Andy Heninger
1cf7040adc
ICU-2423 improve API docs for regex
...
X-SVN-Rev: 16631
2004-10-26 18:49:30 +00:00
Eric Mader
10522052fb
ICU-3927 code review changes.
...
X-SVN-Rev: 16626
2004-10-26 00:25:39 +00:00
George Rhoten
5c97ee7892
ICU-3963 Update to version 3.2
...
X-SVN-Rev: 16621
2004-10-25 23:32:50 +00:00
Eric Mader
04b1d434aa
ICU-3927 added a note to utmscale_fromDouble about why fromMin, fromMax are "volatile."
...
X-SVN-Rev: 16605
2004-10-23 00:15:34 +00:00
Eric Mader
1ab8447475
ICU-3927 in utmscale_fromDouble, make fromMin, fromMax volatile to avoid gcc compiler problem w/ compare.
...
X-SVN-Rev: 16604
2004-10-22 23:56:36 +00:00
Andy Heninger
1f42f071fc
ICU-4057 incorrect regex appendReplacement after multiple find()s.
...
X-SVN-Rev: 16601
2004-10-22 22:51:02 +00:00
Eric Mader
83f812dd0a
ICU-3927 fix problems w/ comparing doubles and int64_ts.
...
X-SVN-Rev: 16597
2004-10-22 18:11:43 +00:00
Andy Heninger
9f286086d1
ICU-3337 better detect incorrect usage of Regex APIs.
...
X-SVN-Rev: 16595
2004-10-22 16:32:12 +00:00
Eric Mader
41038b6081
ICU-3927 initial checkin of C version of Universal Time Scale.
...
X-SVN-Rev: 16590
2004-10-21 21:29:55 +00:00
Eric Mader
e69c18cd1f
ICU-3927 initial checkin of C version of Universal Time Scale.
...
X-SVN-Rev: 16588
2004-10-21 17:32:52 +00:00
Eric Mader
5e69676523
ICU-3927 initial checkin of C version of Universal Time Scale.
...
X-SVN-Rev: 16587
2004-10-21 17:15:52 +00:00
George Rhoten
b08624b5bf
ICU-3855 Fix Cygwin/MSVC install.
...
X-SVN-Rev: 16580
2004-10-21 00:08:48 +00:00
George Rhoten
83642167bf
ICU-4068 Use C variable declarations instead of C++ variable declarations.
...
X-SVN-Rev: 16555
2004-10-19 05:19:36 +00:00
George Rhoten
5d6a56d136
ICU-3963 Make sure that certain classes and functions get into urename.h properly.
...
X-SVN-Rev: 16553
2004-10-19 03:57:56 +00:00
Deborah Goldsmith
9cc484fdb3
ICU-4068 Fix warning code for non-existent language
...
X-SVN-Rev: 16545
2004-10-18 23:58:03 +00:00
George Rhoten
9fe39e1c8c
ICU-3805 Break putil.h/utypes.h header file dependancy loop
...
X-SVN-Rev: 16529
2004-10-18 02:43:33 +00:00
George Rhoten
01783a7d6a
ICU-4084 Improve the Calendar instantiation.
...
Converters/service registration aren't needed by default anymore.
X-SVN-Rev: 16526
2004-10-17 19:46:59 +00:00
George Rhoten
e69fca9d5f
ICU-4078 Fix for AIX with Visual Age 5 compiler, and make sure that the
...
disentanglement is correct by putting all the UnicodeSet virtual functions are
in one file. Also move some of the rule whitespace handling into better
locations.
X-SVN-Rev: 16519
2004-10-15 22:56:26 +00:00
George Rhoten
7746ac4c0b
ICU-3634 Use 0 for UChar types. NULL (a pointer type) shouldn't be used.
...
X-SVN-Rev: 16506
2004-10-15 06:18:07 +00:00
Vladimir Weinstein
aa515c3763
ICU-3938 Support CLDR collation data in the parses: comment support + bugfixes
...
X-SVN-Rev: 16487
2004-10-14 20:12:11 +00:00
George Rhoten
c67d95bf59
ICU-3969 Fix for HP-UX with aCC 3.50
...
X-SVN-Rev: 16484
2004-10-14 18:50:44 +00:00
George Rhoten
a68d40a687
ICU-4078 Reduce the dependencies on the conversion API.
...
X-SVN-Rev: 16470
2004-10-13 06:24:06 +00:00
George Rhoten
ac294b5379
ICU-3969 Fix new case mapping code so that it will work on z/OS
...
X-SVN-Rev: 16469
2004-10-13 06:08:52 +00:00
Doug Felt
be20a502df
ICU-3634 localized RBNF rule set names - fix error handling in loc data parsing
...
X-SVN-Rev: 16446
2004-10-11 21:59:44 +00:00
George Rhoten
419f2b4966
ICU-3925 Fix an EBCDIC bug introduced by version 1.152
...
X-SVN-Rev: 16433
2004-10-08 22:00:26 +00:00
George Rhoten
088b7ae383
ICU-4078 Remove some dependencies
...
X-SVN-Rev: 16428
2004-10-08 17:38:36 +00:00
George Rhoten
d24eab530d
ICU-3837 Fix UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16426
2004-10-08 06:23:24 +00:00
George Rhoten
588364a499
ICU-4078 Depend less on the default converter
...
X-SVN-Rev: 16425
2004-10-08 06:07:27 +00:00
George Rhoten
349c3b5ad3
ICU-4127 Fix Hashtable constructors.
...
X-SVN-Rev: 16422
2004-10-08 01:52:53 +00:00
George Rhoten
7a0397e812
ICU-4078 Fix for z/OS due to recent modularization.
...
X-SVN-Rev: 16415
2004-10-07 17:29:15 +00:00
George Rhoten
918a684663
ICU-4078 Fix for z/OS due to recent modularization.
...
X-SVN-Rev: 16414
2004-10-07 17:26:53 +00:00
George Rhoten
61639cbad5
ICU-4078 Depend less on the default converter.
...
X-SVN-Rev: 16406
2004-10-06 23:49:02 +00:00
George Rhoten
45801df756
ICU-4078 Fix some typos while reviewing the cleanup functions.
...
X-SVN-Rev: 16404
2004-10-06 23:23:13 +00:00
George Rhoten
1188be07f8
ICU-3634 Fix for AIX. New constructors can't be inlined.
...
X-SVN-Rev: 16402
2004-10-06 17:38:10 +00:00
George Rhoten
4dee03aead
ICU-3805 Move the usage of an internal function to an implementation file.
...
X-SVN-Rev: 16385
2004-10-02 03:58:10 +00:00
George Rhoten
03ae301189
ICU-3837 Fewer failures when UCONFIG_NO_SERVICE = 1
...
X-SVN-Rev: 16381
2004-10-01 18:59:31 +00:00
George Rhoten
e91f899d00
ICU-3634 Fix the previous commit so that it works on Solaris.
...
X-SVN-Rev: 16377
2004-09-30 23:25:20 +00:00
George Rhoten
2a2c32a2f0
ICU-4078 Fix a Solaris compiler error that was due to the last change.
...
X-SVN-Rev: 16375
2004-09-30 21:35:30 +00:00
George Rhoten
ceb13e99c4
ICU-4078 Fix a Solaris compiler error from last change.
...
X-SVN-Rev: 16374
2004-09-30 21:34:26 +00:00
Vladimir Weinstein
162ffbb8f8
ICU-4118 fix ucol_normalizeShortDefinitionString crash when parse error is NULL
...
X-SVN-Rev: 16373
2004-09-30 20:39:02 +00:00
Vladimir Weinstein
459f0a8090
ICU-4112 Fix for typo in uca init code + some consistency bug fixes in latin-1 generation.
...
X-SVN-Rev: 16362
2004-09-28 05:50:21 +00:00
Doug Felt
eb31068f2a
ICU-3634 localized RBNF rule set names - text description
...
X-SVN-Rev: 16357
2004-09-24 22:58:00 +00:00
George Rhoten
79f1190754
ICU-4078 Undo some changes, since the invariant converter doesn't work here.
...
X-SVN-Rev: 16334
2004-09-16 06:22:05 +00:00
George Rhoten
9213e3c9fa
ICU-4078 Undo some changes, since the invariant converter doesn't work.
...
X-SVN-Rev: 16332
2004-09-16 03:52:42 +00:00
George Rhoten
8c9aab5002
ICU-4078 Further separate the default converter from the rest of the API
...
X-SVN-Rev: 16331
2004-09-15 23:44:48 +00:00
Andy Heninger
e04ddd2239
ICU-4086 regex match/lookingAt/find at end of string with zero length match not working.
...
X-SVN-Rev: 16328
2004-09-15 01:28:15 +00:00
George Rhoten
69c28c4bea
ICU-4078 Forgot to include uassert.h
...
X-SVN-Rev: 16308
2004-09-12 23:19:33 +00:00
George Rhoten
7dd960a8b4
ICU-4078 Loosely couple the cleanup functions.
...
X-SVN-Rev: 16307
2004-09-12 23:07:29 +00:00
George Rhoten
c3e9229f9e
ICU-4084 The language isn't needed.
...
X-SVN-Rev: 16292
2004-09-10 04:57:34 +00:00
George Rhoten
6d2df6345d
ICU-3837 Add UCONFIG_NO_SERVICE (don't deprecated locale IDs).
...
X-SVN-Rev: 16291
2004-09-10 04:57:10 +00:00
George Rhoten
e4631bbcac
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16290
2004-09-10 04:51:24 +00:00
Markus Scherer
a644b0e629
ICU-4078 add cdecl to C callbacks into C++
...
X-SVN-Rev: 16276
2004-09-08 14:14:35 +00:00
Markus Scherer
235b61e6f9
ICU-4078 oops
...
X-SVN-Rev: 16267
2004-09-07 19:19:33 +00:00
Markus Scherer
3ba67ae1c2
ICU-4078 use USetAdder interface to remove dependencies of low-level code on the USet/UnicodeSet implementation
...
X-SVN-Rev: 16266
2004-09-07 18:05:01 +00:00
Markus Scherer
29038e96b7
ICU-3969 use new case mapping code in ucase.c, with ucase.icu data
...
X-SVN-Rev: 16257
2004-09-06 15:57:11 +00:00
George Rhoten
592ed13f9a
ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle.
...
X-SVN-Rev: 16251
2004-09-03 15:24:16 +00:00
George Rhoten
95873dd022
ICU-4084 Improve DateFormat construction performance.
...
X-SVN-Rev: 16247
2004-09-02 19:08:28 +00:00
George Rhoten
9acfb00960
ICU-4078 Remove a dependency on conversion
...
X-SVN-Rev: 16237
2004-08-31 23:42:52 +00:00
George Rhoten
15ea893568
ICU-4078 Centralize a dependency on conversion (take it out of the header)
...
X-SVN-Rev: 16231
2004-08-31 21:14:59 +00:00
George Rhoten
8e5e609fa7
ICU-4078 Remove a dependency on conversion
...
X-SVN-Rev: 16230
2004-08-31 21:14:22 +00:00
George Rhoten
06c453a741
ICU-4084 Remove unused debugging statements.
...
X-SVN-Rev: 16229
2004-08-31 21:02:37 +00:00
George Rhoten
c0b25432af
ICU-4084 Improve DateFormat construction performance.
...
X-SVN-Rev: 16227
2004-08-31 20:37:20 +00:00
George Rhoten
52a4ce132b
ICU-4084 Improve DateFormat construction performance.
...
X-SVN-Rev: 16226
2004-08-31 20:31:12 +00:00
George Rhoten
737d8bc458
ICU-4084 Fix a memory leak
...
X-SVN-Rev: 16225
2004-08-31 20:31:03 +00:00
George Rhoten
db7d00f2cb
ICU-4084 Improve DateFormat construction performance.
...
X-SVN-Rev: 16223
2004-08-31 18:04:12 +00:00
George Rhoten
ca8716d1e9
ICU-4084 Sync the C and C++ API, and move internal function to internal headers.
...
X-SVN-Rev: 16221
2004-08-31 17:49:04 +00:00
George Rhoten
3aca38c8aa
ICU-4084 First cut for improving date format instantiation (~33% overall) by using the C resource bundle API.
...
X-SVN-Rev: 16218
2004-08-31 00:35:04 +00:00
George Rhoten
1fcd7ea903
ICU-3905 Fix some compiler warnings, and reduce the amount of duplicate data in the libraries.
...
X-SVN-Rev: 16211
2004-08-28 05:50:39 +00:00
George Rhoten
4b9b1afde3
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16209
2004-08-28 04:42:33 +00:00
Markus Scherer
7620362878
ICU-4078 disentangle conversion and properties code some from other parts of the common library
...
X-SVN-Rev: 16202
2004-08-27 17:57:36 +00:00
George Rhoten
038f43c843
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16196
2004-08-27 16:45:16 +00:00
George Rhoten
0e8f470b47
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16189
2004-08-26 20:39:32 +00:00
George Rhoten
77d1b40a06
ICU-4077 usearch needs to reset its FCD pointer when u_cleanup is called.
...
X-SVN-Rev: 16186
2004-08-26 14:15:30 +00:00
George Rhoten
7c225a89aa
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
...
X-SVN-Rev: 16183
2004-08-24 17:38:33 +00:00
Ram Viswanadha
b4f6b28433
ICU-3925 add data generated from CLDR
...
X-SVN-Rev: 16173
2004-08-20 23:12:31 +00:00
Ram Viswanadha
15bd863941
ICU-3925 various fixes
...
X-SVN-Rev: 16159
2004-08-13 20:34:31 +00:00
George Rhoten
608ca77ba5
ICU-3677 uprv_getUTCtime should return UDate instead of int32_t.
...
This is for cases where time_t is 64-bit.
X-SVN-Rev: 16150
2004-08-13 01:20:26 +00:00
George Rhoten
a89a43144b
ICU-4017 Fix behavior of explicitly requested non-existent currency
...
X-SVN-Rev: 16137
2004-08-10 05:37:11 +00:00
George Rhoten
ded716bf2c
ICU-4017 Fix failure behavior of explicitly requested non-existent currency
...
X-SVN-Rev: 16133
2004-08-09 07:07:33 +00:00
Andy Heninger
2a22e946ca
ICU-4030 regexp replacement strings indexing error when containing \uxxxx escapes
...
X-SVN-Rev: 16120
2004-08-06 00:46:28 +00:00
Andy Heninger
bfe75d588f
ICU-4046 regexp::find(), CR not recognized as line separator in some cases.
...
X-SVN-Rev: 16118
2004-08-05 22:48:05 +00:00
Andy Heninger
afb730458f
ICU-4045 regexp::find(), fix incorrect resut when called repeatedly at end of input string.
...
X-SVN-Rev: 16117
2004-08-05 22:46:52 +00:00
Andy Heninger
6b4f353fe4
ICU-4045 regexp::find(), fix incorrect resut when called repeatedly at end of input string.
...
X-SVN-Rev: 16115
2004-08-05 19:00:37 +00:00
Andy Heninger
a13646fb43
ICU-4024 fix new line handling bugs in regexp
...
X-SVN-Rev: 16112
2004-08-05 00:24:36 +00:00
Andy Heninger
53c1929107
ICU-4037 regexp {min,max} overflow checking cleaned up
...
X-SVN-Rev: 16107
2004-08-04 17:11:55 +00:00
Doug Felt
edd0020356
ICU-4019 add message format syntax for spelled-out numbers,
...
also the c++ version of RBNF couldn't parse in the middle of the string, so
changed to align with java version
X-SVN-Rev: 16106
2004-08-04 05:58:41 +00:00
Doug Felt
4255cf1f45
ICU-4019 add message format syntax for spelled-out numbers
...
X-SVN-Rev: 16105
2004-08-04 05:57:45 +00:00
Andy Heninger
1b339e97db
ICU-4024 fix new line handling bugs in regexp
...
X-SVN-Rev: 16104
2004-08-04 04:47:18 +00:00
Andy Heninger
711cae9988
ICU-4034 off-by-one error in regexp 8 bit sets
...
X-SVN-Rev: 16098
2004-08-03 05:22:12 +00:00
George Rhoten
946f58dff5
ICU-3963 Update ICU's version to 3.1
...
X-SVN-Rev: 16096
2004-08-03 01:30:04 +00:00
Ram Viswanadha
123132b8e6
ICU-3925 separate Transliterator data to its own tree
...
X-SVN-Rev: 16095
2004-08-02 20:06:55 +00:00
George Rhoten
4482cb60e4
ICU-3862 Make sure that data isn't exported when it is only needed internally.
...
A linker warning on AIX brought this issue to my attention.
X-SVN-Rev: 16062
2004-07-20 00:40:25 +00:00
George Rhoten
7d28c7c5c7
ICU-3862 Make sure that data isn't exported when it is only needed internally.
...
A linker warning on AIX brought this issue to my attention.
X-SVN-Rev: 16058
2004-07-19 21:33:03 +00:00
George Rhoten
b87fed8371
ICU-3963 Update ICU
...
X-SVN-Rev: 16056
2004-07-19 21:18:18 +00:00
George Rhoten
37c5efea11
ICU-3688 Fix UNUM_SECONDARY_GROUPING_SIZE
...
X-SVN-Rev: 16044
2004-07-18 10:22:23 +00:00
George Rhoten
1406c1d12b
ICU-3754 Make u_formatMessage pay attention to patternLength
...
X-SVN-Rev: 16042
2004-07-18 09:41:16 +00:00
George Rhoten
017c34c872
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16036
2004-07-18 02:02:06 +00:00
George Rhoten
011fe48d05
ICU-3837 Reduce the number of mallocs
...
X-SVN-Rev: 16035
2004-07-18 02:01:42 +00:00
George Rhoten
e069f28ece
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16034
2004-07-18 01:37:13 +00:00
George Rhoten
979fe56ff2
ICU-3947 Fix udat_parse when parsePos is NULL
...
X-SVN-Rev: 16022
2004-07-16 16:22:08 +00:00
Ram Viswanadha
e00ca7411d
ICU-3925 separate RBNF data to separate tree
...
X-SVN-Rev: 15994
2004-07-14 18:35:16 +00:00
Eric Mader
4a7d6a6a44
ICU-3866 \endcide -> \endcode.
...
X-SVN-Rev: 15939
2004-06-23 17:04:41 +00:00
Steven R. Loomis
8f28b582ad
ICU-3820 docs fixes
...
X-SVN-Rev: 15901
2004-06-17 18:57:52 +00:00
George Rhoten
137b9d4d0a
ICU-3718 Make some data read-only
...
X-SVN-Rev: 15893
2004-06-16 21:17:33 +00:00
Eric Mader
6c34ce45ed
ICU-3820 fix doxygen warnings.
...
X-SVN-Rev: 15882
2004-06-15 22:32:41 +00:00
Eric Mader
ad42df258f
ICU-3820 fix doxygen warnings.
...
X-SVN-Rev: 15879
2004-06-15 20:52:22 +00:00
Vladimir Weinstein
0a61ee4332
ICU-3100 changes according to the code review
...
X-SVN-Rev: 15870
2004-06-14 21:00:06 +00:00
Andy Heninger
1587dc9caa
ICU-3836 Translit thread safety restored with better deadlock fix.
...
X-SVN-Rev: 15869
2004-06-14 18:56:58 +00:00
Andy Heninger
13b50d8e94
ICU-3836 Translit thread safety restored with better deadlock fix.
...
X-SVN-Rev: 15868
2004-06-14 18:54:35 +00:00
Andy Heninger
daf024132d
ICU-3842 fix malloc/new problems in uregex.cpp
...
X-SVN-Rev: 15865
2004-06-13 01:11:26 +00:00
George Rhoten
b02a1b7ca3
ICU-3500 Fix some compiler warnings.
...
X-SVN-Rev: 15864
2004-06-12 17:50:57 +00:00
Ram Viswanadha
75e601ba7f
ICU-3405 add U_INTERNAL
...
X-SVN-Rev: 15859
2004-06-12 00:56:53 +00:00
Vladimir Weinstein
8c13042074
ICU-3100 fix a memory leak
...
X-SVN-Rev: 15857
2004-06-11 23:41:16 +00:00
Steven R. Loomis
617cee06dd
ICU-3831 uconfig.h fixes
...
X-SVN-Rev: 15841
2004-06-10 23:49:07 +00:00
Vladimir Weinstein
c6afc65b4b
ICU-3838 reenable latin-1 fast path
...
X-SVN-Rev: 15837
2004-06-10 22:02:06 +00:00
Andy Heninger
c1b4de4f72
ICU-3836 Translit deadlock fixed by removing mutex; now not thread safe.
...
X-SVN-Rev: 15830
2004-06-10 17:55:30 +00:00
George Rhoten
f86db7f63e
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15817
2004-06-09 21:30:50 +00:00
George Rhoten
2263af12ff
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15816
2004-06-09 18:18:34 +00:00
Vladimir Weinstein
a2af700b96
ICU-3100 fix assertion failure on 400 due to usage of variant chars
...
X-SVN-Rev: 15810
2004-06-09 06:01:39 +00:00
George Rhoten
a12d9cfbb1
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15809
2004-06-09 05:19:00 +00:00
George Rhoten
306e874e1d
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15796
2004-06-08 23:13:07 +00:00
George Rhoten
68bee3bc53
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15794
2004-06-08 22:39:23 +00:00
George Rhoten
f57f1c057d
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15792
2004-06-08 21:47:15 +00:00
George Rhoten
6ff34d36bd
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15791
2004-06-08 21:31:09 +00:00
George Rhoten
850a8ec20d
ICU-3820 Fix doxygen warnings
...
X-SVN-Rev: 15788
2004-06-08 21:05:45 +00:00
Alan Liu
a71437fcff
ICU-3815 fix case-folding match
...
X-SVN-Rev: 15764
2004-06-07 21:58:56 +00:00
Alan Liu
2ff0f49369
ICU-3786 fix compiler warning
...
X-SVN-Rev: 15757
2004-06-07 17:44:28 +00:00
Alan Liu
695c3d07e1
ICU-3078 add comment explaining why getAvailableID is obsolete
...
X-SVN-Rev: 15756
2004-06-07 17:35:42 +00:00
George Rhoten
1503c7ad49
ICU-3650 Fix broken link
...
X-SVN-Rev: 15753
2004-06-07 06:57:16 +00:00
George Rhoten
949c868bab
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15746
2004-06-05 07:04:46 +00:00
Andy Heninger
8ec93303c2
ICU-3783 Make getDynamicClassID() pure virutal on abstract classes.
...
X-SVN-Rev: 15705
2004-06-04 01:16:05 +00:00
Alan Liu
164faf6a3d
ICU-3786 rewrite registry and instantiation code to do parsing outside the registry mutex to avoid deadlock for rules of the form &Latin-Arabic(...)
...
X-SVN-Rev: 15703
2004-06-04 00:52:39 +00:00
Ram Viswanadha
ae129a2d75
ICU-3635 fix failure on Unix
...
X-SVN-Rev: 15693
2004-06-03 22:17:34 +00:00
Vladimir Weinstein
dd221c3945
ICU-3100 Fix some compiler warnings
...
X-SVN-Rev: 15684
2004-06-03 20:07:39 +00:00
Vladimir Weinstein
4c96e76b8f
ICU-3100 redo getContractions after a review. Add tests for getContractions and getUnsafeSet
...
X-SVN-Rev: 15683
2004-06-03 19:26:16 +00:00
Ram Viswanadha
d95bb2171f
ICU-3635 handle _PREEURO correctly
...
X-SVN-Rev: 15680
2004-06-03 17:44:02 +00:00
Vladimir Weinstein
407e75f56c
ICU-3100 more bug fixes to contraction getting + compiler warning fixes
...
X-SVN-Rev: 15678
2004-06-02 22:19:52 +00:00
Vladimir Weinstein
aecdf82f4b
ICU-3100 reimplement getContractions and getUnsafe according to the comments from d02
...
X-SVN-Rev: 15673
2004-06-02 08:09:01 +00:00
Andy Heninger
a42e529183
ICU-3796 ulocdata.h missing custom bulid step in msvc6 project.
...
X-SVN-Rev: 15654
2004-06-01 19:05:44 +00:00
Alan Liu
6006e12f05
ICU-3659 restore year limits
...
X-SVN-Rev: 15650
2004-06-01 17:13:49 +00:00
George Rhoten
0f77f15f2d
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15644
2004-05-31 03:08:28 +00:00
George Rhoten
8fca524162
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15635
2004-05-30 08:33:30 +00:00
Vladimir Weinstein
acea6d47fa
ICU-3100 collator <> identifier docs fix
...
X-SVN-Rev: 15625
2004-05-28 21:35:03 +00:00
Andy Heninger
e57f8ed178
ICU-3783 restore getStaticClassID() to several classes from which it had been removed in error.
...
X-SVN-Rev: 15619
2004-05-28 20:13:11 +00:00
George Rhoten
6207b521bc
ICU-3471 Fail a better way when NumberElements doesn't exist in the resource bundle.
...
X-SVN-Rev: 15598
2004-05-27 23:04:46 +00:00
Alan Liu
b2697fc485
ICU-3399 restore setCurrency variant with no UErrorCode
...
X-SVN-Rev: 15595
2004-05-27 22:03:26 +00:00
Alan Liu
dacd3a9b0a
ICU-3659 make max year 1-based
...
X-SVN-Rev: 15591
2004-05-27 21:50:53 +00:00
Alan Liu
d14428ac18
ICU-3659 catch out-of-bounds array indices but do *not* attempt to enforce calendar min/max limits
...
X-SVN-Rev: 15589
2004-05-27 21:00:21 +00:00
Alan Liu
00e5f7eeda
ICU-3659 fix typo
...
X-SVN-Rev: 15588
2004-05-27 20:40:17 +00:00
Alan Liu
76b0325a05
ICU-3659 update year limits
...
X-SVN-Rev: 15587
2004-05-27 20:39:56 +00:00
Alan Liu
8be9a28c55
ICU-3659 Koryaku era was in wrong place and handleGetLimit was broken
...
X-SVN-Rev: 15586
2004-05-27 20:39:23 +00:00
Alan Liu
5c089e8e0c
ICU-3659 restore correct DOM limit of 30
...
X-SVN-Rev: 15584
2004-05-27 20:37:32 +00:00
Alan Liu
035d42f250
ICU-3659 add() should complete fields first
...
X-SVN-Rev: 15583
2004-05-27 20:36:52 +00:00
George Rhoten
bb62110d55
ICU-3650 Fix doxygen warnings
...
X-SVN-Rev: 15580
2004-05-27 17:56:11 +00:00
George Rhoten
9880130fb1
ICU-3650 Fix doxygen warnings
...
X-SVN-Rev: 15579
2004-05-27 06:06:03 +00:00
Alan Liu
4baf748f2c
ICU-3659 changed max Islamic calendar DAY_OF_MONTH from 30 to 31
...
X-SVN-Rev: 15575
2004-05-27 04:36:01 +00:00
Vladimir Weinstein
f9d36f208d
ICU-3100 collator <> identifier, bug fix
...
X-SVN-Rev: 15545
2004-05-25 23:00:52 +00:00
Alan Liu
10a918b62a
ICU-3659 fix ZONE_OFFSET max limit to GMT+15 (was GMT+12) for Etc/GMT-14
...
X-SVN-Rev: 15536
2004-05-25 19:27:38 +00:00
George Rhoten
d6e26f5678
ICU-3499 Small speed improvement.
...
X-SVN-Rev: 15534
2004-05-25 19:10:07 +00:00
George Rhoten
5ba76644fa
ICU-3650 Fix doxygen warnings
...
X-SVN-Rev: 15523
2004-05-25 03:23:31 +00:00
Steven R. Loomis
3358cf3077
ICU-2487 don't call uprv_tolower on calendar keywords. Removing a workaround to an old locale bug.
...
X-SVN-Rev: 15522
2004-05-25 00:44:19 +00:00
George Rhoten
612cb5982a
ICU-3100 Add missing file
...
X-SVN-Rev: 15518
2004-05-24 23:50:45 +00:00
George Rhoten
9925b69c5c
ICU-3718 Do faster string copying, and hopefully avoid any uninitialized reads
...
X-SVN-Rev: 15517
2004-05-24 23:35:35 +00:00
George Rhoten
2cc38d98db
ICU-3659 Unambiguate Math::floorDivide call
...
X-SVN-Rev: 15513
2004-05-24 22:13:28 +00:00
Vladimir Weinstein
d45f502825
ICU-3100 collator <> identifier, short string implementation
...
X-SVN-Rev: 15511
2004-05-24 22:11:31 +00:00
Alan Liu
a1b393c257
ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
...
X-SVN-Rev: 15502
2004-05-24 20:32:59 +00:00
Alan Liu
0bfd502d22
ICU-3659 temporarily disable...
...
X-SVN-Rev: 15498
2004-05-24 17:36:53 +00:00
George Rhoten
42e5615866
ICU-2487 Don't use ::tolower. It will fail on tr_TR localized machines. Use uprv_tolower.
...
X-SVN-Rev: 15496
2004-05-24 17:01:12 +00:00
Alan Liu
efa0aef669
ICU-3659 compute as double to avoid overflow
...
X-SVN-Rev: 15494
2004-05-24 06:01:13 +00:00
Alan Liu
d08db4a33f
ICU-3659 assert values are in range before using them to index arrays
...
X-SVN-Rev: 15493
2004-05-24 05:59:54 +00:00
George Rhoten
77ae20ad84
ICU-3659 Unambiuate Math::floorDivide call.
...
X-SVN-Rev: 15489
2004-05-22 01:41:31 +00:00
George Rhoten
341b3ef174
ICU-3719 Don't export some variables and make some const.
...
X-SVN-Rev: 15467
2004-05-21 20:48:36 +00:00
Alan Liu
390b02ec5b
ICU-3659 add test and fix for udat_format failing with extreme dates (circa 10^27)
...
X-SVN-Rev: 15463
2004-05-21 20:25:52 +00:00
George Rhoten
2ea2f356c6
ICU-3100 Fix for z/OS
...
X-SVN-Rev: 15453
2004-05-21 17:14:35 +00:00
George Rhoten
df8374da27
ICU-2421 Fix for z/OS
...
X-SVN-Rev: 15452
2004-05-21 17:14:06 +00:00
Vladimir Weinstein
980f17b643
ICU-3100 More implementation of identifier <> collator functions
...
X-SVN-Rev: 15451
2004-05-21 06:56:06 +00:00
Alan Liu
f503bc6a8e
ICU-3659 fix docs
...
X-SVN-Rev: 15442
2004-05-20 22:02:08 +00:00
George Rhoten
bdd46debb0
ICU-3718 Fix a memory initialization error
...
X-SVN-Rev: 15439
2004-05-20 21:14:06 +00:00
Vladimir Weinstein
4aeaaed375
ICU-3100 Implementation of identifier <> collator functions
...
X-SVN-Rev: 15437
2004-05-20 21:03:31 +00:00
Eric Mader
abefef5844
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15411
2004-05-19 20:42:44 +00:00
Alan Liu
cb65962ab6
ICU-3500 fix msvc6 warnings
...
X-SVN-Rev: 15405
2004-05-19 17:28:20 +00:00
Steven R. Loomis
de66112963
ICU-2487 NULL -> '\0'
...
X-SVN-Rev: 15404
2004-05-19 15:44:12 +00:00
Ram Viswanadha
86383275f3
ICU-2487 fix for getLocale()
...
X-SVN-Rev: 15390
2004-05-18 23:08:35 +00:00
Steven R. Loomis
5ea1528081
ICU-2487 fix for getLocale()
...
X-SVN-Rev: 15387
2004-05-18 22:19:54 +00:00
Steven R. Loomis
a363606f4e
ICU-2487 simplify basic calendar factory.
...
X-SVN-Rev: 15381
2004-05-18 21:35:50 +00:00
Steven R. Loomis
66753f4215
ICU-2487 refactor calendar data, support CLDR 1.1 format
...
X-SVN-Rev: 15363
2004-05-18 02:06:28 +00:00
Steven R. Loomis
39ea0e9fe4
ICU-2487 refactor calendar access
...
X-SVN-Rev: 15362
2004-05-18 02:05:29 +00:00
Steven R. Loomis
3c3dfa11c8
ICU-2487 getFunctionalEquivalent signature changes
...
X-SVN-Rev: 15361
2004-05-18 02:04:31 +00:00
Alan Liu
850661f537
ICU-3746 add option for case folding to getExemplarSet
...
X-SVN-Rev: 15342
2004-05-17 21:42:43 +00:00
George Rhoten
648e3d7de3
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15331
2004-05-17 06:33:22 +00:00
George Rhoten
dc46ae20c6
ICU-3471 Cope with too many number format symbols
...
X-SVN-Rev: 15318
2004-05-14 22:38:37 +00:00
Vladimir Weinstein
b9259ec22a
ICU-3100 Fix another compiler error/warnings
...
X-SVN-Rev: 15293
2004-05-13 20:50:40 +00:00
Vladimir Weinstein
2966a803c9
ICU-3100 Fix compiler error/warnings
...
X-SVN-Rev: 15292
2004-05-13 20:45:53 +00:00
Vladimir Weinstein
3fdd79d0c3
ICU-3100 First cut of openFromShortString implementation
...
X-SVN-Rev: 15290
2004-05-13 09:02:33 +00:00
George Rhoten
1bf207e545
ICU-3741 Ignore some things that appear on Cygwin
...
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
George Rhoten
99c1ba64fb
ICU-3542 Fix order of #include and testing of API configuration
...
X-SVN-Rev: 15234
2004-05-10 19:26:02 +00:00
Vladimir Weinstein
d8a7dace58
ICU-3100 declarations of the new functions
...
X-SVN-Rev: 15212
2004-05-08 16:03:58 +00:00
Vladimir Weinstein
cd24824aca
ICU-3100 collator from/to short string and integer, get contractions APIs
...
X-SVN-Rev: 15210
2004-05-08 08:48:01 +00:00
Vladimir Weinstein
e37c56616b
ICU-3729 some fixes to [before]. Not complete.
...
X-SVN-Rev: 15209
2004-05-08 07:59:36 +00:00
George Rhoten
4e2017ef10
ICU-3734 Use the base address when needed on Windows.
...
X-SVN-Rev: 15173
2004-05-06 05:56:22 +00:00
Alan Liu
b57d64d5c6
ICU-3549 update docs
...
X-SVN-Rev: 15149
2004-05-04 23:54:53 +00:00
Alan Liu
97d71b3e84
ICU-2334 clarify docs
...
X-SVN-Rev: 15145
2004-05-04 20:02:16 +00:00
Alan Liu
a873c1261d
ICU-3549 add keyword param to getFunctionalEquivalent
...
X-SVN-Rev: 15123
2004-05-03 18:15:13 +00:00
Alan Liu
dac1d7dd63
ICU-3549 work around hp11 acc bug
...
X-SVN-Rev: 15113
2004-04-30 22:04:46 +00:00
Alan Liu
55fb939e90
ICU-3500 fix compiler warnings
...
X-SVN-Rev: 15100
2004-04-29 19:29:18 +00:00
George Rhoten
4f38b04d89
ICU-3719 Update version numbers
...
X-SVN-Rev: 15097
2004-04-29 19:12:32 +00:00
Alan Liu
6ce395572d
ICU-3500 fix compiler warnings
...
X-SVN-Rev: 15096
2004-04-29 18:54:22 +00:00
Alan Liu
72b466d350
ICU-2334 fix logic for decimal presence & sig digits
...
X-SVN-Rev: 15093
2004-04-29 05:57:38 +00:00
Alan Liu
07304e0e50
ICU-3500 fix compiler warning
...
X-SVN-Rev: 15087
2004-04-28 18:12:14 +00:00
George Rhoten
22acb3c825
ICU-2825 Fix last checkin for Windows.
...
X-SVN-Rev: 15076
2004-04-28 04:04:36 +00:00
Alan Liu
ceaea7c90d
ICU-2825 add protected default constructor
...
X-SVN-Rev: 15069
2004-04-28 00:12:33 +00:00
Alan Liu
87bf19f73e
ICU-2825 update class doc
...
X-SVN-Rev: 15067
2004-04-28 00:04:54 +00:00
Alan Liu
a34d7e2697
ICU-2825 tag as draft ICU 3.0
...
X-SVN-Rev: 15066
2004-04-28 00:04:20 +00:00
Alan Liu
1db13e2b86
ICU-2825 add Measure, MeasureUnit, CurrencyUnit, and CurrencyAmount classes, and operate through them
...
X-SVN-Rev: 15059
2004-04-27 21:47:09 +00:00
Alan Liu
e989896e67
ICU-3549 update implementation; add ucol_getFunctionalEquivalent
...
X-SVN-Rev: 15043
2004-04-24 02:59:03 +00:00
Alan Liu
52dafb16f7
ICU-3549 update docs; add ucol_getFunctionalEquivalent
...
X-SVN-Rev: 15042
2004-04-24 02:58:01 +00:00
Alan Liu
a22e089d93
ICU-3549 add getKeywords, getKeywordValues, and getFunctionalEquivalent
...
X-SVN-Rev: 15041
2004-04-24 02:57:18 +00:00
George Rhoten
76fc2868ef
ICU-2825 first implementation of MeasureFormat (Fix for Alan)
...
X-SVN-Rev: 15025
2004-04-22 23:45:22 +00:00
Alan Liu
5c3bf38e02
ICU-2825 first implementation of MeasureFormat
...
X-SVN-Rev: 15016
2004-04-21 18:50:55 +00:00
Alan Liu
461f739085
ICU-2825 first implementation of MeasureFormat
...
X-SVN-Rev: 15015
2004-04-21 18:05:06 +00:00
Alan Liu
662b4b3704
ICU-2825 minor fix
...
X-SVN-Rev: 15014
2004-04-21 17:58:13 +00:00
George Rhoten
d25bc2ab9b
ICU-3682 Make it easier for os/400 and Cygwin to do proper library versioning with usable names.
...
X-SVN-Rev: 15007
2004-04-19 17:32:30 +00:00
Alan Liu
6a3d881c1f
ICU-3549 add new collation tree API
...
X-SVN-Rev: 15000
2004-04-16 21:06:52 +00:00
Alan Liu
c879b59862
ICU-2825 add unum_formatDoubleCurrency and unum_parseDoubleCurrency
...
X-SVN-Rev: 14984
2004-04-15 18:15:17 +00:00
Alan Liu
9cca22e331
ICU-2825 add support for formatting and parsing currency amounts
...
X-SVN-Rev: 14978
2004-04-15 06:20:42 +00:00
Alan Liu
894fb68198
ICU-2825 add currency attribute
...
X-SVN-Rev: 14977
2004-04-15 06:19:55 +00:00
Alan Liu
1b599b02f2
ICU-2825 add currency name parsing support for DecimalFormat
...
X-SVN-Rev: 14976
2004-04-15 06:19:42 +00:00
Steven R. Loomis
90cbe55253
ICU-2487 move collation data into new tree
...
X-SVN-Rev: 14966
2004-04-14 19:58:08 +00:00
Doug Felt
a6bda657f2
ICU-2509 improve rbnf error handling
...
X-SVN-Rev: 14959
2004-04-14 18:55:19 +00:00
George Rhoten
4f3e9c90d2
ICU-3683 Remove a couple of allocations
...
X-SVN-Rev: 14955
2004-04-14 17:47:13 +00:00
Alan Liu
f667e25fdf
ICU-2334 add UNUM_SIGNIFICANT_DIGITS_USED
...
X-SVN-Rev: 14942
2004-04-12 23:38:01 +00:00
Alan Liu
e1b4d36b9f
ICU-2334 rename some API
...
X-SVN-Rev: 14941
2004-04-12 23:37:44 +00:00
Doug Felt
46f8a7fa55
ICU-2509 improve rbnf error handling
...
X-SVN-Rev: 14919
2004-04-09 19:58:58 +00:00
George Rhoten
015fce4246
ICU-2421 Don't use multi character chars.
...
X-SVN-Rev: 14917
2004-04-09 18:59:44 +00:00
Andy Heninger
f1f3be34f8
ICU-3170 More RBBI tweaks for Unicode 4.01 update
...
X-SVN-Rev: 14912
2004-04-08 23:38:02 +00:00
Ram Viswanadha
a11bcac7f5
ICU-3405 retract U_STABLE from an API ... this API was not marked so the script got confused
...
X-SVN-Rev: 14911
2004-04-08 23:31:09 +00:00
George Rhoten
3c981b5db7
ICU-3685 Use different function names.
...
X-SVN-Rev: 14910
2004-04-08 23:24:45 +00:00
George Rhoten
c7556e10ff
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14905
2004-04-08 19:11:25 +00:00
George Rhoten
5e9f5d084f
ICU-3500 Fix AIX compiler warnings
...
X-SVN-Rev: 14902
2004-04-07 22:19:26 +00:00
George Rhoten
da70b390bc
ICU-3682 Fix EBCDIC issue
...
X-SVN-Rev: 14901
2004-04-07 22:02:53 +00:00
George Rhoten
df336fd5c5
ICU-3500 Fix AIX compiler warnings
...
X-SVN-Rev: 14900
2004-04-07 21:58:43 +00:00
George Rhoten
232ee12872
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14896
2004-04-07 05:20:22 +00:00
Andy Heninger
d23bf8bf5e
ICU-3170 Grapheme Cluster Boundary rule tweak for Unicode 4.0
...
X-SVN-Rev: 14880
2004-04-06 05:31:17 +00:00
George Rhoten
bf80670ed2
ICU-3389 CygWin/MSVC "make clean" changes
...
X-SVN-Rev: 14869
2004-04-05 21:25:47 +00:00
Alan Liu
8cc0c7011e
ICU-2334 add public set/isSignificantDigits API; add min/max/useSignificantDigits fields
...
X-SVN-Rev: 14849
2004-04-03 17:56:14 +00:00
George Rhoten
7c64f98b9b
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 14835
2004-04-01 22:04:52 +00:00
Alan Liu
7972df88c4
ICU-3668 document that user subclasses are not supported in the Format hierarchy
...
X-SVN-Rev: 14833
2004-04-01 19:05:57 +00:00
Alan Liu
602ed54376
ICU-3666 remove CVS keywords from source
...
X-SVN-Rev: 14832
2004-04-01 06:52:12 +00:00
Alan Liu
09d688a683
ICU-3668 eliminate unnecessary casts
...
X-SVN-Rev: 14811
2004-03-31 22:10:06 +00:00
Alan Liu
1950e4123f
ICU-3668 make getRoundingMode const
...
X-SVN-Rev: 14810
2004-03-31 22:09:40 +00:00
Alan Liu
f2b6b0f836
ICU-3668 make getters const
...
X-SVN-Rev: 14799
2004-03-30 00:43:40 +00:00
Alan Liu
689390169c
ICU-3668 make getters const
...
X-SVN-Rev: 14798
2004-03-29 23:23:04 +00:00
Alan Liu
452ab328cf
ICU-3668 make getters const
...
X-SVN-Rev: 14790
2004-03-27 16:26:29 +00:00
Alan Liu
f6541cfe30
ICU-3668 make getters const -- can't do much here
...
X-SVN-Rev: 14789
2004-03-27 07:43:21 +00:00
Alan Liu
1a057ed7e4
ICU-3668 make C getters take const object pointer
...
X-SVN-Rev: 14788
2004-03-27 07:21:32 +00:00
Alan Liu
3f63c576e8
ICU-2334 typo
...
X-SVN-Rev: 14786
2004-03-27 04:49:28 +00:00
Alan Liu
06c4bd41f3
ICU-3667 prefer UErrorCode& to UErrorCode* in C++ API
...
X-SVN-Rev: 14785
2004-03-27 04:49:02 +00:00
Andy Heninger
c685748636
ICU-2421 regexp C API
...
X-SVN-Rev: 14777
2004-03-26 20:20:21 +00:00
Ram Viswanadha
bbe9de394c
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
...
X-SVN-Rev: 14775
2004-03-26 19:42:04 +00:00
George Rhoten
6d897671e7
ICU-3389 Fix library installation
...
X-SVN-Rev: 14773
2004-03-26 18:35:15 +00:00
George Rhoten
bb1df1918e
ICU-3389 Fix library installation
...
X-SVN-Rev: 14770
2004-03-26 17:57:09 +00:00
Andy Heninger
3854e7ced0
ICU-2421 C API for regular expressions
...
X-SVN-Rev: 14768
2004-03-26 01:23:01 +00:00
George Rhoten
1745685d1e
ICU-3389 First try at building tools into a bin directory and libraries into a lib directory.
...
X-SVN-Rev: 14767
2004-03-26 01:22:25 +00:00
Alan Liu
befd8f5bc2
ICU-2334 update docs; doxygen doesn't handle '@' properly
...
X-SVN-Rev: 14764
2004-03-25 21:18:13 +00:00
Alan Liu
2dae948bb0
ICU-2334 implement significant digits
...
X-SVN-Rev: 14762
2004-03-25 17:42:28 +00:00
George Rhoten
fee6977d9d
ICU-1722 Use FALSE, not false.
...
X-SVN-Rev: 14761
2004-03-25 16:28:25 +00:00
Alan Liu
032799bdf8
ICU-2334 initial checkin to support test file driven tests
...
X-SVN-Rev: 14758
2004-03-25 02:34:38 +00:00
Alan Liu
8382a0f9e7
ICU-2334 initial checkin to support test file driven tests
...
X-SVN-Rev: 14757
2004-03-25 02:34:37 +00:00
Alan Liu
19f6bee018
ICU-2334 add subclass method to internally set integer digit counts
...
X-SVN-Rev: 14756
2004-03-25 02:23:52 +00:00
George Rhoten
7fe030d918
ICU-3612 Don't explicitly specify the import libraries. Use the project dependencies.
...
X-SVN-Rev: 14750
2004-03-24 23:09:55 +00:00
Andy Heninger
0581a09aa5
ICU-2421 more regexp C API tests
...
X-SVN-Rev: 14747
2004-03-24 18:34:36 +00:00
George Rhoten
1a0bbd037f
ICU-2421 Fix the project files for Andy
...
X-SVN-Rev: 14741
2004-03-24 02:23:03 +00:00
Andy Heninger
ae49bd5e94
ICU-2421 C API for regular expressions
...
X-SVN-Rev: 14740
2004-03-24 01:57:51 +00:00
Doug Felt
c37337d00c
ICU-1722 rbnf can't handle small numbers
...
X-SVN-Rev: 14738
2004-03-24 00:40:49 +00:00
Andy Heninger
8be1908bd3
ICU-2421 Redo Regex C API changes lost in OSS crash
...
X-SVN-Rev: 14722
2004-03-22 22:35:35 +00:00
Andy Heninger
efeb3b480d
ICU-2421 Redo Regex C API changes lost in OSS crash
...
X-SVN-Rev: 14721
2004-03-22 22:16:21 +00:00
George Rhoten
64dd6012c8
ICU-1282 Fix this code for various compilers.
...
X-SVN-Rev: 14710
2004-03-16 17:09:44 +00:00
Andy Heninger
e7300c9b5a
ICU-2421 C API for regular expressions
...
X-SVN-Rev: 14700
2004-03-12 22:38:07 +00:00
Doug Felt
ed4dc729f1
ICU-1282 add C APIs for rule based number format
...
X-SVN-Rev: 14698
2004-03-12 20:15:13 +00:00
Alan Liu
59b829f9e3
ICU-3391 add support for YeugAZ fields; fix handling of S field; move FieldPosition selectors to udat
...
X-SVN-Rev: 14681
2004-03-11 14:03:37 +00:00
Alan Liu
143af6cc1b
ICU-3391 add support for YeugAZ fields
...
X-SVN-Rev: 14680
2004-03-11 14:00:00 +00:00
Alan Liu
685ba04d7a
ICU-3391 move FieldPosition selectors to udat
...
X-SVN-Rev: 14679
2004-03-11 13:59:09 +00:00
Alan Liu
f46fc3c62b
ICU-3391 add pattern chars for YeugAZ fields
...
X-SVN-Rev: 14678
2004-03-11 13:57:08 +00:00
Alan Liu
d537aad043
ICU-3391 add UDateFormatField
...
X-SVN-Rev: 14656
2004-03-09 21:12:49 +00:00
Alan Liu
d8a9624dfe
ICU-3631 improve performance by avoiding unnecessary field computation
...
X-SVN-Rev: 14635
2004-03-04 23:24:43 +00:00
Vladimir Weinstein
533c22109a
ICU-3505 missed static init in preprocessing
...
X-SVN-Rev: 14621
2004-03-01 23:19:46 +00:00
Steven R. Loomis
63985ec991
ICU-3016 fix GregorianCalendar::getActualMinimum to be consistent with base class
...
X-SVN-Rev: 14618
2004-03-01 16:04:43 +00:00
Steven R. Loomis
838ba76877
ICU-3016 fix Calendar::getActualMinimum
...
X-SVN-Rev: 14617
2004-03-01 16:03:52 +00:00
Vladimir Weinstein
2bd1bb28d3
ICU-3517 remove HexToUnicode and UnicodeToHex transliterators
...
X-SVN-Rev: 14609
2004-02-27 03:00:30 +00:00
Alan Liu
d70ecae2ec
ICU-3517 remove UnicodeFilterLogic and HexToUnicode- and UnicodeToHexTransliterator
...
X-SVN-Rev: 14592
2004-02-26 01:11:25 +00:00
Alan Liu
56f27d5462
ICU-3517 remove HexToUnicode and UnicodeToHex transliterators
...
X-SVN-Rev: 14589
2004-02-25 23:02:26 +00:00
Alan Liu
e9985abfd4
ICU-3517 implement countElements / getElement
...
X-SVN-Rev: 14588
2004-02-25 23:01:04 +00:00
Alan Liu
103b71eed3
ICU-3517 remove UnicodeFilterLogic
...
X-SVN-Rev: 14586
2004-02-25 20:06:34 +00:00
Andy Heninger
cdbbd81e4a
ICU-3039 assorted threading changes and cleanups, in search of the elusive
...
threading failure.
X-SVN-Rev: 14564
2004-02-23 04:36:02 +00:00
George Rhoten
4d1280ac61
ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
...
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
Alan Liu
d0393ac474
ICU-3089 disallow unquoted specials in suffix
...
X-SVN-Rev: 14555
2004-02-20 19:38:59 +00:00