Andy Heninger
|
90ef9b5f95
|
ICU-4101 add translit ID test.
X-SVN-Rev: 16324
|
2004-09-14 17:55:43 +00:00 |
|
Andy Heninger
|
ff3fb0923a
|
ICU-4100 msvc project file update
X-SVN-Rev: 16323
|
2004-09-14 17:49:41 +00:00 |
|
George Rhoten
|
7c8cde9cee
|
ICU-4073 Move -qALWLIBUPD=*YES and some other documentation.
X-SVN-Rev: 16322
|
2004-09-14 17:34:17 +00:00 |
|
Andy Heninger
|
8e505af9bb
|
ICU-4055 fixed bad comment, test to verify behavior.
X-SVN-Rev: 16321
|
2004-09-14 17:31:54 +00:00 |
|
Markus Scherer
|
5aa9e27ac0
|
ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
X-SVN-Rev: 16320
|
2004-09-14 16:58:51 +00:00 |
|
Markus Scherer
|
ba9290c9ab
|
ICU-4078 forgot to add -i description to help text
X-SVN-Rev: 16319
|
2004-09-14 13:47:24 +00:00 |
|
Markus Scherer
|
86ae6dd6fc
|
ICU-4078 U_INLINE->inline in .cpp
X-SVN-Rev: 16318
|
2004-09-14 00:52:37 +00:00 |
|
Markus Scherer
|
5320060c1a
|
ICU-4078 gennorm now needs other properties files - but must not depend on unorm.icu...
X-SVN-Rev: 16317
|
2004-09-13 23:40:06 +00:00 |
|
Markus Scherer
|
a52e1cd824
|
ICU-4078 enable building a UnicodeSet from a property using/loading only the relevant data file
X-SVN-Rev: 16316
|
2004-09-13 23:38:31 +00:00 |
|
Markus Scherer
|
a745bc2469
|
ICU-4078 separate unorm_compare() from unorm.cpp into its own file unormcmp.cpp so that unorm.cpp itself is independent of any properties outside of unorm.icu
X-SVN-Rev: 16315
|
2004-09-13 23:37:58 +00:00 |
|
Markus Scherer
|
95a00e8e5c
|
ICU-4078 check for error code
X-SVN-Rev: 16314
|
2004-09-13 23:33:48 +00:00 |
|
Markus Scherer
|
f7b7183d7a
|
ICU-4078 enable building a UnicodeSet from a property using/loading only the relevant data file
X-SVN-Rev: 16313
|
2004-09-13 23:33:22 +00:00 |
|
Markus Scherer
|
1ed0796a99
|
ICU-4078 gennorm now needs other properties files
X-SVN-Rev: 16312
|
2004-09-13 23:11:38 +00:00 |
|
George Rhoten
|
06966de3a9
|
ICU-4098 Allow some break iterators to be removed from the build.
X-SVN-Rev: 16311
|
2004-09-13 16:00:27 +00:00 |
|
George Rhoten
|
86e489fb77
|
ICU-4098 Prevent missing break iterators from crashing the build.
X-SVN-Rev: 16310
|
2004-09-13 15:39:02 +00:00 |
|
George Rhoten
|
276f299cfe
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16309
|
2004-09-13 00:10:12 +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
|
8066f2dfe3
|
ICU-4078 Make sure the cleanup function definition works in C++
X-SVN-Rev: 16306
|
2004-09-12 22:54:50 +00:00 |
|
George Rhoten
|
6fe68cb5ba
|
ICU-3855 Improve static libraries
X-SVN-Rev: 16305
|
2004-09-12 22:30:29 +00:00 |
|
Markus Scherer
|
c7b731f94b
|
ICU-4078 normalization exclusion sets: move their building (with set patterns) from unorm.cpp to gennorm so that runtime normalization code does not depend on all properties and uniset_props.cpp
X-SVN-Rev: 16304
|
2004-09-12 16:59:20 +00:00 |
|
Markus Scherer
|
bd1f26f937
|
ICU-4078 move property name comparison functions from uprops to propname
X-SVN-Rev: 16303
|
2004-09-11 22:02:10 +00:00 |
|
Markus Scherer
|
248e6ad8fa
|
ICU-4078 move functions to make uchar.c (core properties APIs) independent of ucase.c (case mapping)
X-SVN-Rev: 16302
|
2004-09-11 21:59:21 +00:00 |
|
Markus Scherer
|
b5eebb331e
|
ICU-4078 move functions to make uchar.c (core properties APIs) independent of uprops.c (universal properties APIs)
X-SVN-Rev: 16301
|
2004-09-11 15:04:40 +00:00 |
|
Markus Scherer
|
b92c4979a1
|
ICU-4078 make case-insensitive string comparisons independent of normalization code by duplicating parts of the unorm_compare() implementation
X-SVN-Rev: 16300
|
2004-09-11 14:24:31 +00:00 |
|
Markus Scherer
|
e46fb2345d
|
ICU-4078 simplify code for creating exclusion sets
X-SVN-Rev: 16299
|
2004-09-11 05:29:21 +00:00 |
|
George Rhoten
|
4b6fa85920
|
ICU-3696 Move less commonly used codepages towards the bottom of the alias table.
X-SVN-Rev: 16296
|
2004-09-10 06:42:15 +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 |
|
George Rhoten
|
3125a17c01
|
ICU-4078 Make sure that this can work without break iteration.
X-SVN-Rev: 16289
|
2004-09-10 03:19:27 +00:00 |
|
George Rhoten
|
eeac2edf68
|
ICU-4078 Remove unused headers due to file split.
X-SVN-Rev: 16288
|
2004-09-10 03:18:48 +00:00 |
|
George Rhoten
|
074fecd712
|
ICU-4078 Move dependency of uloc API from locmap to uloc.
X-SVN-Rev: 16287
|
2004-09-09 07:57:42 +00:00 |
|
George Rhoten
|
a2173be0a3
|
ICU-3696 Replace jisx-201 with ibm-897.
X-SVN-Rev: 16286
|
2004-09-09 07:57:06 +00:00 |
|
George Rhoten
|
4e51efe20d
|
ICU-3905 Remove unused headers
X-SVN-Rev: 16285
|
2004-09-09 07:34:37 +00:00 |
|
George Rhoten
|
6595a71959
|
ICU-3969 Ignore new files
X-SVN-Rev: 16284
|
2004-09-09 06:32:21 +00:00 |
|
George Rhoten
|
3dad571a44
|
ICU-4078 Remove unused code.
X-SVN-Rev: 16283
|
2004-09-09 06:26:00 +00:00 |
|
George Rhoten
|
587e2cef3e
|
ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16282
|
2004-09-09 05:55:01 +00:00 |
|
George Rhoten
|
4c9c1a4c61
|
ICU-3925 Make sure that a rebuild all doesn't complain about transliterator .txt files missing.
X-SVN-Rev: 16281
|
2004-09-09 02:35:06 +00:00 |
|
George Rhoten
|
54372e084e
|
ICU-4078 Allow the majority of the converter API to not depend on ures_ API.
X-SVN-Rev: 16280
|
2004-09-09 00:57:05 +00:00 |
|
George Rhoten
|
9d54cafb75
|
ICU-4078 Move dependency of uloc API from locmap to uloc.
X-SVN-Rev: 16279
|
2004-09-08 23:28:51 +00:00 |
|
George Rhoten
|
2c2853f1fe
|
ICU-4078 Don't use uloc_getDefault when it's not needed.
Also the example is better to use NULL for getting the default locale.
X-SVN-Rev: 16278
|
2004-09-08 22:25:45 +00:00 |
|
Markus Scherer
|
b1c08ad27e
|
ICU-3969 add dependency makedata->gencase
X-SVN-Rev: 16277
|
2004-09-08 14:32:05 +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
|
62525d7ea0
|
ICU-3969 remove unused variables
X-SVN-Rev: 16275
|
2004-09-08 14:05:44 +00:00 |
|
George Rhoten
|
c876971e64
|
ICU-3969 errorCode was not initialized
X-SVN-Rev: 16273
|
2004-09-08 00:19:10 +00:00 |
|
George Rhoten
|
35591b2f7a
|
ICU-3969 Fix the gencase dependencies in vs.net
X-SVN-Rev: 16272
|
2004-09-07 23:45:09 +00:00 |
|
George Rhoten
|
04cb6cc1ff
|
ICU-4078 oops
X-SVN-Rev: 16271
|
2004-09-07 23:25:53 +00:00 |
|
George Rhoten
|
061938e026
|
ICU-3969 Add genccase's Makefile to configure.
X-SVN-Rev: 16270
|
2004-09-07 23:11:22 +00:00 |
|
Markus Scherer
|
4e8f1e5b40
|
ICU-4078 move dependency on uloc code from low-level ucase.c to somewhat higher ustrcase.c
X-SVN-Rev: 16269
|
2004-09-07 22:04:47 +00:00 |
|
Markus Scherer
|
d07a737592
|
ICU-4078 forgot to move 2 constants from ustrtrns.c
X-SVN-Rev: 16268
|
2004-09-07 21:32:01 +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
|
8a3a93deed
|
ICU-4078 use USetAdder interface to remove dependencies of low-level code on the USet/UnicodeSet implementation
X-SVN-Rev: 16265
|
2004-09-07 17:59:53 +00:00 |
|
Markus Scherer
|
02ef1c94e9
|
ICU-4078 move string<->WCS transformation functions into a separate implementation file for better modularization
X-SVN-Rev: 16264
|
2004-09-07 17:49:59 +00:00 |
|
Markus Scherer
|
ad26585df2
|
ICU-3969 rename gencase for HP
X-SVN-Rev: 16263
|
2004-09-06 16:04:57 +00:00 |
|
Markus Scherer
|
fcfb33ec99
|
ICU-3969 build ucase.icu
X-SVN-Rev: 16262
|
2004-09-06 16:04:26 +00:00 |
|
Markus Scherer
|
44415c556a
|
ICU-3969 swap ucase.icu
X-SVN-Rev: 16261
|
2004-09-06 16:02:27 +00:00 |
|
Markus Scherer
|
f9bf55cf9e
|
ICU-3969 build gencase
X-SVN-Rev: 16260
|
2004-09-06 16:01:53 +00:00 |
|
Markus Scherer
|
a1ae4d7e56
|
ICU-3969 move base definitions to common/ucase.h
X-SVN-Rev: 16259
|
2004-09-06 16:00:41 +00:00 |
|
Markus Scherer
|
057bcfd819
|
ICU-3969 store case-ignorable flags, maxFullLength; other fixes
X-SVN-Rev: 16258
|
2004-09-06 16:00:23 +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 |
|
Markus Scherer
|
9f84b31d3a
|
ICU-3969 add macro for lazy initialization check
X-SVN-Rev: 16256
|
2004-09-06 15:41:52 +00:00 |
|
Markus Scherer
|
1fedbad320
|
ICU-3969 initial code using ucase.icu for case mappings and related properties
X-SVN-Rev: 16255
|
2004-09-06 15:40:03 +00:00 |
|
Markus Scherer
|
c165f1dd07
|
ICU-1870 add default folding functions
X-SVN-Rev: 16254
|
2004-09-06 15:38:09 +00:00 |
|
George Rhoten
|
08382a4b07
|
ICU-3938 Related to cldrbug 235.
Separate cldr tests from cloctst, and depend on testLocale instead of root for testing
X-SVN-Rev: 16253
|
2004-09-03 20:51: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
|
0fc1c57375
|
ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle.
X-SVN-Rev: 16250
|
2004-09-03 15:17:54 +00:00 |
|
George Rhoten
|
95873dd022
|
ICU-4084 Improve DateFormat construction performance.
X-SVN-Rev: 16247
|
2004-09-02 19:08:28 +00:00 |
|
Ram Viswanadha
|
fd5588b821
|
ICU-2168 update to unicode string perf test
X-SVN-Rev: 16246
|
2004-09-02 00:47:53 +00:00 |
|
George Rhoten
|
4f4a5b9518
|
ICU-3651 Remove debugging information from test output.
X-SVN-Rev: 16245
|
2004-09-01 22:27:55 +00:00 |
|
George Rhoten
|
0bb8b36fd5
|
ICU-3651 Remove compiler warnings
X-SVN-Rev: 16244
|
2004-09-01 22:21:50 +00:00 |
|
Ram Viswanadha
|
ff3aa8020e
|
cldrbug 202: update experimetal data
X-SVN-Rev: 16242
|
2004-09-01 18:34:06 +00:00 |
|
Steven R. Loomis
|
9b4ae3bd1b
|
ICU-3651 uloc_setKeywordValue (partial: need test for removal of keywords)
X-SVN-Rev: 16241
|
2004-09-01 02:25:14 +00:00 |
|
Steven R. Loomis
|
feba47022c
|
ICU-3651 uloc_setKeywordValue (partial: needs sorting and removal)
X-SVN-Rev: 16240
|
2004-09-01 02:24:46 +00:00 |
|
Steven R. Loomis
|
bd388e4f26
|
ICU-3841 ures_open change
X-SVN-Rev: 16239
|
2004-09-01 01:20:34 +00:00 |
|
Steven R. Loomis
|
2dc9cb9c98
|
ICU-3841 change in ures_open behavior & client fix
X-SVN-Rev: 16238
|
2004-09-01 01:17:47 +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
|
692558749f
|
ICU-3744 Fix a compiler warning
X-SVN-Rev: 16233
|
2004-08-31 21:33:56 +00:00 |
|
George Rhoten
|
32a46bedba
|
ICU-4084 Sync the C and C++ API, and move internal function to internal headers.
X-SVN-Rev: 16232
|
2004-08-31 21:32:49 +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 |
|
Steven R. Loomis
|
76efb4902e
|
ICU-3744 put space between multiple keywords in display
X-SVN-Rev: 16228
|
2004-08-31 20:51:51 +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 |
|
Steven R. Loomis
|
a12161ce8d
|
ICU-3744 new test for multiple keywords in uloc_getDisplayName()
X-SVN-Rev: 16224
|
2004-08-31 20:30:04 +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
|
70c60ebe4e
|
ICU-4053 Improve some documentation.
X-SVN-Rev: 16220
|
2004-08-31 17:47:21 +00:00 |
|
George Rhoten
|
6305b1b5d8
|
ICU-3068 Add tests for opening/closing converters.
X-SVN-Rev: 16219
|
2004-08-31 05:53:41 +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
|
57fb215934
|
ICU-4078 Further separate the default converter from the rest of the ustring internal API
X-SVN-Rev: 16217
|
2004-08-30 23:22:46 +00:00 |
|
Markus Scherer
|
7b14db432e
|
ICU-4078 split uset_props.cpp from uset.cpp to disentangle properties code from core UnicodeSet/USet
X-SVN-Rev: 16216
|
2004-08-30 22:35:58 +00:00 |
|
Markus Scherer
|
74e476e111
|
ICU-3969 initial code for gencase, generate ucase.icu containing only and all case mapping properties
X-SVN-Rev: 16215
|
2004-08-30 22:35:27 +00:00 |
|
Markus Scherer
|
d5631e445c
|
ICU-3969 initial code for gencase, generate ucase.icu containing only and all case mapping properties
X-SVN-Rev: 16214
|
2004-08-30 22:13:08 +00:00 |
|
Markus Scherer
|
f415ea5e5a
|
ICU-3969 move propsvec from genprops to toolutil (with small changes)
X-SVN-Rev: 16213
|
2004-08-30 22:11:48 +00:00 |
|
Markus Scherer
|
3cb19a531f
|
ICU-4078 split uset_props.cpp from uset.cpp to disentangle properties code from core UnicodeSet/USet
X-SVN-Rev: 16212
|
2004-08-30 16:43:03 +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
|
e15fa2960f
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16210
|
2004-08-28 04:58:15 +00:00 |
|
George Rhoten
|
4b9b1afde3
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16209
|
2004-08-28 04:42:33 +00:00 |
|
George Rhoten
|
fe5df86581
|
ICU-3905 Fix some compiler warnings, and compiler errors based on previous check-in.
X-SVN-Rev: 16208
|
2004-08-27 23:01:05 +00:00 |
|
George Rhoten
|
4c951c59c7
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16207
|
2004-08-27 22:50:05 +00:00 |
|
George Rhoten
|
1b02c70039
|
ICU-4073 Add -qALWLIBUPD=*YES and some other documentation.
X-SVN-Rev: 16206
|
2004-08-27 21:37:46 +00:00 |
|
George Rhoten
|
05c4f001c7
|
ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16205
|
2004-08-27 20:30:54 +00:00 |
|
George Rhoten
|
3dc9fd0f34
|
ICU-4078 Further separate the default converter from the rest of the ustring internal API
X-SVN-Rev: 16204
|
2004-08-27 20:29:52 +00:00 |
|
Markus Scherer
|
0b88fcb2fe
|
ICU-4078 add ustr_cnv.h
X-SVN-Rev: 16203
|
2004-08-27 18:21:30 +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
|
4804d98d00
|
ICU-4078 Further separate the default converter from the rest of the ustring internal API
X-SVN-Rev: 16201
|
2004-08-27 17:56:01 +00:00 |
|
George Rhoten
|
22d8e01eca
|
ICU-4078 Fix VS.NET compiler errors
X-SVN-Rev: 16197
|
2004-08-27 16:53:29 +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
|
bc04cf3e3f
|
ICU-3855 Make sure that assertions are disabled in the library code in release mode.
The project files work the same way.
X-SVN-Rev: 16195
|
2004-08-27 03:56:13 +00:00 |
|
Markus Scherer
|
2327dcdc7f
|
ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16194
|
2004-08-26 22:58:39 +00:00 |
|
Markus Scherer
|
53e086dc9a
|
ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16193
|
2004-08-26 22:51:40 +00:00 |
|
Ram Viswanadha
|
4022fb8305
|
cldrbug 202: add specials for preserving ICU LocaleScript information
X-SVN-Rev: 16192
|
2004-08-26 20:48:21 +00:00 |
|
Ram Viswanadha
|
028d215dfa
|
cldrbug 202: add specials for preserving ICU collation version information
X-SVN-Rev: 16191
|
2004-08-26 20:47:10 +00:00 |
|
Ram Viswanadha
|
72385e2d61
|
ICU-3925 preserve the ICU version information
X-SVN-Rev: 16190
|
2004-08-26 20:45:12 +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
|
5e6496ac05
|
ICU-2777 Change the default codepage detection so that it can react
to the program's default codepage,
which may be different than the user requested locale with codepage.
X-SVN-Rev: 16188
|
2004-08-26 19:07:59 +00:00 |
|
George Rhoten
|
b376366f95
|
ICU-4079 Don't guess the codeset with uprv_defaultCodePageForLocale
X-SVN-Rev: 16187
|
2004-08-26 18:10:49 +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 |
|
Eric Mader
|
8a4279d08f
|
ICU-4026 allow the pieces of a split matra as input. Cleaned up the rendering of matras without a vowel.
X-SVN-Rev: 16185
|
2004-08-24 22:42:42 +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 |
|
George Rhoten
|
254eea3c6e
|
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
X-SVN-Rev: 16182
|
2004-08-24 17:21:14 +00:00 |
|
Ram Viswanadha
|
b4f6b28433
|
ICU-3925 add data generated from CLDR
X-SVN-Rev: 16173
|
2004-08-20 23:12:31 +00:00 |
|
Eric Mader
|
a50195d005
|
ICU-3775 Don't add the required feature 's lookups to the lookupOrderArray if it's also listed in the featurepIndexArray in the LangSys.
X-SVN-Rev: 16172
|
2004-08-20 18:14:29 +00:00 |
|
Eric Mader
|
ff1abcef11
|
ICU-3306 accent positioning needs to set the glyph adjustment rather than adjusting it.
X-SVN-Rev: 16171
|
2004-08-20 18:12:26 +00:00 |
|
Eric Mader
|
e7c90c6f7d
|
ICU-3732 part 1 - add canonical tables for all scripts; combine "canned" Arabic table w/ canonical table; change OT Hebrew to just use the default tags.
X-SVN-Rev: 16169
|
2004-08-20 00:54:26 +00:00 |
|
Eric Mader
|
465235aad2
|
ICU-3732 part 1 - add canonical tables for all scripts; combine "canned" Arabic table w/ canonical table; change OT Hebrew to just use the default tags.
X-SVN-Rev: 16168
|
2004-08-19 23:51:11 +00:00 |
|
Ram Viswanadha
|
69e7f9fdf3
|
ICU-3301 add test for weekend data
X-SVN-Rev: 16166
|
2004-08-17 19:55:19 +00:00 |
|
Ram Viswanadha
|
3c407b3c53
|
ICU-3301 fix problems after adding a test
X-SVN-Rev: 16165
|
2004-08-17 19:54:07 +00:00 |
|
George Rhoten
|
596137b579
|
ICU-3925 This file seems corrupted. Temporarily revert this file back to something that works.
X-SVN-Rev: 16163
|
2004-08-13 21:41:01 +00:00 |
|
Ram Viswanadha
|
92ee484db5
|
ICU-3925 test updates
X-SVN-Rev: 16162
|
2004-08-13 20:35:56 +00:00 |
|
Ram Viswanadha
|
149bca66b8
|
ICU-3925 update to gendtjar.pl for handling multiple trees
X-SVN-Rev: 16161
|
2004-08-13 20:35:29 +00:00 |
|
Ram Viswanadha
|
6b04499419
|
ICU-3925 dont produce info messages unless in verbose mode
X-SVN-Rev: 16160
|
2004-08-13 20:35:04 +00:00 |
|
Ram Viswanadha
|
15bd863941
|
ICU-3925 various fixes
X-SVN-Rev: 16159
|
2004-08-13 20:34:31 +00:00 |
|
Ram Viswanadha
|
cbe2b49624
|
ICU-3925 fix access violation
X-SVN-Rev: 16158
|
2004-08-13 20:32:07 +00:00 |
|
Ram Viswanadha
|
4f62d8fef2
|
ICU-3925 move currency data to misc tree and fix number elements
X-SVN-Rev: 16156
|
2004-08-13 20:30:23 +00:00 |
|
Ram Viswanadha
|
73b8b1f0e2
|
ICU-3925 move currency data to misc tree
X-SVN-Rev: 16155
|
2004-08-13 20:29:14 +00:00 |
|
Ram Viswanadha
|
c78f4e17c0
|
ICU-3925 first cut of data generated from LDML
X-SVN-Rev: 16154
|
2004-08-13 20:28:14 +00:00 |
|
George Rhoten
|
c6099fb59d
|
ICU-3720 Make it possible to read from stdin.
Can't easily automate this test case
X-SVN-Rev: 16153
|
2004-08-13 17:05:00 +00:00 |
|
George Rhoten
|
2cb0f10a47
|
ICU-2641 Return the right number when scanf returns an error.
X-SVN-Rev: 16152
|
2004-08-13 17:03:17 +00:00 |
|
George Rhoten
|
7dc0bc6c07
|
ICU-2641 Return the right number when scanf is at the end of file,
and increase the code coverage of similar cases.
X-SVN-Rev: 16151
|
2004-08-13 08:05:43 +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 |
|
Steven R. Loomis
|
0cc1b6a9ed
|
cldrbug 65535: test
X-SVN-Rev: 16149
|
2004-08-12 23:10:50 +00:00 |
|
George Rhoten
|
bd4b90e783
|
ICU-3963 Update ICU for the correct file order
X-SVN-Rev: 16148
|
2004-08-12 22:01:32 +00:00 |
|
George Rhoten
|
af9958522e
|
ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16147
|
2004-08-12 17:19:31 +00:00 |
|
George Rhoten
|
4f1203de66
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16146
|
2004-08-11 22:16:29 +00:00 |
|
George Rhoten
|
a409a9daa8
|
ICU-4012 Remove the version bomb.
We won't implement UObject::operator== for a long time.
X-SVN-Rev: 16145
|
2004-08-11 21:35:15 +00:00 |
|
George Rhoten
|
6fd8f0e5b7
|
ICU-3341 Add some missing uset_* API.
X-SVN-Rev: 16142
|
2004-08-10 23:22:21 +00:00 |
|
George Rhoten
|
bc3e17b567
|
ICU-4053 Fix some Windows building instructions.
X-SVN-Rev: 16141
|
2004-08-10 18:26:38 +00:00 |
|
George Rhoten
|
f41c4acfe8
|
ICU-4053 Fix batch building documentation.
X-SVN-Rev: 16140
|
2004-08-10 18:15:12 +00:00 |
|
Eric Mader
|
16a2ce1683
|
ICU-4050 script to find files w/o an IBM Copyright notice.
X-SVN-Rev: 16139
|
2004-08-10 17:57:01 +00:00 |
|
Eric Mader
|
df88e906c4
|
ICU-4050 added missing copyright notices.
X-SVN-Rev: 16138
|
2004-08-10 17:55:00 +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 |
|
Markus Scherer
|
27f1dd1bda
|
ICU-3497 provide correct NFC/NFKC normalization for both before and after the PRI #29 fix
X-SVN-Rev: 16134
|
2004-08-09 14:47:53 +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 |
|
George Rhoten
|
4bbfad48e4
|
ICU-4053 Fix a documentation typo
X-SVN-Rev: 16132
|
2004-08-08 19:25:11 +00:00 |
|
Eric Mader
|
5dff932095
|
ICU-4050 fix errors in the Malayalam character class table.
X-SVN-Rev: 16126
|
2004-08-06 22:33:21 +00:00 |
|
Eric Mader
|
bea1b904c8
|
ICU-3637 change U+0CC3, U+0CC4, U+0CD6 from _dr to _lm.
X-SVN-Rev: 16125
|
2004-08-06 18:35:12 +00:00 |
|
Eric Mader
|
fe018518b8
|
ICU-3626 add new character class for Bengali A/E, which can be followed by a virama.
X-SVN-Rev: 16124
|
2004-08-06 18:13:16 +00:00 |
|
George Rhoten
|
084c60a123
|
ICU-3960 Fix make -j2
X-SVN-Rev: 16123
|
2004-08-06 16:37:05 +00:00 |
|
George Rhoten
|
9640f8d93c
|
ICU-3960 Improve parallel make, and don't remake the directories when they exist.
X-SVN-Rev: 16122
|
2004-08-06 06:18:13 +00:00 |
|
George Rhoten
|
ddae6905a0
|
ICU-3960 Fix -j2 without constant rebuilding
X-SVN-Rev: 16121
|
2004-08-06 06:16:42 +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 |
|
George Rhoten
|
ba2f349454
|
ICU-4043 Use a real path to source data.
X-SVN-Rev: 16119
|
2004-08-05 23:35:31 +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 |
|
Ram Viswanadha
|
422c958275
|
ICU-3925 look for data in test data bundle on ICU data bundle
X-SVN-Rev: 16116
|
2004-08-05 20:24:31 +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
|
ca84869b33
|
ICU-4024 fix new line handling bugs in regexp
X-SVN-Rev: 16114
|
2004-08-05 05:32:19 +00:00 |
|
George Rhoten
|
ee775563d3
|
ICU-4043 Cygwin/MSVC can now handle out of source builds
X-SVN-Rev: 16113
|
2004-08-05 03:53:46 +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 |
|
George Rhoten
|
c1b416b405
|
ICU-4043 Improve test data building, and don't make symbolic links when it's not needed.
X-SVN-Rev: 16111
|
2004-08-04 23:41:42 +00:00 |
|
George Rhoten
|
dbe287d222
|
ICU-4043 These files aren't used.
X-SVN-Rev: 16110
|
2004-08-04 23:41:03 +00:00 |
|
George Rhoten
|
8900cd8fab
|
ICU-4043 Use a real path to source data.
X-SVN-Rev: 16109
|
2004-08-04 23:40:31 +00:00 |
|
George Rhoten
|
c34f70c3b8
|
ICU-3960 Fix out of source builds.
X-SVN-Rev: 16108
|
2004-08-04 23:27:14 +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 |
|
Ram Viswanadha
|
ecbbbe2756
|
ICU-3925 fix failure on Solaris, AIX.. etc
X-SVN-Rev: 16103
|
2004-08-03 23:11:13 +00:00 |
|
Ram Viswanadha
|
d60a3d2eb2
|
ICU-3925 fix typo
X-SVN-Rev: 16102
|
2004-08-03 20:06:47 +00:00 |
|
Ram Viswanadha
|
e06b1e99f3
|
ICU-3925 separate Transliterator data to its own tree
X-SVN-Rev: 16101
|
2004-08-03 18:09:38 +00:00 |
|
Ram Viswanadha
|
c9dd5a6867
|
ICU-3925 separate Transliterator data to its own tree
X-SVN-Rev: 16100
|
2004-08-03 18:00:01 +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
|
27ba4ce741
|
ICU-2095 Make sure that tools don't depend on ICU_DATA
X-SVN-Rev: 16093
|
2004-07-30 01:20:46 +00:00 |
|
George Rhoten
|
48b4a662fb
|
ICU-2095 Make sure that tools don't depend on ICU_DATA
X-SVN-Rev: 16090
|
2004-07-29 04:58:41 +00:00 |
|
George Rhoten
|
698109e3fe
|
ICU-4012 Hide the time bomb test failure again.
X-SVN-Rev: 16076
|
2004-07-27 04:58:42 +00:00 |
|
George Rhoten
|
c3319c7d8f
|
ICU-3960 Fix builds with a space in the directory name
X-SVN-Rev: 16075
|
2004-07-27 02:36:30 +00:00 |
|
George Rhoten
|
3cc8cee776
|
ICU-3960 Fix make -j2
X-SVN-Rev: 16065
|
2004-07-20 05:44:58 +00:00 |
|
George Rhoten
|
96d74762fc
|
ICU-3960 shorten the length of each compile line.
X-SVN-Rev: 16064
|
2004-07-20 05:37:42 +00:00 |
|
George Rhoten
|
8091ad6d37
|
ICU-3960 Fix a typo
X-SVN-Rev: 16063
|
2004-07-20 02:53:14 +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
|
8a415970ae
|
ICU-3960 Separate test data and ICU data building.
X-SVN-Rev: 16061
|
2004-07-20 00:13:05 +00:00 |
|
George Rhoten
|
5e9396ee06
|
ICU-3960 Regenerate configure. Previous change had an intermediate version
X-SVN-Rev: 16060
|
2004-07-20 00:03:30 +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
|
0f0b84374c
|
ICU-3963 Update ICU version
X-SVN-Rev: 16057
|
2004-07-19 21:20:53 +00:00 |
|
George Rhoten
|
b87fed8371
|
ICU-3963 Update ICU
X-SVN-Rev: 16056
|
2004-07-19 21:18:18 +00:00 |
|
George Rhoten
|
30ba09242b
|
ICU-3960 Remove unused variables when creating a library
X-SVN-Rev: 16054
|
2004-07-19 14:17:45 +00:00 |
|
George Rhoten
|
296f8d4019
|
ICU-3960 Remove unused pkgdata definitions
X-SVN-Rev: 16053
|
2004-07-19 14:14:33 +00:00 |
|
George Rhoten
|
5cdc63f5cc
|
ICU-3960 Separate test data and ICU data building.
X-SVN-Rev: 16052
|
2004-07-19 14:10:08 +00:00 |
|
George Rhoten
|
087be42573
|
ICU-3960 Separate test data and ICU data building.
Follow normal naming scheme for partial and complete makefiles
X-SVN-Rev: 16051
|
2004-07-19 07:03:14 +00:00 |
|
George Rhoten
|
3b29b9139b
|
ICU-3925 Don't use -q on genrb so much. It hides issues with RBNF resource bundles.
X-SVN-Rev: 16050
|
2004-07-18 23:09:17 +00:00 |
|
George Rhoten
|
7497b4f8b0
|
ICU-2095 Make sure that tools don't depend on ICU_DATA
X-SVN-Rev: 16049
|
2004-07-18 22:04:47 +00:00 |
|
George Rhoten
|
f7e765aa90
|
ICU-3925 Remove incomplete data
X-SVN-Rev: 16048
|
2004-07-18 21:54:32 +00:00 |
|
George Rhoten
|
3e9a805cc3
|
ICU-3771 Update iso-639 list
X-SVN-Rev: 16047
|
2004-07-18 20:49:33 +00:00 |
|
George Rhoten
|
a1e37e9cd9
|
ICU-3609 Test that ja_JP is cannonicalized correctly
X-SVN-Rev: 16045
|
2004-07-18 10:34:46 +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
|
a8c47516eb
|
ICU-3857 Return a CCSID for gb18030
X-SVN-Rev: 16043
|
2004-07-18 09:57:18 +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
|
a91586a1d3
|
ICU-3614 Sync up platform.h and pwin32.h
X-SVN-Rev: 16041
|
2004-07-18 09:00:39 +00:00 |
|
George Rhoten
|
0a062c2b8b
|
ICU-3196 Fix documentation
X-SVN-Rev: 16040
|
2004-07-18 06:22:21 +00:00 |
|
George Rhoten
|
0b8d26f1cf
|
ICU-3821 Fix a path issue
X-SVN-Rev: 16039
|
2004-07-18 05:02:45 +00:00 |
|
George Rhoten
|
81e65e527f
|
ICU-3905 Fix some compiler warnings (non-optimal solution)
X-SVN-Rev: 16038
|
2004-07-18 05:01:24 +00:00 |
|
George Rhoten
|
234d74b5a0
|
ICU-3837 Fix some white space issues
X-SVN-Rev: 16037
|
2004-07-18 02:02:38 +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
|
8967f503cc
|
ICU-3837 Add UCONFIG_NO_SERVICE
X-SVN-Rev: 16033
|
2004-07-18 01:18:23 +00:00 |
|
George Rhoten
|
5ea493c577
|
ICU-3949 Fix some comments
X-SVN-Rev: 16032
|
2004-07-18 01:14:10 +00:00 |
|
George Rhoten
|
3e79a1d28c
|
ICU-3821 Fix uconv
X-SVN-Rev: 16029
|
2004-07-16 22:13:43 +00:00 |
|
George Rhoten
|
d4a9c17387
|
ICU-3821 Fix normal builds of ICU. uconv is still broken.
X-SVN-Rev: 16028
|
2004-07-16 22:03:13 +00:00 |
|
Ram Viswanadha
|
faa56bc083
|
ICU-3019 add dectetion of UTF-EBCDIC signature
X-SVN-Rev: 16027
|
2004-07-16 21:48:33 +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 |
|
George Rhoten
|
ecd01239d5
|
ICU-3946 Fix some tests to use U_EXPORT2 and U_CALLCONV more often
X-SVN-Rev: 16021
|
2004-07-16 15:44:52 +00:00 |
|
George Rhoten
|
a6432fd203
|
ICU-3946 Use U_EXPORT2 for operators
X-SVN-Rev: 16020
|
2004-07-16 15:43:19 +00:00 |
|
George Rhoten
|
b7ae145f93
|
ICU-3946 Fix some tests to use U_EXPORT2 more often
X-SVN-Rev: 16019
|
2004-07-16 15:05:14 +00:00 |
|
George Rhoten
|
e8f3a97f77
|
ICU-3946 Fix some tests to use U_EXPORT2 and U_CALLCONV more often
X-SVN-Rev: 16018
|
2004-07-16 06:52:44 +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 |
|
George Rhoten
|
888d61a4ae
|
ICU-3925 Fix make clean, and collation building rules.
X-SVN-Rev: 15991
|
2004-07-13 14:32:53 +00:00 |
|
George Rhoten
|
cd4853f4a7
|
ICU-3925 Remove collation compatibility mode. Properly implement resource bundle trees.
X-SVN-Rev: 15990
|
2004-07-13 08:08:17 +00:00 |
|
George Rhoten
|
ae09b13137
|
ICU-3575 Fix a documentation issue
X-SVN-Rev: 15989
|
2004-07-12 21:30:34 +00:00 |
|
George Rhoten
|
bbe23f0b02
|
ICU-3897 Use INSTALL_SCRIPT for icu-config
X-SVN-Rev: 15987
|
2004-07-09 15:43:36 +00:00 |
|
George Rhoten
|
4e30c5a621
|
ICU-3872 Change the destructor to virtual
X-SVN-Rev: 15960
|
2004-06-30 05:36:17 +00:00 |
|
Steven R. Loomis
|
bba9b51a9d
|
ICU-3821 interim fix for win32 files mode
X-SVN-Rev: 15947
|
2004-06-29 02:41:19 +00:00 |
|
George Rhoten
|
bf95904d79
|
ICU-3856 Fix Hebrew SpelloutRules
X-SVN-Rev: 15945
|
2004-06-28 05:59:45 +00:00 |
|
George Rhoten
|
31885629b8
|
ICU-3854 Merge pos400.h into platform.h
X-SVN-Rev: 15944
|
2004-06-28 05:43:51 +00:00 |
|
Eric Mader
|
4a7d6a6a44
|
ICU-3866 \endcide -> \endcode.
X-SVN-Rev: 15939
|
2004-06-23 17:04:41 +00:00 |
|
George Rhoten
|
1b5e05702e
|
ICU-3805 Remove dependency on string.h
X-SVN-Rev: 15938
|
2004-06-22 22:15:26 +00:00 |
|
George Rhoten
|
b713af369d
|
ICU-3854 XP_MAC is too out of date to update, and everyone is migrating to using Mac OS X (including metroworks)
X-SVN-Rev: 15937
|
2004-06-22 21:03:33 +00:00 |
|
George Rhoten
|
ab87c4e7fe
|
ICU-740 Make sure that the document in the Attic points to the correct location.
X-SVN-Rev: 15935
|
2004-06-22 15:26:25 +00:00 |
|
George Rhoten
|
f525be22c5
|
ICU-740 Make sure that the document in the Attic points to the correct location.
X-SVN-Rev: 15934
|
2004-06-22 15:26:11 +00:00 |
|
George Rhoten
|
f7773de7a2
|
ICU-3854 Fix for Windows
X-SVN-Rev: 15933
|
2004-06-21 23:25:46 +00:00 |
|
George Rhoten
|
395e77d5a2
|
ICU-3862 Fix a memory leak
X-SVN-Rev: 15930
|
2004-06-21 17:41:27 +00:00 |
|
George Rhoten
|
0cb8a1b76a
|
ICU-3851 Last minute fix for z/OS stubdata mode.
X-SVN-Rev: 15918
|
2004-06-18 22:41:55 +00:00 |
|
George Rhoten
|
809cedb225
|
ICU-3854 Merge pos400.h with platform.h so that people can properly use configure.
X-SVN-Rev: 15916
|
2004-06-18 18:23:05 +00:00 |
|
George Rhoten
|
85c501e808
|
ICU-3718 Make some data const.
X-SVN-Rev: 15915
|
2004-06-18 02:00:14 +00:00 |
|
George Rhoten
|
5d2239d45f
|
ICU-3851 Use multithreaded DLL instead of multithreaded libraries
X-SVN-Rev: 15914
|
2004-06-18 01:00:58 +00:00 |
|
George Rhoten
|
f5949cf4ef
|
ICU-3650 Fix some typos in the readme.html
X-SVN-Rev: 15913
|
2004-06-17 23:50:43 +00:00 |
|
George Rhoten
|
20f1f7a6e4
|
ICU-3852 Don't use malloc.h because Mac OS X doesn't have it. Use stdlib.h.
X-SVN-Rev: 15912
|
2004-06-17 23:17:56 +00:00 |
|
George Rhoten
|
5723699c2e
|
ICU-3718 Make some data const.
X-SVN-Rev: 15910
|
2004-06-17 22:17:39 +00:00 |
|
George Rhoten
|
00bed9009e
|
ICU-3718 Don't static statically construct a C++ object.
X-SVN-Rev: 15909
|
2004-06-17 22:17:16 +00:00 |
|
Eric Mader
|
ea1676d819
|
ICU-3852 changes for icuio library.
X-SVN-Rev: 15903
|
2004-06-17 19:25:52 +00:00 |
|
Ram Viswanadha
|
98920f3760
|
ICU-3820 fix doxygen warnings
X-SVN-Rev: 15902
|
2004-06-17 18:58:20 +00:00 |
|
Steven R. Loomis
|
8f28b582ad
|
ICU-3820 docs fixes
X-SVN-Rev: 15901
|
2004-06-17 18:57:52 +00:00 |
|
George Rhoten
|
07c3e030d5
|
ICU-1852 Don't include ures.h because it isn't needed.
X-SVN-Rev: 15900
|
2004-06-17 18:39:18 +00:00 |
|
Eric Mader
|
c5c4e24962
|
ICU-3852 Forgot to update the copyright notices...
X-SVN-Rev: 15899
|
2004-06-17 18:31:18 +00:00 |
|
George Rhoten
|
fd573feb3b
|
ICU-3851 Fix for z/OS because its version of GNU make doesn't handle macro function
X-SVN-Rev: 15898
|
2004-06-17 18:14:07 +00:00 |
|
Eric Mader
|
dc20a9e431
|
ICU-3852 update samples for 3.0 changes.
X-SVN-Rev: 15897
|
2004-06-17 18:05:46 +00:00 |
|
George Rhoten
|
37ecb499d4
|
ICU-3851 Fix for an old AIX xlc compiler.
X-SVN-Rev: 15896
|
2004-06-17 18:05:07 +00:00 |
|
George Rhoten
|
7ccaeb957e
|
ICU-3819 The individual files have been moved. The endianness is an issue
that needs to be resolved.
X-SVN-Rev: 15895
|
2004-06-17 16:35:49 +00:00 |
|
George Rhoten
|
c0ed6bb7a5
|
ICU-3466 Make the distclean target work
X-SVN-Rev: 15894
|
2004-06-17 15:36:19 +00:00 |
|
George Rhoten
|
137b9d4d0a
|
ICU-3718 Make some data read-only
X-SVN-Rev: 15893
|
2004-06-16 21:17:33 +00:00 |
|
Steven R. Loomis
|
1f30583f1a
|
ICU-2487 ICUDATA @internal
X-SVN-Rev: 15892
|
2004-06-16 20:50:40 +00:00 |
|
George Rhoten
|
3b290bedcb
|
ICU-3847 Fix different, but related, compiler errors and warnings.
X-SVN-Rev: 15888
|
2004-06-16 16:39:35 +00:00 |
|
George Rhoten
|
8fe130dfa7
|
ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15886
|
2004-06-15 22:59:27 +00:00 |
|
George Rhoten
|
fd1e12bff8
|
ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 15884
|
2004-06-15 22:54:48 +00:00 |
|
George Rhoten
|
c59373cb93
|
ICU-3847 Fix some compiler errors and warnings.
X-SVN-Rev: 15883
|
2004-06-15 22:36:18 +00:00 |
|
Eric Mader
|
6c34ce45ed
|
ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15882
|
2004-06-15 22:32:41 +00:00 |
|
Eric Mader
|
60d2cebe21
|
ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15881
|
2004-06-15 21:25:07 +00:00 |
|
Ram Viswanadha
|
bbf96aea2c
|
ICU-3500 fix unused param compiler warning
X-SVN-Rev: 15880
|
2004-06-15 21:25:06 +00:00 |
|
Eric Mader
|
ad42df258f
|
ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15879
|
2004-06-15 20:52:22 +00:00 |
|
George Rhoten
|
b9880da9fa
|
ICU-3650 Fix some formatting, and add some more information about Cygwin
X-SVN-Rev: 15878
|
2004-06-15 18:35:08 +00:00 |
|
Steven R. Loomis
|
86bbf3821e
|
ICU-3847 files mode - create dirs as needed
X-SVN-Rev: 15877
|
2004-06-15 17:53:28 +00:00 |
|
Steven R. Loomis
|
b6f89c8b69
|
ICU-3847 adding mkinstalldirs
X-SVN-Rev: 15876
|
2004-06-15 17:52:22 +00:00 |
|
Steven R. Loomis
|
091b6726be
|
ICU-3847 use the 'mangled' name for files mode
X-SVN-Rev: 15875
|
2004-06-15 17:49:56 +00:00 |
|
George Rhoten
|
092fb18d7e
|
ICU-3389 Use the right import library name
X-SVN-Rev: 15873
|
2004-06-14 22:53:54 +00:00 |
|
George Rhoten
|
f115cc73cf
|
ICU-3650 Update the os/400 GNU link
X-SVN-Rev: 15872
|
2004-06-14 22:44:00 +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 |
|
George Rhoten
|
a5574d068d
|
ICU-3820 Fix broken link
X-SVN-Rev: 15867
|
2004-06-13 09:48:21 +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 |
|
Steven R. Loomis
|
6758c17f35
|
ICU-3831 uconfig.h fixes.
X-SVN-Rev: 15863
|
2004-06-12 08:56:20 +00:00 |
|
Steven R. Loomis
|
22f679200d
|
ICU-3831 uconfig.h update
X-SVN-Rev: 15862
|
2004-06-12 08:53:41 +00:00 |
|
Steven R. Loomis
|
9e27c03f52
|
ICU-3831 undo prev change (fix in unorm.h)
X-SVN-Rev: 15861
|
2004-06-12 08:53:21 +00:00 |
|
George Rhoten
|
0e56433529
|
ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 15860
|
2004-06-12 06:16:57 +00:00 |
|
Ram Viswanadha
|
75e601ba7f
|
ICU-3405 add U_INTERNAL
X-SVN-Rev: 15859
|
2004-06-12 00:56:53 +00:00 |
|
Steven R. Loomis
|
b7891d12de
|
ICU-3650 mention bug 3841
X-SVN-Rev: 15858
|
2004-06-12 00:22:08 +00:00 |
|
Vladimir Weinstein
|
8c13042074
|
ICU-3100 fix a memory leak
X-SVN-Rev: 15857
|
2004-06-11 23:41:16 +00:00 |
|
George Rhoten
|
d02718c577
|
ICU-3650 Mention an XPLINK/iostream issue on z/OS
X-SVN-Rev: 15856
|
2004-06-11 22:01:10 +00:00 |
|
George Rhoten
|
75a7994466
|
ICU-3650 Update the reference platform list
X-SVN-Rev: 15854
|
2004-06-11 21:08:47 +00:00 |
|
George Rhoten
|
a05b728deb
|
ICU-3818 Update copyright notice
X-SVN-Rev: 15853
|
2004-06-11 20:37:50 +00:00 |
|
George Rhoten
|
f90078ff46
|
ICU-3466 Trying to remove the -kb CVS stickyness
X-SVN-Rev: 15847
|
2004-06-11 00:57:09 +00:00 |
|
George Rhoten
|
58e80343c4
|
ICU-3466 Trying to remove the -kb CVS stickyness
X-SVN-Rev: 15846
|
2004-06-11 00:55:32 +00:00 |
|