George Rhoten
f29ab59314
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4552
2001-04-25 17:11:44 +00:00
Ram Viswanadha
1949333a00
ICU-940 Versioning of ICU libraries on AIX fixed.
...
X-SVN-Rev: 4551
2001-04-25 01:29:13 +00:00
Andy Heninger
9c50953149
ICU-880 Add collation performance test program
...
X-SVN-Rev: 4550
2001-04-25 01:06:38 +00:00
George Rhoten
6e42a547a7
ICU-821 HP/UX compiler fails with internal warnings when +O3 is used.
...
I'm lowering optimization to +O2 which does not have inlining.
This is a similar problem that exists on AIX.
X-SVN-Rev: 4549
2001-04-25 00:55:48 +00:00
Vladimir Weinstein
f7d61bafc9
ICU-96 primary compression under #ifdef UCOL_PRIM_COMPRESSION not finished, do not use
...
X-SVN-Rev: 4548
2001-04-24 23:32:40 +00:00
Andy Heninger
d375491089
ICU-880 Add collation performance test program
...
X-SVN-Rev: 4547
2001-04-24 23:30:27 +00:00
George Rhoten
70a269d34a
ICU-472 Revised regression test for u_uastrncpy
...
X-SVN-Rev: 4546
2001-04-24 22:34:28 +00:00
George Rhoten
5a2455c7ec
ICU-472 Added regression test.
...
X-SVN-Rev: 4545
2001-04-24 22:05:38 +00:00
George Rhoten
661d6911fa
ICU-641 Added regression test.
...
X-SVN-Rev: 4544
2001-04-24 21:48:01 +00:00
George Rhoten
fb2fdebc9d
ICU-821 Fixes for Solaris,
...
and removed -Q for AIX because configure ignores it currently.
X-SVN-Rev: 4543
2001-04-24 18:22:07 +00:00
George Rhoten
24b041a4b3
ICU-821 Solaris has a tough time optimizing the digit function.
...
X-SVN-Rev: 4542
2001-04-24 17:36:53 +00:00
George Rhoten
50dc860552
ICU-821 Missing check for bad parsing of a hexadecimal number.
...
X-SVN-Rev: 4541
2001-04-24 17:34:24 +00:00
Vladimir Weinstein
aeeb9d1600
ICU-96 Changed constants in tests
...
X-SVN-Rev: 4540
2001-04-24 05:16:04 +00:00
Vladimir Weinstein
c46917cfb0
ICU-96 Vladimir cannot change literal to a named constant without messing things up!
...
X-SVN-Rev: 4539
2001-04-24 05:13:25 +00:00
Syn Wee Quek
662d4ab558
ICU-861
...
Added normalization to contraction.
Note this is not totally working yet.
X-SVN-Rev: 4538
2001-04-24 03:18:54 +00:00
Vladimir Weinstein
4c635dfeca
ICU-96 primary compression under #ifdef UCOL_PRIM_COMPRESSION not finished, do not use
...
X-SVN-Rev: 4537
2001-04-23 23:41:46 +00:00
Vladimir Weinstein
c4546762f0
ICU-96 print sortkey if verbose and error is caused by sortkeys
...
X-SVN-Rev: 4536
2001-04-23 23:39:58 +00:00
Vladimir Weinstein
eb356d1e2b
ICU-96 using named constants instead of magic numbers
...
X-SVN-Rev: 4535
2001-04-23 23:39:14 +00:00
Vladimir Weinstein
d22ee37e1c
ICU-96 moved UCOL_TOK_RESET const to ucol_imp.h, added magic number constants
...
X-SVN-Rev: 4534
2001-04-23 23:35:59 +00:00
Vladimir Weinstein
dd34a3a9e2
ICU-96 moved UCOL_TOK_RESET const to ucol_imp.h
...
X-SVN-Rev: 4533
2001-04-23 23:32:40 +00:00
Vladimir Weinstein
6c99d6ba9e
ICU-96 adapted to new UCA distribution. Using named constants
...
X-SVN-Rev: 4532
2001-04-23 23:29:03 +00:00
Ram Viswanadha
31d1a1f38d
ICU-940 Versioning of ICU libraries on AIX fixed.
...
X-SVN-Rev: 4531
2001-04-23 23:12:28 +00:00
Andy Heninger
d33a9fe478
ICU-880 strcoll: Bug fix in getNextCE, caused failure in citertst/TestBug672
...
when normaliztion was enabled.
X-SVN-Rev: 4530
2001-04-23 21:29:14 +00:00
Vladimir Weinstein
1a93fb72a7
ICU-96 more tests!
...
X-SVN-Rev: 4529
2001-04-23 03:50:15 +00:00
Vladimir Weinstein
af3de60824
ICU-96 genrb collation generation update
...
X-SVN-Rev: 4528
2001-04-23 03:49:34 +00:00
Vladimir Weinstein
f55aa515d1
ICU-96 reflected changes to the UCA table, new identical level sortkey generation
...
X-SVN-Rev: 4527
2001-04-23 01:53:49 +00:00
Vladimir Weinstein
46676a4560
ICU-96 update to builder - more robust, better handling tailoring to implicits
...
X-SVN-Rev: 4526
2001-04-23 01:52:45 +00:00
Vladimir Weinstein
58673edc11
ICU-96 another fractional UCA update
...
X-SVN-Rev: 4525
2001-04-23 01:49:05 +00:00
Syn Wee Quek
34372f991b
ICU-861
...
Implemented new incremental normalization in backwards iteration.
X-SVN-Rev: 4524
2001-04-20 22:29:53 +00:00
Syn Wee Quek
2b0da7cddd
ICU-807
...
Commented away a test that is dependent on the UCAData for verification data.
X-SVN-Rev: 4523
2001-04-20 22:27:24 +00:00
Vladimir Weinstein
5a1d249986
ICU-96 changed Fractional UCA - implicit generation
...
X-SVN-Rev: 4518
2001-04-19 23:49:03 +00:00
Syn Wee Quek
eea6e4f2a5
ICU-861
...
Updated TestSmallBuffer test.
X-SVN-Rev: 4516
2001-04-19 21:49:37 +00:00
Vladimir Weinstein
ca370278a7
ICU-96 changed Fractional UCA - gap widened
...
X-SVN-Rev: 4515
2001-04-19 20:29:34 +00:00
George Rhoten
bee06a3338
ICU-821 Lower the optimization level due to compiler bugs.
...
Fix this problem later.
X-SVN-Rev: 4514
2001-04-19 19:04:31 +00:00
Vladimir Weinstein
deed931e7a
ICU-96 Added Markuses identical level generator
...
X-SVN-Rev: 4513
2001-04-19 19:02:01 +00:00
Vladimir Weinstein
971dd8075c
ICU-96 compose/decompose test, test fixes, more information
...
X-SVN-Rev: 4512
2001-04-19 19:01:39 +00:00
Vladimir Weinstein
8d3eb3b356
ICU-96 fixed variable top
...
X-SVN-Rev: 4510
2001-04-19 17:08:07 +00:00
Vladimir Weinstein
1e7b7abc7a
ICU-96 deprecated ucol_strcollinc
...
X-SVN-Rev: 4509
2001-04-19 17:05:56 +00:00
Vladimir Weinstein
404764bb5f
ICU-934 Fix test for changed %%ALIAS semantics
...
X-SVN-Rev: 4508
2001-04-19 16:56:24 +00:00
George Rhoten
a1f7af0dd9
ICU-865 Don't use lowercase false and use the return type of strcmp() properly
...
X-SVN-Rev: 4507
2001-04-19 00:52:55 +00:00
Andy Heninger
fe8f7ca9cd
ICU-880 strcoll: More performance tweaks, plus fix inlines for UNIX builds.
...
X-SVN-Rev: 4502
2001-04-18 19:31:05 +00:00
George Rhoten
53f50a5718
ICU-936 U_COL_SAFECLONE_BUFFERSIZE is too small for as/400
...
X-SVN-Rev: 4500
2001-04-18 18:13:31 +00:00
Yves Arrouye
f3f0c1c985
ICU-821 support setting debug/optimization flags.
...
X-SVN-Rev: 4497
2001-04-18 03:06:43 +00:00
Yves Arrouye
329347eef4
ICU-393 fixed/added .cvsignore
...
X-SVN-Rev: 4496
2001-04-18 02:22:59 +00:00
Syn Wee Quek
19dd532d6c
ICU-861
...
Added methods to store and load the collIterate state.
X-SVN-Rev: 4495
2001-04-18 01:34:26 +00:00
George Rhoten
39a3dcdc35
ICU-580 redefinition of UMAX_PTR for os/390 again.
...
X-SVN-Rev: 4494
2001-04-18 01:28:10 +00:00
George Rhoten
446cf8c769
ICU-597 Use the right buffer size when converting the path name.
...
X-SVN-Rev: 4493
2001-04-18 00:26:56 +00:00
Vladimir Weinstein
b25d6d6929
ICU-96 fixed C++ style comments in C files
...
X-SVN-Rev: 4492
2001-04-17 21:53:30 +00:00
Vladimir Weinstein
dc13b76767
ICU-96 make ucol_tok a .cpp file in order to be able to use inline functions
...
X-SVN-Rev: 4491
2001-04-17 21:47:10 +00:00
Vladimir Weinstein
6c5a4a0907
ICU-96 changed underlying infrastructure for canonical closure bug. Now it closely resembles flat file access mechanism.
...
X-SVN-Rev: 4490
2001-04-17 20:34:06 +00:00
Vladimir Weinstein
16b677c1a8
ICU-925 Empty resource bundles should not crash ICU!
...
X-SVN-Rev: 4489
2001-04-17 19:11:56 +00:00
Vladimir Weinstein
161e93c851
ICU-934 Changed %%ALIAS semantics - fallback path is now of the resource with real data
...
X-SVN-Rev: 4488
2001-04-17 19:09:23 +00:00
Syn Wee Quek
c171e06038
ICU-861
...
Added normalized iteration test.
Added small buffer test.
X-SVN-Rev: 4487
2001-04-17 17:27:37 +00:00
Syn Wee Quek
8ef71be0d9
ICU-861
...
Removed a redundant assignment.
X-SVN-Rev: 4486
2001-04-17 17:27:01 +00:00
Syn Wee Quek
cc5eba47d0
ICU-861
...
Added an extra size in normalization buffer to contain null-termination.
Added comments in ucol_impl.h that buffer size has to be >= 3.
X-SVN-Rev: 4483
2001-04-17 02:43:35 +00:00
George Rhoten
d26d1e07c1
ICU-597 Don't try to convert a large double to int32_t (again).
...
X-SVN-Rev: 4481
2001-04-17 00:47:46 +00:00
George Rhoten
9e61a552b6
ICU-597 Don't try to convert a large double to int32_t, and a bit of code clean up
...
X-SVN-Rev: 4480
2001-04-17 00:37:06 +00:00
Vladimir Weinstein
a93aa82995
ICU-96 quick fix for canonical closure bug. Needs more discussion but it works correctly as is.
...
X-SVN-Rev: 4477
2001-04-16 21:25:45 +00:00
Vladimir Weinstein
504dcd1b85
ICU-880 Headers included by .c files should not have C++ comments
...
X-SVN-Rev: 4476
2001-04-16 16:20:16 +00:00
Vladimir Weinstein
5dac29c154
ICU-96 more tests and test fixes
...
X-SVN-Rev: 4475
2001-04-13 00:05:42 +00:00
Andy Heninger
c68d3dc63f
ICU-880 strcoll: coding guideline changes. No logical change.
...
X-SVN-Rev: 4474
2001-04-12 19:59:28 +00:00
Syn Wee Quek
7d534e0d11
ICU-861
...
Modified fcdPosition in getSpecialPrevCE for thai.
X-SVN-Rev: 4473
2001-04-12 18:25:07 +00:00
Syn Wee Quek
f25427cd24
ICU-861
...
Updated backwards iterator
1) to use incremental fcd check
2) swap thai characters pairs at a time instead of blocks of it.
X-SVN-Rev: 4470
2001-04-12 00:08:26 +00:00
Syn Wee Quek
1dadff9877
ICU-861
...
Updated iterator tests to use en_US.
X-SVN-Rev: 4469
2001-04-12 00:07:00 +00:00
Syn Wee Quek
15be649807
ICU-833
...
Added fcdcheck dependency to genrb, to cater for the new incremental fcdcheck.
X-SVN-Rev: 4468
2001-04-12 00:04:12 +00:00
Vladimir Weinstein
babed9eb54
ICU-928 collation tailorings redundancy removal - take 1
...
X-SVN-Rev: 4467
2001-04-11 20:36:00 +00:00
Andy Heninger
ee79f999e8
ICU-880 strcoll: incremental FCD check and no precalc of length
...
of null terminated strings
X-SVN-Rev: 4466
2001-04-10 22:06:25 +00:00
Syn Wee Quek
e297e86904
ICU-833
...
Added methods for exporting fcdcheck data.
X-SVN-Rev: 4465
2001-04-10 20:00:24 +00:00
Ram Viswanadha
8a79580cfa
ICU-930 test for jitterbug 930
...
X-SVN-Rev: 4464
2001-04-07 01:25:14 +00:00
Ram Viswanadha
bb0b1f5cc1
ICU-930 fixed offsets overwriting bug
...
X-SVN-Rev: 4463
2001-04-07 01:24:30 +00:00
Syn Wee Quek
ec3368ab1a
ICU-928
...
Added tailoring syntax test for [variable top] and supplementary tailoring test.
X-SVN-Rev: 4462
2001-04-07 00:24:06 +00:00
Syn Wee Quek
dd312eac0a
ICU-672
...
Added jitterbug test 672
X-SVN-Rev: 4461
2001-04-07 00:20:32 +00:00
Andy Heninger
bed84e98b8
ICU-880 strcoll: incremental FCD check and no precalc of length
...
of null terminated strings
X-SVN-Rev: 4460
2001-04-06 23:37:48 +00:00
Vladimir Weinstein
8299aa2449
ICU-96 more tests
...
X-SVN-Rev: 4459
2001-04-06 22:54:29 +00:00
Vladimir Weinstein
a07669d83d
ICU-916 contractions now include closed form
...
X-SVN-Rev: 4458
2001-04-06 22:53:06 +00:00
Vladimir Weinstein
db7dacac2a
ICU-96 simplified debugging
...
X-SVN-Rev: 4457
2001-04-06 22:51:41 +00:00
George Rhoten
bcd63666b7
ICU-597 try not to use denormalized doubles on as/400
...
X-SVN-Rev: 4456
2001-04-06 22:33:47 +00:00
George Rhoten
6342566a65
ICU-597 as/400 doesn't have <memory.h>. Use "cmemory.h" instead
...
X-SVN-Rev: 4454
2001-04-06 00:54:33 +00:00
Vladimir Weinstein
c10181baeb
ICU-96 fix for variable top in tailorings + more tests
...
X-SVN-Rev: 4453
2001-04-05 22:48:23 +00:00
George Rhoten
9d227ca6f1
ICU-597 Don't try to read a NULL pointer.
...
X-SVN-Rev: 4452
2001-04-05 22:01:28 +00:00
Vladimir Weinstein
df95857790
ICU-96 fix for variable top in tailorings
...
X-SVN-Rev: 4451
2001-04-05 21:27:44 +00:00
Ram Viswanadha
9b3d7e9c96
ICU-96 Fix initUCA, open & openRules methods to check status and clean up after themselves
...
X-SVN-Rev: 4449
2001-04-05 01:40:36 +00:00
Vladimir Weinstein
d7b5b8a6c7
ICU-96 some tests for UCA alignment
...
X-SVN-Rev: 4448
2001-04-04 23:44:22 +00:00
Vladimir Weinstein
34337feb96
ICU-782 fixed a problem in Hungarian collation rules
...
X-SVN-Rev: 4447
2001-04-04 23:38:39 +00:00
Syn Wee Quek
4588dded4a
ICU-833
...
Reverted project to normal warning setting
X-SVN-Rev: 4445
2001-04-04 18:41:50 +00:00
Syn Wee Quek
48320daf50
ICU-833
...
Removed dependency on fcdcheck for genrb.
X-SVN-Rev: 4444
2001-04-04 18:41:06 +00:00
Syn Wee Quek
1f0072aef6
ICU-833
...
Updated quickcheck and fcdcheck to return errorcode
when *chk.dat is not found.
X-SVN-Rev: 4443
2001-04-04 18:40:10 +00:00
Vladimir Weinstein
73d42ad240
ICU-833 extra dependency to make sure fcd and quickcheck data are built before *.res files
...
X-SVN-Rev: 4441
2001-04-04 17:16:43 +00:00
Alan Liu
8dbd284136
ICU-924 add "Remove" transliterator
...
X-SVN-Rev: 4440
2001-04-04 06:46:17 +00:00
Vladimir Weinstein
b115ad587f
ICU-96 a test update
...
X-SVN-Rev: 4439
2001-04-04 06:42:13 +00:00
Vladimir Weinstein
87706f0fd8
ICU-96 fix linux compile problem
...
X-SVN-Rev: 4438
2001-04-04 06:26:14 +00:00
Vladimir Weinstein
8b1c6c5809
ICU-928 updated tailoring data
...
X-SVN-Rev: 4437
2001-04-04 06:25:31 +00:00
Syn Wee Quek
36d0bdb868
ICU-833
...
Added dependency for quickcheck and fcdcheck projects
X-SVN-Rev: 4436
2001-04-04 03:07:16 +00:00
Syn Wee Quek
7d0e4454cb
ICU-833
...
Replaced hard coded quickcheck and fcdcheck data.
Now data gets created during a rebuild.
X-SVN-Rev: 4435
2001-04-04 02:36:50 +00:00
Syn Wee Quek
5d0c31b788
ICU-833
...
Replaced hard coded quickcheck and fcdcheck data.
Now data gets created during a rebuild.
X-SVN-Rev: 4434
2001-04-04 02:31:28 +00:00
Syn Wee Quek
b6b19bf1ac
ICU-833
...
Added the new projects, tools for quickcheck and fcdcheck.
Replaced hard coded quickcheck and fcdcheck data.
Now data gets created during a rebuild.
X-SVN-Rev: 4433
2001-04-04 02:28:39 +00:00
Alan Liu
085701f0f4
ICU-918 fix handling of inverses
...
X-SVN-Rev: 4431
2001-04-03 18:06:31 +00:00
Alan Liu
32f0b2db7a
ICU-918 enhance test to check inverses
...
X-SVN-Rev: 4430
2001-04-03 17:49:30 +00:00
George Rhoten
84ae68e2e7
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4428
2001-04-03 00:32:05 +00:00
Vladimir Weinstein
d7d38866da
ICU-96 fixed a bug with expansions in tailorings
...
X-SVN-Rev: 4427
2001-04-02 23:12:19 +00:00
Alan Liu
02d3a8f040
ICU-922 fix bug in Normalizer bubbleAppend (Verisign bug)
...
X-SVN-Rev: 4426
2001-04-02 19:29:50 +00:00
Vladimir Weinstein
46bfae2dec
ICU-96 fixed a builder problem related to option struct
...
X-SVN-Rev: 4424
2001-04-02 18:49:30 +00:00
Alan Liu
53b061edb0
ICU-918 Transliterator needs access to applyPattern(ParsePosition)
...
X-SVN-Rev: 4422
2001-03-31 01:22:58 +00:00
Alan Liu
bd0490db28
ICU-918 extend createInstance() syntax to recognize inline filter patterns
...
X-SVN-Rev: 4421
2001-03-31 01:21:38 +00:00
George Rhoten
3861894d90
ICU-882 Forgot to remove the static fields for deprecation
...
X-SVN-Rev: 4420
2001-03-31 00:49:27 +00:00
George Rhoten
65a1183e21
ICU-882 Forgot to remove the static fields for deprecation
...
and change sep -> #define SEP_UCHAR
and change sepchar -> #define SEP_CHAR
X-SVN-Rev: 4419
2001-03-31 00:49:03 +00:00
George Rhoten
4a9dc708ac
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4418
2001-03-30 23:42:07 +00:00
George Rhoten
c0ecb9aa96
ICU-832 Each test string does not need to be 128 UChars big.
...
Setting MAX_TOKEN_LEN to a lower limit takes out about 100K from the executable on Windows.
If you need larger test string, you can raise the limit where it's needed.
X-SVN-Rev: 4411
2001-03-30 03:49:29 +00:00
Yves Arrouye
f2e4587c90
ICU-917 copy unorm.h to the right location.
...
X-SVN-Rev: 4410
2001-03-30 03:06:56 +00:00
George Rhoten
d3bbdaa191
ICU-832 Each test string does not need to be 128 UChars big.
...
Setting MAX_TOKEN_LEN to a lower limit takes out about 120K from the executable on Windows.
If you need larger test string, you can raise the limit where it's needed.
X-SVN-Rev: 4409
2001-03-30 01:22:03 +00:00
George Rhoten
8489febe91
ICU-740 isocoll was never called, it's obsolete, and it no longer works
...
X-SVN-Rev: 4408
2001-03-30 00:29:59 +00:00
Vladimir Weinstein
170db96e5c
ICU-96 separate option struct implemented - take 1
...
X-SVN-Rev: 4407
2001-03-30 00:23:46 +00:00
George Rhoten
2523fb725b
ICU-740 This test was never called, it's obsolete, and it no longer works
...
X-SVN-Rev: 4406
2001-03-30 00:22:23 +00:00
George Rhoten
caeb3f4458
ICU-740 This test was never called, it's obsolete, and it no longer works
...
X-SVN-Rev: 4405
2001-03-30 00:09:14 +00:00
George Rhoten
a44d10ac4e
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4404
2001-03-29 22:10:51 +00:00
George Rhoten
da329a3271
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4403
2001-03-29 21:57:13 +00:00
George Rhoten
c872990b9a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4402
2001-03-29 21:39:56 +00:00
George Rhoten
a8e20b45dc
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4401
2001-03-29 20:47:43 +00:00
George Rhoten
3c6aa96907
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4400
2001-03-29 20:32:09 +00:00
Ram Viswanadha
57c9dec10f
ICU-915 Tests for bug fix
...
X-SVN-Rev: 4399
2001-03-29 18:53:46 +00:00
Ram Viswanadha
d0c968260e
ICU-915 Substitution state bug fixed
...
X-SVN-Rev: 4398
2001-03-29 18:52:38 +00:00
George Rhoten
82b2f29042
ICU-900 Hopefully got rid of a linking warning on Windows by not building the debug and release versions in the same directory
...
X-SVN-Rev: 4397
2001-03-29 18:46:58 +00:00
George Rhoten
e7f0899a1a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4396
2001-03-29 03:03:31 +00:00
George Rhoten
90ad7d9744
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4395
2001-03-29 02:23:47 +00:00
George Rhoten
0898de7ede
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4394
2001-03-29 02:16:29 +00:00
George Rhoten
08abeb24fb
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4393
2001-03-29 01:48:16 +00:00
George Rhoten
1eedf2c1aa
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4392
2001-03-29 01:08:14 +00:00
George Rhoten
c479396134
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4391
2001-03-29 01:08:13 +00:00
Syn Wee Quek
0dd4a398d2
ICU-833
...
Removed warnings
X-SVN-Rev: 4390
2001-03-28 23:27:10 +00:00
Ram Viswanadha
bebe9dccfc
ICU-915 Fix for handling of ASCII characters
...
X-SVN-Rev: 4389
2001-03-28 23:25:53 +00:00
Ram Viswanadha
a8f725834f
ICU-915 Added test for Jitterbug 915
...
X-SVN-Rev: 4388
2001-03-28 23:25:06 +00:00
George Rhoten
f2497166dd
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4387
2001-03-28 23:23:23 +00:00
George Rhoten
bfc878df03
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4386
2001-03-28 23:10:52 +00:00
Vladimir Weinstein
af5f69b9aa
ICU-96 fixed compiler warnings in hangul decomposition and variableTop type
...
X-SVN-Rev: 4385
2001-03-28 20:12:12 +00:00
George Rhoten
86d41edd53
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4384
2001-03-28 18:50:17 +00:00
George Rhoten
820439d10a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4383
2001-03-28 18:35:11 +00:00
George Rhoten
f41f1ac2dc
ICU-900 Fixed some compiler warnings for HPUX with CC
...
X-SVN-Rev: 4382
2001-03-28 18:30:43 +00:00
George Rhoten
6a64679ac0
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4381
2001-03-28 18:21:51 +00:00
George Rhoten
a7bf1c0073
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4380
2001-03-28 03:05:46 +00:00
George Rhoten
72ccf31a3e
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4379
2001-03-28 02:36:14 +00:00
George Rhoten
dc22b5f96a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4378
2001-03-28 02:13:20 +00:00
George Rhoten
3297549696
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4377
2001-03-28 02:00:28 +00:00
George Rhoten
69b7738ef6
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4376
2001-03-28 01:54:49 +00:00
George Rhoten
cde50cac0b
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4375
2001-03-28 01:48:16 +00:00
George Rhoten
b1fdfec409
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4374
2001-03-28 01:47:14 +00:00
George Rhoten
f3cfac3fdf
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4373
2001-03-28 01:39:36 +00:00
Alan Liu
1fa0f95e73
ICU-914 fix IDs of UTRANS_REVERSE CompoundTransliterators
...
X-SVN-Rev: 4372
2001-03-28 01:39:30 +00:00
George Rhoten
018d8c2622
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4371
2001-03-28 01:23:41 +00:00
George Rhoten
2ef5f9fb93
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4370
2001-03-28 01:06:36 +00:00
George Rhoten
09c96ba805
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4369
2001-03-28 01:00:20 +00:00
George Rhoten
d3c94b5f9a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4368
2001-03-28 00:38:40 +00:00
George Rhoten
886dbe4f7f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4367
2001-03-28 00:28:59 +00:00
George Rhoten
b2de19f61c
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4366
2001-03-28 00:15:46 +00:00
George Rhoten
045965315f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4365
2001-03-28 00:05:22 +00:00
Syn Wee Quek
c41d7f33d0
ICU-833
...
Updated test for new checkFCD implementation to use 2 bytes instead of the
original 1byte FCD value.
X-SVN-Rev: 4364
2001-03-28 00:05:17 +00:00
Syn Wee Quek
29f85bb9b6
ICU-833
...
Updated checkFCD implementation to use 2 bytes instead of the original 1byte FCD value.
X-SVN-Rev: 4363
2001-03-28 00:04:49 +00:00
George Rhoten
e872042689
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4360
2001-03-27 23:05:03 +00:00
George Rhoten
be0fa78d76
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4359
2001-03-27 22:59:41 +00:00
George Rhoten
19dc7ff9aa
ICU-865 Use endl for cout instead of "\n"
...
X-SVN-Rev: 4358
2001-03-27 22:54:02 +00:00
George Rhoten
4418a2f835
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4357
2001-03-27 22:34:35 +00:00
George Rhoten
dc3e7ea995
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4356
2001-03-27 22:24:40 +00:00
George Rhoten
0fbad8af90
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4355
2001-03-27 21:38:04 +00:00
George Rhoten
45542b2e91
ICU-913 Use the scope operator and not the dot operator
...
X-SVN-Rev: 4354
2001-03-27 20:24:38 +00:00
George Rhoten
d8eb7095fe
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4353
2001-03-27 19:36:36 +00:00
Alan Liu
5610b913ac
ICU-913 inverse of Null should be Null
...
X-SVN-Rev: 4352
2001-03-27 19:35:33 +00:00
George Rhoten
0e0783e17b
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4351
2001-03-27 19:28:31 +00:00
George Rhoten
b20ff70c34
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4350
2001-03-27 19:19:53 +00:00
George Rhoten
7072ec1e1a
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4349
2001-03-27 19:01:07 +00:00
Alan Liu
d9869ca69c
ICU-912 fix ID of objs returned by createInstance("Foo-Bar", UTRANS_REVERSE) where "Foo-Bar" is an alias
...
X-SVN-Rev: 4348
2001-03-27 18:39:10 +00:00
George Rhoten
3f3ce2d253
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4347
2001-03-27 02:59:37 +00:00
George Rhoten
bc61d8da9e
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4346
2001-03-27 02:52:12 +00:00
George Rhoten
4920c3245a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4345
2001-03-27 02:19:56 +00:00
George Rhoten
cd2512489c
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4344
2001-03-27 01:51:12 +00:00
George Rhoten
199ea23394
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4343
2001-03-27 01:01:52 +00:00
George Rhoten
b1d4df6d86
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4342
2001-03-27 00:55:59 +00:00
George Rhoten
4ad651e623
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4341
2001-03-27 00:40:24 +00:00
George Rhoten
87e58b7777
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4340
2001-03-27 00:34:10 +00:00
George Rhoten
09b3ae7f53
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4339
2001-03-27 00:23:32 +00:00
Ram Viswanadha
65494b82af
ICU-865 Delete comments and reduce the size of file by 1MB
...
X-SVN-Rev: 4338
2001-03-27 00:17:16 +00:00
George Rhoten
03e9ef8622
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4337
2001-03-26 23:46:57 +00:00
George Rhoten
ba1cb2ca3d
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4336
2001-03-26 23:36:20 +00:00
George Rhoten
0b1da35b77
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4335
2001-03-26 23:27:49 +00:00
George Rhoten
0e7994ff51
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4334
2001-03-26 21:14:50 +00:00
George Rhoten
f630df2b9f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4333
2001-03-26 20:43:03 +00:00
George Rhoten
26bd5a14d9
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4331
2001-03-26 20:34:11 +00:00
Vladimir Weinstein
418ed2d3bc
ICU-96 removed Test4095316 which expects part of Greek collation to be in contradiction with the UCA
...
X-SVN-Rev: 4325
2001-03-24 00:27:29 +00:00
Vladimir Weinstein
0a481e4a11
ICU-96 more tailoring tests
...
X-SVN-Rev: 4324
2001-03-23 23:58:13 +00:00
Vladimir Weinstein
5a302802e5
ICU-96 cleaned up tests
...
X-SVN-Rev: 4323
2001-03-23 23:50:28 +00:00
Vladimir Weinstein
d9a9127219
ICU-96 not all tailorings should have normalization off
...
X-SVN-Rev: 4322
2001-03-23 23:49:05 +00:00
Vladimir Weinstein
ca2498db25
ICU-96 update to attribute getter
...
X-SVN-Rev: 4321
2001-03-23 23:48:26 +00:00
Vladimir Weinstein
f13d0ecf02
ICU-96 updated data in accordance to UCA
...
X-SVN-Rev: 4319
2001-03-23 23:21:21 +00:00
George Rhoten
4f7a441b80
ICU-865 be more efficient for memory allocation on machines with a small amount of memory or large memory addressing problems
...
X-SVN-Rev: 4316
2001-03-23 21:47:36 +00:00
George Rhoten
21109bca17
ICU-865 os/390 can not have the original normalization test checked in as binary
...
X-SVN-Rev: 4312
2001-03-23 19:51:42 +00:00
Alan Liu
0b8af77394
ICU-904 fix bus error
...
X-SVN-Rev: 4309
2001-03-23 19:08:53 +00:00
George Rhoten
9ccfb498c2
ICU-827 U_MAX_PTR needs a redefinition for os/390 too.
...
X-SVN-Rev: 4308
2001-03-23 18:16:24 +00:00
Vladimir Weinstein
f182a3214f
ICU-96 fix for crash on AS400 due to negative pointer value
...
X-SVN-Rev: 4307
2001-03-23 07:48:40 +00:00
George Rhoten
e78887dc1f
ICU-807 Cleaned up TestCases.
...
X-SVN-Rev: 4303
2001-03-23 02:11:22 +00:00
Syn Wee Quek
bffbf8d0d4
ICU-807
...
Cleaned up TestCases.
X-SVN-Rev: 4302
2001-03-23 02:01:17 +00:00
Ram Viswanadha
bcf6c18886
ICU-908 deleted : after @deprecated tag
...
X-SVN-Rev: 4301
2001-03-23 01:02:23 +00:00
George Rhoten
463fb101e6
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4300
2001-03-23 01:00:25 +00:00
Syn Wee Quek
71aba3e6b4
ICU-807
...
Cleaned up TestCases.
X-SVN-Rev: 4299
2001-03-23 00:57:44 +00:00
Steven R. Loomis
11128b71d9
ICU-606 add scientific pattern to root.txt
...
X-SVN-Rev: 4298
2001-03-23 00:51:59 +00:00
George Rhoten
226c24a0ca
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4297
2001-03-23 00:48:51 +00:00
Steven R. Loomis
e61668f81d
ICU-639 checkpoint on data update
...
X-SVN-Rev: 4296
2001-03-23 00:26:20 +00:00
Steven R. Loomis
aed61f1c65
ICU-906 update the test for multiple platforms
...
X-SVN-Rev: 4295
2001-03-23 00:25:09 +00:00
Ram Viswanadha
2ebaa547bf
ICU-908 Deprecate UnicodeConverterCPP typdef
...
X-SVN-Rev: 4294
2001-03-23 00:13:47 +00:00
George Rhoten
d2e6d2f269
ICU-827 Move U_MAX_PTR from utypes.h to putil.h because it's a private platform macro
...
X-SVN-Rev: 4293
2001-03-22 23:54:19 +00:00
Vladimir Weinstein
620ebb624a
ICU-96 support for tailoring tests as requested by Mark Davis
...
X-SVN-Rev: 4292
2001-03-22 23:48:08 +00:00
George Rhoten
fc9385706c
ICU-827 Move U_MAX_PTR from utypes.h to putil.h because it's a private platform macro
...
X-SVN-Rev: 4291
2001-03-22 23:47:40 +00:00
Alan Liu
0378c92ba4
ICU-483 make internal IDs internal
...
X-SVN-Rev: 4290
2001-03-22 23:25:26 +00:00
Syn Wee Quek
9234f05bdf
ICU-807
...
Clean up C++ RuleBasedCollator::safeClone().
X-SVN-Rev: 4289
2001-03-22 23:17:13 +00:00
Vladimir Weinstein
d8b88547bf
ICU-96 support for tailoring tests as requested by Mark Davis
...
X-SVN-Rev: 4288
2001-03-22 23:11:22 +00:00
Vladimir Weinstein
0e0d31e7e7
ICU-96 updated Korean rules
...
X-SVN-Rev: 4287
2001-03-22 22:04:51 +00:00
George Rhoten
795332430f
ICU-597 /bin/pwd is somewhere else on as/400
...
and it's not needed for the build
X-SVN-Rev: 4286
2001-03-22 22:02:05 +00:00
Vladimir Weinstein
3fd8f3bf61
ICU-96 fixed compiler warnings
...
X-SVN-Rev: 4285
2001-03-22 21:16:20 +00:00
George Rhoten
ac32911f8d
ICU-597 /bin/pwd is somewhere else on as/400
...
and it's not needed for the build
X-SVN-Rev: 4284
2001-03-22 20:48:55 +00:00
George Rhoten
27605f58d7
ICU-865 Removed what looks like debugging information
...
X-SVN-Rev: 4283
2001-03-22 20:13:23 +00:00
Ram Viswanadha
7980af65c6
ICU-849 Made the docs pretty
...
X-SVN-Rev: 4282
2001-03-22 20:07:44 +00:00
Ram Viswanadha
ae3ec9f251
ICU-535 fixed compiler warnings
...
X-SVN-Rev: 4281
2001-03-22 19:57:05 +00:00
Ram Viswanadha
3c622c0a88
ICU-849 Made the docs more readable
...
X-SVN-Rev: 4280
2001-03-22 19:56:47 +00:00
George Rhoten
1094ad732d
ICU-865 ignore a few more files
...
X-SVN-Rev: 4279
2001-03-22 19:50:16 +00:00
Ram Viswanadha
9a5b41cb32
ICU-849 Added documentation for multiline macro usage
...
X-SVN-Rev: 4278
2001-03-22 19:41:37 +00:00
George Rhoten
9aafcf1f31
ICU-865 add .cvsignore file
...
X-SVN-Rev: 4277
2001-03-22 19:41:34 +00:00
George Rhoten
2c108a2267
ICU-865 ignore new decmn utility
...
X-SVN-Rev: 4276
2001-03-22 19:39:44 +00:00
George Rhoten
f4213b3f44
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 4275
2001-03-22 19:33:43 +00:00
Vladimir Weinstein
5bbb91861f
ICU-96 fixed jamo special handling, made building more robust
...
X-SVN-Rev: 4274
2001-03-22 18:45:31 +00:00
George Rhoten
5735b8a078
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4273
2001-03-22 18:40:11 +00:00
Ram Viswanadha
90a6cca343
ICU-535 fixed compiler warnings
...
X-SVN-Rev: 4272
2001-03-22 18:35:08 +00:00
George Rhoten
ca6048ced0
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4271
2001-03-22 18:32:54 +00:00
George Rhoten
9db32ad2aa
ICU-742 changed "Default locale" message stderr -> stdout
...
X-SVN-Rev: 4270
2001-03-22 18:18:38 +00:00
Vladimir Weinstein
f6e4bc97f7
ICU-96 more tests added
...
X-SVN-Rev: 4269
2001-03-22 18:12:36 +00:00
Vladimir Weinstein
12b8ebd805
ICU-96 fixed memory bug with too many contraction sequences
...
X-SVN-Rev: 4268
2001-03-22 18:11:25 +00:00
Steven R. Loomis
5c76396987
ICU-906 remove compiler specific C flag
...
X-SVN-Rev: 4267
2001-03-22 07:08:09 +00:00
Steven R. Loomis
f978fc8995
ICU-906 samples -> 1.8
...
X-SVN-Rev: 4266
2001-03-22 07:07:23 +00:00
George Rhoten
88ed16533f
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4265
2001-03-22 04:16:49 +00:00
George Rhoten
9a188e4b0b
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4264
2001-03-22 04:07:57 +00:00
George Rhoten
78b4e73e53
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4263
2001-03-22 03:36:53 +00:00
George Rhoten
4be6e11d9d
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4262
2001-03-22 03:29:54 +00:00
Ram Viswanadha
39e62851ae
ICU-376 Updated bulgarian locale
...
X-SVN-Rev: 4261
2001-03-22 03:11:01 +00:00
Ram Viswanadha
f072935ad1
ICU-376 Updated bulgarian locale
...
X-SVN-Rev: 4258
2001-03-22 02:33:00 +00:00
George Rhoten
0924854d6b
ICU-610 Don't use deprecated APIs
...
X-SVN-Rev: 4257
2001-03-22 02:19:16 +00:00
Ram Viswanadha
e8b9cd3260
ICU-780 corrected number of significant digits after the decimal point for a currency format
...
X-SVN-Rev: 4256
2001-03-22 02:19:12 +00:00
George Rhoten
41beb447d6
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4255
2001-03-22 01:42:13 +00:00
George Rhoten
038d654fb3
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 4254
2001-03-22 01:26:48 +00:00
George Rhoten
1ba1068d61
ICU-882 Added a comment about the cache and removing it at a later date.
...
X-SVN-Rev: 4253
2001-03-22 01:13:46 +00:00
George Rhoten
7de83ee9b7
ICU-882 #ifdef the deprecated API out
...
X-SVN-Rev: 4252
2001-03-22 01:08:37 +00:00
George Rhoten
f1672f6019
ICU-535 Fixed some compiler warnings due to deprecated API removal
...
X-SVN-Rev: 4251
2001-03-22 01:00:05 +00:00
George Rhoten
c2e67fb3b9
ICU-610 Don't use deprecated APIs
...
X-SVN-Rev: 4250
2001-03-22 00:42:37 +00:00
Andy Heninger
72b45a433b
ICU-903 updated copyright notices.
...
X-SVN-Rev: 4249
2001-03-22 00:09:10 +00:00
Syn Wee Quek
811dfb2c4a
ICU-807
...
Modified test to enable a successful pass in the Zh_CN locale.
X-SVN-Rev: 4248
2001-03-22 00:06:51 +00:00
George Rhoten
8743b43294
ICU-610 Don't use deprecated APIs
...
X-SVN-Rev: 4247
2001-03-21 23:48:41 +00:00
Andy Heninger
360f38dc1e
ICU-903 updated copyright notices.
...
X-SVN-Rev: 4245
2001-03-21 23:22:16 +00:00
Syn Wee Quek
6f1fa85d5b
ICU-807
...
Replaced tests that uses the default collators with en_US collators.
X-SVN-Rev: 4244
2001-03-21 22:13:30 +00:00
George Rhoten
0a4687e450
ICU-811 We no longer reference the release/debug directories on win32
...
X-SVN-Rev: 4243
2001-03-21 22:10:20 +00:00
George Rhoten
463391f84e
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4242
2001-03-21 22:07:51 +00:00
Vladimir Weinstein
6c4f20a5da
ICU-96 cleaned up rule test, added testing custom rules
...
X-SVN-Rev: 4241
2001-03-21 22:05:42 +00:00
Ram Viswanadha
e91d5b690a
ICU-903 update copyright notices
...
X-SVN-Rev: 4240
2001-03-21 20:52:38 +00:00
Ram Viswanadha
ea4d002c9c
ICU-903 update copyright notices
...
X-SVN-Rev: 4239
2001-03-21 20:46:06 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
Vladimir Weinstein
8e6698de87
ICU-903 updated copyright notices
...
X-SVN-Rev: 4237
2001-03-21 20:31:13 +00:00
Ram Viswanadha
372b009f66
ICU-903 update copyright notices
...
X-SVN-Rev: 4236
2001-03-21 20:21:59 +00:00
Ram Viswanadha
7f6d7e256f
ICU-903 update copyright notices
...
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00
Vladimir Weinstein
4df17d9d75
ICU-96 fixed an Arabic locale crash
...
X-SVN-Rev: 4234
2001-03-21 20:06:21 +00:00
Ram Viswanadha
ef97b534cd
ICU-903 update copyright notices
...
X-SVN-Rev: 4233
2001-03-21 19:46:49 +00:00
Eric Mader
5f897de957
ICU-903 Update copyright notice for 2001
...
X-SVN-Rev: 4232
2001-03-21 19:46:26 +00:00
Vladimir Weinstein
3e77119eb2
ICU-96 enabled Danish in Ram's test after fixing a typo in the rules
...
X-SVN-Rev: 4231
2001-03-21 18:53:46 +00:00
Vladimir Weinstein
7622dd4692
ICU-96 fixed a typo
...
X-SVN-Rev: 4230
2001-03-21 18:53:11 +00:00
Vladimir Weinstein
2c4d10664f
ICU-96 fixed a compiler warning
...
X-SVN-Rev: 4229
2001-03-21 18:26:50 +00:00
Vladimir Weinstein
fee342363d
ICU-96 more fixes for non English machines
...
X-SVN-Rev: 4228
2001-03-21 18:26:34 +00:00
Vladimir Weinstein
f1d28184e9
ICU-96 added collate/LotusCollationKoreanTest to UNIX makefile
...
X-SVN-Rev: 4227
2001-03-21 18:18:35 +00:00
Vladimir Weinstein
f9a01fe09e
ICU-96 added LotusCollationKoreanTest
...
X-SVN-Rev: 4226
2001-03-21 18:10:38 +00:00
Vladimir Weinstein
261634728d
ICU-903 updated copyright notices
...
X-SVN-Rev: 4225
2001-03-21 17:49:38 +00:00
Vladimir Weinstein
98341a8326
ICU-96 completed initial rule test
...
X-SVN-Rev: 4224
2001-03-21 06:03:56 +00:00
Ram Viswanadha
50965c1279
ICU-552 Temp hack to test if data is correct
...
X-SVN-Rev: 4223
2001-03-21 02:20:51 +00:00
Ram Viswanadha
d8fd66f325
ICU-552 Test for fallback mechanism of aliased data
...
X-SVN-Rev: 4222
2001-03-21 01:50:24 +00:00
Vladimir Weinstein
1daecafbde
ICU-96 Ram's string copying does not work on all the platforms. Test needs more fixing but should be fine for now.
...
X-SVN-Rev: 4221
2001-03-21 01:04:09 +00:00
Ram Viswanadha
71dd2df6b6
ICU-668 Tests for ures_getVersion
...
X-SVN-Rev: 4220
2001-03-21 00:55:52 +00:00
George Rhoten
aa8aecdcd7
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 4219
2001-03-21 00:50:23 +00:00
George Rhoten
08fd00c8c3
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4218
2001-03-21 00:50:14 +00:00
George Rhoten
40765e5b1d
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4217
2001-03-21 00:44:11 +00:00
George Rhoten
ae26a10531
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4216
2001-03-21 00:31:54 +00:00
Ram Viswanadha
27ae1eaf5c
ICU-590 Removed DateTimePatterns for zh and included in zh_CN
...
X-SVN-Rev: 4215
2001-03-21 00:29:58 +00:00
George Rhoten
e190b43612
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4214
2001-03-21 00:26:28 +00:00
George Rhoten
723ec38b04
ICU-865 unneeded header no longer exists
...
X-SVN-Rev: 4213
2001-03-21 00:25:44 +00:00
Vladimir Weinstein
cb89bb2a24
ICU-96 integrated Ram Rules test, made it pass except for sh (known bug) and da (need to check it)
...
X-SVN-Rev: 4212
2001-03-21 00:24:48 +00:00
Vladimir Weinstein
5c0a5f94fc
ICU-96 fixed bigendian machines problem
...
X-SVN-Rev: 4211
2001-03-21 00:23:20 +00:00
Vladimir Weinstein
c50adff03c
ICU-96 fixed japanese contraction handling
...
X-SVN-Rev: 4210
2001-03-21 00:22:54 +00:00
Vladimir Weinstein
ac8c631ee0
ICU-96 fixed quote handling
...
X-SVN-Rev: 4209
2001-03-21 00:22:35 +00:00
George Rhoten
5b3145f716
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 4208
2001-03-21 00:20:51 +00:00
Vladimir Weinstein
b67d0338c9
ICU-96 changed ''' to '' as per ICU syntax rules
...
X-SVN-Rev: 4207
2001-03-21 00:19:37 +00:00
Vladimir Weinstein
ff58497ba0
ICU-96 removed troublesome duplicates from the CJK compatibility range
...
X-SVN-Rev: 4206
2001-03-21 00:19:07 +00:00
George Rhoten
20338c732c
ICU-865 Use the current naming scheme for the libraries and make the release version work
...
X-SVN-Rev: 4205
2001-03-21 00:16:35 +00:00
Ram Viswanadha
4b47f59920
ICU-814 Updated currency data
...
X-SVN-Rev: 4204
2001-03-21 00:10:16 +00:00
George Rhoten
f15aba52c3
ICU-865 Use the current naming scheme for the libraries and make the release version work
...
X-SVN-Rev: 4203
2001-03-21 00:07:49 +00:00
Ram Viswanadha
c15da6ed90
ICU-207 Opps! missed this one
...
X-SVN-Rev: 4202
2001-03-20 23:54:40 +00:00
Ram Viswanadha
142103f134
ICU-207 Fixed tests that were checking for fallbacks
...
X-SVN-Rev: 4201
2001-03-20 23:05:42 +00:00
Ram Viswanadha
559a913439
ICU-207 Update version fields of locale files that have changed since 1.6
...
X-SVN-Rev: 4197
2001-03-20 22:32:57 +00:00
Ram Viswanadha
e94ae29e7b
ICU-629 Add eu_ES_EURO locale
...
X-SVN-Rev: 4196
2001-03-20 22:16:49 +00:00
George Rhoten
7841e99f75
ICU-96 Porting to Win95/98
...
X-SVN-Rev: 4195
2001-03-20 20:15:04 +00:00
Vladimir Weinstein
215361e8e9
ICU-96 adapting cintltst to non-English default locales
...
X-SVN-Rev: 4194
2001-03-20 20:11:48 +00:00
George Rhoten
c1c054062d
ICU-865 This test is too slow,
...
and I think os/390 has a problem with it opening up the file as non-binary
X-SVN-Rev: 4193
2001-03-20 19:39:51 +00:00
Vladimir Weinstein
a4dce67c57
ICU-96 merging Ram's test with cintltst. Exchanging private decompose for u_normalize, moving some constants
...
X-SVN-Rev: 4192
2001-03-20 07:22:33 +00:00
Andy Heninger
26d19f7d22
ICU-880 faster loop for strcoll leading chars == comparison.
...
X-SVN-Rev: 4191
2001-03-20 02:26:23 +00:00
Markus Scherer
de38f9f30f
ICU-889 rename decmn.c to .cpp for hp-ux
...
X-SVN-Rev: 4190
2001-03-20 01:32:28 +00:00
Vladimir Weinstein
cda9dc782f
ICU-96 correct handling of level separator for quad level, sortkeytostring private function, some tweaks for CE generation, rule parser factored out
...
X-SVN-Rev: 4189
2001-03-20 00:56:37 +00:00
Markus Scherer
a6265c42b8
ICU-762 remove empty init() function
...
X-SVN-Rev: 4188
2001-03-20 00:46:06 +00:00
Markus Scherer
54fdb244d6
ICU-827 improve default U_MAX_PTR(base) definition to make sure that it never returns a pointer >base+0x7fffffff
...
X-SVN-Rev: 4187
2001-03-20 00:39:56 +00:00
Syn Wee Quek
f93f18d9f9
ICU-807
...
Updated Japanese test.
X-SVN-Rev: 4186
2001-03-20 00:26:15 +00:00
Syn Wee Quek
2f642b493b
ICU-807
...
Synched collation strength enum with ucol.h.
X-SVN-Rev: 4185
2001-03-20 00:22:19 +00:00
Ram Viswanadha
2f8d357ccf
ICU-823 Make collation documentation prettier
...
X-SVN-Rev: 4184
2001-03-19 23:00:58 +00:00
Ram Viswanadha
741071a83a
ICU-823 Misc API documentation bug fixes
...
X-SVN-Rev: 4183
2001-03-19 22:45:18 +00:00
Ram Viswanadha
af28ebc2cd
ICU-823 Misc API documentation bug fixes
...
X-SVN-Rev: 4182
2001-03-19 22:41:39 +00:00
Vladimir Weinstein
fbc872b0bf
ICU-96 needed to separate building of test data files from main data
...
X-SVN-Rev: 4181
2001-03-19 22:35:36 +00:00
Ram Viswanadha
8160ab0cf2
ICU-823 Misc API documentation bug fixes
...
X-SVN-Rev: 4180
2001-03-19 22:30:38 +00:00
Ram Viswanadha
e8b0fb3b6e
ICU-823 Misc API documentation bugs
...
X-SVN-Rev: 4179
2001-03-19 21:58:11 +00:00
Ram Viswanadha
e94f176398
ICU-823 Misc API documentation bugs
...
X-SVN-Rev: 4178
2001-03-19 21:51:32 +00:00
Markus Scherer
e8c3ac77d8
ICU-827 improve target buffer size checking to work on more platforms (esp. 64-bit)
...
X-SVN-Rev: 4177
2001-03-19 20:26:30 +00:00
Ram Viswanadha
154df4ff60
ICU-862 Delete ibm-1383_X110 since it contains PUA characters
...
X-SVN-Rev: 4176
2001-03-19 06:30:39 +00:00
Ram Viswanadha
15f8627f3c
ICU-862 Delete ibm-1383_X110 since it contains PUA characters
...
X-SVN-Rev: 4175
2001-03-19 05:43:12 +00:00
Markus Scherer
bc2c8ee902
ICU-889 build decmn tool
...
X-SVN-Rev: 4174
2001-03-17 23:51:21 +00:00
Markus Scherer
499a3e2ac3
ICU-890 use improved fillOuput function from cpputils
...
X-SVN-Rev: 4173
2001-03-17 23:36:26 +00:00
Markus Scherer
f7da078199
ICU-890 fix unorm_normalize() - preflighting capacity could not be used
...
X-SVN-Rev: 4172
2001-03-17 23:33:02 +00:00
Markus Scherer
a3378b9cab
ICU-890 test unorm_normalize() preflighting
...
X-SVN-Rev: 4171
2001-03-17 23:32:20 +00:00
Markus Scherer
63673c1c50
ICU-890 clean up, improve, fix fillOutput function (zero-terminated even if there was not enough space in the output buffer)
...
X-SVN-Rev: 4170
2001-03-17 23:31:46 +00:00
Markus Scherer
87b88e71e7
ICU-827 test extract(char *, invariant) preflighting
...
X-SVN-Rev: 4169
2001-03-17 22:15:02 +00:00
Markus Scherer
ef1abeabce
ICU-827 reimplement extract(char *) to fix preflighting and improve performance
...
X-SVN-Rev: 4168
2001-03-17 22:14:30 +00:00
Markus Scherer
6a9f1f49d0
ICU-827 make sure that the target buffer size does not exceed the value range of int32_t; improve some argument checking
...
X-SVN-Rev: 4167
2001-03-17 22:13:27 +00:00
Steven R. Loomis
3acdd59594
ICU-639 data update based on feedback
...
X-SVN-Rev: 4166
2001-03-17 09:29:58 +00:00
Markus Scherer
5fa2da9b35
ICU-762 improve documentation for UCharCategory and u_iscntrl()
...
X-SVN-Rev: 4162
2001-03-17 01:56:34 +00:00
Markus Scherer
b8f1a59545
ICU-879 document uses and limitations of CCSIDs
...
X-SVN-Rev: 4160
2001-03-17 01:36:48 +00:00
Vladimir Weinstein
e1faf1e495
ICU-96 enabled strcollinc in problematic tests added and disabled sortkey printing test
...
X-SVN-Rev: 4158
2001-03-17 00:59:44 +00:00
Vladimir Weinstein
5732a4c692
ICU-96 enabled strcollinc in problematic tests
...
X-SVN-Rev: 4157
2001-03-17 00:56:21 +00:00
Vladimir Weinstein
75510f6028
ICU-96 updated copyright notices. made strcollinc smarter
...
X-SVN-Rev: 4155
2001-03-17 00:46:46 +00:00
Markus Scherer
1dd0f3d800
ICU-879 more tests for ucnv_openCCSID(), ucnv_getCCSID(), ucnv_getPlatform()
...
X-SVN-Rev: 4154
2001-03-17 00:40:23 +00:00
George Rhoten
f72d32e3cd
ICU-865 Don't use // in a plain C file
...
X-SVN-Rev: 4152
2001-03-17 00:34:39 +00:00
Markus Scherer
8ddb0d37f9
ICU-879 fix parsing of platform & ccsid from encoding name
...
X-SVN-Rev: 4151
2001-03-17 00:34:04 +00:00
Jim Snyder Grant
02139eb9f1
ICU-792 testing updated mappings in ibm-535*.
...
X-SVN-Rev: 4150
2001-03-16 23:03:31 +00:00
Jim Snyder Grant
90fad2f1b7
ICU-792 updated a few mappings manually in ibm-535*.
...
X-SVN-Rev: 4149
2001-03-16 23:02:47 +00:00
Vladimir Weinstein
930af117d5
ICU-96 cintltst all tests passing. Modified collation's doTest to to test reverse order
...
X-SVN-Rev: 4148
2001-03-16 22:17:57 +00:00
Markus Scherer
756972f00c
ICU-875 fix and clean up ucnv_fixFileSeparator() and ucnv_isAmbiguous()
...
X-SVN-Rev: 4147
2001-03-16 20:49:41 +00:00
Markus Scherer
093f6c3e25
ICU-875 test ucnv_fixFileSeparator() and ucnv_isAmbiguous() with all converters
...
X-SVN-Rev: 4146
2001-03-16 20:48:10 +00:00
Andy Heninger
10f5bd5f16
ICU-96 buffer size chaged per review
...
X-SVN-Rev: 4145
2001-03-16 20:01:24 +00:00
Vladimir Weinstein
16d322783f
ICU-96 fixed case bit in continuations handling
...
X-SVN-Rev: 4144
2001-03-16 19:06:07 +00:00
Vladimir Weinstein
f739310bd9
ICU-96 better building of incomplete contractions and handling of case bit in expansions
...
X-SVN-Rev: 4143
2001-03-16 19:04:26 +00:00
Vladimir Weinstein
681ac2b1b4
ICU-96 test update
...
X-SVN-Rev: 4142
2001-03-16 19:03:53 +00:00
Syn Wee Quek
b9f70c4da3
ICU-807
...
Stricter boundary checks.
X-SVN-Rev: 4141
2001-03-16 18:58:41 +00:00
Yves Arrouye
288eeb3bec
ICU-893 added numerical components of the version number as separate
...
defines.
X-SVN-Rev: 4140
2001-03-16 18:54:36 +00:00
Syn Wee Quek
b43e5ee936
ICU-807
...
Added CollationDanishTest::MAX_TOKEN_LENGTH
X-SVN-Rev: 4139
2001-03-16 18:52:57 +00:00
Syn Wee Quek
c647c6b37a
ICU-861
...
Minor clean up, removed irrelevant comment.
X-SVN-Rev: 4138
2001-03-16 18:41:28 +00:00
George Rhoten
2dff28bb31
ICU-432 Array too small
...
X-SVN-Rev: 4137
2001-03-16 18:21:49 +00:00