Commit Graph

745 Commits

Author SHA1 Message Date
Markus Scherer
7c708e636a ICU-840 parse CaseFolding.txt and store the mappings in uprops.dat
X-SVN-Rev: 3617
2001-02-14 00:45:29 +00:00
George Rhoten
e3ed5d6402 ICU-580 OS/390 porting changes
X-SVN-Rev: 3597
2001-02-08 22:30:24 +00:00
George Rhoten
e0b73d8f85 ICU-580 OS/390 porting changes
X-SVN-Rev: 3579
2001-02-06 23:27:07 +00:00
George Rhoten
6fa1e5cddc ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3576
2001-02-06 22:11:41 +00:00
Alan Liu
a38c004603 ICU-776 Add ISO 3166 country code index to time zone data and new API to TimeZone
X-SVN-Rev: 3534
2001-02-02 19:26:56 +00:00
George Rhoten
2606207b62 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3533
2001-02-02 17:55:32 +00:00
Markus Scherer
cdf42b6060 ICU-542 remove in-line comments
X-SVN-Rev: 3505
2001-01-31 18:53:11 +00:00
Markus Scherer
ab67c28533 ICU-542 parse SpecialCasing.txt and add its data to uprops.dat
X-SVN-Rev: 3500
2001-01-31 18:05:19 +00:00
George Rhoten
2735f549b4 ICU-535 Fixed some compiler warnings for windows warning level 4, gcc, and OS/390 errors
X-SVN-Rev: 3446
2001-01-23 00:06:18 +00:00
Markus Scherer
f37dc3f3a5 ICU-804 redesign MBCS data structures for better performance
X-SVN-Rev: 3427
2001-01-16 22:18:53 +00:00
Vladimir Weinstein
eac7483840 ICU-96 genrb handles collation generation failure more gracefully
X-SVN-Rev: 3420
2001-01-15 07:27:22 +00:00
Markus Scherer
4b2a7a5603 ICU-484 allow to override the state table for SBCS, DBCS, EBCDIC_STATEFUL
X-SVN-Rev: 3413
2001-01-12 21:13:57 +00:00
Markus Scherer
2dca1d8d64 ICU-484 align state table syntax with documentation (initial instead of direct); also 64-bit platform fixes (sign extension)
X-SVN-Rev: 3412
2001-01-12 19:25:52 +00:00
Markus Scherer
8dbae7355a ICU-484 align state table syntax with documentation (initial instead of direct)
X-SVN-Rev: 3411
2001-01-12 19:25:29 +00:00
Alan Liu
ba96276c46 ICU-449 modify gentz to emit java format data as well for ICU4J
X-SVN-Rev: 3394
2001-01-09 20:22:52 +00:00
Markus Scherer
cd9f2d4736 ICU-484 flush stdout & stderr after each codepage to keep them from getting too messed up
X-SVN-Rev: 3381
2001-01-05 02:14:53 +00:00
Markus Scherer
b7335e2c02 ICU-484 add compactToUnicodeHelper(), use with verbose mode to find opportunities to optimize the state table with unassigned states
X-SVN-Rev: 3380
2001-01-05 02:14:08 +00:00
George Rhoten
12be88768c ICU-573 Put in putil.h
X-SVN-Rev: 3368
2001-01-03 02:24:47 +00:00
Markus Scherer
95a8083095 ICU-701 add code to test if a subchar byte sequence is valid in the codepage structure
X-SVN-Rev: 3365
2001-01-03 00:30:31 +00:00
Markus Scherer
11b0460fe4 ICU-701 add code to test if a codepage byte sequence is valid in the codepage structure
X-SVN-Rev: 3364
2001-01-03 00:29:09 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
Markus Scherer
2fae985450 ICU-484 remove old code for SBCS, DBCS, and EBCDIC_STATEFUL
X-SVN-Rev: 3351
2001-01-02 22:59:27 +00:00
Markus Scherer
19c537c614 ICU-484 handle EBCDIC_STATEFUL with MBCS data structures, compact toUnicode for codepages with max 2B/char, fix stage 2 table size
X-SVN-Rev: 3350
2001-01-02 22:58:52 +00:00
Markus Scherer
fba15a1c31 ICU-484 for SBCS, DBCS, and EBCDIC_STATEFUL use MBCS with precanned state tables
X-SVN-Rev: 3348
2001-01-02 22:55:14 +00:00
Markus Scherer
d3f60d075e ICU-484 remove old code for SBCS, DBCS, and EBCDIC_STATEFUL
X-SVN-Rev: 3347
2001-01-02 22:54:07 +00:00
Markus Scherer
3420d377bf ICU-484 mbcs 3 - more efficient stage 1/2 indexing, truncate stage 1 for BMP-only codepages, compact stage 2
X-SVN-Rev: 3321
2000-12-21 21:31:17 +00:00
Markus Scherer
d8b3114228 ICU-484 replace SBCS by MBCS
X-SVN-Rev: 3297
2000-12-20 20:34:23 +00:00
Markus Scherer
7fd4da5ac3 ICU-484 allow <icu:state> for SBCS/DBCS/EBCDIC_STATEFUL
X-SVN-Rev: 3295
2000-12-20 18:41:36 +00:00
Markus Scherer
ac3bbb5747 ICU-484 set fffe/ffff for unassigned/illegal
X-SVN-Rev: 3294
2000-12-20 18:40:08 +00:00
Markus Scherer
998f792a5a ICU-484 add unicodeMask to UConverterStaticData for optimized implementations
X-SVN-Rev: 3280
2000-12-19 23:07:50 +00:00
Steven R. Loomis
5c6cbb5d39 ICU-608 files mode, update
X-SVN-Rev: 3253
2000-12-15 20:34:14 +00:00
Vladimir Weinstein
a1bb69995d ICU-96 moved header file parse needs
X-SVN-Rev: 3227
2000-12-14 01:24:23 +00:00
Vladimir Weinstein
ba71f8c4f7 ICU-96 moved header file parse needs
X-SVN-Rev: 3223
2000-12-14 01:11:50 +00:00
Yves Arrouye
823705b648 ICU-743 since the copy of convrtrs.txt has been disabled, move it to the proper place
X-SVN-Rev: 3210
2000-12-13 03:12:29 +00:00
Vladimir Weinstein
8550451668 ICU-757 copying tools to icu\bin after building
X-SVN-Rev: 3174
2000-12-08 20:11:01 +00:00
Vladimir Weinstein
6a7ae623de ICU-757 copying tools to icu\bin after building
X-SVN-Rev: 3168
2000-12-08 17:51:04 +00:00
Markus Scherer
2bd279447e ICU-747 change two new header entries from count values to more convenient and consistent start indexes
X-SVN-Rev: 3166
2000-12-08 01:08:43 +00:00
Steven R. Loomis
a5ab27bb1f ICU-758 entrypoint reflected in export list for unix
X-SVN-Rev: 3155
2000-12-06 10:07:41 +00:00
Steven R. Loomis
748eec893b ICU-758 rename import .lib files
X-SVN-Rev: 3154
2000-12-06 09:51:58 +00:00
Steven R. Loomis
754e9cbf9b ICU-758 keep the entrypoint as icudata_dat on unix
X-SVN-Rev: 3153
2000-12-06 06:28:08 +00:00
Steven R. Loomis
8de7f0cf35 ICU-758 rename import .lib files
X-SVN-Rev: 3151
2000-12-06 03:02:21 +00:00
Steven R. Loomis
a59fd1fb06 ICU-579 fix for HPUX
X-SVN-Rev: 3139
2000-12-05 20:33:36 +00:00
George Rhoten
bb324d7802 ICU-579 & 580: These are the supposed fixes for OS/390, but this needs really needs more discussion.
X-SVN-Rev: 3134
2000-12-05 03:11:03 +00:00
George Rhoten
eb82742ff9 ICU-579 & 580: These are the supposed fixes for OS/390, but this needs really needs more discussion.
X-SVN-Rev: 3133
2000-12-05 03:04:50 +00:00
Markus Scherer
76fb7904f8 ICU-747 add more indexes, formatVersion 1.0->1.1
X-SVN-Rev: 3115
2000-12-04 21:02:16 +00:00
Steven R. Loomis
4765dc49a6 ICU-740 obsolete
X-SVN-Rev: 3111
2000-12-04 19:09:42 +00:00
Steven R. Loomis
583a253aed ICU-743 genrbfiles.mk -> icu/data/resfiles.mk
X-SVN-Rev: 3110
2000-12-04 19:06:28 +00:00
Steven R. Loomis
3acc66ad79 ICU-743 ucmfiles.mk moved to icu/data/ucmfiles.mk
X-SVN-Rev: 3109
2000-12-04 19:05:44 +00:00
Steven R. Loomis
a2456240f5 ICU-743 remove
X-SVN-Rev: 3108
2000-12-04 19:02:10 +00:00
Steven R. Loomis
6534be9dd5 ICU-743 data rearrangement. So tests can find their data
X-SVN-Rev: 3104
2000-12-03 04:15:55 +00:00
Markus Scherer
0eb0675c69 ICU-544 gb18030 does not use GB+80 any more
X-SVN-Rev: 3092
2000-12-01 19:07:28 +00:00
Steven R. Loomis
d576b6080f ICU-743 data rearrange
X-SVN-Rev: 3090
2000-12-01 18:54:21 +00:00
Steven R. Loomis
dc91f9a1ca ICU-743 moving all data generation to icu/source/data/build's makefile
X-SVN-Rev: 3087
2000-12-01 17:24:45 +00:00
Markus Scherer
04b0bcfbf8 ICU-544 update for re-release mapping file and specification
X-SVN-Rev: 3077
2000-11-30 22:07:47 +00:00
Markus Scherer
f8024cc8bd ICU-544 write uppercase output (more common)
X-SVN-Rev: 3076
2000-11-30 22:07:12 +00:00
George Rhoten
9ed09205e8 ICU-742 Should now flush the output now
X-SVN-Rev: 3065
2000-11-30 20:02:51 +00:00
George Rhoten
900aeba6be ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3020
2000-11-28 20:10:05 +00:00
George Rhoten
25dd82417c ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3018
2000-11-28 19:53:40 +00:00
Yves Arrouye
21169f142d ICU-653 rename and relocate icudata
put the .dat file in $(pkgdatadir), and the .so file in
$(pkglibdir) with a compatibility symlink for lib/icu/current.

X-SVN-Rev: 2999
2000-11-22 07:59:09 +00:00
Steven R. Loomis
0d99688f83 ICU-653 rename and relocate icudata
X-SVN-Rev: 2997
2000-11-22 05:08:51 +00:00
Steven R. Loomis
aeb35116a8 ICU-393 .cvsignore
X-SVN-Rev: 2992
2000-11-22 01:31:38 +00:00
Steven R. Loomis
321d0ecf6a ICU-653 Bump ICU version to 1.7, change file naming
X-SVN-Rev: 2991
2000-11-22 01:30:53 +00:00
George Rhoten
aaa12f49af ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2974
2000-11-21 18:59:19 +00:00
George Rhoten
ecd6022aaa ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2973
2000-11-21 18:48:10 +00:00
George Rhoten
c8e6542a54 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2966
2000-11-21 01:54:12 +00:00
George Rhoten
4c3ddb1724 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2960
2000-11-20 23:30:15 +00:00
Markus Scherer
c3ae29b58d ICU-701 add ibm-5348 to get windows-1252 with Euro
X-SVN-Rev: 2940
2000-11-17 19:53:31 +00:00
Yves Arrouye
4d4bedd303 ICU-720 expose a name comparison function for converter names
X-SVN-Rev: 2934
2000-11-17 06:07:31 +00:00
Yves Arrouye
59ce3d1187 ICU-720 expose ucnv_aliasNameCmp() (instead of the private
charsetNameCmp(), and use the new function where needed.

X-SVN-Rev: 2930
2000-11-17 05:02:31 +00:00
Markus Scherer
5ca054e8af ICU-701 new .ucm parser, type-specific code factored out
X-SVN-Rev: 2915
2000-11-15 00:56:35 +00:00
Markus Scherer
fb74bfaee6 ICU-701 more tiny tools for handling .ucm files
X-SVN-Rev: 2907
2000-11-14 02:22:06 +00:00
Vladimir Weinstein
49170d3736 ICU-96 don't bloat every root!
X-SVN-Rev: 2905
2000-11-13 23:49:33 +00:00
Markus Scherer
abc83a863c ICU-701 standalone tool for canonicalizing .ucm files
X-SVN-Rev: 2885
2000-11-08 19:28:01 +00:00
Vladimir Weinstein
f7a702a358 ICU-96 support for collation data
X-SVN-Rev: 2874
2000-11-06 23:57:26 +00:00
Steven R. Loomis
a86b703082 ICU-683 symbols collision fix for aix, solaris, linux
X-SVN-Rev: 2873
2000-11-04 02:16:12 +00:00
Steven R. Loomis
8dc53e5dfe ICU-683 update test data building to match unix
X-SVN-Rev: 2871
2000-11-03 23:27:25 +00:00
Steven R. Loomis
35fa7302d5 ICU-683 Tests work better if the input data is correct.. testdat2:root.res must be different from icudata:root.res
X-SVN-Rev: 2870
2000-11-03 03:31:17 +00:00
George Rhoten
5b25d3f5d8 ICU-681 Fixed a shell command too long error on HP/UX10 as specified by srl
X-SVN-Rev: 2869
2000-11-03 02:53:20 +00:00
Steven R. Loomis
0a8ec080da ICU-683 fix entrypoint collsiions [test case]
X-SVN-Rev: 2853
2000-11-01 19:29:51 +00:00
Markus Scherer
5d191952d7 ICU-544 support reverse fallbacks codepage->U
X-SVN-Rev: 2845
2000-10-30 21:03:06 +00:00
Markus Scherer
1785a5542f ICU-544 add batch files to automate the generation of final mapping files
X-SVN-Rev: 2843
2000-10-30 18:02:58 +00:00
Markus Scherer
d10963fe35 ICU-544 support reverse fallbacks codepage->U
X-SVN-Rev: 2842
2000-10-30 18:01:51 +00:00
Markus Scherer
2bbe56859b ICU-544 add reverse fallbacks for U+2e97 & U+303e
X-SVN-Rev: 2841
2000-10-30 17:26:44 +00:00
Markus Scherer
0efd7fcac8 ICU-544 support reverse fallbacks codepage->U
X-SVN-Rev: 2840
2000-10-30 17:22:57 +00:00
George Rhoten
d08231d6de ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2831
2000-10-28 00:49:19 +00:00
Markus Scherer
0b49ed8296 ICU-701 remove ibm-1038
X-SVN-Rev: 2829
2000-10-28 00:44:23 +00:00
Markus Scherer
572ab3ff1d ICU-544 fix mappings for GB+fe5e
X-SVN-Rev: 2818
2000-10-27 18:04:54 +00:00
Steven R. Loomis
40fa0e4962 ICU-618 hpux
X-SVN-Rev: 2808
2000-10-26 20:16:35 +00:00
Steven R. Loomis
af0bda456e ICU-681 rebuild resbunds when genrb changes
X-SVN-Rev: 2806
2000-10-26 19:40:21 +00:00
Yves Arrouye
c27ba65a7c ICU-692 make it work out of source, please...
X-SVN-Rev: 2801
2000-10-26 19:28:33 +00:00
Markus Scherer
f87d481848 ICU-544 add tool to make single-direction mapping tables
X-SVN-Rev: 2796
2000-10-26 15:59:34 +00:00
George Rhoten
3aa10cc7a5 ICU-544 Removed the extra space at the end of the line. The space causes a failure on Windows platforms.
X-SVN-Rev: 2787
2000-10-25 20:49:30 +00:00
Yves Arrouye
c6ed768c18 ICU-653 put icudata.dll in $(ICUP)\bin if ICU_DATA is not set
X-SVN-Rev: 2785
2000-10-25 17:02:52 +00:00
Yves Arrouye
3fad3f08a3 ICU-544 added gv18030 to the lists of UCM files to compile:
X-SVN-Rev: 2784
2000-10-25 17:01:46 +00:00
Steven R. Loomis
64c81606e0 ICU-693 error checking on binary file import
X-SVN-Rev: 2780
2000-10-25 06:52:32 +00:00
Yves Arrouye
30b03c5d73 ICU-653 added $(ICUP)\bin to path for icuuc17.dll and others to be found
X-SVN-Rev: 2779
2000-10-25 04:50:11 +00:00
Yves Arrouye
8e28da7d3d ICU-692 factor in some common definitions, and include the platform
file to make porting easier.

X-SVN-Rev: 2772
2000-10-24 19:50:20 +00:00
George Rhoten
1f1e71e3b3 ICU-602 New Swahili locale
X-SVN-Rev: 2767
2000-10-24 00:42:41 +00:00
Markus Scherer
f0f6535381 ICU-544 reject first surrogate in toUnicode surrogate-pair state
X-SVN-Rev: 2766
2000-10-23 23:47:10 +00:00
Markus Scherer
0f7e0e6b40 ICU-544 add alpha-version warning
X-SVN-Rev: 2764
2000-10-23 23:35:26 +00:00
Markus Scherer
2aad0e433c ICU-544 safer handling of u+303e
X-SVN-Rev: 2763
2000-10-23 22:03:24 +00:00
Markus Scherer
2be0117179 ICU-544 information about and tools for gb 18030
X-SVN-Rev: 2762
2000-10-23 20:50:58 +00:00
Yves Arrouye
3c235155d3 ICU-393 ignore tmp*
X-SVN-Rev: 2747
2000-10-20 05:24:08 +00:00
Steven R. Loomis
ffe912c568 ICU-578 fix for data symbol names and test data temporary directory collision
X-SVN-Rev: 2680
2000-10-13 21:03:49 +00:00
Yves Arrouye
7b50082ed3 ICU-208 experimental support for ICU's rule of release X.Y2 being binary compatible w/ X.Y
X-SVN-Rev: 2674
2000-10-13 18:29:14 +00:00
Yves Arrouye
3e192178a2 ICU-656 more dashes removal
X-SVN-Rev: 2671
2000-10-13 17:45:47 +00:00
Yves Arrouye
c3e4f0b35b ICU-658 bumped version above 1.6
X-SVN-Rev: 2666
2000-10-13 00:26:21 +00:00
Yves Arrouye
210309eeed ICU-656 ignore libicu* not libicu-*
X-SVN-Rev: 2665
2000-10-13 00:21:36 +00:00
Yves Arrouye
76a1b37ce9 ICU-601 all manual pages have an ICU X.Y Manual header now
X-SVN-Rev: 2657
2000-10-12 21:38:43 +00:00
Yves Arrouye
5a656c9a4a ICU-601 more details about converters being found automatically
Documented the fact that a new .cnv will not replace a converter in
a .dat or library until the archive/lib is repackaged; added a
CAVEATS section for that

X-SVN-Rev: 2656
2000-10-12 21:34:09 +00:00
Yves Arrouye
4d7b2b283f ICU-601 added mandir to Makefile.in so we don't install in /
X-SVN-Rev: 2655
2000-10-12 21:23:22 +00:00
Yves Arrouye
3950b05e22 ICU-601 give a reference to the IBM NLTC ucmap format
X-SVN-Rev: 2653
2000-10-12 21:12:58 +00:00
Yves Arrouye
fd83852f2b ICU-601 added manual page for makeconv
X-SVN-Rev: 2652
2000-10-12 20:59:20 +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
Yves Arrouye
9f943a2548 ICU-608 use INSTALL_DATA to install files, as INSTALL-S will chmod them to 755 which is bad
X-SVN-Rev: 2641
2000-10-12 16:39:50 +00:00
Yves Arrouye
97f3e7e9b3 ICU-608 it's always nice to see the commands sent to the shell...
X-SVN-Rev: 2637
2000-10-12 01:39:53 +00:00
Markus Scherer
7c165bc09c ICU-466 fix the fix of plane 15/16 pua ranges
X-SVN-Rev: 2632
2000-10-11 16:22:03 +00:00
Ram Viswanadha
9d55746639 ICU-648 Changed UTF from alias to canonical names
X-SVN-Rev: 2624
2000-10-10 23:11:15 +00:00
Ram Viswanadha
4a3224fc02 ICU-599 Added ksc_5601_1 DBCS converter for ISO-2022-JP support.
X-SVN-Rev: 2623
2000-10-10 22:40:26 +00:00
Markus Scherer
e7b8b88b05 ICU-466 fix plane 15/16 pua ranges and final output padding
X-SVN-Rev: 2621
2000-10-10 22:08:57 +00:00
Markus Scherer
010a63180d ICU-644 fix u_charName() problems: store last group of 32 names; document file format
X-SVN-Rev: 2612
2000-10-09 20:23:47 +00:00
Yves Arrouye
c6192a34ec ICU-3 support compiling the source files twice with different options
while building; used on platforms that pass some special flags while
building shared libs (eg. -fPIC, -KPIC and others), but don't need
these flags when building static libs.

X-SVN-Rev: 2608
2000-10-09 19:06:57 +00:00
Steven R. Loomis
01646998b7 ICU-608 more noise reduction
X-SVN-Rev: 2598
2000-10-06 18:00:29 +00:00
Steven R. Loomis
e04f92f8d1 ICU-608 pkgdata fixes for unix
X-SVN-Rev: 2597
2000-10-06 18:00:11 +00:00
George Rhoten
2724a2bf15 ICU-608 .cvs ignore for pkgdata
X-SVN-Rev: 2596
2000-10-06 17:52:08 +00:00
George Rhoten
769a525a41 ICU-608 pkgdata updates for Win32
X-SVN-Rev: 2595
2000-10-06 17:51:01 +00:00
George Rhoten
f4709134a2 ICU-608 pkgdata updates for Win32
X-SVN-Rev: 2594
2000-10-06 17:39:09 +00:00
Steven R. Loomis
3d33f69796 ICU-608 cut down the noise..
X-SVN-Rev: 2591
2000-10-06 04:21:05 +00:00
Ram Viswanadha
e07e541922 ICU-639 added new locale files in utf-8 format
X-SVN-Rev: 2583
2000-10-05 23:58:57 +00:00
Yves Arrouye
191996bb15 ICU-630 use $(INVOKE)
X-SVN-Rev: 2577
2000-10-05 19:24:42 +00:00
Steven R. Loomis
9d19a7e0a3 ICU-608 'files' mode for pkgdata.. also, export the default mode to Makefile.inc
X-SVN-Rev: 2572
2000-10-05 00:03:01 +00:00
Yves Arrouye
26d670ff05 ICU-601 take cnvalias.dat.5 out of srcdir.
X-SVN-Rev: 2562
2000-10-03 23:59:42 +00:00
Yves Arrouye
dd54129272 ICU-629 use INSTALL-L for lib
X-SVN-Rev: 2561
2000-10-03 23:26:47 +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
270f188bdd ICU-629 proper install variables used.
X-SVN-Rev: 2559
2000-10-03 22:51:46 +00:00
Steven R. Loomis
45330ce7fb ICU-627 .cnv files depend on makeconv (so they get updated automatically)
X-SVN-Rev: 2558
2000-10-03 21:00:01 +00:00
Steven R. Loomis
c12237ff37 ICU-627 fix portability of UConverterStaticData
X-SVN-Rev: 2557
2000-10-03 20:18:22 +00:00
Yves Arrouye
99e1135905 ICU-620 fixed typo (damn!)
X-SVN-Rev: 2553
2000-10-03 00:27:17 +00:00
Yves Arrouye
0fb401e71f ICU-620
X-SVN-Rev: 2552
2000-10-03 00:01:27 +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
Yves Arrouye
6eede8037e ICU-3 fixed typo.
X-SVN-Rev: 2548
2000-10-02 19:40:49 +00:00
George Rhoten
3d3eb3058e ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2543
2000-09-30 02:35:31 +00:00
Yves Arrouye
70d88bb088 ICU-601 revamped manual page for genrb, reused as much as possible from the gencnval page for consistency
X-SVN-Rev: 2537
2000-09-29 22:04:25 +00:00
Yves Arrouye
6f47d5d104 ICU-601 added manual pages for convrtrs.txt and cnvalias.dat, cleaned up page for gencnval.
X-SVN-Rev: 2536
2000-09-29 22:03:55 +00:00
Ram Viswanadha
d073743171 ICU-599 gb_2312_80-1.ucm for ISO-2022 support
X-SVN-Rev: 2533
2000-09-28 21:28:59 +00:00
Yves Arrouye
665a37ebec ICU-3 better, just ignore libtoolutil.* so we can flag other .a/.so
X-SVN-Rev: 2529
2000-09-27 22:10:40 +00:00
Yves Arrouye
be6d9ac67f ICU-3 better, just ignore libtoolutil.* so we can flag other .a/.so
X-SVN-Rev: 2528
2000-09-27 22:10:23 +00:00
Yves Arrouye
7796b84016 ICU-3 ignore .so* and .a
X-SVN-Rev: 2527
2000-09-27 22:09:32 +00:00
Yves Arrouye
8a04b4bb60 ICU-360 (Steven's proposed fix) don't call pwd all the time when generating packaging list
X-SVN-Rev: 2526
2000-09-27 22:09:04 +00:00
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
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
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
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
George Rhoten
718ec0b772 ICU-599 added cn-11643-1992.ucm entry
X-SVN-Rev: 2476
2000-09-21 23:04:07 +00:00
George Rhoten
7783b01356 ICU-597 Make the definition for main more consistent for OS/400.
X-SVN-Rev: 2473
2000-09-21 21:49:32 +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
345411e34d ICU-599 Added iso-ir-165.ucm for ISO-2022-CN support
X-SVN-Rev: 2467
2000-09-21 00:41:49 +00:00
Steven R. Loomis
81e2c44077 ICU-601 oops, there is no utf-8LE
X-SVN-Rev: 2459
2000-09-20 17:59:00 +00:00
Yves Arrouye
1288a8d9d2 ICU-601 see also pkgdata(8).
X-SVN-Rev: 2458
2000-09-19 22:33:36 +00:00
Yves Arrouye
6c5203211b ICU-601 use lighter font switching and typical Unix man style.
X-SVN-Rev: 2457
2000-09-19 21:46:01 +00:00
Yves Arrouye
542114ca00 ICU-601 use section 8 for commands in sbin.
X-SVN-Rev: 2456
2000-09-19 21:17:45 +00:00
Yves Arrouye
8462ebe0e5 ICU-601 fix build of man page and installation.
X-SVN-Rev: 2450
2000-09-19 18:34:32 +00:00
Ram Viswanadha
e44b5cb996 ICU-583 Added GB_2312_80-1.ucm to ucm file
X-SVN-Rev: 2444
2000-09-19 02:41:02 +00:00
Steven R. Loomis
1f0ea16712 ICU-601 man pages for tools
X-SVN-Rev: 2440
2000-09-18 19:09:20 +00:00
Yves Arrouye
5444b1993e ICU-208 fix install target.
X-SVN-Rev: 2438
2000-09-15 23:16:27 +00:00
Yves Arrouye
a35fcf29e1 ICU-208 changes for versioned libraries.
X-SVN-Rev: 2434
2000-09-15 05:07:43 +00:00
Yves Arrouye
2475b8db79 ICU-598 use $(ECHO_N) and $(ECHO_C) in echo.
X-SVN-Rev: 2433
2000-09-15 05:06:12 +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
George Rhoten
8b8a03c470 ICU-577 Changed the informative messages from stderr -> stdout.
X-SVN-Rev: 2399
2000-08-30 20:14:58 +00:00
George Rhoten
4e418669fb ICU-577 Changed the informative messages from stderr -> stdout.
X-SVN-Rev: 2398
2000-08-30 18:30:57 +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
cd68b794fc ICU-535 use U_EXPORT instead of U_CAPI to prevent gcc from complaining about initializing externs.
X-SVN-Rev: 2380
2000-08-29 18:27:37 +00:00
George Rhoten
d3de68a538 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2379
2000-08-29 17:16:53 +00:00
Yves Arrouye
c6d7474976 ICU-393 updated .cvsignore
X-SVN-Rev: 2374
2000-08-29 07:29:05 +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
Yves Arrouye
2e0449e0ad ICU-535 use U_EXPORT instead of U_CAPI to prevent gcc from complaining about initializing externs.
X-SVN-Rev: 2372
2000-08-29 06:37:12 +00:00
George Rhoten
e987689c07 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2369
2000-08-28 23:15:05 +00:00
Steven R. Loomis
bd94ac5ec8 ICU-567 MacOS
X-SVN-Rev: 2366
2000-08-28 21:36:13 +00:00
George Rhoten
59cd621336 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2340
2000-08-23 20:06:20 +00:00
George Rhoten
6faae650dc ICU-535 fixed some compiler warnings
X-SVN-Rev: 2336
2000-08-23 16:46:39 +00:00
George Rhoten
e2a238190f ICU-535 fixed some compiler warnings
X-SVN-Rev: 2333
2000-08-23 02:29:56 +00:00
George Rhoten
e9d77b6637 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2318
2000-08-21 22:17:55 +00:00
Vladimir Weinstein
8940d6fe91 ICU-460 OS/390 porting fixes
X-SVN-Rev: 2306
2000-08-17 16:33:33 +00:00
Steven R. Loomis
23eac8844c ICU-360 more hpux..
X-SVN-Rev: 2287
2000-08-16 17:16:44 +00:00
Helena Chapman
213bb34bdb ICU-550 Fixed junk_obj stuff on HP10.
X-SVN-Rev: 2277
2000-08-16 00:24:30 +00:00
Helena Chapman
4ff8cb6f7b ICU-550 Ran out of memory on HP1 compiling DBCS tables.
X-SVN-Rev: 2270
2000-08-15 21:39:36 +00:00
Steven R. Loomis
681c905178 ICU-103 don't allocate 0 bytes on aix
X-SVN-Rev: 2266
2000-08-15 19:22:33 +00:00
Markus Scherer
8260d072dc ICU-535 fix some warnings
X-SVN-Rev: 2265
2000-08-15 19:11:14 +00:00
Markus Scherer
8054a72b56 ICU-535 fix some warnings
X-SVN-Rev: 2262
2000-08-15 19:01:55 +00:00
Alan Liu
8e99af2483 ICU-535 fix MSVC level 4 warnings
X-SVN-Rev: 2259
2000-08-15 18:25:20 +00:00
Steven R. Loomis
731962cfd2 ICU-360 oops.. forgot a mkdir.
X-SVN-Rev: 2257
2000-08-15 17:20:39 +00:00
Steven R. Loomis
34fc0256b5 ICU-360 fix distclean-local
X-SVN-Rev: 2255
2000-08-15 02:55:36 +00:00
Steven R. Loomis
8fa7d2d25a ICU-360 pkgtools, out of source test update,fix 'make install' on solaris
X-SVN-Rev: 2254
2000-08-15 02:41:58 +00:00
Steven R. Loomis
cb0fd7d837 ICU-103 test?.ucm for unix
X-SVN-Rev: 2253
2000-08-15 02:40:40 +00:00
Helena Chapman
a7dfe33b63 ICU-289 Fixed 2022 ucmfiles.mk list to make sure the 2022 converters are built.
X-SVN-Rev: 2248
2000-08-15 01:25:39 +00:00
Markus Scherer
e821aeeba3 ICU-103 build test converter data
X-SVN-Rev: 2237
2000-08-14 23:56:37 +00:00
Vladimir Weinstein
250331389c ICU-548 converter leaks fixes
X-SVN-Rev: 2230
2000-08-14 23:11:00 +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
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
George Rhoten
040a460a82 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2201
2000-08-11 19:45:02 +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
cb875ce8e4 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2179
2000-08-11 00:02:59 +00:00
Yves Arrouye
df4f896f23 ICU-322 supports tags on the converter name itself, since it is an
alias to itself too.

X-SVN-Rev: 2171
2000-08-10 20:04:08 +00:00
Yves Arrouye
563d62bc75 ICU-322 adds tag (standards) data to the generated file. The format
version has been bumped down to 2.1 from 3.0 since a reader for the 2.0
format can read it without noticing the extra data.

X-SVN-Rev: 2160
2000-08-10 01:31:28 +00:00
Yves Arrouye
91d5a8163e ICU-360 fix the return of the the system exit code so that the
!@()$#&!)@$ make will stop. Here's the short story: on Unix system returns
the status code in the *upper 8 bits* of a 16 bit value, plus some magic
values. If you don't shift the return value right 8 bits, and return that,
then the calling process won't see the error, because it will only see the
low 8 bits (which don't make sense, the data being in the upper 8 bits).
This is a common mistake people do when using system.
  Don't ask how long it took me to notice that pkgdata failed
to stop the makefiles, I'm too upset right now...

X-SVN-Rev: 2156
2000-08-10 00:09:17 +00:00
George Rhoten
09f57a9f46 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2144
2000-08-09 17:39:16 +00:00
George Rhoten
ff045b6bb6 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2143
2000-08-09 17:24:54 +00:00
George Rhoten
22ddce2f96 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2142
2000-08-09 17:14:35 +00:00
Vladimir Weinstein
6acca44836 ICU-457 is there such a thing as too many quotes????
X-SVN-Rev: 2141
2000-08-09 15:38:22 +00:00
Vladimir Weinstein
f960d434ea ICU-457 support for spaces in dir names on Win32 (initial revision)
X-SVN-Rev: 2138
2000-08-08 23:20:37 +00:00
Helena Chapman
b853fb70a0 ICU-373 Added support for ibm-1388 codepage.
X-SVN-Rev: 2126
2000-08-07 23:04:41 +00:00
Madhu K
2a540650ad ICU-103 Replaced ibm-5050 with ibm-33722
X-SVN-Rev: 2124
2000-08-07 22:33:50 +00:00
Helena Chapman
1a9b1ef2ee ICU-322 Skip the MIME tag for the canonical names...
X-SVN-Rev: 2118
2000-08-07 18:05:01 +00:00
Helena Chapman
7a179083c4 ICU-322 updated alias generator to skip the canonical name tags.
X-SVN-Rev: 2116
2000-08-05 01:30:54 +00:00
Yves Arrouye
e26463f372 ICU-322 allows parsing of tags after aliases; a tagged alias looks
like alias { tag1 tag2 tag3 } per Carl's suggested syntax. Note that the
tags aren't stored at this point, just correctly skipped over.

X-SVN-Rev: 2110
2000-08-04 00:37:27 +00:00
Vladimir Weinstein
b5729771ae ICU-409 if ICU_DATA is not set, icudata.dll will end the same place as icuuc.dll and icui18n.dll
X-SVN-Rev: 2093
2000-08-02 04:43:39 +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
Vladimir Weinstein
759d6be056 ICU-460 OS/390 related changes
X-SVN-Rev: 2079
2000-07-31 22:33:44 +00:00
Steven R. Loomis
90592a3564 ICU-372 removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn]
X-SVN-Rev: 2071
2000-07-28 18:06:41 +00:00
Vladimir Weinstein
188de0a3c0 ICU-460 porting changes OS/390
X-SVN-Rev: 2061
2000-07-28 03:18:30 +00:00
Steven R. Loomis
23976a9f66 ICU-103 fix for hpux
X-SVN-Rev: 2059
2000-07-27 22:05:23 +00:00
Yves Arrouye
3e9dfa505f ICU-353 removed warnings.
X-SVN-Rev: 2032
2000-07-25 17:00:23 +00:00
Markus Scherer
bf3ccf4f1b ICU-311 attempt to count only real errors, not each printf-style piece of each output line
X-SVN-Rev: 2019
2000-07-21 23:28:41 +00:00
Ram Viswanadha
34243c74d9 ICU-372 Added language codes
X-SVN-Rev: 1996
2000-07-20 23:16:01 +00:00
Steven R. Loomis
a13a277477 ICU-351 locale update
X-SVN-Rev: 1988
2000-07-20 20:25:46 +00:00
Steven R. Loomis
628f470ec6 ICU-360 rebuild CTOC when list changes
X-SVN-Rev: 1987
2000-07-20 20:24:53 +00:00
Vladimir Weinstein
01aa01cf2e ICU-489 better error reporting and infinite loop fix
X-SVN-Rev: 1982
2000-07-20 19:56:52 +00:00
Markus Scherer
ecb2029258 ICU-103 check in ibm-964 for euc-tw
X-SVN-Rev: 1980
2000-07-20 18:45:26 +00:00
Markus Scherer
3ea980f5f4 ICU-103 euc-jp replace 954 by 5050
X-SVN-Rev: 1975
2000-07-20 16:37:09 +00:00
Vladimir Weinstein
39233c5c64 ICU-360 pkgdata windows port - code cleanup
X-SVN-Rev: 1968
2000-07-20 03:33:38 +00:00
Vladimir Weinstein
a7264927d5 ICU-360 pkgdata windows port - makedata.mak cleanup
X-SVN-Rev: 1967
2000-07-20 03:32:51 +00:00
Vladimir Weinstein
6ab5602fcd ICU-360 "debug" should be as good as "Debug" - fixed a typo
X-SVN-Rev: 1965
2000-07-20 01:26:54 +00:00
Alan Liu
1ab1e529c5 ICU-307 lenient converter name matching
X-SVN-Rev: 1957
2000-07-19 22:18:43 +00:00
Vladimir Weinstein
2fd77b0c75 ICU-360 win32 port - initial working commit
X-SVN-Rev: 1949
2000-07-19 20:58:13 +00:00
Vladimir Weinstein
b0cf4a4cad ICU-360 more win32 changes
X-SVN-Rev: 1941
2000-07-19 06:45:14 +00:00
Vladimir Weinstein
f5de46856b ICU-360 more windows changes...
X-SVN-Rev: 1916
2000-07-17 22:50:10 +00:00
Markus Scherer
2d4410c3f2 ICU-505 more reasonable input buffer size
X-SVN-Rev: 1906
2000-07-17 19:48:55 +00:00
Vladimir Weinstein
d9320b5d22 ICU-360 windows port for pkgdata
X-SVN-Rev: 1901
2000-07-17 05:37:48 +00:00
Alan Liu
e079ed5e8b ICU-410 use u_fgetcx (unescaping u_fgetc)
X-SVN-Rev: 1899
2000-07-16 13:43:40 +00:00
Markus Scherer
095c0eb2f0 ICU-103 allow to explicitly specify 'illegal' in mbcs state tables
X-SVN-Rev: 1893
2000-07-15 22:02:36 +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
Alan Liu
7b63a2f1ad ICU-292 use putil.h definitions of file separator
X-SVN-Rev: 1878
2000-07-14 20:17:02 +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
Steven R. Loomis
c596b24a8a ICU-393 .cvsignore cleanup
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Vladimir Weinstein
b0da923a16 ICU-360 forgot to save changes before commiting
X-SVN-Rev: 1859
2000-07-13 21:02:07 +00:00
Vladimir Weinstein
579b2189a7 ICU-360 project and workspace files for pkgdata on win32
X-SVN-Rev: 1858
2000-07-13 20:55:58 +00:00