Commit Graph

625 Commits

Author SHA1 Message Date
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