George Rhoten
8c1cec35ed
ICU-3259 Fix a memory leak.
...
X-SVN-Rev: 13393
2003-10-10 20:58:22 +00:00
George Rhoten
f13e8abf93
ICU-2256 Make u_fgets more compatible with fgets, and improve surrogate support.
...
X-SVN-Rev: 13392
2003-10-10 20:55:24 +00:00
Andy Heninger
42281a6605
ICU-2924 RBBI, line break monkey test, better conformance to spec
...
X-SVN-Rev: 13391
2003-10-10 18:57:42 +00:00
George Rhoten
58880d85c6
ICU-2235 Accidentally fixed wrong file. The iotest project will be added at a later date.
...
X-SVN-Rev: 13390
2003-10-10 17:53:41 +00:00
George Rhoten
069a559d4c
ICU-2235 Dependencies need to be fixed. Add icuswap to the dependency chain.
...
X-SVN-Rev: 13389
2003-10-10 17:51:33 +00:00
George Rhoten
4c32c44082
ICU-3258 Add some changes for reference
...
X-SVN-Rev: 13388
2003-10-10 17:17:50 +00:00
Syn Wee Quek
307771b192
ICU-871 synching thai forward and reverse iteration to have exactly the same collation elements
...
X-SVN-Rev: 13387
2003-10-10 01:54:16 +00:00
Syn Wee Quek
95b7eaadc2
ICU-871 synching forward and reverse iteration to have exactly the same collation elements
...
X-SVN-Rev: 13386
2003-10-10 00:55:32 +00:00
Andy Heninger
9f947e20dc
ICU-2924 RBBI, line break monkey test, better conformance to spec
...
X-SVN-Rev: 13385
2003-10-10 00:53:18 +00:00
Alan Liu
2d6ae0054b
ICU-3259 restore lazy allocation (important!), but with no memory leak
...
X-SVN-Rev: 13376
2003-10-09 20:30:05 +00:00
Alan Liu
6e75984cbe
ICU-3280 fix docs
...
X-SVN-Rev: 13374
2003-10-09 18:42:29 +00:00
George Rhoten
7ff9b0b7ce
ICU-3312 We no longer test properly getting the time zone from the OS.
...
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.
X-SVN-Rev: 13373
2003-10-09 18:25:24 +00:00
George Rhoten
758f52fc95
ICU-3259 Fix a memory leak. This seems like a better solution
...
X-SVN-Rev: 13372
2003-10-09 17:29:22 +00:00
George Rhoten
5e26d68460
ICU-3259 Fix a memory leak. This might be the solution.
...
X-SVN-Rev: 13371
2003-10-09 17:22:35 +00:00
Andy Heninger
72109e9494
ICU-2924 Line break update - fix some test failures.
...
X-SVN-Rev: 13370
2003-10-09 05:39:58 +00:00
Andy Heninger
d4524826ed
ICU-2924 RBBI, new style rule format, new line break rules. (14 known test failures, will fix real soon.)
...
X-SVN-Rev: 13364
2003-10-09 01:13:08 +00:00
George Rhoten
95996b6773
ICU-3259 Fix a memory leak
...
X-SVN-Rev: 13363
2003-10-08 22:43:26 +00:00
George Rhoten
a424744b3c
ICU-2942 Fix some documentation warnings.
...
X-SVN-Rev: 13362
2003-10-08 22:14:00 +00:00
George Rhoten
1fde66b031
ICU-2966 The example should use the new API.
...
X-SVN-Rev: 13360
2003-10-08 18:23:31 +00:00
George Rhoten
2ef6713835
ICU-2966 Remove unused private classes needed by old timezone implementation
...
X-SVN-Rev: 13359
2003-10-08 18:08:09 +00:00
George Rhoten
7c001d153c
ICU-3259 Fix a time zone failure
...
X-SVN-Rev: 13358
2003-10-07 23:56:36 +00:00
George Rhoten
c581387766
ICU-3259 Fix a time zone failure
...
X-SVN-Rev: 13356
2003-10-07 23:49:04 +00:00
George Rhoten
c65d4d8669
ICU-3312 We no longer test properly getting the time zone from the OS.
...
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.
X-SVN-Rev: 13353
2003-10-07 22:53:31 +00:00
George Rhoten
3f5619bf1e
ICU-2966 This file isn't used anymore. The Attic will retain these changes.
...
X-SVN-Rev: 13351
2003-10-07 22:27:52 +00:00
George Rhoten
09edf55f1c
ICU-3312 Remove the time zone option.
...
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.
X-SVN-Rev: 13350
2003-10-07 22:22:34 +00:00
George Rhoten
00e21ff118
ICU-3259 Remove the time zone option.
...
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.
X-SVN-Rev: 13349
2003-10-07 21:52:15 +00:00
George Rhoten
8f1deb1ece
ICU-3259 Remove the time zone option.
...
After fixing the memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because it doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.
X-SVN-Rev: 13348
2003-10-07 21:50:15 +00:00
Alan Liu
8b78a7ea5f
ICU-2906 no "//" allowed
...
X-SVN-Rev: 13347
2003-10-07 21:01:48 +00:00
George Rhoten
bd54471e54
ICU-2942 Sort the language and country names for easier comparison and to make it easier to find them.
...
X-SVN-Rev: 13346
2003-10-07 19:52:24 +00:00
George Rhoten
9969e5abe2
ICU-2942 Test getDisplayName
...
X-SVN-Rev: 13345
2003-10-07 19:51:31 +00:00
George Rhoten
41776fc2e1
ICU-3313 Fix library versioning
...
X-SVN-Rev: 13344
2003-10-07 18:36:09 +00:00
Alan Liu
7fffbdf68f
ICU-2906 make unescapeAt() handle escaped surrogate pairs
...
X-SVN-Rev: 13342
2003-10-07 18:10:37 +00:00
George Rhoten
81ed46198e
ICU-3222 Fix some compiler warnings.
...
X-SVN-Rev: 13338
2003-10-07 16:12:46 +00:00
George Rhoten
8e7a34ec49
ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
...
X-SVN-Rev: 13337
2003-10-07 15:49:47 +00:00
George Rhoten
b626ac0b2d
ICU-3221 Abstract classes shouldn't have a static class ID
...
X-SVN-Rev: 13336
2003-10-07 15:47:56 +00:00
Eric Mader
b80b8bc887
ICU-3314 Add U_NAMESPACE_BEGIN, U_NAMESPACE_END
...
X-SVN-Rev: 13335
2003-10-07 02:23:19 +00:00
Ram Viswanadha
cd76fee190
ICU-3115 fix a bug that prevents the code from picking up table names
...
X-SVN-Rev: 13334
2003-10-07 00:59:26 +00:00
George Rhoten
ef250cdd79
ICU-2256 Fix a performance issue. Don't initialize with the default locale when you're going to use it as a fill in object.
...
X-SVN-Rev: 13329
2003-10-06 22:41:57 +00:00
George Rhoten
e7ded0fd0d
ICU-3259 Fix a memory leak
...
X-SVN-Rev: 13328
2003-10-06 22:37:41 +00:00
George Rhoten
adec715ac1
ICU-3259 Fix memory initialization and memory leak problems.
...
X-SVN-Rev: 13327
2003-10-06 22:32:36 +00:00
George Rhoten
d982e0d2ab
ICU-3259 Make it easier to distinguish tests while using heap debugging tools.
...
X-SVN-Rev: 13326
2003-10-06 22:15:27 +00:00
George Rhoten
c2fbe47c86
ICU-2942 Don't go off the end of the string.
...
X-SVN-Rev: 13325
2003-10-06 21:13:54 +00:00
George Rhoten
6154b69b6c
ICU-1851 Fix uninitialized memory
...
X-SVN-Rev: 13324
2003-10-06 21:05:04 +00:00
George Rhoten
d91245b24c
ICU-3271 Fix a compiler warning for Mac OS 8/9
...
X-SVN-Rev: 13323
2003-10-06 15:55:31 +00:00
George Rhoten
74b020b976
ICU-3311 Change spelling for Sunday
...
X-SVN-Rev: 13322
2003-10-06 15:40:11 +00:00
Markus Scherer
1fed84843c
ICU-1838 forbid converting surrogate code points in UTF-16/32
...
X-SVN-Rev: 13321
2003-10-06 03:28:36 +00:00
George Rhoten
4f34da5a08
ICU-3258 Minor whitespace and documentation changes.
...
X-SVN-Rev: 13320
2003-10-05 23:44:30 +00:00
George Rhoten
539743d8d1
ICU-3156 Remove dead tests that don't need to be there anymore.
...
X-SVN-Rev: 13319
2003-10-04 17:55:32 +00:00
Alan Liu
996bc7de46
ICU-2920 update isRuleWhiteSpace to have a fixed set of characters per UTR #31
...
X-SVN-Rev: 13317
2003-10-04 00:37:18 +00:00
George Rhoten
fd7d8e1dc5
ICU-2942 Partial implementation of locale script API. More testing to be done later.
...
X-SVN-Rev: 13315
2003-10-03 23:57:04 +00:00
Andy Heninger
75b6798406
ICU-2128 RBBI monkey test, add periodic tic output when running with an infinite loop count
...
X-SVN-Rev: 13314
2003-10-03 22:27:35 +00:00
Andy Heninger
760c72a4df
ICU-3042 Add enum API constants and tests for line break rule status values.
...
X-SVN-Rev: 13313
2003-10-03 22:25:26 +00:00
George Rhoten
8add0376b7
ICU-3191 Fix some data
...
X-SVN-Rev: 13312
2003-10-03 21:48:49 +00:00
George Rhoten
c98eaaa1b1
ICU-3191 Remove duplicate data.
...
X-SVN-Rev: 13311
2003-10-03 21:39:02 +00:00
George Rhoten
50429d826d
ICU-3191 Fix some data
...
X-SVN-Rev: 13310
2003-10-03 21:22:55 +00:00
George Rhoten
319ada6a93
ICU-3191 Fix case of escaped characters for easier comparison
...
X-SVN-Rev: 13309
2003-10-03 21:21:34 +00:00
Eric Mader
c352190d78
ICU-3303 add missing return to error case in getGlyphs().
...
X-SVN-Rev: 13308
2003-10-03 18:56:39 +00:00
George Rhoten
da881aa769
ICU-3191 Fix some data
...
X-SVN-Rev: 13307
2003-10-03 18:21:57 +00:00
George Rhoten
626d2f98d4
ICU-3191 The locale data now returns different results.
...
X-SVN-Rev: 13306
2003-10-03 17:40:03 +00:00
Eric Mader
a0b3dbd56c
ICU-2257 implement glyph insertion.
...
X-SVN-Rev: 13305
2003-10-03 16:41:02 +00:00
Andy Heninger
6966edd758
ICU-2128 add isBoundary() check to RBBI MonkeyTest
...
X-SVN-Rev: 13304
2003-10-03 05:05:13 +00:00
Ram Viswanadha
1a137fc5e2
update
...
X-SVN-Rev: 13303
2003-10-03 01:38:09 +00:00
Ram Viswanadha
88e1fbaa34
add supplemental data
...
X-SVN-Rev: 13302
2003-10-03 01:30:02 +00:00
George Rhoten
2c1b39022c
ICU-2966 The gentz tool isn't used anymore
...
X-SVN-Rev: 13301
2003-10-03 01:15:36 +00:00
George Rhoten
cc77e05354
ICU-3191 Rearrange some data for easier comparison.
...
Update the collation based on an authoritative source "Svenska skrivregler", "Swedish Language Committee".
Update some other data.
X-SVN-Rev: 13300
2003-10-03 01:04:08 +00:00
Steven R. Loomis
cfb5328a99
ICU-3287 update macosx dependency rules - again.
...
X-SVN-Rev: 13299
2003-10-03 00:51:29 +00:00
George Rhoten
85b5071a18
ICU-3191 Rearrange some data for easier comparison
...
X-SVN-Rev: 13298
2003-10-03 00:42:12 +00:00
George Rhoten
c2be2be945
ICU-3191 Fix a tab
...
X-SVN-Rev: 13297
2003-10-03 00:39:14 +00:00
George Rhoten
67b6162f21
ICU-3191 Add some data
...
X-SVN-Rev: 13296
2003-10-02 23:59:51 +00:00
George Rhoten
5f861b1249
ICU-3191 Fix a tab
...
X-SVN-Rev: 13295
2003-10-02 23:53:04 +00:00
Ram Viswanadha
95f4d380b7
remove experimental, PREEURO, EURO locales from the common repository
...
X-SVN-Rev: 13294
2003-10-02 23:51:36 +00:00
George Rhoten
eae2934859
ICU-3191 Fix a tab
...
X-SVN-Rev: 13293
2003-10-02 22:58:36 +00:00
George Rhoten
4cffcf94b5
ICU-3191 Add some data
...
X-SVN-Rev: 13292
2003-10-02 22:58:02 +00:00
George Rhoten
46d9aecada
ICU-3191 Add some data
...
X-SVN-Rev: 13291
2003-10-02 22:45:45 +00:00
George Rhoten
b0fd935f44
ICU-3191 Rearrange some data for easier comparison
...
X-SVN-Rev: 13289
2003-10-02 22:43:00 +00:00
Andy Heninger
d2e0f3a9ac
ICU-2128 fix RBBI Word rules and monkey test. All failures GONE!
...
X-SVN-Rev: 13288
2003-10-02 22:34:25 +00:00
George Rhoten
0d1017533b
ICU-3191 Add some data
...
X-SVN-Rev: 13286
2003-10-02 22:30:12 +00:00
George Rhoten
fcbb8b81d1
ICU-3191 Fix a typo
...
X-SVN-Rev: 13285
2003-10-02 22:07:11 +00:00
George Rhoten
d454c859c5
ICU-3191 Don't use tabs
...
X-SVN-Rev: 13284
2003-10-02 22:00:53 +00:00
George Rhoten
d9fed71e4d
ICU-3191 Add some data
...
X-SVN-Rev: 13283
2003-10-02 21:59:40 +00:00
George Rhoten
f9085039cc
ICU-3191 Fix some data
...
X-SVN-Rev: 13282
2003-10-02 21:43:45 +00:00
George Rhoten
5ba83722cf
ICU-3191 Fix some data
...
X-SVN-Rev: 13281
2003-10-02 21:27:18 +00:00
George Rhoten
5410a854cb
ICU-3191 Rearrange some data for easier comparison
...
X-SVN-Rev: 13280
2003-10-02 21:24:20 +00:00
George Rhoten
91503b3b2d
ICU-3191 Add some missing data, and change some data based on yesterday's meeting
...
X-SVN-Rev: 13278
2003-10-02 18:47:25 +00:00
George Rhoten
4bf8c8cf94
ICU-3191 Fix some data
...
X-SVN-Rev: 13277
2003-10-02 18:36:58 +00:00
George Rhoten
a4c13de123
ICU-2256 wincmp removed the last line :-(
...
X-SVN-Rev: 13276
2003-10-02 17:22:11 +00:00
George Rhoten
e1c4868199
ICU-2256 Modify the list of issues, and remove a temporary API
...
X-SVN-Rev: 13275
2003-10-02 17:06:22 +00:00
George Rhoten
87f17c2aeb
ICU-2256 Improve the padding of this structure.
...
X-SVN-Rev: 13274
2003-10-02 17:05:26 +00:00
George Rhoten
1fb55a65c7
ICU-1838 Forbid converting surrogate code points in UTF-32
...
X-SVN-Rev: 13273
2003-10-02 17:02:14 +00:00
Andy Heninger
34357bdd81
ICU-2128 fix inf loop bug in RBBI Line Monkey; simplify RBBI word monkey
...
X-SVN-Rev: 13272
2003-10-02 00:18:13 +00:00
Ram Viswanadha
9ff71f0842
ICU-2947 fix tests
...
X-SVN-Rev: 13270
2003-10-01 21:13:37 +00:00
George Rhoten
ad2137443b
ICU-3191 Changes to collation
...
X-SVN-Rev: 13269
2003-10-01 20:28:02 +00:00
George Rhoten
86b888ea1a
ICU-3280 add RuleCharacterIterator for Alan
...
X-SVN-Rev: 13268
2003-10-01 20:10:28 +00:00
Eric Mader
9b9719b777
ICU-2257 implement glyph insertion.
...
X-SVN-Rev: 13265
2003-10-01 18:25:52 +00:00
Ram Viswanadha
6ddf2cc9a2
update the comparison ICU data for alpha release
...
X-SVN-Rev: 13264
2003-10-01 02:22:33 +00:00
Ram Viswanadha
3a39c81409
ICU-2947 remove deprecated code iw from the root locale
...
X-SVN-Rev: 13263
2003-10-01 01:04:28 +00:00
George Rhoten
56e54ef438
ICU-3285 Change some comments about Korean EUC
...
X-SVN-Rev: 13262
2003-10-01 01:00:07 +00:00
Markus Scherer
ce62cd2409
ICU-2329 bug fix in test
...
X-SVN-Rev: 13261
2003-10-01 00:03:34 +00:00
George Rhoten
6a41e9df61
ICU-3191 Fix how Pre-Euro currency is displayed in Ireland.
...
X-SVN-Rev: 13260
2003-09-30 23:38:52 +00:00
George Rhoten
e3aafcf459
ICU-2962 Fix a warning on Solaris and an error on z/OS
...
X-SVN-Rev: 13259
2003-09-30 23:27:27 +00:00
George Rhoten
156eaa13a8
ICU-2962 Fix a warning on Solaris and an error on z/OS
...
X-SVN-Rev: 13257
2003-09-30 20:14:56 +00:00
George Rhoten
057add3351
ICU-2962 cs is defined as "compare and swap" on z/OS
...
X-SVN-Rev: 13256
2003-09-30 20:09:02 +00:00
Ram Viswanadha
6ec25985be
ICU-2947 fix problems with locales
...
X-SVN-Rev: 13255
2003-09-30 19:32:09 +00:00
Alan Liu
2a4b477a76
ICU-3266 more checks for UCONFIG_NO_FORMATTING
...
X-SVN-Rev: 13253
2003-09-30 19:17:12 +00:00
Alan Liu
16d44ffb76
ICU-3266 add checks for UCONFIG_NO_FORMATTING
...
X-SVN-Rev: 13252
2003-09-30 19:15:53 +00:00
Alan Liu
e73dc2f4f3
ICU-3266 add checks for UCONFIG_NO_FORMATTING
...
X-SVN-Rev: 13250
2003-09-30 18:55:33 +00:00
George Rhoten
9605a6d8a2
ICU-3191 Fix some translations
...
X-SVN-Rev: 13249
2003-09-30 18:40:35 +00:00
George Rhoten
4ff61bf1f7
ICU-3191 Fix how Pre-Euro currency is displayed in Ireland.
...
X-SVN-Rev: 13248
2003-09-30 18:37:09 +00:00
Ram Viswanadha
8efb4c9ef0
ICU-2947 improve testing
...
X-SVN-Rev: 13247
2003-09-30 18:23:06 +00:00
Ram Viswanadha
fbc9235cb7
ICU-2947 fix problems with locales
...
X-SVN-Rev: 13246
2003-09-30 18:22:29 +00:00
Ram Viswanadha
16bfcf17e5
ICU-2947 make root locale neutral take 2
...
X-SVN-Rev: 13244
2003-09-30 03:03:22 +00:00
George Rhoten
533abd3b71
ICU-3191 Fix some data after reenabling a test that shouldn't have been disabled.
...
X-SVN-Rev: 13243
2003-09-30 01:15:14 +00:00
Alan Liu
17eaec5cb0
ICU-3280 rewrite applyPattern() to use RuleCharacterIterator; add test cases
...
X-SVN-Rev: 13238
2003-09-29 23:00:39 +00:00
Alan Liu
8f1a781f68
ICU-3280 rewrite docs
...
X-SVN-Rev: 13237
2003-09-29 22:53:45 +00:00
George Rhoten
a5f92f7863
ICU-3281 Fix some Danish data
...
X-SVN-Rev: 13236
2003-09-29 21:11:57 +00:00
George Rhoten
baae85150b
ICU-3191 Fix the case for LocaleScript
...
X-SVN-Rev: 13235
2003-09-29 20:42:55 +00:00
Alan Liu
70e5463428
ICU-3280 fail on out-of-range Unicode escape
...
X-SVN-Rev: 13234
2003-09-29 20:42:21 +00:00
Alan Liu
a75bbfba1c
ICU-3280 sync definition of unprintable with ICU4J
...
X-SVN-Rev: 13233
2003-09-29 20:41:54 +00:00
Alan Liu
375490bb0c
ICU-3280 add RuleCharacterIterator
...
X-SVN-Rev: 13232
2003-09-29 20:36:26 +00:00
Andy Heninger
212715d5fb
ICU-2235 add RBBI data swapping
...
X-SVN-Rev: 13231
2003-09-29 17:24:15 +00:00
George Rhoten
d531b2c917
ICU-3191 Add data found from Séamus O Ciardhuáin. Need to add it now due to scheduled plans with OpenI18N
...
X-SVN-Rev: 13227
2003-09-29 05:54:36 +00:00
Ram Viswanadha
05ee82acf2
ICU-2947 make root locale language neutral
...
X-SVN-Rev: 13226
2003-09-27 01:09:40 +00:00
George Rhoten
c9857c18fd
ICU-3115 fix quoting of target
...
X-SVN-Rev: 13225
2003-09-26 22:37:54 +00:00
George Rhoten
80976f6056
ICU-3115 Various platform fixes
...
X-SVN-Rev: 13224
2003-09-26 22:05:51 +00:00
George Rhoten
f47cc30c23
ICU-2256 icuio performance enhancement.
...
Use the ures_* API instead of the ResourceBundle C++ API.
The resource copying did not scale well on multiprocessor machines because of ures_copyResB usage.
X-SVN-Rev: 13223
2003-09-26 20:59:06 +00:00
Markus Scherer
07111b3ca9
ICU-2235 leave the string table in data.h order so that swapping need not resort it, and swapping testing can still test for identity
...
X-SVN-Rev: 13222
2003-09-26 20:50:41 +00:00
Steven R. Loomis
c3f04bcdcc
ICU-3115 fix quoting of target
...
X-SVN-Rev: 13221
2003-09-26 17:04:12 +00:00
George Rhoten
6586182a66
ICU-3258 CygWin/MSVC changes. Fix the -r option
...
X-SVN-Rev: 13220
2003-09-26 04:46:24 +00:00
Steven R. Loomis
1f1b79016d
ICU-3115 test data for reslist32
...
X-SVN-Rev: 13219
2003-09-26 01:57:13 +00:00
Markus Scherer
b373e4dd5a
ICU-2235 use charset-explicit version of uprv_comparePropertyNames() in pnames.icu swapping
...
X-SVN-Rev: 13218
2003-09-26 00:29:18 +00:00
George Rhoten
8c4a58cca7
ICU-3258 CygWin/MSVC changes. Add library versioning information
...
X-SVN-Rev: 13217
2003-09-26 00:14:25 +00:00
George Rhoten
ac22f8c6fb
ICU-2962 Batch changes
...
X-SVN-Rev: 13216
2003-09-26 00:05:51 +00:00
George Rhoten
611dc885fa
ICU-3258 CygWin/MSVC changes. Add library versioning information
...
X-SVN-Rev: 13215
2003-09-26 00:04:35 +00:00
George Rhoten
d200f4a8e5
ICU-2256 Deprecate %K and %U. Replace with %C and %S
...
X-SVN-Rev: 13214
2003-09-25 21:14:35 +00:00
Ram Viswanadha
510eec40ad
ICU-3115 synch up writing fucntions with changes in the SResource structure
...
X-SVN-Rev: 13213
2003-09-25 19:51:35 +00:00
Vladimir Weinstein
4f611b6d21
ICU-3140 removed old and buggy Thai test file
...
X-SVN-Rev: 13211
2003-09-25 18:42:54 +00:00
Vladimir Weinstein
4c52af6bae
ICU-3140 add utf-8 signature
...
X-SVN-Rev: 13210
2003-09-25 18:26:25 +00:00
Andy Heninger
e873651a72
ICU-2403 Misc tracing tweaks. Add cleanup func.
...
X-SVN-Rev: 13207
2003-09-25 17:58:08 +00:00
Vladimir Weinstein
7b7c351c69
ICU-3140 removed old and buggy Thai test file
...
X-SVN-Rev: 13205
2003-09-25 17:13:05 +00:00
Vladimir Weinstein
e3804f8426
ICU-3140 removed old and buggy Thai test file
...
X-SVN-Rev: 13203
2003-09-25 16:36:31 +00:00
Vladimir Weinstein
8ba09e9516
ICU-3140 updated Thai test data file from the original website. Added copyright/license notice
...
X-SVN-Rev: 13202
2003-09-25 16:33:30 +00:00
Markus Scherer
dd9fe662f0
ICU-2235 in-place charset swapping needs to permutate through a temporary array
...
X-SVN-Rev: 13201
2003-09-25 15:40:02 +00:00
Eric Mader
0e10d4f927
ICU-2257 implement glyph insertion.
...
X-SVN-Rev: 13200
2003-09-25 15:33:02 +00:00
Markus Scherer
5b97a31dbe
ICU-2235 optimize for inCharset==outCharset
...
X-SVN-Rev: 13199
2003-09-25 04:17:12 +00:00
Markus Scherer
8c303baf8a
ICU-2235 improve documentation
...
X-SVN-Rev: 13198
2003-09-25 00:23:52 +00:00
Steven R. Loomis
4753306705
ICU-3115 add genres32.c
...
X-SVN-Rev: 13197
2003-09-25 00:23:13 +00:00
Steven R. Loomis
5132a9048c
ICU-3115 build testtable32.txt to test reslist32 (large) format bundles. Also, clean up old list files when make clean is done
...
X-SVN-Rev: 13196
2003-09-25 00:18:15 +00:00
Steven R. Loomis
340c611702
ICU-3115 generate test resource for reslist 32 format
...
X-SVN-Rev: 13195
2003-09-25 00:15:04 +00:00
Eric Mader
8fead94be5
ICU-2257 implement glyph insertion.
...
X-SVN-Rev: 13191
2003-09-24 21:05:40 +00:00
Andy Heninger
adeefa0fb3
ICU-2403 Tracing, fix Mac OSX build problem with dupl defs.
...
X-SVN-Rev: 13186
2003-09-24 18:28:15 +00:00
Markus Scherer
4955341303
ICU-3115 support table32 resources for >64k key chars and >64k table items
...
X-SVN-Rev: 13185
2003-09-24 17:52:44 +00:00
Markus Scherer
79d9c79992
ICU-3115 support table32 resources for >64k key chars and >64k table items
...
X-SVN-Rev: 13184
2003-09-24 17:44:43 +00:00
Andy Heninger
e6cb032d93
ICU-2403 Tracing, more cleanup.
...
X-SVN-Rev: 13183
2003-09-24 00:58:35 +00:00
Markus Scherer
e93e5a99cd
ICU-2235 .res 1.1 adds indexes[] for friendly reading and swapping
...
X-SVN-Rev: 13182
2003-09-24 00:35:27 +00:00
Markus Scherer
5ed52c5047
ICU-2235 .res 1.1 adds indexes[] for friendly reading and swapping
...
X-SVN-Rev: 13181
2003-09-24 00:26:23 +00:00
Vladimir Weinstein
ac34860b7c
ICU-3278 remove usage of static UCA and invUCA
...
X-SVN-Rev: 13180
2003-09-24 00:17:15 +00:00
George Rhoten
44f50c8bd4
ICU-2942 Fix a typo of the script
...
X-SVN-Rev: 13179
2003-09-23 22:59:02 +00:00
George Rhoten
5aed60f278
ICU-2942 Add some script translations for future use.
...
X-SVN-Rev: 13178
2003-09-23 22:57:25 +00:00
Markus Scherer
3de2ea7cf7
ICU-2235 pad the last file in a .dat package, too
...
X-SVN-Rev: 13177
2003-09-23 22:25:13 +00:00
Markus Scherer
611ddeea37
ICU-2235 add swapping of StringPrep .spp profile data
...
X-SVN-Rev: 13176
2003-09-23 21:07:16 +00:00
Markus Scherer
e9d1c49ba6
ICU-2235 add swapping of pnames.icu
...
X-SVN-Rev: 13175
2003-09-23 21:06:24 +00:00
Markus Scherer
c192f04f76
ICU-2235 reduce the warning level to 3
...
X-SVN-Rev: 13174
2003-09-23 21:03:43 +00:00
Markus Scherer
599b6d9d61
ICU-2235 bug fix
...
X-SVN-Rev: 13173
2003-09-23 13:57:06 +00:00
Syn Wee Quek
7302ce99a4
ICU-2732 deprecated class CollationKey
...
X-SVN-Rev: 13171
2003-09-23 03:47:13 +00:00
George Rhoten
8144092e2e
ICU-3258 CygWin/MSVC changes.
...
X-SVN-Rev: 13170
2003-09-23 00:51:49 +00:00
George Rhoten
3920db99d2
ICU-3258 CygWin/MSVC changes. Fix Unix builds
...
X-SVN-Rev: 13169
2003-09-23 00:38:34 +00:00
George Rhoten
fbec1b7ef1
ICU-3258 CygWin/MSVC changes
...
X-SVN-Rev: 13168
2003-09-23 00:29:28 +00:00
George Rhoten
0b853df040
ICU-2976 Improve CRLF handling. Follow UAX #13 guidelines. fputs still needs to be looked at.
...
X-SVN-Rev: 13167
2003-09-22 23:07:05 +00:00
Markus Scherer
8cd976e6f9
ICU-2235 add swapping of StringPrep .spp profile data
...
X-SVN-Rev: 13166
2003-09-22 22:51:37 +00:00
Markus Scherer
f932cbfd0a
ICU-2235 bug fix
...
X-SVN-Rev: 13165
2003-09-22 22:49:58 +00:00
Markus Scherer
2f7dec1c29
ICU-2235 add swapping of unorm.icu
...
X-SVN-Rev: 13164
2003-09-22 21:57:14 +00:00
Alan Liu
3027d72af2
ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line). Fixed handling of -a. Fixed spelling.
...
X-SVN-Rev: 13163
2003-09-22 19:48:43 +00:00
Alan Liu
f5405f9191
ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line)
...
X-SVN-Rev: 13162
2003-09-22 18:48:31 +00:00
Alan Liu
35988562ec
ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line)
...
X-SVN-Rev: 13161
2003-09-22 18:37:52 +00:00
Markus Scherer
5de94b9cc1
ICU-2948 new URL for the reference list of German country/region names
...
X-SVN-Rev: 13160
2003-09-22 17:54:24 +00:00
Markus Scherer
65beb95dc5
ICU-2235 bug fix
...
X-SVN-Rev: 13159
2003-09-22 17:51:47 +00:00
George Rhoten
1420303e6c
ICU-3222 Fix a compiler warning
...
X-SVN-Rev: 13158
2003-09-22 16:12:44 +00:00
George Rhoten
845e5ab92c
ICU-3222 Fix a compiler warning
...
X-SVN-Rev: 13157
2003-09-22 16:11:02 +00:00
Markus Scherer
c3b7d44c6c
ICU-2235 config switch around data swapping code
...
X-SVN-Rev: 13156
2003-09-22 13:58:23 +00:00
Markus Scherer
a5ec028eea
ICU-2235 add swapping of ICU .cnv conversion tables
...
X-SVN-Rev: 13155
2003-09-22 13:57:19 +00:00
Markus Scherer
22ab8d901a
ICU-2235 improve description of .cnv conversion table data format
...
X-SVN-Rev: 13154
2003-09-22 13:53:51 +00:00
George Rhoten
adfca6a4c7
ICU-3258 Deprecate the pkgdata -O option
...
X-SVN-Rev: 13152
2003-09-22 01:05:13 +00:00
George Rhoten
56443f537e
ICU-3258 CygWin/MSVC changes
...
X-SVN-Rev: 13151
2003-09-21 17:27:09 +00:00
George Rhoten
a81fa53a61
ICU-3258 Deprecate the pkgdata -O option
...
X-SVN-Rev: 13150
2003-09-20 19:27:38 +00:00
Andy Heninger
2781c969ac
ICU-2403 Tracing, partial checkin only.
...
X-SVN-Rev: 13149
2003-09-20 01:21:23 +00:00
George Rhoten
e7109a24b7
ICU-3255 Use safe optimization settings for Intel IA64 ecc compiler
...
X-SVN-Rev: 13148
2003-09-19 17:44:23 +00:00
George Rhoten
f88ec4a5af
ICU-3258 Make the file nicer in normal Unix builds
...
X-SVN-Rev: 13147
2003-09-19 16:39:58 +00:00
Markus Scherer
80bba29ba5
ICU-2235 handle swapping of options-only collation tailoring binaries
...
X-SVN-Rev: 13145
2003-09-18 23:19:27 +00:00
Markus Scherer
2b352413b0
ICU-2235 fix generation of options-only collation tailoring binaries
...
X-SVN-Rev: 13144
2003-09-18 23:18:23 +00:00
Markus Scherer
100749a525
ICU-2235 amend data format description for options-only collation tailoring binaries
...
X-SVN-Rev: 13143
2003-09-18 23:17:43 +00:00
George Rhoten
33b524c059
ICU-3221 A better fix for the AIX linker warning on VA 6 (doesn't work on VA 5)
...
X-SVN-Rev: 13142
2003-09-18 22:36:45 +00:00
Markus Scherer
c7ec51fed0
ICU-2235 bug fix
...
X-SVN-Rev: 13141
2003-09-18 21:51:47 +00:00
George Rhoten
b20fe7dc0f
ICU-3255 Modify Intel compiler information
...
X-SVN-Rev: 13140
2003-09-18 21:42:09 +00:00
Markus Scherer
bc64b9469c
ICU-2235 add udata_swapInvStringBlock() and writeUInt16() and writeUInt32()
...
X-SVN-Rev: 13139
2003-09-18 21:40:30 +00:00
Markus Scherer
695e199ff4
ICU-2235 use udata_swapInvStringBlock()
...
X-SVN-Rev: 13138
2003-09-18 21:38:50 +00:00
Markus Scherer
55fb101eea
ICU-2235 copy all bytes first; use udata_swapInvStringBlock()
...
X-SVN-Rev: 13137
2003-09-18 21:37:05 +00:00
Markus Scherer
1432b5cf11
ICU-2235 rename OffsetTOC typedefs for public-type coding conventions and move from ucmndata.c to .h
...
X-SVN-Rev: 13136
2003-09-18 21:35:48 +00:00
Markus Scherer
ed4f41e5e7
ICU-2235 add swapping of ICU .dat package files
...
X-SVN-Rev: 13135
2003-09-18 21:33:37 +00:00
George Rhoten
ee5d593d7b
ICU-3222 Fix a compiler warning
...
X-SVN-Rev: 13134
2003-09-18 21:18:15 +00:00
George Rhoten
aa4de31634
ICU-3221 Fix AIX linker warnings.
...
X-SVN-Rev: 13133
2003-09-18 21:13:25 +00:00
George Rhoten
cca7d77e31
ICU-3236 2.8 update
...
X-SVN-Rev: 13130
2003-09-18 17:57:45 +00:00
George Rhoten
9659f70c96
ICU-3221 Fix the AIX linker warning about multiple definitions of
...
virtual functions.
X-SVN-Rev: 13129
2003-09-18 17:19:30 +00:00
Markus Scherer
6c5b038fb3
ICU-2235 add a description of the .dat file format
...
X-SVN-Rev: 13128
2003-09-18 16:58:32 +00:00
George Rhoten
8bd4e1ae61
ICU-3221 Fix the AIX linker warning about multiple definitions of
...
functions.
X-SVN-Rev: 13127
2003-09-18 00:40:29 +00:00
George Rhoten
85509909ea
ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
...
X-SVN-Rev: 13126
2003-09-18 00:35:47 +00:00
Syn Wee Quek
379b4f9c8e
ICU-2732 deprecated getCollationKey
...
X-SVN-Rev: 13123
2003-09-17 20:10:10 +00:00
George Rhoten
d09b2a7539
ICU-2403 Tracing, partial checkin only
...
X-SVN-Rev: 13122
2003-09-17 17:11:38 +00:00
Vladimir Weinstein
ce8c669316
ICU-1851 even number of zeroes CODAN fix
...
X-SVN-Rev: 13121
2003-09-17 04:02:08 +00:00
Vladimir Weinstein
913c08f225
ICU-1851 even number of zeroes CODAN fix
...
X-SVN-Rev: 13120
2003-09-17 03:36:38 +00:00
George Rhoten
974564edac
ICU-3260 Make sure that the tools don't need ICU_DATA to be set before being run.
...
X-SVN-Rev: 13119
2003-09-17 02:41:45 +00:00
George Rhoten
bba9a4919c
ICU-2256 Fix formatting with plus signs staying around longer than needed.
...
X-SVN-Rev: 13118
2003-09-16 23:36:28 +00:00
George Rhoten
de8102fdf6
ICU-2235 add swapping of collation binaries
...
X-SVN-Rev: 13117
2003-09-16 23:30:47 +00:00
Markus Scherer
32c8e1af5c
ICU-2235 add configurability switches to ucol_swp.*
...
X-SVN-Rev: 13115
2003-09-16 00:49:06 +00:00
Markus Scherer
4a782de375
ICU-2235 add swapping of Unicode character names (unames.icu)
...
X-SVN-Rev: 13114
2003-09-16 00:30:57 +00:00
Markus Scherer
add1ce4e34
ICU-2235 fix preflighting bugs
...
X-SVN-Rev: 13113
2003-09-16 00:29:59 +00:00
Markus Scherer
4c3a4f2cf3
ICU-2235 fix argument checking bugs
...
X-SVN-Rev: 13112
2003-09-16 00:29:11 +00:00
Ram Viswanadha
b7d571d5da
ICU-3050 Additions by Dan Krejsa.
...
X-SVN-Rev: 13111
2003-09-16 00:19:22 +00:00
Ram Viswanadha
bef2e7069a
ICU-3050 Additions by Dan Krejsa.
...
X-SVN-Rev: 13110
2003-09-16 00:09:37 +00:00
Andy Heninger
0e72c00b2b
ICU-3014 Revised initialization in cintltst to detect data not present in data dll.
...
X-SVN-Rev: 13109
2003-09-15 22:50:31 +00:00
George Rhoten
188ec4c774
ICU-3258 Fix thread detection on Windows where pthreads doesn't exist.
...
X-SVN-Rev: 13108
2003-09-15 22:47:46 +00:00
George Rhoten
e8398701ce
ICU-3258 Unify the files so that gmake or nmake can be easily used
...
X-SVN-Rev: 13107
2003-09-15 22:42:00 +00:00
George Rhoten
cd1bfc8b62
ICU-3258 Include the copyright into the data libraries on Unix builds. ICU_DATA shouldn't be required anymore
...
X-SVN-Rev: 13106
2003-09-15 22:41:14 +00:00
George Rhoten
ee3f476557
ICU-3258 u_init doesn't need to be here anymore
...
X-SVN-Rev: 13105
2003-09-15 22:33:01 +00:00
George Rhoten
786e3c7f17
ICU-3258 Fix threading detection
...
X-SVN-Rev: 13104
2003-09-15 22:31:59 +00:00
George Rhoten
8a212562ea
ICU-3258 Threading is always available on Windows
...
X-SVN-Rev: 13103
2003-09-15 22:30:28 +00:00
Andy Heninger
2613277d62
ICU-2403 Tracing, fix // comments in .c file
...
X-SVN-Rev: 13102
2003-09-15 21:52:38 +00:00
Andy Heninger
0cb31a6c0d
ICU-3014 fix bad U_ASSERT test
...
X-SVN-Rev: 13101
2003-09-15 21:51:34 +00:00
Vladimir Weinstein
e4b3efbefa
ICU-2458 comment out options that genuca still doesn't read
...
X-SVN-Rev: 13100
2003-09-15 21:41:12 +00:00
George Rhoten
18dc6ea956
ICU-3050 Fix the exportation of header files.
...
X-SVN-Rev: 13099
2003-09-15 21:40:51 +00:00
George Rhoten
8748a75d39
ICU-3217 Readd the last empty line to keep the compilers happy
...
X-SVN-Rev: 13098
2003-09-15 21:29:51 +00:00
Syn Wee Quek
0614a1b53a
ICU-3256 update dumpce with numeric collation option
...
X-SVN-Rev: 13097
2003-09-15 21:19:47 +00:00
George Rhoten
f65b5ef435
ICU-2449 Use == instead of =
...
X-SVN-Rev: 13096
2003-09-15 21:09:21 +00:00
George Rhoten
841d4c748b
ICU-3255 Add LINUX/ICC configuration
...
X-SVN-Rev: 13093
2003-09-15 17:33:49 +00:00
George Rhoten
27a96a6b30
ICU-3156 Fix the previous fix because there aren't enough parameters for the format
...
X-SVN-Rev: 13092
2003-09-14 22:58:43 +00:00
Andy Heninger
9f83725a83
ICU-2403 trace source files (new files, missed by previous checkin of tracing stuff)
...
X-SVN-Rev: 13091
2003-09-14 00:06:09 +00:00
George Rhoten
8bc7db283e
ICU-3253 Remove a temporary fix for now
...
X-SVN-Rev: 13090
2003-09-13 09:06:09 +00:00
George Rhoten
61a1109990
ICU-3253 Make it easier for the CygWin/MSVC configuration to work
...
X-SVN-Rev: 13089
2003-09-13 08:46:41 +00:00
Andy Heninger
9fd23d2638
ICU-2403 Tracing, partial checkin only.
...
X-SVN-Rev: 13086
2003-09-13 00:07:12 +00:00
Andy Heninger
190306acde
ICU-3014 fix UNIX build failures with threading disabled
...
X-SVN-Rev: 13085
2003-09-12 23:46:03 +00:00
Vladimir Weinstein
548966ac62
ICU-3109 test for Thai change
...
X-SVN-Rev: 13084
2003-09-12 23:12:12 +00:00
Vladimir Weinstein
e7f61a00df
ICU-3109 another Thai fix
...
X-SVN-Rev: 13082
2003-09-12 23:03:09 +00:00
George Rhoten
a47ad00519
ICU-3236 update version number to 2.8
...
X-SVN-Rev: 13081
2003-09-12 23:01:13 +00:00
Vladimir Weinstein
1aca758610
ICU-2458 removed confusing newline
...
X-SVN-Rev: 13080
2003-09-12 21:06:41 +00:00
George Rhoten
30a8f8ed35
ICU-3253 Make it easier for the CygWin/MSVC configuration to work
...
X-SVN-Rev: 13079
2003-09-12 21:06:27 +00:00
Markus Scherer
13506b07a4
ICU-2235 improve documentation of collation binary data formats, document new fields for collation format 2.3
...
X-SVN-Rev: 13078
2003-09-12 18:50:01 +00:00
Markus Scherer
353e25bf2c
ICU-2235 add swapping of inverse UCA collation binaries
...
X-SVN-Rev: 13077
2003-09-12 18:49:09 +00:00
Ram Viswanadha
14c88e0557
ICU-3243 close the resource bundle
...
X-SVN-Rev: 13075
2003-09-12 18:39:44 +00:00
George Rhoten
21f0f585f2
ICU-3252 Add a new version of ibm-943
...
X-SVN-Rev: 13074
2003-09-12 17:44:39 +00:00
Vladimir Weinstein
d22687d37f
ICU-2458 added copyright notices to stub UCA test files
...
X-SVN-Rev: 13073
2003-09-12 17:04:34 +00:00
Steven R. Loomis
4a59539387
ICU-2235 include ../i18n for ucol_imp.h
...
X-SVN-Rev: 13071
2003-09-12 03:06:00 +00:00