Commit Graph

6746 Commits

Author SHA1 Message Date
Steven R. Loomis
55d0abfa7f ICU-1861 changes for makefile.inc and icu-config
X-SVN-Rev: 8566
2002-05-07 03:10:14 +00:00
Steven R. Loomis
0f6221fbac ICU-1861 icu-config
X-SVN-Rev: 8565
2002-05-07 03:09:19 +00:00
Vladimir Weinstein
4297637214 ICU-1880 better control of which test is going to be executed, better verbosity and avoiding unnecessary opening/closing of bundles
X-SVN-Rev: 8564
2002-05-02 21:16:33 +00:00
George Rhoten
28261ecb0a ICU-1749 Properly define the functions for HP/UX aCC
X-SVN-Rev: 8563
2002-05-02 03:01:49 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
Vladimir Weinstein
277a918e33 ICU-1880 forget to reset status in one case
X-SVN-Rev: 8561
2002-05-01 21:56:57 +00:00
Vladimir Weinstein
d7aa82bb03 ICU-1880 C port of data driven tests, for cintltst
X-SVN-Rev: 8560
2002-05-01 21:28:38 +00:00
Vladimir Weinstein
01b94d7d33 ICU-1880 Allow for testing of multiple locales/rulesets/argument lists on the same test data
X-SVN-Rev: 8558
2002-05-01 18:33:04 +00:00
Vladimir Weinstein
b5bb077bb3 ICU-1880 fix for argument parsing
X-SVN-Rev: 8557
2002-05-01 16:07:18 +00:00
Vladimir Weinstein
6dd1c35897 ICU-1880 Added data driven test resource to testdata list
X-SVN-Rev: 8556
2002-05-01 04:14:29 +00:00
Vladimir Weinstein
04ea819bf6 ICU-1880 use the testdata library, not the individual files
X-SVN-Rev: 8555
2002-05-01 04:10:21 +00:00
Vladimir Weinstein
3461dda8d6 ICU-1880 added dadrcoll to intltest unix build
X-SVN-Rev: 8554
2002-05-01 00:43:21 +00:00
Vladimir Weinstein
89ddf5d5b4 ICU-1880 argument parsing function - support for data driven tests
X-SVN-Rev: 8553
2002-04-30 23:29:44 +00:00
Vladimir Weinstein
51e48aab7d ICU-1880 added resource bundle for data driven collation test. Should be shared by intltest and cintltst (and icu4j also)
X-SVN-Rev: 8552
2002-04-30 23:04:47 +00:00
Vladimir Weinstein
7516bc1023 ICU-1880 added collation data driven test - reads resource bundle and tests collation
X-SVN-Rev: 8551
2002-04-30 23:03:51 +00:00
Vladimir Weinstein
1bc2cacb8e ICU-1880 moved doTest to collation test base class. All the tests should use this common function
X-SVN-Rev: 8550
2002-04-30 23:02:45 +00:00
Vladimir Weinstein
d9a4b4ce88 ICU-1880 removed doTest from dacoll - classes such as this will eventually be completely removed. This is just the first step
X-SVN-Rev: 8549
2002-04-30 23:01:44 +00:00
Alan Liu
1bcb0d4f0c ICU-1749 update tests to use new API, fix iteration bug
X-SVN-Rev: 8548
2002-04-30 22:12:28 +00:00
Alan Liu
e2b72f9b58 ICU-1749 hide public data members; remove abbreviation API
X-SVN-Rev: 8547
2002-04-30 22:12:01 +00:00
Alan Liu
6b058615b7 ICU-1749 update tests to use new API
X-SVN-Rev: 8546
2002-04-30 22:11:18 +00:00
George Rhoten
faec7727ae ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8545
2002-04-30 21:03:00 +00:00
George Rhoten
a07bb49fae ICU-1877 Fix a TARGET typo for loengine.h
X-SVN-Rev: 8544
2002-04-30 21:02:43 +00:00
George Rhoten
b3267fb318 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8543
2002-04-30 20:43:51 +00:00
George Rhoten
968f910249 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8542
2002-04-30 19:07:18 +00:00
George Rhoten
f8c4cb25bf ICU-1828 tblprint.* are not used, and Vladimir says it's okay to remove.
X-SVN-Rev: 8541
2002-04-30 18:06:28 +00:00
George Rhoten
113f35c27a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8540
2002-04-30 18:04:07 +00:00
George Rhoten
7f87b5724e ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8539
2002-04-30 17:22:11 +00:00
George Rhoten
ce01292bc0 ICU-1877 Fix an Itanium compiler optimization error.
X-SVN-Rev: 8538
2002-04-30 00:49:15 +00:00
George Rhoten
ac061302c1 ICU-1877 pwin64.h doesn't exist. Use pwin32.h
X-SVN-Rev: 8537
2002-04-30 00:48:04 +00:00
George Rhoten
4a52dcc155 ICU-1872 Specify the return type
X-SVN-Rev: 8536
2002-04-29 20:26:24 +00:00
George Rhoten
739e08c7b2 ICU-1749 Use TRUE, not true
X-SVN-Rev: 8535
2002-04-29 20:24:16 +00:00
George Rhoten
4d0fb4be3e ICU-1749 Remove one of the CVS tags.
X-SVN-Rev: 8534
2002-04-29 17:43:12 +00:00
George Rhoten
f1ad25038e ICU-1749 Don't use static on an enum
X-SVN-Rev: 8533
2002-04-29 16:46:48 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
Alan Liu
a73bfe7d24 ICU-1749 port TestMulticharStringSet to C++
X-SVN-Rev: 8530
2002-04-26 21:31:55 +00:00
Yves Arrouye
f6c3d57ffc ICU-1876 try to compile to detect iostream
X-SVN-Rev: 8528
2002-04-26 18:45:17 +00:00
Doug Felt
77b6719b9b ICU-970 add substring constructors and setTo overload to UnicodeString
X-SVN-Rev: 8527
2002-04-26 18:02:49 +00:00
Alan Liu
37b4739783 ICU-1749 API additions to support UnicodeSet
X-SVN-Rev: 8526
2002-04-26 06:30:37 +00:00
Alan Liu
2edd9a085e ICU-1749 ported TestStrings TestStringPatterns and edited exhaustive test to check iterator and round trip
X-SVN-Rev: 8525
2002-04-26 06:28:15 +00:00
Alan Liu
daea6a76cb ICU-1749 temporary changes until test is updated to use real iterator
X-SVN-Rev: 8524
2002-04-26 06:26:17 +00:00
Alan Liu
2e2cfa72da ICU-1749 add usetiter
X-SVN-Rev: 8523
2002-04-26 00:04:50 +00:00
Alan Liu
89c3796eaa ICU-1749 initial port from Java of multichar string support
X-SVN-Rev: 8521
2002-04-25 23:39:57 +00:00
Alan Liu
4212379376 ICU-1749 initial port from Java
X-SVN-Rev: 8520
2002-04-25 23:36:02 +00:00
George Rhoten
db3c628396 ICU-1872 A better test for the global mutex
X-SVN-Rev: 8517
2002-04-25 22:15:52 +00:00
George Rhoten
802688f52f ICU-1872 Slightly better test order.
X-SVN-Rev: 8516
2002-04-25 21:52:13 +00:00
George Rhoten
35bdabdc68 ICU-1872 A better test for the global mutex
X-SVN-Rev: 8515
2002-04-25 21:49:16 +00:00
George Rhoten
08db07139b ICU-1874 Make the tests work on individual files when ICU_DATA is set to ....\data\out\build\
X-SVN-Rev: 8514
2002-04-25 21:38:10 +00:00
George Rhoten
3c7398060a ICU-1874 Make the tests work on individual files when ICU_DATA is set to ....\data\out\build\
X-SVN-Rev: 8512
2002-04-25 18:59:32 +00:00
Yves Arrouye
985ce87495 ICU-1868 link w/ C
X-SVN-Rev: 8511
2002-04-25 18:13:15 +00:00
George Rhoten
5ba437bbb1 ICU-1872 Don't do static initialization, just in case the global mutex gets initialized.
X-SVN-Rev: 8508
2002-04-24 17:31:27 +00:00
George Rhoten
8cf8b12ddb ICU-1872 Leaving the static init in because I don't know what the test is doing, but use the invariant converter instead.
X-SVN-Rev: 8507
2002-04-24 17:29:52 +00:00
George Rhoten
53b969bd26 ICU-1872 Test for mutex initialization
X-SVN-Rev: 8505
2002-04-24 16:10:33 +00:00
George Rhoten
8cd90d7b88 ICU-1872 Test for mutex initialization
X-SVN-Rev: 8503
2002-04-23 23:24:25 +00:00
George Rhoten
705ca8847d ICU-1828 Rename error.c -> errmsg.c
X-SVN-Rev: 8502
2002-04-23 23:11:09 +00:00
George Rhoten
fbaa901902 ICU-1828 Rename error.c -> errmsg.c
X-SVN-Rev: 8500
2002-04-23 22:25:44 +00:00
George Rhoten
d85d2f804e ICU-837 Update the TODO list
X-SVN-Rev: 8498
2002-04-22 16:05:38 +00:00
George Rhoten
af5ab56ef5 ICU-1850 Add derb to the workspace, remove non-existent gencol.
X-SVN-Rev: 8497
2002-04-19 20:59:58 +00:00
George Rhoten
32d106fc3e ICU-1850 HP/UX11CC doesn't have getcwd, and it's not needed.
General cleanup of warnings too.

X-SVN-Rev: 8496
2002-04-19 18:50:49 +00:00
George Rhoten
0ddb19a6b0 ICU-1868 Fix a typo
X-SVN-Rev: 8495
2002-04-19 16:17:36 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
George Rhoten
c353ded34d ICU-1828 These files don't seem to be used.
X-SVN-Rev: 8493
2002-04-19 01:25:47 +00:00
George Rhoten
a600b010ec ICU-1868 Put some definitions back.
We want to make sure that the GNU C/C++ compiler is used.

X-SVN-Rev: 8492
2002-04-19 00:27:24 +00:00
George Rhoten
b8fe6d8f63 ICU-1850 Fix for HP/UX11CC
X-SVN-Rev: 8491
2002-04-18 21:00:20 +00:00
George Rhoten
2ae1033328 ICU-1850 Fix for AIX don't use // in C files.
X-SVN-Rev: 8490
2002-04-18 17:09:47 +00:00
George Rhoten
49fe076fb0 ICU-1850 add derb to Windows in release mode
X-SVN-Rev: 8489
2002-04-18 17:08:10 +00:00
George Rhoten
8a896812fd ICU-1850 add derb to Windows
X-SVN-Rev: 8488
2002-04-18 17:05:29 +00:00
Yves Arrouye
374bde8ad5 ICU-1850 add derb
X-SVN-Rev: 8487
2002-04-18 03:06:41 +00:00
Yves Arrouye
84a6473a6e ICU-1857 move commands from $(sbindir) to $(bindir)
X-SVN-Rev: 8486
2002-04-18 03:06:00 +00:00
George Rhoten
895f094f25 ICU-1868 Remove some of the CC and CXX definitions for gcc. Add MacOSX.
X-SVN-Rev: 8485
2002-04-17 23:54:04 +00:00
Vladimir Weinstein
c96dbd3c94 ICU-1492 fixed reference counting for resource bundles
X-SVN-Rev: 8484
2002-04-17 21:19:38 +00:00
Markus Scherer
59347d8bde ICU-1867 improve SCSU performance with non-offset-handling function versions
X-SVN-Rev: 8483
2002-04-17 20:46:27 +00:00
Markus Scherer
7c25d530d2 ICU-1867 add converter performance test for Unicode encodings
X-SVN-Rev: 8482
2002-04-17 20:42:22 +00:00
Markus Scherer
995a589267 ICU-1864 add BOCU-1
X-SVN-Rev: 8481
2002-04-17 20:36:53 +00:00
Markus Scherer
3e91ccada7 ICU-1864 add BOCU-1
X-SVN-Rev: 8480
2002-04-17 18:38:22 +00:00
Alan Liu
8ed4fea84a ICU-1825 allow filters in &func calls; fix canonicalization of &func
X-SVN-Rev: 8478
2002-04-17 16:38:18 +00:00
George Rhoten
13f66fd2a7 ICU-1847 Change some incorrect data.
X-SVN-Rev: 8476
2002-04-16 16:15:02 +00:00
George Rhoten
a154af797b ICU-1847 Change some incorrect data.
X-SVN-Rev: 8475
2002-04-16 16:03:32 +00:00
Steven R. Loomis
139fe41b41 ICU-1852 test cleanup (#include)
X-SVN-Rev: 8473
2002-04-16 00:36:46 +00:00
Steven R. Loomis
3e40d28704 ICU-1862 moving MIDDLE_SO_TARGET to be next to FINAL_SO_TARGET
X-SVN-Rev: 8472
2002-04-16 00:15:13 +00:00
Steven R. Loomis
f98628fba1 ICU-1862 dllmode emits incorrect makefile for non versioned libraries
X-SVN-Rev: 8471
2002-04-15 23:57:13 +00:00
Steven R. Loomis
b9b412cd6c ICU-1852 sample cleanup - wave #1
X-SVN-Rev: 8470
2002-04-15 23:32:30 +00:00
Steven R. Loomis
6de3b3b4c4 ICU-1852 cleaning up samples (no recursive check for now)
X-SVN-Rev: 8469
2002-04-15 23:31:05 +00:00
Steven R. Loomis
c00ca482eb ICU-1852 cleaning up samples, search sample is old
X-SVN-Rev: 8466
2002-04-15 21:49:42 +00:00
Steven R. Loomis
aafccbcc5d ICU-1852 cleaning up samples. Search sample is out of date.
X-SVN-Rev: 8465
2002-04-15 21:47:40 +00:00
Markus Scherer
1d04179415 ICU-900 initialize destLength
X-SVN-Rev: 8461
2002-04-15 17:45:07 +00:00
Steven R. Loomis
70714a8da6 ICU-1852 cleaning up samples
X-SVN-Rev: 8459
2002-04-15 16:47:44 +00:00
Steven R. Loomis
1a45d55cbc ICU-1852 cleaning up samples
X-SVN-Rev: 8455
2002-04-13 14:18:10 +00:00
George Rhoten
8543ddb66b ICU-1847 Do proper roundtripping of dates when yy is specified for the year.
X-SVN-Rev: 8451
2002-04-12 19:05:31 +00:00
George Rhoten
f3fb238767 ICU-1847 Some locales have bad data.
Use "en_US" right now, and submit a new jitterbug for the data and a real test for this problem.

X-SVN-Rev: 8450
2002-04-12 16:53:04 +00:00
George Rhoten
3418149c35 ICU-162 Don't use // in a C file and properly define the number.
X-SVN-Rev: 8448
2002-04-11 23:42:17 +00:00
George Rhoten
8d8f74fdf0 ICU-1847 Change the root yyyy back to yy
X-SVN-Rev: 8447
2002-04-11 23:29:14 +00:00
George Rhoten
913084e366 ICU-1847 Improve the testing coverage and error messages. Change the root yy to yyyy
X-SVN-Rev: 8446
2002-04-11 21:41:44 +00:00
George Rhoten
0498229081 ICU-1847 Improve the testing coverage and error messages. Change the root yy to yyyy
X-SVN-Rev: 8443
2002-04-11 18:36:11 +00:00
George Rhoten
339c7bde32 ICU-1847 Improve the testing coverage and error messages.
X-SVN-Rev: 8441
2002-04-11 02:44:53 +00:00
George Rhoten
58db1ddb60 ICU-1847 Change some incorrect data.
X-SVN-Rev: 8440
2002-04-11 02:43:07 +00:00
George Rhoten
37c0fb31ff ICU-1718 Add another TODO
X-SVN-Rev: 8437
2002-04-11 00:11:47 +00:00
George Rhoten
d26acd0c32 ICU-1718 Fix for Windows.
X-SVN-Rev: 8436
2002-04-11 00:10:51 +00:00
Steven R. Loomis
4f6f62fbc7 ICU-1718 test the transliterator function
X-SVN-Rev: 8435
2002-04-10 23:32:18 +00:00
George Rhoten
74f2a261cf ICU-162 Use a double when you want a double.
X-SVN-Rev: 8430
2002-04-10 21:55:43 +00:00
George Rhoten
7405e16f29 ICU-1739 Fix memory leak.
X-SVN-Rev: 8429
2002-04-10 20:00:21 +00:00
George Rhoten
0cc587d5d0 ICU-1739 Fix memory leak.
X-SVN-Rev: 8426
2002-04-10 18:30:20 +00:00
George Rhoten
332c09868e ICU-1739 Fix memory leak.
X-SVN-Rev: 8425
2002-04-10 16:41:07 +00:00
Alan Liu
0f3d8578e1 ICU-162 add C++ API test, improve C API test
X-SVN-Rev: 8422
2002-04-09 23:24:42 +00:00
Alan Liu
621729e015 ICU-1351 make fieldDifference handle leap years and large ranges better
X-SVN-Rev: 8419
2002-04-09 22:06:14 +00:00
George Rhoten
8465aa1354 ICU-1828 Simplify the test names so that you can call them individually.
X-SVN-Rev: 8409
2002-04-09 03:20:50 +00:00
George Rhoten
5eaf3995f7 ICU-1616 Better fix for Korean for roundtripping the date.
X-SVN-Rev: 8408
2002-04-09 03:17:17 +00:00
George Rhoten
75e9799c32 ICU-1739 Fix memory leak.
X-SVN-Rev: 8406
2002-04-06 01:24:38 +00:00
Ram Viswanadha
8cfeb894e7 ICU-1832 Comment out the test on HPUX for now.
X-SVN-Rev: 8404
2002-04-06 00:13:05 +00:00
George Rhoten
5361a6164a ICU-900 Properly fix a compiler warning for Solaris
X-SVN-Rev: 8403
2002-04-05 23:56:18 +00:00
Ram Viswanadha
a05b44e5c3 ICU-1811 Fix null termination of destination by passing more than required size for destination
X-SVN-Rev: 8402
2002-04-05 21:24:05 +00:00
George Rhoten
1084241fbf ICU-1828 Add missing headers to the project.
X-SVN-Rev: 8401
2002-04-05 19:23:41 +00:00
George Rhoten
df4c364592 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8400
2002-04-05 18:35:58 +00:00
George Rhoten
e38ff6b273 ICU-900 Fixed some compiler warnings properly.
X-SVN-Rev: 8399
2002-04-05 17:53:25 +00:00
Ram Viswanadha
161100569d ICU-1721 error checking
X-SVN-Rev: 8398
2002-04-05 02:49:56 +00:00
Ram Viswanadha
0044ce2d1b ICU-1832 More argument checking and optimizations
X-SVN-Rev: 8397
2002-04-05 02:48:28 +00:00
Ram Viswanadha
fecbc19604 ICU-1775 remove umlaut u and umlaut y from exemplar characters as suggested in codereview
X-SVN-Rev: 8393
2002-04-05 01:30:45 +00:00
George Rhoten
8e5258614f ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8386
2002-04-05 00:03:32 +00:00
Steven R. Loomis
20c8368198 ICU-1718 typo, u_flush -> u_fflush
X-SVN-Rev: 8385
2002-04-04 23:59:01 +00:00
George Rhoten
9ce40d9d20 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8384
2002-04-04 23:13:59 +00:00
George Rhoten
6450fca566 ICU-900 Fixed some compiler warnings and make the test data arrays all "static const"
X-SVN-Rev: 8383
2002-04-04 23:08:03 +00:00
George Rhoten
07e192c432 ICU-1677 Update ibm-1383 -> ibm-1383_P110
X-SVN-Rev: 8382
2002-04-04 22:41:17 +00:00
George Rhoten
b350a09121 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8380
2002-04-04 22:33:08 +00:00
George Rhoten
b4d7c5dd4b ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8379
2002-04-04 20:06:49 +00:00
Eric Mader
ee24c09da0 ICU-1428 need to scale ascent, descent and leading by fDeviceScaleFactorY
X-SVN-Rev: 8378
2002-04-04 19:08:33 +00:00
George Rhoten
28a77b9e53 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8377
2002-04-04 18:58:50 +00:00
George Rhoten
52ac620aa8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8376
2002-04-04 18:49:41 +00:00
George Rhoten
17701ee9d2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8375
2002-04-04 18:41:16 +00:00
Vladimir Weinstein
67e7118de6 ICU-1005 don't close compact array twice
X-SVN-Rev: 8374
2002-04-04 05:28:18 +00:00
Ram Viswanadha
61ab9f8546 ICU-1835 improve code coverage and test new mappings
X-SVN-Rev: 8373
2002-04-04 03:08:38 +00:00
Ram Viswanadha
8fa4e9107b ICU-1835 Add mappings for codepoints
X-SVN-Rev: 8372
2002-04-04 03:07:42 +00:00
George Rhoten
2668a20535 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8371
2002-04-04 02:45:18 +00:00
George Rhoten
b55b1ad264 ICU-1739 Fix uninitialized memory, and don't malloc(0)
X-SVN-Rev: 8369
2002-04-03 23:38:10 +00:00
Vladimir Weinstein
7924110912 ICU-1005 more tests for ucmp8.c
X-SVN-Rev: 8368
2002-04-03 23:06:38 +00:00
Vladimir Weinstein
dba8729d3c ICU-1005 increase test coverage for umemstrm.c
X-SVN-Rev: 8366
2002-04-03 20:01:35 +00:00
George Rhoten
54c1a06742 ICU-214 Better fix for IA64
X-SVN-Rev: 8365
2002-04-03 20:00:39 +00:00
George Rhoten
ffc5111013 ICU-932 Add two more tests.
X-SVN-Rev: 8364
2002-04-03 19:52:17 +00:00
George Rhoten
ccd0b6cde6 ICU-1831 Don't use // in C files.
X-SVN-Rev: 8363
2002-04-03 19:52:08 +00:00
George Rhoten
66e01bbf98 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8360
2002-04-03 19:01:59 +00:00
George Rhoten
b9e22d7979 ICU-1005 Don't use // in C files.
X-SVN-Rev: 8359
2002-04-03 18:57:54 +00:00
Ram Viswanadha
2f049b7c16 ICU-1832 Test graceful exit of parsing API
X-SVN-Rev: 8358
2002-04-03 18:21:53 +00:00
Vladimir Weinstein
8830fc58ab ICU-1005 increase test coverage for ucmp8.c
X-SVN-Rev: 8357
2002-04-03 17:56:42 +00:00
Ram Viswanadha
78cf8067b7 ICU-1832 Let parsing API exit gracefully if arguments are bad
X-SVN-Rev: 8355
2002-04-03 03:41:31 +00:00
Ram Viswanadha
fc5f3fe4a0 ICU-1811 Improve code coverage of MessageFormat CAPI
X-SVN-Rev: 8354
2002-04-03 03:36:17 +00:00
Ram Viswanadha
bb3a922488 ICU-1564 Fix memory overshoot bug
X-SVN-Rev: 8353
2002-04-03 00:59:05 +00:00
Mohan
ba59bdabe7 ICU-1585 fixed ambiguous symbol errors
X-SVN-Rev: 8352
2002-04-03 00:54:11 +00:00
Andy Heninger
e6dfdcbccf ICU-1831 fix TOC pointer alignment problems in ICU data
name lookup code  on AS/400

X-SVN-Rev: 8351
2002-04-03 00:45:35 +00:00
Steven R. Loomis
9c16796676 ICU-1686 test for uchariter
X-SVN-Rev: 8350
2002-04-03 00:02:31 +00:00
Steven R. Loomis
e39e749523 ICU-1769 removing some unneeded renamings
X-SVN-Rev: 8349
2002-04-03 00:01:21 +00:00
Steven R. Loomis
59572346bd ICU-1686 UCharIterator adding error codes
X-SVN-Rev: 8347
2002-04-02 23:54:41 +00:00
Steven R. Loomis
8185a8ce05 ICU-1686 UCharIterator: use -1 for error code
X-SVN-Rev: 8346
2002-04-02 23:35:24 +00:00
Ram Viswanadha
a8c672733e ICU-1811 Code coverage now 85% for UBiDi...phew!
X-SVN-Rev: 8345
2002-04-02 23:08:02 +00:00
Steven R. Loomis
b767f7087a ICU-1775 exemplar char fix
X-SVN-Rev: 8343
2002-04-02 20:16:10 +00:00
George Rhoten
5724fd788e ICU-1730 Ignore the Makefile
X-SVN-Rev: 8340
2002-04-02 03:56:30 +00:00
George Rhoten
ccea166dfd ICU-1828 Remove tabs
X-SVN-Rev: 8339
2002-04-02 03:54:27 +00:00
George Rhoten
e930f8835a ICU-1828 Remove tabs
X-SVN-Rev: 8338
2002-04-02 03:41:50 +00:00
Ram Viswanadha
9f4ec56042 ICU-1811 Improve code coverage of ubidi
X-SVN-Rev: 8337
2002-04-02 03:36:54 +00:00
George Rhoten
93579b4afc ICU-1828 Remove tabs
X-SVN-Rev: 8336
2002-04-02 03:33:42 +00:00
George Rhoten
6e6032ba13 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8335
2002-04-02 03:25:05 +00:00
George Rhoten
d950e15b50 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8334
2002-04-02 03:15:12 +00:00
Ram Viswanadha
28377025b6 ICU-1828 Fix compiler warnings in pedantic mode
X-SVN-Rev: 8333
2002-04-02 03:06:50 +00:00
George Rhoten
7777030a4f ICU-1828 Remove tabs
X-SVN-Rev: 8331
2002-04-02 02:55:31 +00:00
George Rhoten
4efd9510f3 ICU-1733 Use uprv_malloc instead of new[] for int32_t
X-SVN-Rev: 8330
2002-04-02 01:47:07 +00:00
George Rhoten
13e9f435e6 ICU-1733 Use uprv_malloc instead of new[] for int32_t
X-SVN-Rev: 8329
2002-04-02 01:25:44 +00:00
George Rhoten
e8cf181469 ICU-1828 Remove tabs
X-SVN-Rev: 8328
2002-04-02 01:17:28 +00:00
George Rhoten
548d5febae ICU-1828 xformtrn.* is not used anymore.
X-SVN-Rev: 8327
2002-04-02 01:02:30 +00:00
Yves Arrouye
79be9038f7 ICU-1451 fix display of help message.
X-SVN-Rev: 8326
2002-04-02 00:55:09 +00:00
Yves Arrouye
0344a75d9a ICU-900 do not do icumsg yet
X-SVN-Rev: 8325
2002-04-01 23:50:51 +00:00
Ram Viswanadha
c54c97db0c ICU-1740 integrate George's comments
X-SVN-Rev: 8323
2002-04-01 22:59:13 +00:00
George Rhoten
7e30e40a5f ICU-837 Update the TODO list
X-SVN-Rev: 8322
2002-04-01 22:58:01 +00:00
George Rhoten
642919633d ICU-1740 Don't use CVS keywords.
X-SVN-Rev: 8321
2002-04-01 22:45:06 +00:00
George Rhoten
6e374cfacb ICU-1740 Don't use CVS keywords.
X-SVN-Rev: 8320
2002-04-01 22:32:09 +00:00
Ram Viswanadha
25956f4439 ICU-1726 Add the test case submitted in bug report
X-SVN-Rev: 8318
2002-04-01 22:08:28 +00:00
Eric Mader
0a14319946 ICU-1428 use OFN_PATHMUSTEXIST instead of OFN_CREATEPROMPT in call to GetOpenFileName
X-SVN-Rev: 8317
2002-04-01 18:23:46 +00:00
Eric Mader
d5de0b5b9f ICU-1428 Add menu, file open to Windows layout sample.
X-SVN-Rev: 8313
2002-03-30 02:41:22 +00:00
George Rhoten
13167a2d54 ICU-837 Add a comment about the API
X-SVN-Rev: 8311
2002-03-30 00:03:02 +00:00
George Rhoten
1c24ef9b24 ICU-837 Test and implement the plus sign in the printf format.
X-SVN-Rev: 8310
2002-03-30 00:02:40 +00:00
Steven R. Loomis
018b9a1fea ICU-1823 genrb error message on parse
X-SVN-Rev: 8309
2002-03-29 23:20:50 +00:00
George Rhoten
59cf0e7642 ICU-1739 These static variables are not thread safe. Make them thread safe.
X-SVN-Rev: 8308
2002-03-29 21:54:43 +00:00
Markus Scherer
8498426ee9 ICU-1755 do not use ';' in a second token byte
X-SVN-Rev: 8307
2002-03-29 21:39:51 +00:00
George Rhoten
d88cc28869 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8306
2002-03-29 20:10:05 +00:00
George Rhoten
4395815832 ICU-1740 remove keywords
X-SVN-Rev: 8305
2002-03-29 20:02:48 +00:00
George Rhoten
c8d971c599 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8304
2002-03-29 19:56:29 +00:00
Ram Viswanadha
6035ae8c7c ICU-821 Release flags of Compaq C Compiler -O4
X-SVN-Rev: 8303
2002-03-29 19:54:09 +00:00
George Rhoten
e0d412f074 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8302
2002-03-29 19:47:34 +00:00
Ram Viswanadha
04877922ce ICU-1811 fix for linux gcc
X-SVN-Rev: 8301
2002-03-29 19:47:01 +00:00
George Rhoten
a4bcbf47aa ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8299
2002-03-29 19:42:30 +00:00
George Rhoten
033575b131 ICU-214 Fix for Win64. Use x86 assembly for aligning code for x86 machines.
X-SVN-Rev: 8297
2002-03-29 19:03:59 +00:00
Ram Viswanadha
630f90dcb3 ICU-1811 increase code coverage of Normalizer class
X-SVN-Rev: 8296
2002-03-29 18:59:30 +00:00
George Rhoten
bfda0bbcee ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8295
2002-03-29 18:59:00 +00:00
Ram Viswanadha
b1beaca7fa ICU-1811 increase code coverage of BIDI class
X-SVN-Rev: 8294
2002-03-29 18:58:48 +00:00
Alan Liu
841f1e8d2b ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8292
2002-03-29 18:23:03 +00:00
Alan Liu
a8dfbb3436 ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8291
2002-03-29 18:16:08 +00:00
George Rhoten
c456c4ba41 ICU-214 Fix for Win64. Generate object code for IA64.
X-SVN-Rev: 8290
2002-03-29 02:31:17 +00:00
George Rhoten
2ab3c9cd3b ICU-214 Fix for Win64. Don't freely convert between (void *) and int32_t.
Use the int32_t functions when you are only using integers.
Also arrays of scalars need to be allocated with malloc (Needed by Lotus j1733).

X-SVN-Rev: 8289
2002-03-29 01:56:09 +00:00
George Rhoten
153b72da68 ICU-214 Fix for Win64. Do the math in size_t when part of the expression is in size_t and the other side is (void *)
X-SVN-Rev: 8288
2002-03-29 01:51:09 +00:00
George Rhoten
363d8dbc60 ICU-214 IA64 can't optmize this file right now.
Make some of the static data const. Maybe that will fix it. It worked for gcc.
Also change printf -> log_err

X-SVN-Rev: 8287
2002-03-29 01:49:13 +00:00
George Rhoten
ce298b27a7 ICU-1816 Accidentally commited // to this file.
X-SVN-Rev: 8286
2002-03-28 21:51:14 +00:00
George Rhoten
45d458abd7 ICU-837 Don't use // in a C file.
X-SVN-Rev: 8285
2002-03-28 21:34:57 +00:00
George Rhoten
a6faedfd43 ICU-837 Test sprintf & sscanf spellout formatting.
X-SVN-Rev: 8284
2002-03-28 19:53:13 +00:00
George Rhoten
837c7710b4 ICU-1816 Disable language extensions for the compiler.
X-SVN-Rev: 8283
2002-03-28 18:26:25 +00:00
George Rhoten
2ae61b1a21 ICU-837 Fix the library path
X-SVN-Rev: 8282
2002-03-28 18:19:13 +00:00
Vladimir Weinstein
6a7942ec53 ICU-1769 bumped up collation version in intltest
X-SVN-Rev: 8281
2002-03-28 17:52:19 +00:00
Steven R. Loomis
96aebaa79a ICU-1730 #elif -> #else
X-SVN-Rev: 8280
2002-03-28 17:37:54 +00:00
George Rhoten
4e8dc00958 ICU-1811 Fix a compiler error on Unix
X-SVN-Rev: 8279
2002-03-28 16:51:17 +00:00
Andy Heninger
e6ca8550ef ICU-786 sample code embedded in API docs now will compile
X-SVN-Rev: 8277
2002-03-28 01:18:42 +00:00
Andy Heninger
fb01e3d968 ICU-1815 RBBI test updates for improved code coverage.
X-SVN-Rev: 8276
2002-03-28 01:14:02 +00:00
George Rhoten
939bd0cc49 ICU-1811 Increase code coverage of u_memchr32
X-SVN-Rev: 8275
2002-03-28 01:02:05 +00:00
George Rhoten
5832848981 ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding, and test some of the other types too.
X-SVN-Rev: 8274
2002-03-27 23:25:18 +00:00
Eric Mader
369de60a8e ICU-1739 cache font tables read by getFontTable, delete in destructor;
delete fDirectory in destructor.

X-SVN-Rev: 8273
2002-03-27 23:24:17 +00:00
George Rhoten
b9fcc4a086 ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding.
X-SVN-Rev: 8272
2002-03-27 23:24:15 +00:00
Eric Mader
6346c9e5c4 ICU-1739 make canned tables const
X-SVN-Rev: 8271
2002-03-27 23:22:21 +00:00
George Rhoten
574f17a9b8 ICU-1787 Add u_vsprintf_u. The function was declared with an implementation.
X-SVN-Rev: 8269
2002-03-27 22:17:07 +00:00
George Rhoten
774a1d225a ICU-837 More testing of u_fgets
X-SVN-Rev: 8268
2002-03-27 21:17:25 +00:00
George Rhoten
db6095938d ICU-837 Test u_fgets
X-SVN-Rev: 8267
2002-03-27 20:08:42 +00:00
George Rhoten
8b412568f9 ICU-837 Add a testing comment.
X-SVN-Rev: 8266
2002-03-27 19:27:50 +00:00
George Rhoten
ede58699b8 ICU-1807 Fix some usprintf bugs except always doing NULL termination because this goes against the specifications.
X-SVN-Rev: 8265
2002-03-27 19:20:55 +00:00
George Rhoten
e4ad86b95a ICU-1807 Fix some usprintf bugs.
X-SVN-Rev: 8264
2002-03-27 19:19:52 +00:00
Alan Liu
94a3a048f0 ICU-1681 fix comment
X-SVN-Rev: 8263
2002-03-27 19:13:22 +00:00
Alan Liu
d243400c66 ICU-1681 test whitespace handling
X-SVN-Rev: 8261
2002-03-27 19:11:07 +00:00
George Rhoten
a19a7f3ae4 ICU-837 Add dependency on ustdio from iotest.
X-SVN-Rev: 8260
2002-03-27 18:38:50 +00:00
Andy Heninger
353e4c6ce7 ICU-1762 SRL code review comment - make init of cnvCacheMutex=NULL explicit
X-SVN-Rev: 8259
2002-03-27 17:36:15 +00:00
Vladimir Weinstein
a6014eee44 ICU-1801 made canonical iterator a bit more robust to error conditions passed from outside
X-SVN-Rev: 8258
2002-03-27 06:27:19 +00:00
George Rhoten
51b3c1a58c ICU-1739 Add const to read-only data.
X-SVN-Rev: 8256
2002-03-27 00:34:56 +00:00
George Rhoten
7bc5d45c83 ICU-1811 Increase the code coverage of Locale:get methods
X-SVN-Rev: 8255
2002-03-26 23:18:57 +00:00
George Rhoten
f5f1fca9aa ICU-1811 Increase the code coverage of Locale:get methods (Found some typos)
X-SVN-Rev: 8254
2002-03-26 23:10:19 +00:00
George Rhoten
103f843333 ICU-1811 Remove unused code.
X-SVN-Rev: 8253
2002-03-26 23:09:05 +00:00
George Rhoten
008366a232 ICU-837 print (null) for NULL strings and other various tests.
X-SVN-Rev: 8251
2002-03-26 20:10:52 +00:00
George Rhoten
334f5d5719 ICU-837 print (null) for NULL strings.
X-SVN-Rev: 8250
2002-03-26 20:10:19 +00:00
Steven R. Loomis
b1a2cac0cd ICU-1629 test for UNICODE_STRING_SIMPLE
X-SVN-Rev: 8249
2002-03-26 19:55:28 +00:00
George Rhoten
89b00e64c8 ICU-1739 Fix uninitialized memory
X-SVN-Rev: 8248
2002-03-26 17:06:31 +00:00
Vladimir Weinstein
6aef8ca18a ICU-1769 bumped up collation version (commited it with j1770 in error, added comment to recommit)
X-SVN-Rev: 8247
2002-03-26 16:50:11 +00:00
Vladimir Weinstein
955e42c4e3 ICU-1769 bumped up collation version (please rebuild UCA & bundles)
X-SVN-Rev: 8246
2002-03-26 16:47:39 +00:00
Vladimir Weinstein
98cdff5012 ICU-1770 more support for indirects & some more tests
X-SVN-Rev: 8245
2002-03-26 16:46:17 +00:00
George Rhoten
364b4d33ff ICU-1220 \ is for escape. \\ is for backslash on Windows
X-SVN-Rev: 8244
2002-03-26 05:38:06 +00:00
George Rhoten
eea2bf2492 ICU-1739 Fix memory leaks, array offsets problems, getting the proper default converter and use uchar.h functions.
X-SVN-Rev: 8243
2002-03-26 05:33:56 +00:00
George Rhoten
e07356022c ICU-1739 Check for memory leaks.
X-SVN-Rev: 8242
2002-03-26 05:28:54 +00:00
George Rhoten
2836f911e3 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8241
2002-03-26 05:28:18 +00:00
George Rhoten
e6af09d1e9 ICU-1739 Fix uninitialized variable fExponentSignAlwaysShown.
X-SVN-Rev: 8240
2002-03-26 05:27:25 +00:00
George Rhoten
59cd5567ac ICU-1804 Don't use // in C files.
X-SVN-Rev: 8239
2002-03-26 04:19:30 +00:00
Ram Viswanadha
14649a82a0 ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8238
2002-03-26 02:21:25 +00:00
Yves Arrouye
ff59d942ec ICU-1220 define the path separator outside of resfiles.mk
X-SVN-Rev: 8237
2002-03-26 01:37:01 +00:00
George Rhoten
2b306f08e1 ICU-1732 Use #ifdef U_INT64_T_UNAVAILABLE in case int64_t is unavailable.
X-SVN-Rev: 8236
2002-03-26 01:17:49 +00:00
George Rhoten
f3dac24505 ICU-1766 It's an error if RBNF is unavailable. The user can ignore it at their own risk.
X-SVN-Rev: 8235
2002-03-26 01:16:49 +00:00
George Rhoten
2711b3192a ICU-1766 Use #ifdef U_INT64_T_UNAVAILABLE instead.
X-SVN-Rev: 8234
2002-03-26 01:16:05 +00:00
George Rhoten
c5458ce1e5 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8231
2002-03-25 22:56:46 +00:00
George Rhoten
5abc8be6db ICU-1733 Deprecate ambiguous API regarding malloc and new.
X-SVN-Rev: 8230
2002-03-25 22:55:40 +00:00
Ram Viswanadha
b021663a34 ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8229
2002-03-25 22:53:18 +00:00
Ram Viswanadha
c6581585d0 ICU-1804 Add round trip tests for all Unicode encodings which get activated in exhaustive mode
X-SVN-Rev: 8228
2002-03-25 22:51:09 +00:00
Ram Viswanadha
2decf27797 ICU-1808 Test SCSU's handling of some non-BMP codepoints
X-SVN-Rev: 8227
2002-03-25 22:41:39 +00:00
Ram Viswanadha
1b9d145260 ICU-1808 Fix SCSU's handling of some non-BMP codepoints
X-SVN-Rev: 8226
2002-03-25 22:41:07 +00:00