Yves Arrouye
a2ef9023ee
ICU-3 install $(TARGET) if $(ENABLE_STATIC) is
...
not empty, not if $(ENABLE_SHARED) isn't
X-SVN-Rev: 2525
2000-09-27 22:05:50 +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
741b94d474
ICU-449 sync up with latest source
...
X-SVN-Rev: 2522
2000-09-27 16:43:56 +00:00
Alan Liu
ee51ec2c7e
ICU-449 TimeZone equivalency support
...
X-SVN-Rev: 2521
2000-09-27 16:37:26 +00:00
Alan Liu
d893f0de64
ICU-449 TimeZone equivalency support
...
X-SVN-Rev: 2520
2000-09-27 16:26:41 +00:00
Alan Liu
9218332c3a
ICU-449 TimeZone equivalency support
...
X-SVN-Rev: 2519
2000-09-27 16:15:21 +00:00
Eric Mader
6bdb5d6430
Fixed a small bug in the rule for a syllable with at least one consonant.
...
X-SVN-Rev: 2518
2000-09-26 22:46:50 +00:00
Eric Mader
7bea47df66
Update character break rules to match Devanagari syllables.
...
X-SVN-Rev: 2517
2000-09-26 21:47:31 +00:00
Eric Mader
4b03f9d53d
Initial checkin of demo of Devanagari break rules.
...
X-SVN-Rev: 2516
2000-09-26 21:46:54 +00:00
George Rhoten
6182f13a6d
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2515
2000-09-26 02:35:48 +00:00
George Rhoten
4bf2ea6943
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2514
2000-09-26 02:03:46 +00:00
George Rhoten
90dbd73cf9
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2513
2000-09-25 22:03:13 +00:00
Eric Mader
67f67bbe1f
Moved to src/com/ibm/tools/rbbi
...
X-SVN-Rev: 2512
2000-09-25 21:55:02 +00:00
Eric Mader
68e2f02cae
Moved to src/com/ibm/data/misc
...
X-SVN-Rev: 2511
2000-09-25 21:54:21 +00:00
Eric Mader
1d2d2b83a0
Filter out null characters in printWordList.
...
X-SVN-Rev: 2510
2000-09-25 21:33:43 +00:00
Eric Mader
33c8d5c668
Removed null characters so it can be checked in as text.
...
X-SVN-Rev: 2509
2000-09-25 21:31:46 +00:00
Eric Mader
ea758baa19
New version minus null characters so it can be checked in as a text file.
...
X-SVN-Rev: 2508
2000-09-25 21:06:47 +00:00
George Rhoten
dc00af16a4
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2507
2000-09-25 20:56:12 +00:00
George Rhoten
ee90d9b713
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2506
2000-09-25 18:53:50 +00:00
George Rhoten
6d73af7a3b
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2505
2000-09-25 17:44:01 +00:00
George Rhoten
b7b75784b2
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2504
2000-09-25 17:06:41 +00:00
George Rhoten
70658e87d9
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2503
2000-09-23 00:33:49 +00:00
George Rhoten
6ef147f4be
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2502
2000-09-23 00:28:37 +00:00
George Rhoten
9982146df3
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2501
2000-09-23 00:21:17 +00:00
George Rhoten
13e0b70efc
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2500
2000-09-23 00:04:59 +00:00
George Rhoten
c112c1f702
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2499
2000-09-22 23:56:33 +00:00
Steven R. Loomis
4489dd1327
ICU-434 major updates, added samples of buffer mode conversion
...
X-SVN-Rev: 2498
2000-09-22 23:47:12 +00:00
Markus Scherer
39f020d0d2
ICU-434 add sample code for unicode character properties
...
X-SVN-Rev: 2497
2000-09-22 23:28:33 +00:00
George Rhoten
d662010387
ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.
...
X-SVN-Rev: 2496
2000-09-22 23:17:58 +00:00
George Rhoten
3d38863a50
ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.
...
X-SVN-Rev: 2495
2000-09-22 23:03:40 +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
George Rhoten
d416e2ffa9
ICU-529 Described replacement functions for the deprecated functions.
...
X-SVN-Rev: 2493
2000-09-22 22:56:03 +00:00
Alan Liu
229efe01a9
Move hex and other static methods from UInfo to Utility
...
X-SVN-Rev: 2492
2000-09-22 20:06:12 +00:00
Yves Arrouye
cfdcdc45da
ICU-308 typo in CPPFLAGS settings for archive packaging
...
X-SVN-Rev: 2491
2000-09-22 19:31:42 +00:00
Yves Arrouye
fd77ef300f
ICU-308 if --xxx-mapped is used, use its value for the packaging!
...
X-SVN-Rev: 2490
2000-09-22 19:23:11 +00:00
Yves Arrouye
20ab3c5b37
ICU-308 put back --xxxx-mapped for backwards compatibility, and put in some warnings about its use and checks for inconsistencies
...
X-SVN-Rev: 2489
2000-09-22 19:21:38 +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
Eric Mader
b84bfcbdb7
Initial checkin of the break dictionary builder in this package.
...
X-SVN-Rev: 2487
2000-09-22 18:58:26 +00:00
Eric Mader
f7f539f40f
Initial checkin of the tool to write .brk data files for ICU
...
X-SVN-Rev: 2486
2000-09-22 18:57:44 +00:00
Eric Mader
c723eaeb35
Get english.dict from com/ibm/data/misc
...
X-SVN-Rev: 2485
2000-09-22 18:52:47 +00:00
Eric Mader
00d33b6476
printWordList: stop flag is 0xFFFF not -1
...
X-SVN-Rev: 2484
2000-09-22 18:51:16 +00:00
Eric Mader
3053c33792
Changes for new location of English.dict used by DBBIDemo and
...
BreakIteratorTest.
X-SVN-Rev: 2483
2000-09-22 18:49:24 +00:00
Eric Mader
65a8417978
Checkin in new central location. (Don't know why everything thinks this file
...
is binary...)
X-SVN-Rev: 2482
2000-09-22 18:48:05 +00:00
Eric Mader
f2a1c6bdb7
Checkin in new central location.
...
X-SVN-Rev: 2481
2000-09-22 18:47:34 +00:00
Eric Mader
4d40f33f9d
Initial checkin of the word list for the Thai word break dictionary
...
X-SVN-Rev: 2480
2000-09-22 18:45:51 +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
83d06a9d80
ICU-597 fixed a small problem with strtoupper that I fixed for OS/400
...
X-SVN-Rev: 2478
2000-09-22 16:45:56 +00:00
Ram Viswanadha
eb449d4fdf
ICU-599 added alias for iso-2022-cn
...
X-SVN-Rev: 2477
2000-09-21 23:06:11 +00:00
George Rhoten
718ec0b772
ICU-599 added cn-11643-1992.ucm entry
...
X-SVN-Rev: 2476
2000-09-21 23:04:07 +00:00