Commit Graph

3603 Commits

Author SHA1 Message Date
Syn Wee Quek
cd04c29893 ICU-928
Fixed solaris compiler warnings

X-SVN-Rev: 4570
2001-04-26 22:57:06 +00:00
Syn Wee Quek
66ffa7b323 ICU-833
Removed HP compiler warnings

X-SVN-Rev: 4569
2001-04-26 17:54:30 +00:00
George Rhoten
cec784e1f3 ICU-597 Hopefully this will fix the memory problem on os/400
X-SVN-Rev: 4568
2001-04-26 01:16:57 +00:00
Syn Wee Quek
1bfe6e02e2 ICU-861
Initialized collIterate->endp to be NULL when a null terminated string is used.

X-SVN-Rev: 4567
2001-04-26 01:15:34 +00:00
Syn Wee Quek
e49ee368ef ICU-861
Added iterator contraction normalization tests.

X-SVN-Rev: 4566
2001-04-26 01:14:28 +00:00
Andy Heninger
82be47aa3c ICU-880 Windows Project file: fix incorrect project dependency for new collation perf test program
X-SVN-Rev: 4565
2001-04-26 01:05:22 +00:00
Syn Wee Quek
794fea28f5 ICU-861
Added normalization to contraction for forwards and backwards iteration

X-SVN-Rev: 4564
2001-04-25 23:28:55 +00:00
Vladimir Weinstein
c496597a51 ICU-831 Latvian sorts uppercase first
X-SVN-Rev: 4563
2001-04-25 23:16:35 +00:00
Vladimir Weinstein
24bd653620 ICU-815 \u00e6 and \u00c6 sort behind a (rule: &A<<\u00e6/e<<<\u00c6/E)
X-SVN-Rev: 4562
2001-04-25 23:16:08 +00:00
Vladimir Weinstein
b327be350f ICU-96 Markus says Esperanto does not need normalization
X-SVN-Rev: 4561
2001-04-25 22:31:23 +00:00
Vladimir Weinstein
ed6f02ed25 ICU-831 Latvian sorts upper first now
X-SVN-Rev: 4560
2001-04-25 22:28:59 +00:00
Vladimir Weinstein
06563ce87a ICU-96 wrong option size was making some options unusable
X-SVN-Rev: 4559
2001-04-25 22:28:30 +00:00
Vladimir Weinstein
8ea22f6c39 ICU-784 added Pinyin Tone order
X-SVN-Rev: 4558
2001-04-25 22:27:55 +00:00
George Rhoten
11ca7472ca ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4557
2001-04-25 21:11:53 +00:00
George Rhoten
ffdab033d1 ICU-821 Temporarily removed the -O2 flag for AIX until better flags are found.
X-SVN-Rev: 4556
2001-04-25 21:07:25 +00:00
Vladimir Weinstein
6ca6bab953 ICU-96 primary compression in, needs to be turned on with UCOL_PRIM_COMPRESSION
X-SVN-Rev: 4555
2001-04-25 18:00:41 +00:00
Vladimir Weinstein
331dcd229f ICU-96 fractional UCA with better Jamos
X-SVN-Rev: 4554
2001-04-25 17:59:28 +00:00
George Rhoten
cf62d209c6 ICU-821 Fixed an HP/UX compiler problem
X-SVN-Rev: 4553
2001-04-25 17:27:43 +00:00
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