Yves Arrouye
c3e4f0b35b
ICU-658 bumped version above 1.6
...
X-SVN-Rev: 2666
2000-10-13 00:26:21 +00:00
George Rhoten
3a45b19a66
ICU-651 u_strchr() can find NUL in a string now
...
X-SVN-Rev: 2658
2000-10-12 22:00:33 +00:00
Vladimir Weinstein
b3b0c23852
ICU-653 changed the library names and locations on win32
...
X-SVN-Rev: 2651
2000-10-12 20:36:11 +00:00
Steven R. Loomis
ccaa8c7bda
ICU-652 better test output
...
X-SVN-Rev: 2650
2000-10-12 19:35:01 +00:00
Steven R. Loomis
df3d6ff001
ICU-599 reduce test verbosity
...
X-SVN-Rev: 2645
2000-10-12 17:11:32 +00:00
Yves Arrouye
d76b7b8adf
ICU-650 install does nothing, shouldn't depend on all-local
...
X-SVN-Rev: 2638
2000-10-12 03:13:46 +00:00
Yves Arrouye
ceb5599526
ICU-650 make everything does all while make all doesn't do anything
...
X-SVN-Rev: 2636
2000-10-12 01:36:14 +00:00
Markus Scherer
9597f66a15
ICU-415 implement u_charFromNames()
...
X-SVN-Rev: 2630
2000-10-11 15:55:14 +00:00
Markus Scherer
2735ed80e3
ICU-415 complete u_enumCharNames()
...
X-SVN-Rev: 2626
2000-10-11 00:18:48 +00:00
Markus Scherer
f38c42be74
ICU-415 initial implementation of u_enumCharNames()
...
X-SVN-Rev: 2620
2000-10-10 17:33:09 +00:00
George Rhoten
5d15d11fc3
ICU-564 Updated the API.
...
X-SVN-Rev: 2617
2000-10-10 00:16:43 +00:00
Markus Scherer
86edeb6bb6
ICU-644 test u_charName() better for modern vs. 1.0 names problems & with last 32 names in BMP
...
X-SVN-Rev: 2613
2000-10-09 20:24:55 +00:00
George Rhoten
736f6c652c
ICU-480 NetBSD porting
...
X-SVN-Rev: 2564
2000-10-04 18:30:18 +00:00
Yves Arrouye
dd68d5aa81
ICU-630 do not use rpath by default; added --enable-rpath for when
...
it is really needed.
X-SVN-Rev: 2560
2000-10-03 23:19:26 +00:00
Yves Arrouye
9686d239f0
ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
...
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
George Rhoten
32cdc29d7d
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2544
2000-09-30 02:49:59 +00:00
George Rhoten
4178a62d73
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2531
2000-09-28 05:46:28 +00:00
George Rhoten
e55dacf4f4
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2524
2000-09-27 20:12:18 +00:00
Alan Liu
0f626e9c1e
ICU-449 TimeZone equivalency support
...
X-SVN-Rev: 2523
2000-09-27 19:16:54 +00:00
Alan Liu
ee51ec2c7e
ICU-449 TimeZone equivalency support
...
X-SVN-Rev: 2521
2000-09-27 16:37:26 +00:00
George Rhoten
dc00af16a4
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2507
2000-09-25 20:56:12 +00:00
Yves Arrouye
2cf8109556
ICU-3 initial support for static libraries. The current problems are:
...
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.
Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.
X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
Yves Arrouye
925e82c9cf
ICU-608 removed --enable-mapped in favor of --with-data-packaging
...
Auto-detected mmap() using AC_FUNC_MMAP (for fixed mmap).
Use both dlopen and mmap auto-detection to decide what the best default
data packaging is.
X-SVN-Rev: 2488
2000-09-22 19:02:20 +00:00
George Rhoten
9eab787d70
ICU-560 The unsafe version should not be called when offset = 0.
...
X-SVN-Rev: 2479
2000-09-22 18:23:10 +00:00
George Rhoten
e355137ca4
ICU-597 Make the definition for main more consistent.
...
X-SVN-Rev: 2470
2000-09-21 18:41:55 +00:00
Ram Viswanadha
9e084f4436
ICU-599 Added ISO-2022-CN Test
...
X-SVN-Rev: 2465
2000-09-21 00:35:06 +00:00
George Rhoten
79c49e470a
ICU-597 Hopeful changes to compile on AS/400
...
X-SVN-Rev: 2462
2000-09-20 22:39:43 +00:00
Ram Viswanadha
8f68e5fb1d
ICU-583 Added more test cases for ISO-2022-jp
...
X-SVN-Rev: 2443
2000-09-19 02:38:40 +00:00
George Rhoten
5be423fddd
ICU-463 extract with a NULL destination works properly now.
...
X-SVN-Rev: 2411
2000-08-31 23:57:00 +00:00
Steven R. Loomis
6b707c92f0
ICU-578 icudata conflicts with user data
...
X-SVN-Rev: 2407
2000-08-30 23:58:24 +00:00
Alan Liu
8557348fa3
ICU-486 Implement anchors.
...
X-SVN-Rev: 2401
2000-08-30 20:43:25 +00:00
George Rhoten
8ad73783a6
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2394
2000-08-30 16:21:00 +00:00
George Rhoten
719eacfd9b
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2390
2000-08-30 01:11:09 +00:00
George Rhoten
f11aa15528
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2389
2000-08-29 23:53:37 +00:00
George Rhoten
08e1e93706
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2388
2000-08-29 23:41:23 +00:00
Yves Arrouye
1968fe35ad
ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed
...
the need for BUILD_OUT_OF_SOURCE to be defined at configure time.
X-SVN-Rev: 2383
2000-08-29 22:26:15 +00:00
Yves Arrouye
4e1c30d30b
ICU-575 fixed a number of problems with the out of source build. The
...
build now works with --srcdir=../a/relative/path, --srcdir=/an/absolute/one
and in source. Auxiliary data in data and test/testdata is generated by new
Makefiles in these directories (data is new inside source). Some cleanup is
still needed, for example when makeconv generates test files... Test code
now knows about out of source vs in source build. Sorry... (Will be fixed
if data and source are at the same level some day.)
X-SVN-Rev: 2373
2000-08-29 07:28:22 +00:00
Steven R. Loomis
2859089dd4
ICU-576 MacOS [use dynamic not stack memory]
...
X-SVN-Rev: 2371
2000-08-29 05:54:34 +00:00
George Rhoten
9253fe4dd3
ICU-573 included stdlib.h and memory.h into files that need it for the utypes.h change
...
X-SVN-Rev: 2367
2000-08-28 21:43:03 +00:00
Steven R. Loomis
d01e7c4f85
ICU-567 MacOS
...
X-SVN-Rev: 2363
2000-08-28 20:24:40 +00:00
Steven R. Loomis
552541f278
ICU-423 quiet down the bidi test
...
X-SVN-Rev: 2362
2000-08-28 19:30:58 +00:00
George Rhoten
478570012e
ICU-463 Made the extract for indent work more efficiently.
...
X-SVN-Rev: 2361
2000-08-28 19:23:42 +00:00
Steven R. Loomis
9e89664fa6
ICU-535 fixed 'middle' again.
...
X-SVN-Rev: 2359
2000-08-26 18:11:08 +00:00
George Rhoten
6e3455b550
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2358
2000-08-26 03:01:56 +00:00
George Rhoten
c9cd28b15c
ICU-571 Changed where the new line is put
...
X-SVN-Rev: 2357
2000-08-26 02:05:37 +00:00
George Rhoten
5a4b13aa48
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2353
2000-08-24 21:40:26 +00:00
George Rhoten
70d0f2d72d
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2344
2000-08-24 01:12:12 +00:00
George Rhoten
a15b66a53d
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00
George Rhoten
2b967e3e7c
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2335
2000-08-23 02:53:35 +00:00
George Rhoten
d8b316c016
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2328
2000-08-23 00:55:27 +00:00
George Rhoten
9fe1519e56
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2327
2000-08-23 00:05:17 +00:00
George Rhoten
197c4a0765
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2326
2000-08-22 23:35:03 +00:00
Ram Viswanadha
4155f6f6b0
ICU-289 Added tests for ISO2022-KR.
...
X-SVN-Rev: 2321
2000-08-22 00:04:27 +00:00
George Rhoten
ad2c21909e
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2319
2000-08-21 22:28:56 +00:00
Markus Scherer
6021c28132
ICU-410 test u_unescape() preflighting
...
X-SVN-Rev: 2308
2000-08-17 17:13:05 +00:00
Helena Chapman
e8d471a1dc
ICU-401 400 changes again.
...
X-SVN-Rev: 2304
2000-08-17 00:28:20 +00:00
Helena Chapman
16c3d1c7cf
ICU-401 Oops, moved the wrong files into Attic.
...
X-SVN-Rev: 2303
2000-08-17 00:22:29 +00:00
Markus Scherer
a92446d773
ICU-410 add error test for unescape()
...
X-SVN-Rev: 2302
2000-08-16 23:55:57 +00:00
Markus Scherer
648b1d0536
ICU-410 test u_unescape()
...
X-SVN-Rev: 2301
2000-08-16 23:55:15 +00:00
Helena Chapman
2ed77b81bc
ICU-401 More S/400 fixes.
...
X-SVN-Rev: 2296
2000-08-16 22:30:12 +00:00
Vladimir Weinstein
82781d6967
ICU-460 OS/390 porting fixes
...
X-SVN-Rev: 2294
2000-08-16 20:45:23 +00:00
Alan Liu
63880d0371
ICU-410 test unescape code
...
X-SVN-Rev: 2293
2000-08-16 20:25:29 +00:00
Helena Chapman
e31c2a9e4e
ICU-550 Fixed more hpux11.
...
X-SVN-Rev: 2290
2000-08-16 18:13:45 +00:00
Helena Chapman
b4bfa3652a
ICU-550 Fixed more hpux11.
...
X-SVN-Rev: 2289
2000-08-16 17:58:56 +00:00
Vladimir Weinstein
61f31e10fb
ICU-460 porting changes for OS/390
...
X-SVN-Rev: 2285
2000-08-16 15:30:13 +00:00
Markus Scherer
7f3ebc2a00
ICU-423 add tests for ubidi_writeReverse() that use combining characters
...
X-SVN-Rev: 2283
2000-08-16 01:38:04 +00:00
George Rhoten
5acb7ee264
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2282
2000-08-16 01:28:16 +00:00
Helena Chapman
88aa431c49
ICU-550 Fixed problems on Japanese system.
...
X-SVN-Rev: 2281
2000-08-16 00:35:20 +00:00
George Rhoten
284e996395
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2280
2000-08-16 00:27:51 +00:00
George Rhoten
c1d798277c
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2279
2000-08-16 00:27:50 +00:00
Ram Viswanadha
b11450b7d6
ICU-389 fixed pointer overshoot bug
...
X-SVN-Rev: 2278
2000-08-16 00:27:15 +00:00
Madhu K
dc652e696a
ICU-447 fixed the errors in test cases
...
X-SVN-Rev: 2274
2000-08-16 00:01:15 +00:00
George Rhoten
ff2179c545
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2273
2000-08-15 23:42:50 +00:00
George Rhoten
ecb96b89d2
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2272
2000-08-15 23:24:07 +00:00
Madhu K
fcac2e42e2
ICU-447 Added tests for additional code coverage in MBCS
...
X-SVN-Rev: 2271
2000-08-15 21:47:12 +00:00
Helena Chapman
2b322f3ac9
ICU-389 fixed tests for ISO 2022 JP converter
...
X-SVN-Rev: 2268
2000-08-15 21:13:20 +00:00
Alan Liu
8e99af2483
ICU-535 fix MSVC level 4 warnings
...
X-SVN-Rev: 2259
2000-08-15 18:25:20 +00:00
Madhu K
c12fea0792
ICU-447 Added tests for additional code coverage in MBCS
...
X-SVN-Rev: 2258
2000-08-15 18:05:12 +00:00
Steven R. Loomis
e35f78c6f6
ICU-550 extern C for hpux
...
X-SVN-Rev: 2252
2000-08-15 02:39:18 +00:00
George Rhoten
3f8dc67cfb
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2250
2000-08-15 02:12:47 +00:00
George Rhoten
7a86150849
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2247
2000-08-15 01:13:48 +00:00
Helena Chapman
4855aca266
ICU-549 Why was this change made the first place? It's breaking the Window's build at least.
...
X-SVN-Rev: 2246
2000-08-15 01:06:38 +00:00
Ram Viswanadha
324e9bc555
ICU-549 Fixed data directory string
...
X-SVN-Rev: 2245
2000-08-15 00:17:10 +00:00
Ram Viswanadha
17bbfa7555
ICU-289 Added tests for ISO2022-JP. Removed commented code
...
X-SVN-Rev: 2244
2000-08-15 00:07:33 +00:00
Ram Viswanadha
4e46260f5d
ICU-289 Removed commented code
...
X-SVN-Rev: 2243
2000-08-15 00:04:34 +00:00
Ram Viswanadha
4fa7a8cc64
ICU-289 Removed commented code
...
X-SVN-Rev: 2242
2000-08-15 00:03:08 +00:00
Markus Scherer
2b8eb56187
ICU-103 add test converter data
...
X-SVN-Rev: 2235
2000-08-14 23:56:01 +00:00
George Rhoten
6fd2a8eae7
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2234
2000-08-14 23:44:25 +00:00
Helena Chapman
3f2fb26333
ICU-401 Make 1.6 tree compiled and linked on S/400.
...
X-SVN-Rev: 2233
2000-08-14 23:35:57 +00:00
Vladimir Weinstein
cc30f756d3
ICU-432 more leaks fixes
...
X-SVN-Rev: 2231
2000-08-14 23:14:23 +00:00
Markus Scherer
0662741c48
ICU-471 add tests for bad arguments etc. for u_shapeArabic()
...
X-SVN-Rev: 2229
2000-08-14 23:07:32 +00:00
Markus Scherer
45de64dfbf
ICU-471 add tests for bad arguments etc. for u_shapeArabic()
...
X-SVN-Rev: 2227
2000-08-14 21:45:32 +00:00
George Rhoten
2dbb8812ba
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2226
2000-08-14 21:42:36 +00:00
Madhu K
e01ba020dd
ICU-535 removed compiler warnings and added better error display
...
X-SVN-Rev: 2225
2000-08-14 21:31:05 +00:00
Madhu K
0656b37412
ICU-535 Removed compiler warnings
...
X-SVN-Rev: 2223
2000-08-14 17:47:43 +00:00
Madhu K
f5c62e3f39
ICU-535 Removed compiler warnings
...
X-SVN-Rev: 2222
2000-08-14 17:31:04 +00:00
Madhu K
ec02ab0d69
ICU-535 Removed warnings
...
X-SVN-Rev: 2221
2000-08-14 17:13:09 +00:00
Steven R. Loomis
b871c6590c
ICU-546 fixed EBCDIC_STATEFUL
...
X-SVN-Rev: 2219
2000-08-12 04:27:59 +00:00
Helena Chapman
e9238b8f75
ICU-474 make it to compile on HPUX 10.
...
X-SVN-Rev: 2218
2000-08-12 01:24:04 +00:00
Helena Chapman
d428c71452
ICU-474 make it to compile on HPUX 10.
...
X-SVN-Rev: 2217
2000-08-12 01:03:01 +00:00
Markus Scherer
a29fffc5fc
ICU-471 add tests for arabic number shaping
...
X-SVN-Rev: 2215
2000-08-12 00:59:40 +00:00
George Rhoten
c05ae178a7
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2214
2000-08-11 23:52:25 +00:00
George Rhoten
00af0977fd
ICU-535 removed a tab
...
X-SVN-Rev: 2211
2000-08-11 22:26:55 +00:00
George Rhoten
e79da789cc
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2210
2000-08-11 22:19:54 +00:00
Yves Arrouye
65ea513b86
ICU-545 fixed the propagation of the exit code fo sub-make for local targets.
...
X-SVN-Rev: 2209
2000-08-11 22:08:11 +00:00
Yves Arrouye
a4eed745b7
ICU-543 do not ignore errors when running the tests, that's what
...
make -k is for.
X-SVN-Rev: 2207
2000-08-11 21:43:42 +00:00
Markus Scherer
35f850ef92
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2203
2000-08-11 20:11:06 +00:00
Markus Scherer
7ad13c4086
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2202
2000-08-11 19:51:13 +00:00
George Rhoten
040a460a82
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2201
2000-08-11 19:45:02 +00:00
Markus Scherer
3508752164
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2200
2000-08-11 19:39:34 +00:00
George Rhoten
1a68b33110
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2197
2000-08-11 18:58:51 +00:00
Alan Liu
eb20965ff6
ICU-89 remove ASCII constant (OS390)
...
X-SVN-Rev: 2196
2000-08-11 17:50:05 +00:00
Yves Arrouye
564208bca3
ICU-377 undid Todd's change for Darwin.
...
X-SVN-Rev: 2195
2000-08-11 17:40:12 +00:00
George Rhoten
0981f6185a
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2194
2000-08-11 17:39:22 +00:00
George Rhoten
f2f6b304bd
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2190
2000-08-11 17:20:20 +00:00
George Rhoten
8767d1596f
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2189
2000-08-11 16:33:09 +00:00
Yves Arrouye
5539bdeb9d
ICU-543 exit with a non-zero error code if tests were not successful.
...
X-SVN-Rev: 2187
2000-08-11 04:29:07 +00:00
Yves Arrouye
987c8add5b
ICU-322 log_verbose() for successes.
...
X-SVN-Rev: 2186
2000-08-11 04:28:42 +00:00
George Rhoten
a2dc5ade56
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2183
2000-08-11 03:35:25 +00:00
George Rhoten
ebd5136aac
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2182
2000-08-11 02:08:59 +00:00
George Rhoten
c094c8a0eb
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2181
2000-08-11 01:27:17 +00:00
Yves Arrouye
5040a56ea9
ICU-322 coverage of the ucnv_countStandards() and ucnv_getStandard()
...
additional APIs for standard names.
X-SVN-Rev: 2176
2000-08-10 21:45:09 +00:00
George Rhoten
fe2193ec6b
ICU-535 fixed some compiler errors for UP-UX
...
X-SVN-Rev: 2174
2000-08-10 20:55:49 +00:00
Vladimir Weinstein
6276917002
ICU-541 Test for ures_getVersion
...
X-SVN-Rev: 2172
2000-08-10 20:20:10 +00:00
Vladimir Weinstein
18d1052fd6
ICU-541 test synchronization between LCIDs and posix locale names - Win32 only
...
X-SVN-Rev: 2170
2000-08-10 19:45:46 +00:00
Yves Arrouye
b05b16141b
ICU-322 actual testing code for the standard names :)
...
X-SVN-Rev: 2163
2000-08-10 01:33:48 +00:00
Yves Arrouye
59a694988c
ICU-322 added tests for the standard names. The tests depend on MIME
...
and IANA tags on UTF8 and ibm-367.
X-SVN-Rev: 2162
2000-08-10 01:33:28 +00:00
George Rhoten
fd63d5b2d5
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2158
2000-08-10 00:52:52 +00:00
George Rhoten
c0f0217993
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2157
2000-08-10 00:28:31 +00:00
Helena Chapman
118e812785
ICU-89 Update the Collator version info again.
...
X-SVN-Rev: 2155
2000-08-09 23:39:15 +00:00
George Rhoten
2d12649bce
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2154
2000-08-09 23:34:41 +00:00
George Rhoten
d377787679
ICU-534 Now it should work the same on non-ASCII compilers and compilers that use the same pointers for the same static strings.
...
X-SVN-Rev: 2150
2000-08-09 22:57:52 +00:00
Alan Liu
a986339aee
ICU-89 bump Collator version number due to change in Normalizer algorithm and tables
...
X-SVN-Rev: 2149
2000-08-09 22:49:33 +00:00
Madhu K
f4ff2cf82e
ICU-447 Modified the tests to avoid failures on Japnese machine
...
X-SVN-Rev: 2148
2000-08-09 22:49:24 +00:00
Madhu K
c3c345050b
ICU-447 Added tests for T_CString_strnicmp()
...
X-SVN-Rev: 2133
2000-08-08 16:55:48 +00:00
George Rhoten
bfb09f49ac
ICU-512 Reenabled the code Unicode::digitValue(ch) and checked that an "]" in the exponent will not be interpreted as 0.
...
X-SVN-Rev: 2130
2000-08-07 23:09:41 +00:00
Madhu K
ae73db3839
ICU-447 Added tests to increase code-coverage
...
X-SVN-Rev: 2123
2000-08-07 22:25:48 +00:00
George Rhoten
6ccfa23662
ICU-447 fix for Windows 2000/Solaris CC differences. The unsafe macro is not called when the utf8 character is larger than the size of the array.
...
X-SVN-Rev: 2121
2000-08-07 21:27:51 +00:00
George Rhoten
a99304e373
ICU-534 fix for compiler optimization on Windows 2000/Solaris CC.
...
X-SVN-Rev: 2119
2000-08-07 21:12:14 +00:00
Madhu K
cd35abcaaa
ICU-447 Fixed so that unsafe macro is called correctly
...
X-SVN-Rev: 2117
2000-08-07 16:49:02 +00:00
Madhu K
7f35c8299b
ICU-447 Added Collation tests
...
X-SVN-Rev: 2115
2000-08-04 20:41:10 +00:00
Madhu K
8bfec46307
ICU-447 Added Collation tests
...
X-SVN-Rev: 2114
2000-08-04 19:57:18 +00:00
Helena Chapman
f97c70b9fd
ICU-411 Added unum_applyPattern().
...
X-SVN-Rev: 2113
2000-08-04 19:01:19 +00:00
Madhu K
60c33f96d8
ICU-447 Added tests to increase code-coverage
...
X-SVN-Rev: 2108
2000-08-03 23:26:38 +00:00
Vladimir Weinstein
6b29fc4ab2
ICU-460 declared a variable outside of for loop (Linux warning)
...
X-SVN-Rev: 2107
2000-08-03 19:17:22 +00:00
Vladimir Weinstein
ad5d9a639d
ICU-447 fixed test data (back_unsafe was missing the last element - zero)
...
X-SVN-Rev: 2106
2000-08-03 17:00:25 +00:00
Madhu K
602de054b9
ICU-447 Uncommented the tests after the bug fix
...
X-SVN-Rev: 2105
2000-08-02 23:41:11 +00:00
Steven R. Loomis
de7305fe63
ICU-447 fixes for IEEERemainder test so it will pass on actual IEEE compliant platforms
...
X-SVN-Rev: 2103
2000-08-02 22:47:18 +00:00
Madhu K
d15b3ffcc8
ICU-447 Modified the test to avoid back slashes in u_charsToUChars()
...
X-SVN-Rev: 2102
2000-08-02 21:07:45 +00:00
Madhu K
bb4530dc44
ICU-447 Added tests for the deprecated API to increase the code coverage
...
X-SVN-Rev: 2101
2000-08-02 21:00:23 +00:00
Madhu K
9e0a2398a6
ICU-447 Added tests for ucol_getDefaultRulesArray
...
X-SVN-Rev: 2100
2000-08-02 19:53:47 +00:00
Steven R. Loomis
ba6432c9e1
ICU-447 corrected data for ebcdic
...
X-SVN-Rev: 2097
2000-08-02 19:34:11 +00:00
Vladimir Weinstein
0413fcf2dc
ICU-432 fixes for running on a japanese machine
...
X-SVN-Rev: 2096
2000-08-02 19:06:18 +00:00
Madhu K
ab6c472ce8
ICU-447 Modified for better code coverage
...
X-SVN-Rev: 2094
2000-08-02 18:02:16 +00:00
Madhu K
9a8fa05d98
ICU-447 Added tests for code coverage of CompactArrays
...
X-SVN-Rev: 2092
2000-08-02 00:03:10 +00:00
Alan Liu
93e8e8ce15
ICU-89 add ComposedCharIter test
...
X-SVN-Rev: 2090
2000-08-01 20:29:40 +00:00
Vladimir Weinstein
8c44071056
ICU-460 more OS/390 fixes
...
X-SVN-Rev: 2086
2000-08-01 03:25:35 +00:00
Yves Arrouye
6dd0c56667
ICU-515 make check depends on make all.
...
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Yves Arrouye
723cec4f28
ICU-518 UnicodeConverterCPP renamed to UnicodeConverter.
...
X-SVN-Rev: 2084
2000-08-01 00:44:15 +00:00
Madhu K
7d0f5059c1
ICU-447 Added tests for more code coverage in ucnv_cb.c
...
X-SVN-Rev: 2081
2000-07-31 22:42:14 +00:00
Vladimir Weinstein
db89e9de44
ICU-460 Fixed test crash in verbose mode
...
X-SVN-Rev: 2080
2000-07-31 22:36:03 +00:00
Vladimir Weinstein
759d6be056
ICU-460 OS/390 related changes
...
X-SVN-Rev: 2079
2000-07-31 22:33:44 +00:00
Yves Arrouye
44ec4fe502
ICU-353 fixed decls and calls.
...
X-SVN-Rev: 2078
2000-07-31 18:47:58 +00:00
Yves Arrouye
b386934919
ICU-89 fixed return of -1 to be cast to UChar.
...
X-SVN-Rev: 2076
2000-07-31 18:44:56 +00:00
Steven R. Loomis
7bba28ace0
ICU-344 test data incorrect for EBCDIC_STATEFUL
...
X-SVN-Rev: 2075
2000-07-31 14:42:09 +00:00
Steven R. Loomis
0e9ba45705
ICU-308 new TestNull
...
X-SVN-Rev: 2067
2000-07-28 17:24:48 +00:00
Steven R. Loomis
dccee58fd6
ICU-308 test for normalizing NULLs
...
X-SVN-Rev: 2066
2000-07-28 17:22:38 +00:00
Steven R. Loomis
9621dd80fb
ICU-496 don't exit() from tests!
...
X-SVN-Rev: 2065
2000-07-28 17:06:01 +00:00
George Rhoten
78d44a676d
ICU-307 Changed the error message format as specified by Alan
...
X-SVN-Rev: 2064
2000-07-28 15:17:24 +00:00
Vladimir Weinstein
2fd9124028
ICU-460 porting changes OS390
...
X-SVN-Rev: 2063
2000-07-28 04:09:39 +00:00
George Rhoten
121331491c
ICU-307 The test no longer crashes with a NULL pointer exception on my machine.
...
X-SVN-Rev: 2062
2000-07-28 03:27:17 +00:00
Vladimir Weinstein
188de0a3c0
ICU-460 porting changes OS/390
...
X-SVN-Rev: 2061
2000-07-28 03:18:30 +00:00
Madhu K
5841aa4423
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2057
2000-07-27 16:58:34 +00:00
Madhu K
23f8c8efb7
ICU-447 clean up
...
X-SVN-Rev: 2056
2000-07-27 01:14:52 +00:00
Madhu K
8995149618
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2055
2000-07-27 01:13:21 +00:00
Steven R. Loomis
ea283ab003
ICU-89 add normconf to Makefile.in
...
X-SVN-Rev: 2054
2000-07-26 23:33:28 +00:00
Madhu K
235862a18f
ICU-447 Added regressiong tests for utf8
...
X-SVN-Rev: 2053
2000-07-26 23:26:57 +00:00
Madhu K
855b610aba
ICU-447 Added tests for more code coverage in utf_impl.c
...
X-SVN-Rev: 2052
2000-07-26 22:37:47 +00:00
Alan Liu
d394403080
ICU-89 add UTR15 conformance test
...
X-SVN-Rev: 2046
2000-07-26 16:27:18 +00:00
Madhu K
b01b8f0cab
ICU-447 Added tests for utf8
...
X-SVN-Rev: 2041
2000-07-26 02:05:15 +00:00
Madhu K
27beba0cf0
ICU-447 Added tests for utf-8 for CALLBACK
...
X-SVN-Rev: 2036
2000-07-25 21:12:16 +00:00
Madhu K
16adb7cb27
ICU-447 Fixed errors in test data
...
X-SVN-Rev: 2034
2000-07-25 21:11:39 +00:00
Madhu K
2756f4ce2a
ICU-447 Added test for improving code coverage in ucnv_bld.c
...
X-SVN-Rev: 2030
2000-07-24 22:07:39 +00:00
Madhu K
d7e145a214
ICU-447 Added test for code coverage
...
for the API registerInstance and unregister
X-SVN-Rev: 2026
2000-07-24 17:09:07 +00:00
Markus Scherer
e5a45a1553
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2023
2000-07-22 00:08:14 +00:00
Markus Scherer
9e6547c41d
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2020
2000-07-21 23:58:01 +00:00
Markus Scherer
e76fb1f0ca
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2018
2000-07-21 23:28:07 +00:00
Markus Scherer
76126da0f7
ICU-411 test again for number pattern symbol setting
...
X-SVN-Rev: 2017
2000-07-21 23:27:47 +00:00
Madhu K
b4ff35848d
ICU-447 Added test for more conditions of utf-8
...
X-SVN-Rev: 2004
2000-07-21 01:59:08 +00:00
Madhu K
d176083943
ICU-447 Added test for more code coverage
...
X-SVN-Rev: 2002
2000-07-21 01:06:11 +00:00
Madhu K
c53c24ac34
ICU-447 Added test for euc-tw and toUnicode fallback
...
X-SVN-Rev: 2001
2000-07-21 01:02:00 +00:00
Markus Scherer
b79af69ea4
ICU-107 inverse bidi roundtrip tests
...
X-SVN-Rev: 1998
2000-07-21 00:16:51 +00:00
Helena Chapman
7a06f07238
ICU-411 Added unum_applyPattern() in C. Updated to use setSecondaryGrouping() in the attribute list include C tests.
...
X-SVN-Rev: 1997
2000-07-20 23:47:59 +00:00
Markus Scherer
09bbdebbe0
ICU-400 improve tests for u_strchr(), u_strstr(), u_strchr32() (compare pointers, not contents)
...
X-SVN-Rev: 1993
2000-07-20 21:32:19 +00:00
Vladimir Weinstein
27573f3460
ICU-460 bool_t -> UBool - build was broken on PTX
...
X-SVN-Rev: 1985
2000-07-20 20:10:14 +00:00
Madhu K
d26456b97e
ICU-447 added offsets
...
X-SVN-Rev: 1984
2000-07-20 20:08:40 +00:00
Yves Arrouye
a3b6777ec0
ICU-377 small fixes for Darwin.
...
X-SVN-Rev: 1970
2000-07-20 05:17:49 +00:00
Alan Liu
ed0fa66665
ICU-307 add tests for alias table integrity
...
X-SVN-Rev: 1961
2000-07-19 23:57:13 +00:00
Madhu K
8509d36272
ICU-447 Added tests for more code coverage for umemstrm.c
...
X-SVN-Rev: 1956
2000-07-19 21:59:04 +00:00
Madhu K
e7a0a04d63
ICU-447 Added tests for code coverage for umemstrm.c
...
X-SVN-Rev: 1950
2000-07-19 20:59:55 +00:00
Madhu K
a13de6c1a8
ICU-447 corrected the test case for utf-8
...
X-SVN-Rev: 1948
2000-07-19 20:14:47 +00:00
Madhu K
32a0e9ae2b
ICU-447 Added tests for utf8 to show the bug found
...
X-SVN-Rev: 1947
2000-07-19 20:14:27 +00:00
Yves Arrouye
2bda482246
ICU-447 don't depend on Windows' handling of decls in for loops, it's broken!
...
X-SVN-Rev: 1939
2000-07-19 04:58:37 +00:00
Yves Arrouye
9fbbbf01bc
ICU-377 removed U_RHAPSODY, only U_DARWIN is used now.
...
X-SVN-Rev: 1938
2000-07-19 04:29:20 +00:00
Madhu K
fc7dca35f0
ICU-447 Added tests for more code coverage for mbcs
...
X-SVN-Rev: 1936
2000-07-18 23:42:41 +00:00
Steven R. Loomis
978328f9f9
ICU-371 SOLARIS -> U_SOLARIS
...
X-SVN-Rev: 1935
2000-07-18 19:24:50 +00:00
Alan Liu
46a8012eb4
ICU-89 add TestZeroIndex
...
X-SVN-Rev: 1932
2000-07-18 18:41:50 +00:00
Madhu K
77814c55bb
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1924
2000-07-18 18:04:50 +00:00
Madhu K
e51bdcd177
ICU-447 Fixed error in test case
...
X-SVN-Rev: 1921
2000-07-18 15:59:55 +00:00
Madhu K
6b6dfc0d57
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1917
2000-07-17 23:30:53 +00:00
George Rhoten
95456913eb
ICU-399 Added test to u_strstr
...
X-SVN-Rev: 1911
2000-07-17 20:41:57 +00:00
Madhu K
94711b5d29
ICU-447 Added a test for EBCIDIC_STATEFUL
...
X-SVN-Rev: 1910
2000-07-17 20:41:36 +00:00
Yves Arrouye
f3df821d25
ICU-377 more fixes for Rhapsody/Darwin port.
...
X-SVN-Rev: 1909
2000-07-17 20:14:51 +00:00
Markus Scherer
e736ce5911
ICU-505 re-add the lmbcs test now that it does not crash any more
...
X-SVN-Rev: 1908
2000-07-17 19:51:01 +00:00
Jim Snyder Grant
af1856f980
ICU-505 temporarily commented out test causing crash.
...
X-SVN-Rev: 1903
2000-07-17 16:49:04 +00:00
Jim Snyder Grant
a7da319c5d
ICU-495 removed test for ucnv_getInvalidUChars() because implementation has changed
...
X-SVN-Rev: 1902
2000-07-17 16:42:35 +00:00
Alan Liu
5e9d055754
ICU-410 use unified unescape function(s)
...
X-SVN-Rev: 1897
2000-07-16 13:42:38 +00:00
Markus Scherer
461ade154d
ICU-495 fix size of array (count UChars, not bytes)
...
X-SVN-Rev: 1886
2000-07-15 01:10:23 +00:00
Madhu K
f18ed92a8e
ICU-447 included the LMBCS tests
...
X-SVN-Rev: 1884
2000-07-14 23:07:15 +00:00
Madhu K
393b7259e5
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1883
2000-07-14 22:42:27 +00:00
Helena Chapman
6ca74cacae
ICU-501 Collation enhancement phase 1. Added "override" and "version" tag in "CollationElements".
...
X-SVN-Rev: 1882
2000-07-14 22:31:35 +00:00
Madhu K
49f636fca0
ICU-447 Fixed the erroneous expected result in the test case
...
X-SVN-Rev: 1881
2000-07-14 21:49:57 +00:00
Markus Scherer
3dac35c27e
ICU-311 add linefeeds to some log_err()
...
X-SVN-Rev: 1880
2000-07-14 20:40:05 +00:00
Markus Scherer
97a464b605
ICU-344 fix the test for ebcdic_stateful with escape callback - reports error for now
...
X-SVN-Rev: 1879
2000-07-14 20:39:12 +00:00
Madhu K
f7cd903a3e
ICU-447 Fixed some errors in the test case
...
X-SVN-Rev: 1876
2000-07-14 01:39:37 +00:00
Markus Scherer
1dcc552c43
ICU-311 for the new callback api, geMissingXAction() need to return both the function pointer and the context
...
X-SVN-Rev: 1875
2000-07-14 01:33:33 +00:00
Markus Scherer
d911d40079
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1874
2000-07-14 01:33:02 +00:00
Markus Scherer
06ca05dc38
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1873
2000-07-14 01:01:14 +00:00
Markus Scherer
7d721ba16c
ICU-502 clean up 'unassigned' handling and callback calls
...
X-SVN-Rev: 1871
2000-07-13 23:55:33 +00:00
Madhu K
2c9d62de49
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1870
2000-07-13 22:43:29 +00:00
Madhu K
e444400599
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1869
2000-07-13 22:33:33 +00:00
Alan Liu
0410607628
ICU-89 add test for Tibetan & 3.0 composition exclusions
...
X-SVN-Rev: 1868
2000-07-13 22:13:13 +00:00
Steven R. Loomis
c596b24a8a
ICU-393 .cvsignore cleanup
...
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Vladimir Weinstein
f726a9978c
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1856
2000-07-13 18:59:50 +00:00
Vladimir Weinstein
2aefd0996a
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1852
2000-07-13 17:58:28 +00:00
Jim Snyder Grant
e5bb724913
ICU-495 added test for ucnv_getInvalidUChars() as part of testConvertToUnicode()
...
X-SVN-Rev: 1846
2000-07-13 15:37:08 +00:00
Jim Snyder Grant
8581ef1b32
ICU-495 added test for ucnv_getInvalidChars() as part of testConvertFromU()
...
X-SVN-Rev: 1845
2000-07-13 15:35:39 +00:00
Madhu K
985b096886
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1841
2000-07-13 01:05:50 +00:00
Markus Scherer
87b7acacec
ICU-103 fix bugs in test code
...
X-SVN-Rev: 1839
2000-07-13 00:28:06 +00:00
Madhu K
0277be94c7
ICU-447 Added Tests for putil API
...
X-SVN-Rev: 1825
2000-07-12 23:33:20 +00:00
Vladimir Weinstein
8349610248
ICU-432 more leak fixes
...
X-SVN-Rev: 1824
2000-07-12 22:59:57 +00:00
Alan Liu
09f92d4480
ICU-89 update normalizer data to Unicode 3.0
...
X-SVN-Rev: 1823
2000-07-12 22:02:37 +00:00
Alan Liu
e4587ffd90
ICU-89 make -verbose collation tests actually be verbose
...
X-SVN-Rev: 1822
2000-07-12 17:18:37 +00:00
Vladimir Weinstein
4015f294cd
ICU-489 binary files should be added with -kb option
...
X-SVN-Rev: 1821
2000-07-12 17:16:32 +00:00
Vladimir Weinstein
d06a76b46f
ICU-489 binary files should be added with -kb
...
X-SVN-Rev: 1820
2000-07-12 17:14:41 +00:00
Alan Liu
470ff1060e
ICU-89 remove test that is obsolete as of Unicode 2.1.8
...
X-SVN-Rev: 1809
2000-07-12 15:53:36 +00:00
Madhu K
84474c15da
ICU-447 Testing error conditions and other API for extended code coverage
...
X-SVN-Rev: 1799
2000-07-12 01:09:23 +00:00
Vladimir Weinstein
ce3dd236b4
ICU-489 added tests for new types
...
X-SVN-Rev: 1796
2000-07-11 23:27:11 +00:00
Steven R. Loomis
f3af060e13
ICU-496 don't crash if missing test data
...
X-SVN-Rev: 1791
2000-07-11 22:17:37 +00:00
Madhu K
63c97dc078
ICU-447 Testing error conditions for extended code coverage
...
X-SVN-Rev: 1788
2000-07-11 19:11:41 +00:00
Madhu K
4ce0c4f3fe
ICU-447 Fixed memory leaks
...
X-SVN-Rev: 1785
2000-07-11 17:44:53 +00:00
Madhu K
078e30e54c
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1784
2000-07-11 17:44:24 +00:00
Madhu K
f4b411e2f9
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1783
2000-07-11 16:42:25 +00:00
Vladimir Weinstein
9e6148186a
ICU-432 more leak fixes
...
X-SVN-Rev: 1781
2000-07-10 22:14:51 +00:00
Steven R. Loomis
055da3ad8d
ICU-352 fix for makefile status
...
X-SVN-Rev: 1780
2000-07-10 22:06:07 +00:00
Steven R. Loomis
65b204ba02
ICU-360 update for new packaging. to make test pass w/o .dat files
...
X-SVN-Rev: 1779
2000-07-10 22:05:01 +00:00
Vladimir Weinstein
7d188ca73e
ICU-432 more leak fixes
...
X-SVN-Rev: 1778
2000-07-10 22:03:16 +00:00
Madhu K
eb54a4e0de
ICU-447 added ksc back
...
X-SVN-Rev: 1769
2000-07-10 17:35:02 +00:00
Vladimir Weinstein
bd3bf6c1f0
ICU-447 corrected a typo
...
X-SVN-Rev: 1765
2000-07-10 16:53:32 +00:00
Madhu K
099a875389
ICU-447 Fixed the errors due ot 1361 alias name(ksc) which is not eliminated
...
X-SVN-Rev: 1763
2000-07-08 02:15:03 +00:00
Madhu K
fb3039635f
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1762
2000-07-08 02:07:23 +00:00
Madhu K
4cb5e83e30
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1761
2000-07-08 01:59:14 +00:00
Yves Arrouye
edde8164ec
ICU-241 declare the index of the loop outside the for().
...
X-SVN-Rev: 1760
2000-07-08 00:10:02 +00:00
Madhu K
4472c96f24
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1756
2000-07-07 19:34:08 +00:00
Madhu K
9091990aaf
ICU-447 Fallback test
...
X-SVN-Rev: 1755
2000-07-07 17:42:41 +00:00
Steven R. Loomis
9d76a4b88b
ICU-447 Fallback API
...
X-SVN-Rev: 1751
2000-07-07 02:53:06 +00:00
Vladimir Weinstein
45515c9a0c
ICU-432 more memory leaks fixes
...
X-SVN-Rev: 1750
2000-07-06 23:01:50 +00:00
Madhu K
c8af7e00e5
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1749
2000-07-06 21:56:24 +00:00
Madhu K
596dec1f30
ICU-447 Added Tests for fallback API
...
X-SVN-Rev: 1746
2000-07-06 18:26:36 +00:00
Madhu K
908abbec75
ICU-447 Tests for fallback API
...
X-SVN-Rev: 1745
2000-07-06 18:26:16 +00:00
Helena Chapman
2fd0a3db47
ICU-311 the setToU and fromUCallback function signatures update.
...
X-SVN-Rev: 1736
2000-07-05 20:56:42 +00:00
Madhu K
a221a143c4
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1733
2000-07-03 22:57:52 +00:00
Alan Liu
418ac3b758
ICU-476 fix RBT et al copy constructor
...
X-SVN-Rev: 1727
2000-06-30 23:26:07 +00:00
Yves Arrouye
d37141dcac
ICU-371 changed LINUX and SOLARIS to U_LINUX and U_SOLARIS, also
...
changed HAVE_INTTYPES_H to U_HAVE_INTTYPES_H.
X-SVN-Rev: 1726
2000-06-30 21:35:03 +00:00
Helena Chapman
a12beff355
ICU-311 Another major update with Callback API changes.
...
X-SVN-Rev: 1725
2000-06-30 20:54:29 +00:00
Vladimir Weinstein
c31e17a71e
ICU-436 additional constructors and _open functions for resource bundle
...
X-SVN-Rev: 1724
2000-06-30 20:31:39 +00:00
Helena Chapman
0ad634011e
ICU-311 Another major update with Callback API changes.
...
X-SVN-Rev: 1720
2000-06-30 17:38:47 +00:00
Alan Liu
e63cf6a463
ICU-477 create Hiragana-Katakana transliterator
...
X-SVN-Rev: 1716
2000-06-30 00:15:44 +00:00
Madhu K
6d8fd93c2d
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1714
2000-06-29 23:28:46 +00:00
Alan Liu
cbd5200a0f
ICU-474 fix UTransPosition handling
...
X-SVN-Rev: 1713
2000-06-29 22:15:17 +00:00
Vladimir Weinstein
cc42314029
ICU-432 various memory leaks
...
X-SVN-Rev: 1709
2000-06-29 19:42:17 +00:00
Markus Scherer
b2375850b7
ICU-241 remove obsolete T_INT32()
...
X-SVN-Rev: 1704
2000-06-29 18:42:34 +00:00
Steven R. Loomis
784b5f52ad
ICU-432 comments, syntax, etc
...
X-SVN-Rev: 1701
2000-06-29 03:04:28 +00:00
Steven R. Loomis
72c8a4d026
ICU-432 don't use // in C code!!!!!!!
...
X-SVN-Rev: 1700
2000-06-29 02:53:29 +00:00
Steven R. Loomis
1c0cf6f659
ICU-311 api chagne
...
X-SVN-Rev: 1698
2000-06-29 01:48:34 +00:00
Steven R. Loomis
8bc3f0b83b
ICU-478 u_uastrncpy fix
...
X-SVN-Rev: 1694
2000-06-29 01:41:04 +00:00
Steven R. Loomis
e6ff764cac
ICU-447 buffer overrun in test
...
X-SVN-Rev: 1693
2000-06-29 01:15:31 +00:00
Steven R. Loomis
95ca98f6ab
ICU-450 translit test
...
X-SVN-Rev: 1692
2000-06-29 01:11:09 +00:00
Steven R. Loomis
4e4fd2266b
ICU-460 When the default converter is unreadable, print it's name out
...
X-SVN-Rev: 1691
2000-06-29 01:10:27 +00:00
Steven R. Loomis
69f0671de6
ICU-408 makefile rearrangement, make hdrtest work again
...
X-SVN-Rev: 1690
2000-06-29 01:08:38 +00:00
Alan Liu
4594fe89b8
ICU-450 enhance test
...
X-SVN-Rev: 1685
2000-06-28 23:30:05 +00:00
Vladimir Weinstein
9b404b0904
ICU-311 fixed crashing problem
...
X-SVN-Rev: 1683
2000-06-28 23:19:32 +00:00
Vladimir Weinstein
b96d49cda2
ICU-460 porting changes
...
X-SVN-Rev: 1680
2000-06-28 22:34:25 +00:00
Vladimir Weinstein
5240a256f2
ICU-460 porting changes
...
X-SVN-Rev: 1679
2000-06-28 22:26:59 +00:00
Jim Snyder Grant
58bf49e059
ICU-271 Additional LMBCS tests
...
X-SVN-Rev: 1664
2000-06-28 17:01:52 +00:00
Madhu K
9000a6f33a
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1663
2000-06-27 22:26:03 +00:00
Madhu K
4b0286defe
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1662
2000-06-27 20:48:37 +00:00
Helena Chapman
377889ccd9
ICU-311 Major rewrite of the callback APIs. Needs to be checked
...
in without more testing to make the 6/29/2000 API deadline. Lots
of warnings still, offset handling is not implemented. More unit tests
is required because the current implementation actually passes the tests.
X-SVN-Rev: 1661
2000-06-27 20:47:56 +00:00
Alan Liu
c68b0038be
ICU-450 rename UTransPosition fields
...
X-SVN-Rev: 1660
2000-06-27 20:07:59 +00:00
Alan Liu
4858d91bd8
ICU-450 rename UTransPosition fields
...
X-SVN-Rev: 1658
2000-06-27 19:34:03 +00:00
Alan Liu
62001fb755
ICU-450 change ParseError, Transliterator::Direction, Transliterator::Position to C structs
...
X-SVN-Rev: 1656
2000-06-27 19:06:15 +00:00
Madhu K
1dea4931f1
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1654
2000-06-27 18:20:33 +00:00
Madhu K
e73c8e2a36
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1653
2000-06-27 18:06:00 +00:00
Alan Liu
f28b4cfe69
ICU-450 transliterator C api
...
X-SVN-Rev: 1650
2000-06-27 16:27:02 +00:00
Madhu K
d2ab4795c6
ICU-447 Fixed the test case for DBCS converter(replaced the
...
use of ibm-955 with ibm-835
X-SVN-Rev: 1648
2000-06-26 22:16:32 +00:00
Madhu K
63f1bc3617
ICU-447 Minor Fixes
...
X-SVN-Rev: 1647
2000-06-26 21:33:25 +00:00
Madhu K
d237ca97b5
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1644
2000-06-22 23:46:02 +00:00
Madhu K
148f7b7bba
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1642
2000-06-22 19:04:32 +00:00
Madhu K
fafe9b6e4b
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1641
2000-06-22 17:39:34 +00:00
Madhu K
c9e7c0d5a3
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1640
2000-06-22 17:26:12 +00:00
Madhu K
6ebc40cc9b
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1637
2000-06-22 01:18:30 +00:00
Madhu K
b429022d94
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1636
2000-06-22 01:09:15 +00:00
Alan Liu
49c2098d0e
ICU-438 fieldDifference
...
X-SVN-Rev: 1632
2000-06-15 23:36:25 +00:00
Vladimir Weinstein
98a378d583
ICU-432 changes according to purify output (the output buffer wasn't long enough for error messages)
...
X-SVN-Rev: 1631
2000-06-15 22:33:16 +00:00
Steven R. Loomis
dc92c980b5
ICU-408 add more detail to test
...
X-SVN-Rev: 1611
2000-06-13 19:25:14 +00:00
Vladimir Weinstein
c6822e7b2d
ICU-432 cleanup for transliterator test that implicitly uses default converter instead of invariant one
...
X-SVN-Rev: 1609
2000-06-12 22:49:21 +00:00
Vladimir Weinstein
f66f0b6dfb
ICU-432 changes according to purify output
...
X-SVN-Rev: 1607
2000-06-12 22:42:50 +00:00
Markus Scherer
bdf7b6866e
ICU-221 test u_isWhitespace()
...
X-SVN-Rev: 1603
2000-06-12 19:49:49 +00:00
Vladimir Weinstein
a0e53e1a21
ICU-432 corrected tests that wrongly assumed that "en_US" is always the default locale.
...
X-SVN-Rev: 1600
2000-06-10 05:10:28 +00:00
Yves Arrouye
2d6d22a2a4
ICU-353 Cast UNUM_FORMAT_SYMBOL_COUNT and
...
DecimalFormatSymbols::kFormatSymbolCount to int to avoid warning about
comparing different enums (one of the ANSI C features I dislike the most!)
X-SVN-Rev: 1596
2000-06-09 18:38:02 +00:00
Yves Arrouye
dcc497e297
ICU-353 make key a const char * to avoid warnings (and be logical).
...
X-SVN-Rev: 1594
2000-06-09 18:35:03 +00:00
Yves Arrouye
a70b238d8e
ICU-353 cast pszUnicode before using it as a const uint32_t *.
...
X-SVN-Rev: 1593
2000-06-09 18:34:20 +00:00
Vladimir Weinstein
d65a9064c0
ICU-432 fix a bad memory write
...
X-SVN-Rev: 1591
2000-06-09 00:05:21 +00:00
Steven R. Loomis
f6832a4b0c
ICU-417 fix for build on linux
...
X-SVN-Rev: 1583
2000-06-07 16:32:15 +00:00
Alan Liu
9694cc2a1e
ICU-417 add tests for secondary grouping size
...
X-SVN-Rev: 1581
2000-06-07 00:17:23 +00:00
Steven R. Loomis
c3e0b6d2b3
ICU-408 update hdrtest to look for little problems in include files..
...
X-SVN-Rev: 1557
2000-06-03 02:58:54 +00:00
Markus Scherer
a087ecba43
ICU-397 test u_versionToString() error checking
...
X-SVN-Rev: 1553
2000-06-02 18:37:21 +00:00
Helena Chapman
47212a0202
ICU-408 HP10 CC port.
...
X-SVN-Rev: 1552
2000-06-02 18:07:16 +00:00
Helena Chapman
a9feb343c8
ICU-408 AIX port.
...
X-SVN-Rev: 1551
2000-06-02 01:10:20 +00:00
Helena Chapman
d6063efe5b
ICU-408 AIX port.
...
X-SVN-Rev: 1550
2000-06-02 00:48:13 +00:00
Yves Arrouye
ffb28a867e
ICU-176 made UnicodeString arguments to expectPad const
...
X-SVN-Rev: 1549
2000-06-02 00:46:22 +00:00
Yves Arrouye
73cbdfae6f
ICU-176 made UnicodeString arguments to Verify const.
...
X-SVN-Rev: 1548
2000-06-02 00:45:36 +00:00
Helena Chapman
50c9e2c521
ICU-408 AIX port, also reported by Yves on Linux.
...
X-SVN-Rev: 1547
2000-06-02 00:36:28 +00:00
Markus Scherer
e7a7e26131
ICU-418 test latin-1 ucnv_getNextUChar()
...
X-SVN-Rev: 1542
2000-06-02 00:04:34 +00:00
Madhu K
9732ece0cc
ICU-176 Tests for new API for UTF-16 basic support in
...
Format(DecimalFormat)
X-SVN-Rev: 1534
2000-06-01 18:46:31 +00:00
Helena Chapman
3fc21cb0f4
ICU-408 HPUX 10/11 CC port
...
X-SVN-Rev: 1533
2000-06-01 18:27:44 +00:00
Steven R. Loomis
9ff4e2eaa0
ICU-408 fixes for HPUX
...
X-SVN-Rev: 1528
2000-05-31 22:18:22 +00:00
Steven R. Loomis
86c216a59e
ICU-408 speed up test
...
X-SVN-Rev: 1521
2000-05-30 21:42:09 +00:00
Vladimir Weinstein
4f79dd3bfb
ICU-408 as previously stated, one should not assume default code page on a platform
...
X-SVN-Rev: 1519
2000-05-30 20:45:09 +00:00
Vladimir Weinstein
7048b11e49
ICU-408 we CANNOT assume default codepages on different platforms!
...
X-SVN-Rev: 1516
2000-05-30 19:37:30 +00:00
Steven R. Loomis
9cce4066c7
ICU-408 make mem allocation in test more robust
...
X-SVN-Rev: 1514
2000-05-30 19:24:30 +00:00
Steven R. Loomis
acf598db1c
ICU-408 Removed non-ASCII from string literals. If you can't use Mongolian inside double quotes, why should you be able to use Finnish? :)
...
X-SVN-Rev: 1513
2000-05-30 17:55:08 +00:00
Markus Scherer
a472509095
ICU-411 hide failing test for icu 1.5
...
X-SVN-Rev: 1512
2000-05-30 17:21:22 +00:00
Alan Liu
73d861e601
ICU-352 rename xor to complement (xor is HP keyword)
...
X-SVN-Rev: 1504
2000-05-26 18:32:15 +00:00
Helena Chapman
384cd08b2c
ICU-352 HP-UX ACC doesn't like "xor" as function names.
...
X-SVN-Rev: 1503
2000-05-26 16:40:29 +00:00
Vladimir Weinstein
0d3c661cb9
ICU-352 conform with HP changes and change Java to C++ style for static data
...
X-SVN-Rev: 1502
2000-05-26 02:07:25 +00:00
Markus Scherer
852c3ce82c
ICU-176 remove wrong enum scoping
...
X-SVN-Rev: 1499
2000-05-25 23:15:29 +00:00
Alan Liu
2197c4edb4
ICU-352 improve performance
...
X-SVN-Rev: 1496
2000-05-25 20:57:30 +00:00
Alan Liu
74a775bb67
ICU-352 add tests for inversion list upgrade
...
X-SVN-Rev: 1494
2000-05-25 19:28:53 +00:00
Alan Liu
04c2dadb80
ICU-352 move UnicodeSetTest to translit
...
X-SVN-Rev: 1493
2000-05-25 19:28:16 +00:00
Markus Scherer
713ce67cba
ICU-176 DecimalFormatSymbols revamped for UTF-16 and graphemes
...
X-SVN-Rev: 1489
2000-05-25 01:10:55 +00:00
Madhu K
56cd63c203
ICU-184 Added collationelements to test data to test the API ures_binary()
...
X-SVN-Rev: 1488
2000-05-24 23:44:17 +00:00
Madhu K
7ef69f60ed
ICU-184 Tests for the API ures_getBinary() for binary collation
...
data in resource bundles
X-SVN-Rev: 1487
2000-05-24 23:42:34 +00:00
Markus Scherer
769118da39
ICU-176 prepare some implementation for UChar32 normalization results
...
X-SVN-Rev: 1471
2000-05-24 21:01:07 +00:00
Markus Scherer
5c5a7f21f1
ICU-176 test new UnicodeString UChar32 overloads
...
X-SVN-Rev: 1470
2000-05-24 20:59:53 +00:00
Markus Scherer
5d29bd3225
ICU-176 disambiguate new UnicodeString function overloads
...
X-SVN-Rev: 1465
2000-05-24 20:04:01 +00:00
Steven R. Loomis
950fcb75d3
ICU-352 update makefile for new test files
...
X-SVN-Rev: 1461
2000-05-24 19:29:45 +00:00
Alan Liu
21f4b2ab47
ICU-352 change int to int32_t
...
X-SVN-Rev: 1457
2000-05-24 17:33:27 +00:00
Alan Liu
686fb1315d
ICU-352 clean up
...
X-SVN-Rev: 1456
2000-05-24 17:32:49 +00:00
Alan Liu
325de051cd
ICU-352 add TestUtility (supports TransliteratorRoundTripTest)
...
X-SVN-Rev: 1455
2000-05-24 17:32:20 +00:00
Alan Liu
83d22bc5dc
ICU-352 add transliterator round trip test
...
X-SVN-Rev: 1454
2000-05-24 17:31:51 +00:00
Markus Scherer
cdd47bd7db
ICU-408 fix range checks
...
X-SVN-Rev: 1450
2000-05-23 23:23:09 +00:00
Steven R. Loomis
ffd5326fa5
ICU-408 [minor compiler issues] datatype for constants
...
X-SVN-Rev: 1447
2000-05-23 22:02:38 +00:00
Madhu K
0371d8ba8e
ICU-176 Tests for new API for UTF-16 support
...
X-SVN-Rev: 1444
2000-05-23 20:51:39 +00:00
Markus Scherer
aca0c53ac2
ICU-397 make u_versionFrom/ToString() public
...
X-SVN-Rev: 1437
2000-05-22 22:24:51 +00:00
Jim Snyder Grant
7f51cb674c
ICU-384 Add locale-biasing support to LMBCS
...
X-SVN-Rev: 1433
2000-05-22 21:24:26 +00:00
Alan Liu
563d9e5006
ICU-352 rbt support for segments, cursor offset, and new syntax
...
X-SVN-Rev: 1422
2000-05-20 04:40:29 +00:00
Alan Liu
6a59bb39c8
ICU-345 fixed constructor to properly handle invalid IDs
...
X-SVN-Rev: 1421
2000-05-20 04:35:31 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Madhu K
0c8f20989d
ICU-176 Tests for new API for UTF-16 support
...
X-SVN-Rev: 1393
2000-05-18 18:53:11 +00:00
Markus Scherer
f7e89b8e55
ICU-130 account for some control codes now having Zs Zl Zp Unicode properties
...
X-SVN-Rev: 1388
2000-05-18 17:49:51 +00:00
Steven R. Loomis
0a042c3f86
ICU-200 OS400 makefile updates
...
X-SVN-Rev: 1384
2000-05-15 22:32:11 +00:00
Vladimir Weinstein
4ef6b3889d
ICU-184 .res -> mem map test changes for Solaris CC (c style comments)
...
X-SVN-Rev: 1383
2000-05-15 22:22:48 +00:00
Vladimir Weinstein
bbd91c6ab7
ICU-184 test was using wrong variable for error code
...
X-SVN-Rev: 1380
2000-05-15 20:37:40 +00:00
Helena Chapman
969472a4c2
ICU-110 Added tests for Collator::getVersion() API.
...
X-SVN-Rev: 1377
2000-05-15 19:49:14 +00:00
Helena Chapman
857ced6517
ICU-110 Added tests for ucol_getVersion() API.
...
X-SVN-Rev: 1376
2000-05-15 19:48:56 +00:00
Vladimir Weinstein
3424bafbad
ICU-150 renaming default -> root locale (testdata)
...
X-SVN-Rev: 1368
2000-05-15 18:51:20 +00:00
Vladimir Weinstein
d4d8a6da75
ICU-150 renaming default -> root changes
...
X-SVN-Rev: 1366
2000-05-15 18:44:20 +00:00
Vladimir Weinstein
c786b21d52
ICU-184 resource data files in memory mapped format (initial revision)
...
X-SVN-Rev: 1365
2000-05-15 18:39:17 +00:00
Yves Arrouye
0d35fb05a2
ICU-390 define the right cpp symbols for compilation under Linux
...
and Solaris when gcc -ansi is used (which negates POSIX, X/Open, BSD, and
SVID specific definitions in the standard libraries, definitions that ICU
needs).
X-SVN-Rev: 1354
2000-05-12 01:15:50 +00:00
Madhu K
46fa36afb8
ICU-176 Addional tests for UTF-16 support
...
X-SVN-Rev: 1329
2000-05-04 17:27:16 +00:00
Markus Scherer
b1db3cc5e1
ICU-368 change for new iostream include mechanism
...
X-SVN-Rev: 1325
2000-05-03 23:16:03 +00:00
Markus Scherer
6b6bbd29f1
ICU-375 correct isAcceptable signature
...
X-SVN-Rev: 1324
2000-05-03 23:15:02 +00:00
Markus Scherer
d6ff2cbfec
ICU-375 merge testmap from 1.4.1.2 and adapt to reimplemented udata
...
X-SVN-Rev: 1323
2000-05-03 23:14:11 +00:00
Madhu K
002534a549
ICU-176 Added Test file for UTF-16 macros
...
X-SVN-Rev: 1317
2000-05-03 20:54:37 +00:00
Madhu K
215f6fd609
ICU-176 Testing for UTF-16 macros
...
X-SVN-Rev: 1316
2000-05-03 20:52:18 +00:00
Vladimir Weinstein
85c29b7a5d
ICU-374 testmap port for Win32
...
X-SVN-Rev: 1273
2000-04-27 18:13:32 +00:00
Steven R. Loomis
01dd42d7d0
ICU-374 new test for new setCommonData API
...
X-SVN-Rev: 1253
2000-04-26 05:07:03 +00:00
Yves Arrouye
5630fb77db
ICU-368 do not use C++ streams at all for tests so that they can
...
run in the lame WebObjects 4 environment.
X-SVN-Rev: 1251
2000-04-25 21:32:10 +00:00
Markus Scherer
117c9b824b
ICU-298 jitterbug 130: add support for u_isMirrored() and u_charMirror()
...
X-SVN-Rev: 1240
2000-04-24 22:44:06 +00:00
Markus Scherer
47ba9784e0
ICU-176 test constructors from UChar32 and from capacity
...
X-SVN-Rev: 1173
2000-04-19 21:58:21 +00:00
Steven R. Loomis
dbced2f8e3
ICU-365 improved version test
...
X-SVN-Rev: 1167
2000-04-19 20:00:49 +00:00
Markus Scherer
9a19714271
ICU-364 do not test for never-changing formatVersions on icu data files - they do change
...
X-SVN-Rev: 1164
2000-04-19 00:16:36 +00:00
Helena Chapman
1fb58be175
ICU-239 Added tests for u_vparseMessage.
...
X-SVN-Rev: 1154
2000-04-18 22:24:00 +00:00
Helena Chapman
a5c27f96f8
ICU-239 Added tests for u_vformatMessage.
...
X-SVN-Rev: 1153
2000-04-18 22:18:05 +00:00
Helena Chapman
feff591551
ICU-354 Merge back the 1.4.1.1 changes.
...
X-SVN-Rev: 1151
2000-04-18 21:57:47 +00:00
Yves Arrouye
3950fe01a2
ICU-359 fixed virtual destructors/members incoherences.
...
X-SVN-Rev: 1142
2000-04-18 17:58:18 +00:00
Steven R. Loomis
a430140424
ICU-185 test fixes, don't call deprecated api
...
X-SVN-Rev: 1136
2000-04-15 21:28:17 +00:00
Yves Arrouye
c69c164be8
ICU-353 basic warnings cleanup (not touching object's memory layout). A
...
basic build now compiles w/o a single warning on Linux. One with --enable-strict
is a different matter...
X-SVN-Rev: 1124
2000-04-13 23:00:43 +00:00
Yves Arrouye
e45f4fd7cb
ICU-310 check foran empty $(MAKECMDGOALS) and also include dependencies
...
in this case, so that a make in a subdir does include deps.
X-SVN-Rev: 1122
2000-04-13 22:08:07 +00:00
Markus Scherer
a8ea7e8c8b
ICU-176 ucnv_getNextUChar() return a UChar32 code point
...
X-SVN-Rev: 1121
2000-04-13 17:27:35 +00:00
Yves Arrouye
8b0bee3da5
ICU-251 fixed all the clean/distclean problems except for the stale
...
symlinks in source/test/testdata. Also made sure distclean-local depends on
clean-local in every subproject.
X-SVN-Rev: 1106
2000-04-10 23:24:53 +00:00
Markus Scherer
5d813e3499
ICU-350 just add j350 test, still do all tests from -r 1.14
...
X-SVN-Rev: 1094
2000-04-07 20:23:24 +00:00
Markus Scherer
9c2fc5ab0f
ICU-350 ucnv_openCCSID() did not work for 10xx etc.
...
X-SVN-Rev: 1093
2000-04-07 16:58:58 +00:00
Markus Scherer
db929853bc
ICU-347 do not use wchar.h except when we really need it and we know that we have it
...
X-SVN-Rev: 1087
2000-04-06 23:06:48 +00:00
Markus Scherer
2dcb6e5200
ICU-315 S/390 fix was left out
...
X-SVN-Rev: 1082
2000-04-06 20:23:01 +00:00
Markus Scherer
e542c7dedc
ICU-346 change IEEE_754 to a numeric macro (value 0 or 1)
...
X-SVN-Rev: 1080
2000-04-06 16:45:03 +00:00
Yves Arrouye
a5957d6e46
ICU-310 any target whose name matches %clean does not trigger inclusion
...
of dependencies. Nominated SRL to review, as usual :) (Stevens, just complain
if that's not okay). Now the question is: do we really want to keep the .d
when we make clean?
X-SVN-Rev: 1076
2000-04-05 22:14:24 +00:00
Markus Scherer
ba8d5f7882
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1073
2000-04-05 19:45:48 +00:00
Markus Scherer
cd71b64e4d
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1062
2000-04-04 22:31:44 +00:00
Alan Liu
2fede3c426
ICU-315 recode readLine to work on S/390; improve debugging output
...
X-SVN-Rev: 1061
2000-04-04 20:44:43 +00:00
Markus Scherer
9a74ba932e
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1059
2000-04-04 16:30:21 +00:00
Markus Scherer
bba7ac1a00
ICU-176 UTF-16 changes for UnicodeString
...
X-SVN-Rev: 1052
2000-04-03 23:53:59 +00:00
Markus Scherer
d4a1842748
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1051
2000-04-03 19:56:20 +00:00
Markus Scherer
5569140fea
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1047
2000-03-31 23:26:31 +00:00
Markus Scherer
fb52c91781
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1045
2000-03-31 22:02:12 +00:00
Markus Scherer
2b5a36af8c
ICU-315 more S/390 and EBCDIC changes
...
X-SVN-Rev: 1044
2000-03-31 21:45:17 +00:00
Jim Snyder Grant
2dbef4e207
ICU-271 First-pass LMBCS support (Lotus Multi-byte Character set)
...
X-SVN-Rev: 1042
2000-03-31 16:53:09 +00:00
Alan Liu
bd899dc9a3
ICU-333 fix typos in test
...
X-SVN-Rev: 1041
2000-03-31 00:32:22 +00:00
Markus Scherer
8d9daa5484
ICU-315 make LL_message() portable
...
X-SVN-Rev: 1038
2000-03-30 23:26:36 +00:00
Markus Scherer
50eb0cfdf0
ICU-98 define and use POSIX INT32_MAX etc., matching int32_t etc.
...
X-SVN-Rev: 1032
2000-03-30 01:12:01 +00:00
Madhu K
1a4f320d17
ICU-114 Fixed a typo
...
X-SVN-Rev: 1025
2000-03-29 23:14:39 +00:00
Markus Scherer
44b48ccf4a
ICU-315 break tests early if data files are missing
...
X-SVN-Rev: 1023
2000-03-29 21:48:44 +00:00
Brendan Murray
dd70c2705e
ICU-98 These are changes to support 64-bit platforms, such as Sun
...
SPARC V9, which is the only one tested so far.
X-SVN-Rev: 1022
2000-03-29 21:41:11 +00:00
Markus Scherer
3c0e9c341f
ICU-315 more S/390 changes
...
X-SVN-Rev: 1021
2000-03-29 20:28:29 +00:00
Madhu K
cd74d39a27
ICU-114 Addional tests
...
X-SVN-Rev: 1013
2000-03-29 17:32:19 +00:00
Markus Scherer
eb3ba827c6
ICU-312 jitterbug 136: new UnicodeString memory allocation/aliasing implementation
...
X-SVN-Rev: 1012
2000-03-29 01:13:49 +00:00
Madhu K
0ebfa05d46
ICU-114 Addional tests
...
X-SVN-Rev: 1011
2000-03-28 23:51:25 +00:00
Madhu K
47e7f6a816
ICU-114 Test for Transliterator
...
X-SVN-Rev: 1010
2000-03-28 23:47:32 +00:00
Madhu K
9de40e5e03
ICU-114 Test for Transliterator
...
X-SVN-Rev: 1009
2000-03-28 23:37:12 +00:00
Madhu K
2e88c2a06b
ICU-114 Test for Transliterator
...
X-SVN-Rev: 1008
2000-03-28 23:23:48 +00:00
Alan Liu
89fd22e69c
ICU-149 add chashtst.c to Makefile.in
...
X-SVN-Rev: 1007
2000-03-28 23:13:22 +00:00
Alan Liu
d1e2c1e2e0
ICU-149 add basic UHashtable test
...
X-SVN-Rev: 1003
2000-03-28 22:08:29 +00:00
Madhu K
d4146dab5f
ICU-114 Fixed for AIX
...
X-SVN-Rev: 999
2000-03-28 18:05:43 +00:00
Madhu K
f2f85f4a85
ICU-114 Fixed for AIX
...
X-SVN-Rev: 998
2000-03-28 17:36:04 +00:00
Madhu K
5aeac874bc
ICU-114 Fixed for AIX
...
X-SVN-Rev: 997
2000-03-28 01:02:35 +00:00
Alan Liu
4d6ed3e501
ICU-340 fix adopt usage memory bug
...
X-SVN-Rev: 990
2000-03-25 02:49:30 +00:00
Helena Chapman
d3b7329590
ICU-315 Added prv_stricmp implementation to get rid of the linking error.
...
X-SVN-Rev: 989
2000-03-24 21:55:07 +00:00
Markus Scherer
7f518f3a6b
ICU-315 avoid VC++ bug: #define ZERO after #including .h with identifier ZERO does not work with precompiled headers
...
X-SVN-Rev: 982
2000-03-24 00:49:23 +00:00
Markus Scherer
9f363ccb70
ICU-315 S/390 and EBCDIC updates
...
X-SVN-Rev: 977
2000-03-22 23:17:42 +00:00
Alan Liu
46d8dce364
ICU-329 enhance output
...
X-SVN-Rev: 976
2000-03-22 20:14:05 +00:00
Markus Scherer
258dbe98d4
ICU-315 S/390 and EBCDIC updates
...
X-SVN-Rev: 970
2000-03-22 01:57:16 +00:00
Alan Liu
0c83d908ad
ICU-329 show context
...
X-SVN-Rev: 959
2000-03-18 01:48:44 +00:00
Alan Liu
af7124308c
ICU-329 parse engines need better error reporting
...
X-SVN-Rev: 958
2000-03-18 01:42:45 +00:00
Helena Chapman
d90408948d
ICU-161 More copyright fixes.
...
X-SVN-Rev: 935
2000-03-10 00:42:27 +00:00
Alan Liu
94cca6161d
ICU-315 make test epsilon-based for 390
...
X-SVN-Rev: 933
2000-03-09 19:15:39 +00:00
Alan Liu
1c55f1f997
ICU-243 add prefix/suffix support to Hex-Unicode and Unicode-Hex
...
X-SVN-Rev: 916
2000-03-08 19:26:17 +00:00
Alan Liu
e6ac046fda
ICU-315 remove EBCDIC-incompatible char constants
...
X-SVN-Rev: 910
2000-03-07 19:14:38 +00:00
Alan Liu
9f4e14cf3d
ICU-315 remove EBCDIC-incompatible char constants and made compatible with S/390 numerics
...
X-SVN-Rev: 907
2000-03-07 18:41:50 +00:00
Alan Liu
d623133b0c
ICU-161 fix copyrights
...
X-SVN-Rev: 905
2000-03-07 02:39:27 +00:00
Helena Chapman
5862cf64ee
ICU-313 Updated with the new API that takes the length of the source buffer.
...
X-SVN-Rev: 903
2000-03-07 01:42:40 +00:00
Madhu K
3b573e9f06
ICU-302 Added tests for udata API
...
X-SVN-Rev: 889
2000-03-04 00:23:47 +00:00
Madhu K
f4a79338bc
ICU-302 Added tests for udata API
...
X-SVN-Rev: 888
2000-03-04 00:02:50 +00:00
Madhu K
7bb7910a88
ICU-302 Added tests for udata API
...
X-SVN-Rev: 886
2000-03-03 01:09:33 +00:00
Steven R. Loomis
5d96fad42e
ICU-212 out of source build.
...
X-SVN-Rev: 775
2000-02-16 22:38:38 +00:00
Markus Scherer
2c04f7442c
ICU-279 aliases must conform to the iana list
...
X-SVN-Rev: 765
2000-02-16 01:33:45 +00:00
Steven R. Loomis
3039c11612
ICU-227 fix const type in cintltst() main, [future error fix for HPUX c++ compiler]
...
X-SVN-Rev: 764
2000-02-16 01:10:01 +00:00
Alan Liu
bb2611b517
ICU-277 fixed bug in UnicodeSet variable parsing
...
X-SVN-Rev: 751
2000-02-12 01:23:13 +00:00
Alan Liu
e7209482d2
ICU-276 added Position constructors
...
X-SVN-Rev: 750
2000-02-11 22:32:11 +00:00
Yves Arrouye
bf89e792e3
ICU-212 out-of-source build. configure now creates data/ and
...
data/translit in the build dir. Changed every Makefile to correctly use
$(srcdir), $(builddir), and the new data location.
X-SVN-Rev: 727
2000-02-07 21:00:53 +00:00
Helena Chapman
01a8d20f2e
ICU-255 Needed a typecast before calling CompactArray.
...
X-SVN-Rev: 720
2000-02-05 00:01:54 +00:00
Yves Arrouye
fcb670fe5e
ICU-260 make the build stop on error that occur in subdirectories
...
while making recursive targets.
X-SVN-Rev: 718
2000-02-04 22:34:43 +00:00
Helena Chapman
68420ead54
ICU-227 oh my god, I forgot the "defined" in #if.
...
X-SVN-Rev: 706
2000-01-27 23:25:11 +00:00
Helena Chapman
187479b93a
ICU-227 usleep pinning failed on linux.
...
X-SVN-Rev: 705
2000-01-27 21:01:18 +00:00
Helena Chapman
1a1bfb0855
ICU-227 HPUX11 usleep fix in tsmthread.cpp. Make sure the
...
thread1 sleeps longer than thread2 and TestMutex.
X-SVN-Rev: 698
2000-01-27 17:57:14 +00:00
Helena Chapman
4c0210e900
ICU-227 HPUX11 usleep fix in tsmthread.cpp.
...
X-SVN-Rev: 697
2000-01-27 00:00:04 +00:00
Alan Liu
085799d907
ICU-182 update cintltst for YEAR_WOY
...
X-SVN-Rev: 695
2000-01-25 18:22:43 +00:00
Alan Liu
97eb9acd6d
ICU-182 update for new de localPatternChars
...
X-SVN-Rev: 692
2000-01-25 17:49:13 +00:00
Alan Liu
c3eeefe3b0
ICU-182 add another WOY test; modify existing tests for proper YEAR_WOY rolling
...
X-SVN-Rev: 689
2000-01-25 02:29:22 +00:00
Alan Liu
cdd91be577
ICU-182 use YEAR_WOY with WOY
...
X-SVN-Rev: 688
2000-01-25 02:22:40 +00:00
Steven R. Loomis
82da9ac42d
ICU-227 yet another hpux fix
...
X-SVN-Rev: 678
2000-01-22 02:54:48 +00:00
Steven R. Loomis
87592599bc
ICU-182 WOY, etc: fix the test (call to simpledateformat was ambiguous)
...
X-SVN-Rev: 667
2000-01-20 21:58:07 +00:00
Steven R. Loomis
e78f33db7d
ICU-227 newline at end of file
...
X-SVN-Rev: 664
2000-01-20 06:48:37 +00:00
Vladimir Weinstein
6f4b9cd50c
ICU-182 Tests for implementation of DOW_LOCAL and YEAR_WOY, take 2
...
X-SVN-Rev: 662
2000-01-20 04:42:04 +00:00
Markus Scherer
3f837f9a10
ICU-42 add a test for the API for aliases
...
X-SVN-Rev: 659
2000-01-20 00:34:01 +00:00
Alan Liu
4541f4aea8
ICU-199 cleanup API, change int[] to Position
...
X-SVN-Rev: 649
2000-01-19 19:02:10 +00:00
Markus Scherer
325c81a521
ICU-235 fix T_UConverter_getNextUChar_UTF8()
...
X-SVN-Rev: 648
2000-01-19 19:00:53 +00:00
Vladimir Weinstein
150b22a89c
ICU-182 tests for DOW_LOCAL and YEAR_WOY
...
X-SVN-Rev: 645
2000-01-19 04:20:48 +00:00
Alan Liu
3bd6abde75
ICU-199 update to current API
...
X-SVN-Rev: 637
2000-01-18 20:24:35 +00:00
Madhu K
24dae6d896
ICU-114 Fixed for HP/UX
...
X-SVN-Rev: 635
2000-01-18 20:04:30 +00:00
Alan Liu
7da50142ca
ICU-199 UnicodeSet inherits from UnicodeFilter
...
X-SVN-Rev: 634
2000-01-18 20:00:56 +00:00
Alan Liu
49a4f38e87
ICU-199 remove "keyboard" from method names, make max context len a member of Transliterator set by subclasses
...
X-SVN-Rev: 629
2000-01-18 18:27:27 +00:00
Madhu K
cfb896fcbe
ICU-114 Updated for Addtional TransliteratorAPI tests
...
X-SVN-Rev: 624
2000-01-18 02:35:52 +00:00
Madhu K
7efc827736
ICU-114 Added tests for Transliterator API
...
X-SVN-Rev: 623
2000-01-18 02:34:41 +00:00
Steven R. Loomis
47b86344d4
ICU-161 itoa -> cstring.h hdr file
...
X-SVN-Rev: 615
2000-01-17 22:59:59 +00:00
Helena Chapman
5e7c1c94b9
ICU-12 Moved ctest.h into unicode/ directory.
...
X-SVN-Rev: 614
2000-01-17 22:53:44 +00:00
Helena Chapman
57f7dbc655
ICU-45 Updated intltest.dsp to include RBBI tests.
...
X-SVN-Rev: 613
2000-01-17 22:34:29 +00:00
Madhu K
9225846701
ICU-45 RBBI tests
...
X-SVN-Rev: 610
2000-01-17 20:59:08 +00:00
Helena Chapman
5bafb278d2
ICU-161 updated the copyright notices.
...
X-SVN-Rev: 605
2000-01-17 19:48:20 +00:00
Madhu K
822bc77ef3
ICU-45 Updated for building RBBI tests
...
X-SVN-Rev: 597
2000-01-15 17:51:25 +00:00
Helena Chapman
3aaa52af8d
ICU-161 updated the copyright notices.
...
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00
Madhu K
04e19181e9
ICU-45 Added the header inclusion and case for RBBI tests
...
X-SVN-Rev: 595
2000-01-15 01:56:11 +00:00
Madhu K
af280174c1
ICU-45 Added an overloaded function prettify(UnicodeString&)
...
X-SVN-Rev: 594
2000-01-15 01:55:02 +00:00
Madhu K
7b897b7cbf
ICU-45 Tests for RBBI
...
X-SVN-Rev: 593
2000-01-15 01:51:06 +00:00
Markus Scherer
0bb68dca34
ICU-210 improve version functions
...
X-SVN-Rev: 591
2000-01-15 00:03:30 +00:00
Helena Chapman
e578b4654d
ICU-210 Added API test for u_getVersion().
...
X-SVN-Rev: 589
2000-01-14 23:41:58 +00:00
Alan Liu
d2185dcbe6
ICU-199 compound ID support
...
X-SVN-Rev: 585
2000-01-14 21:15:25 +00:00
Helena Chapman
db8def56c3
ICU-45 Added ErrorCode to the constructor APIs.
...
.
X-SVN-Rev: 578
2000-01-14 00:13:59 +00:00
Madhu K
b69eb9e8e9
ICU-159 Intitialization Fix for HP/UX10.2
...
X-SVN-Rev: 571
2000-01-13 21:33:13 +00:00
Madhu K
afd66e1c79
ICU-45 Fix for AIX4.3
...
X-SVN-Rev: 569
2000-01-13 19:25:32 +00:00
Alan Liu
031b4b6ca0
ICU-199 new rule syntax; a few more tests
...
X-SVN-Rev: 561
2000-01-13 07:29:20 +00:00
Helena Chapman
fd5bf9249f
ICU-45 Updated cintltst for RBBI changes
...
.
X-SVN-Rev: 557
2000-01-13 01:53:18 +00:00
Helena Chapman
6efc3436b6
ICU-210 changed UVersionInfo typedef.
...
X-SVN-Rev: 552
2000-01-12 20:20:38 +00:00
Helena Chapman
4c95546548
ICU-210 changed the u_getVersion APIs to use UVersionInfo.
...
X-SVN-Rev: 551
2000-01-12 19:50:27 +00:00
Alan Liu
f84644f895
ICU-199 add category tests for new UnicodeSet pattern parser
...
X-SVN-Rev: 548
2000-01-12 18:04:21 +00:00
Steven R. Loomis
4a46039c71
ICU-183 Test each header's compile by itself.
...
X-SVN-Rev: 540
2000-01-12 01:22:44 +00:00
Helena Chapman
218b24bba5
ICU-210 Three major changes:
...
u_getVersion: returns ICU release/version information
u_getUnicodeVersion: returns Unicode standard version supported in ICU
Renamed the original u_getVersion to u_getUnicodeVersion.
X-SVN-Rev: 536
2000-01-11 23:20:26 +00:00
Alan Liu
66e286def7
ICU-114 make getDisplayName static
...
X-SVN-Rev: 531
2000-01-11 19:39:06 +00:00
Markus Scherer
2366f197c9
ICU-217 most NaN tests: just warnings, not errors
...
X-SVN-Rev: 529
2000-01-11 18:36:22 +00:00
Steven R. Loomis
4956a84699
ICU-45 posix fix
...
X-SVN-Rev: 516
2000-01-11 01:50:24 +00:00
Markus Scherer
77d8c41e7d
ICU-217 build ieeetest
...
X-SVN-Rev: 511
2000-01-11 01:22:08 +00:00
Richard Gillam
016aa963f6
ICU-45 Initial check-in of RuleBasedBreakIterator and DictionaryBasedBreakIterator.
...
X-SVN-Rev: 502
2000-01-08 02:05:05 +00:00
Helena Chapman
0058e5d640
ICU-216 flushCache() needs to be called before re-init the test environment.
...
X-SVN-Rev: 499
2000-01-08 01:03:30 +00:00
Helena Chapman
7dd845428d
ICU-216 Added tests for the following APIs: fixFileSeparator and isAmbiguous in UnicodeConverterCPP class and ucnv_xxx interface.
...
X-SVN-Rev: 498
2000-01-08 00:54:57 +00:00
Steven R. Loomis
34af548ef7
ICU-159 add thcoll.o [Thai collation test]
...
X-SVN-Rev: 493
2000-01-06 20:06:15 +00:00
Helena Chapman
aedb933f7e
ICU-163 Fixed warnings on MSVC 6.0.
...
X-SVN-Rev: 476
1999-12-29 22:33:47 +00:00
Vladimir Weinstein
7f73adbf34
ICU-12 corrected errors due to merging
...
X-SVN-Rev: 474
1999-12-29 00:18:52 +00:00
Vladimir Weinstein
8b20f17f49
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Helena Chapman
99d913e731
ICU-142 Removed tests for changed ISO language codes,
...
"he", "yi" and "id".
X-SVN-Rev: 469
1999-12-28 21:31:55 +00:00
Vladimir Weinstein
770bc2f3f2
ICU-197 intltest now uses defines from putil.h for file separation chars and strings
...
X-SVN-Rev: 461
1999-12-28 18:40:36 +00:00
Helena Chapman
16ac11f546
ICU-200 Updated with OS/400 specific port changes.
...
X-SVN-Rev: 459
1999-12-22 22:57:04 +00:00
Alan Liu
d5831470e3
ICU-159 Thai collation
...
X-SVN-Rev: 426
1999-12-16 01:41:19 +00:00
Steven R. Loomis
aeef800ff3
ICU-65 Don't create default UDate()'s!!:
...
X-SVN-Rev: 424
1999-12-15 22:04:49 +00:00
Steven R. Loomis
ebd60f80d9
ICU-81 roll bugs test, fix for HP
...
X-SVN-Rev: 420
1999-12-15 21:41:14 +00:00
Vladimir Weinstein
03349c8a8e
ICU-196 Modified in accordance to modified Italian locale
...
X-SVN-Rev: 413
1999-12-14 23:41:45 +00:00
Markus Scherer
4694b93a81
ICU-146 deprecate uloc_get/setDataDirectory()
...
X-SVN-Rev: 409
1999-12-14 19:14:27 +00:00
Helena Chapman
3c7c2c2f42
ICU-132 #include utypes.h instead of platform.h
...
X-SVN-Rev: 370
1999-12-10 18:09:38 +00:00
Steven R. Loomis
f313ba28b5
ICU-132 add '--enable-threads=no' option to disable threading, and FORCE_LIBS to allow overriding of build libraries.
...
X-SVN-Rev: 361
1999-12-09 23:11:48 +00:00
Alan Liu
b851d05295
ICU-81 roll bugs and calculation errors in cutover year
...
X-SVN-Rev: 359
1999-12-09 17:16:31 +00:00
Alan Liu
013dbc330f
ICU-187 this test was doing very strange things; fixed to match c++ version
...
X-SVN-Rev: 354
1999-12-09 06:23:48 +00:00
Alan Liu
a4932d9cf1
ICU-187 don't hard-code expected # of zones for a specific offset!
...
X-SVN-Rev: 353
1999-12-09 06:22:59 +00:00
Alan Liu
8546a51c64
ICU-186 fix setStartRule setEndRule to set DST savings if nec
...
X-SVN-Rev: 352
1999-12-09 06:19:30 +00:00
Helena Chapman
4ec388cedf
ICU-174 Removed C++ style comments.
...
X-SVN-Rev: 350
1999-12-09 01:31:44 +00:00
Markus Scherer
2d26f13d40
ICU-175 rename errorName() to u_errorName()
...
X-SVN-Rev: 343
1999-12-08 23:31:17 +00:00
Markus Scherer
54ba2e3819
ICU-170 use UnicodeString::length() instead of the deprecated size()
...
X-SVN-Rev: 339
1999-12-08 02:11:04 +00:00
Markus Scherer
5927a9f1e8
ICU-174 make code more robust
...
X-SVN-Rev: 337
1999-12-08 00:15:46 +00:00
Markus Scherer
5eaf91b840
ICU-170 fix TestStackAllocation()
...
X-SVN-Rev: 329
1999-12-07 03:20:58 +00:00
Markus Scherer
cc24f00159
ICU-170 fix TestReverse() (reverse takes start & length, not limit)
...
X-SVN-Rev: 328
1999-12-07 01:51:00 +00:00
Markus Scherer
4305bff030
ICU-170 more UnicodeString comparison tests
...
X-SVN-Rev: 326
1999-12-07 00:13:01 +00:00
Helena Chapman
de4f548c0c
ICU-87 Update the intltest getTestDirectory() to use u_getDataDirectory
...
instead of getenv('ICU_DATA').
X-SVN-Rev: 323
1999-12-07 00:07:17 +00:00
Steven R. Loomis
3a3198e7f3
ICU-65 test update [there are more zones now, and also error msg clarification]
...
X-SVN-Rev: 310
1999-12-05 08:59:19 +00:00
Alan Liu
e73f35e3d1
ICU-65 update for new zones usage; add simple test of new binary search
...
X-SVN-Rev: 302
1999-12-05 06:07:29 +00:00
Steven R. Loomis
a34482e43f
ICU-157 converter data in udata + udata fixes
...
X-SVN-Rev: 296
1999-12-04 02:31:40 +00:00
Markus Scherer
57cca2d237
ICU-165 the default converter name is now always canonical
...
X-SVN-Rev: 295
1999-12-04 01:12:46 +00:00
Markus Scherer
841b21d6e1
ICU-172 use correct vc++ runtime
...
X-SVN-Rev: 291
1999-12-03 20:58:59 +00:00
Markus Scherer
0b6e5e3b68
ICU-62 add SCSUTest only once to cintltst
...
X-SVN-Rev: 290
1999-12-03 20:15:23 +00:00
Markus Scherer
9b6f02645e
ICU-158 add test for Unicode::getCharName()
...
X-SVN-Rev: 289
1999-12-03 19:53:37 +00:00
Markus Scherer
b70728c7bd
ICU-170 fix tests of lastIndexOf()
...
X-SVN-Rev: 283
1999-12-03 00:00:23 +00:00
Markus Scherer
a0e21925e7
ICU-68 several UnicodeString tests were not performed
...
X-SVN-Rev: 281
1999-12-02 21:41:20 +00:00
Alan Liu
e9631fb896
ICU-169 fix test4103271
...
X-SVN-Rev: 276
1999-12-02 03:27:37 +00:00
Markus Scherer
ec97389ca8
ICU-80 ResourceBundle keys (tags) are now const char*
...
X-SVN-Rev: 271
1999-12-01 21:27:44 +00:00
Markus Scherer
be1763e24c
ICU-68 test UNICODE_STRING
...
X-SVN-Rev: 269
1999-12-01 17:52:21 +00:00
Markus Scherer
1569b465a5
ICU-68 implement unicode string literals in c
...
X-SVN-Rev: 263
1999-11-30 23:25:49 +00:00
Markus Scherer
39dfb3e76b
ICU-165 fix compile error
...
X-SVN-Rev: 245
1999-11-23 22:48:46 +00:00
Steven R. Loomis
256f5b22ad
ICU-96 Collation Improvements [changing test to match API]
...
X-SVN-Rev: 243
1999-11-23 22:47:47 +00:00
Steven R. Loomis
f116e2eb2e
ICU-96 Collation performance [some test improvements]
...
X-SVN-Rev: 242
1999-11-23 22:46:47 +00:00
Steven R. Loomis
981fc8a22e
ICU-157 posix support for udata.. linux dll support.. posix should work with mmapped files OK
...
X-SVN-Rev: 235
1999-11-23 04:49:35 +00:00
Markus Scherer
b4935bd035
ICU-157 add tests for endianness & charset family
...
X-SVN-Rev: 222
1999-11-22 20:52:33 +00:00
Markus Scherer
ca34bad82b
ICU-157 add test for sizeof(wchar_t)
...
X-SVN-Rev: 221
1999-11-22 20:29:44 +00:00
Markus Scherer
d3c9e756f1
ICU-158 add test for u_charName()
...
X-SVN-Rev: 215
1999-11-22 19:39:22 +00:00
Alan Liu
ce5fdbbb6c
ICU-114 Get Transliteration building on Linux
...
X-SVN-Rev: 213
1999-11-22 19:31:05 +00:00
Alan Liu
670402e817
ICU-114 Transliterator framework first working version
...
X-SVN-Rev: 210
1999-11-22 17:16:10 +00:00
Alan Liu
f6982fa107
ICU-114 Porting error in test causes crash; this only shows up after the Replaceable change for some reason. THIS FIX NEEDED TOGETHER WITH REPLACEABLE CHANGE.
...
X-SVN-Rev: 206
1999-11-22 16:17:27 +00:00
Alan Liu
1d67da8fb1
ICU-114 Transliterator framework first working version
...
X-SVN-Rev: 204
1999-11-20 01:29:05 +00:00
Vladimir Weinstein
a2f31432aa
ICU-55 added support for corrected year and localized day of week - one badly written test needed to be corrected
...
X-SVN-Rev: 193
1999-11-20 00:11:11 +00:00
Vladimir Weinstein
211dfe2e43
ICU-138 cintltst updated to test isalnum function
...
X-SVN-Rev: 188
1999-11-19 18:23:29 +00:00
Markus Scherer
9e4c1ad754
ICU-87 rename icu_getDefaultDataDirectory() to u_[get|set]DataDirectory()
...
X-SVN-Rev: 184
1999-11-18 22:50:13 +00:00
Steven R. Loomis
ba0efec3b7
ICU-82 Added test for unicode version (u_getVersion()), test will break if version changes w/o test change.
...
X-SVN-Rev: 167
1999-11-08 22:21:11 +00:00
Vladimir Weinstein
b945fd96d5
ICU-63 Updated cintltst so that it reflects the changed data in fr locale
...
X-SVN-Rev: 163
1999-11-04 17:59:14 +00:00
Alan Liu
3d664ec1ed
ICU-34 Expanded test.
...
X-SVN-Rev: 122
1999-10-26 17:16:13 +00:00
Markus Scherer
e85a9b990d
ICU-38 add euro regression test
...
X-SVN-Rev: 112
1999-10-22 23:45:55 +00:00
Alan Liu
e935b24fa4
ICU-34 Add UnicodeSet to i18n
...
X-SVN-Rev: 103
1999-10-22 00:59:23 +00:00
Alan Liu
a2114a3719
ICU-25 Fix compiler errors from egcs
...
X-SVN-Rev: 101
1999-10-22 00:46:09 +00:00
Alan Liu
9841b823f9
ICU-25 Fix VC6 compiler errors
...
X-SVN-Rev: 96
1999-10-22 00:24:14 +00:00
Alan Liu
48c94ab013
ICU-25 Redeclarations of format/parse needed in Format hierarchy
...
X-SVN-Rev: 93
1999-10-21 23:57:00 +00:00
Alan Liu
ed2fb13c49
ICU-34 Add UnicodeSet class to i18n
...
X-SVN-Rev: 83
1999-10-20 22:08:09 +00:00
Markus Scherer
f8b331314a
ICU-6 more renaming of constant names
...
FAILURE -> U_FAILURE etc.
X-SVN-Rev: 81
1999-10-18 23:55:05 +00:00
Markus Scherer
07a2bc0937
ICU-6 more renaming of constant names
...
FAILURE -> U_FAILURE etc.
X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Alan Liu
579961ed20
ICU-32 DateFormat does not parse Feb 29 2000. This is a bug in GregorianCalendar era handling. Fixed algorithm, added test.
...
X-SVN-Rev: 70
1999-10-16 01:35:16 +00:00
Alan Liu
8af3b282c5
ICU-28 DateFormat parses 2-digit years other than "00" through "99". Fix restricts parsing to those 2-digit year strings.
...
X-SVN-Rev: 66
1999-10-15 23:16:58 +00:00
Alan Liu
3ca6764857
ICU-28 DateFormat parses 2-digit years other than "00" through "99". Fix restricts parsing to those 2-digit year strings.
...
X-SVN-Rev: 64
1999-10-15 21:33:00 +00:00
Markus Scherer
2690f48ebf
ICU-26 intltest had the same code and bug as cintltest
...
X-SVN-Rev: 58
1999-10-14 22:39:20 +00:00
Markus Scherer
22e0892d45
ICU-26 cintltest does not work if the icu folder is not in a drive root
...
X-SVN-Rev: 55
1999-10-14 19:10:43 +00:00
Markus Scherer
6e20698d77
remove unnecessary/unused code
...
X-SVN-Rev: 42
1999-10-12 00:28:27 +00:00
Markus Scherer
849ab4fe52
ICU-13 remove internal helpers from utypes.h
...
X-SVN-Rev: 39
1999-10-12 00:27:10 +00:00
Markus Scherer
cb006fe433
ICU-13 remove internal helpers from utypes.h
...
X-SVN-Rev: 38
1999-10-12 00:19:25 +00:00
Steven R. Loomis
a2f94f0569
ICU-8 jitterbug 10: Added better diagnostic on datafile open
...
X-SVN-Rev: 34
1999-10-11 15:43:59 +00:00
Markus Scherer
b942cae860
ICU-6 change enum constants that do not conform to our naming conventions
...
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Markus Scherer
80a098923f
ICU-5 need to use icu_malloc() etc.
...
replace stdlib function calls by icu_...
X-SVN-Rev: 17
1999-10-06 00:05:42 +00:00
Helena Chapman
1ccc7d153f
ICU version 1.3 merge from CMVS.
...
X-SVN-Rev: 9
1999-09-30 23:47:52 +00:00
Stephen Booth
7406982293
Sync with 1.2.5
...
X-SVN-Rev: 8
1999-09-03 22:08:47 +00:00
Unknown User
aa0b0a88e8
Initial revision
...
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00