Commit Graph

166 Commits

Author SHA1 Message Date
Yves Arrouye
80b6bd8d53 ICU-1104 add a --default-code option.
X-SVN-Rev: 7385
2002-01-05 00:42:27 +00:00
Yves Arrouye
c05e8166f7 ICU-1104 add a --default-code option.
X-SVN-Rev: 7384
2002-01-05 00:42:05 +00:00
Yves Arrouye
35293cdf9c ICU-1104 add a --default-code option.
X-SVN-Rev: 7383
2002-01-05 00:28:34 +00:00
Yves Arrouye
ff552c0fdc ICU-1600 cleaning up of Makefile rules to show more information and less
human-oriented comments. Associated cleaning up of tools to have most
verbose
messages only displayed when verbose options are used.

X-SVN-Rev: 7382
2002-01-04 23:48:46 +00:00
Yves Arrouye
d8facfd734 ICU-1596 Added support for the -V option to version libraries.
Added alternate names for common and dll (respectively archive and library)
so that people can use the same names with configure and pkgdata.

X-SVN-Rev: 7365
2001-12-21 20:09:18 +00:00
Yves Arrouye
d7c3f90b00 ICU-1200 do not use the soon to be deprecated UnicodeConverter.
X-SVN-Rev: 7355
2001-12-20 00:50:00 +00:00
George Rhoten
a026a70834 ICU-1220 Fix the Windows build of uconv
X-SVN-Rev: 7278
2001-12-03 20:27:42 +00:00
Eric Mader
a4662d784f ICU-1289 changed to use ICU coding conventions.
X-SVN-Rev: 7094
2001-11-27 01:35:15 +00:00
Eric Mader
d003bca223 ICU-1289 added information about using the scrptrun files from their
original directory. Updated information about paired punctuation. Removed
information about LayoutEngine coding conventions.

X-SVN-Rev: 7093
2001-11-27 01:34:52 +00:00
Eric Mader
e347d76c05 ICU-1289 changes for paired character matching from samples/layout.
X-SVN-Rev: 7092
2001-11-27 01:05:31 +00:00
George Rhoten
152ddb6897 ICU-1550 Fixes for NetBSD
X-SVN-Rev: 7087
2001-11-26 21:47:42 +00:00
Vladimir Weinstein
8eb94c82a5 ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7041
2001-11-21 01:22:16 +00:00
George Rhoten
e20a286b5e ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7029
2001-11-20 21:25:14 +00:00
Yves Arrouye
3f3d69a692 ICU-1220 implementation of -c option.
X-SVN-Rev: 6821
2001-11-13 07:22:18 +00:00
Vladimir Weinstein
a4fecd849a ICU-393 .cvsignore
X-SVN-Rev: 6801
2001-11-12 22:06:12 +00:00
Yves Arrouye
9d560d624d ICU-1220 fixed typo. -c done.
X-SVN-Rev: 6770
2001-11-12 05:02:22 +00:00
Yves Arrouye
04e18dad03 ICU-1220 print tags.
X-SVN-Rev: 6748
2001-11-10 08:23:52 +00:00
Yves Arrouye
867b0c9cc8 ICU-1220 print tags.
X-SVN-Rev: 6747
2001-11-10 07:25:59 +00:00
Yves Arrouye
aecb038cf5 ICU-1220 renamed option -c to be used together with -l.
always print aliases names

X-SVN-Rev: 6746
2001-11-10 07:01:29 +00:00
Yves Arrouye
78f86d2bfd ICU-1220 added a --list-converters option.
X-SVN-Rev: 6743
2001-11-10 06:52:25 +00:00
Yves Arrouye
0ad967b412 ICU-1220 document that -L isn't implemented.
X-SVN-Rev: 6742
2001-11-10 06:18:37 +00:00
Yves Arrouye
9fadd80f32 ICU-1220 document that -L isn't implemented.
X-SVN-Rev: 6741
2001-11-10 06:18:16 +00:00
Yves Arrouye
22e2e9c1ba ICU-1220 added a manual page for uconv.
X-SVN-Rev: 6740
2001-11-10 06:14:46 +00:00
Yves Arrouye
52affd22d1 ICU-1220 terse printing with -l. We'll have a --list-converters that
will dump the converters and their alias as if it were a brand
new convrtrs.txt

X-SVN-Rev: 6739
2001-11-10 06:14:23 +00:00
Yves Arrouye
3029b7cf1f ICU-1220 add -? for compatibility with other tools
X-SVN-Rev: 6738
2001-11-10 06:01:49 +00:00
Yves Arrouye
a150871504 ICU-1220 add -? for compatibility with other tools
X-SVN-Rev: 6737
2001-11-10 06:00:26 +00:00
Yves Arrouye
4325059629 ICU-1404 let's simplify things, and make ICUDATA_DIR contain the
$(VERSION) part. We only need to go above that for the current symlink.

X-SVN-Rev: 6728
2001-11-10 02:21:37 +00:00
Yves Arrouye
7ba140fec6 ICU-1404 create $(ICUPKGDATA_DIR) not $(libdir) of course.
X-SVN-Rev: 6727
2001-11-10 02:18:34 +00:00
Yves Arrouye
59400a4714 ICU-1404 a lot more fixes to make --with-data-packaging=archive work.
X-SVN-Rev: 6725
2001-11-10 01:54:17 +00:00
Yves Arrouye
51c6835601 ICU-1220 call initMsg() before printing error msg.
X-SVN-Rev: 6724
2001-11-10 01:53:45 +00:00
George Rhoten
03b8c5bcdd ICU-1220 On EBCDIC platforms the UTF-8 files need the UTF-8 BOM.
X-SVN-Rev: 6647
2001-11-06 23:21:02 +00:00
Andy Heninger
39a2ff8950 ICU-1404 Fix broken out-of-source-directory build, previous commit was bad.
X-SVN-Rev: 6628
2001-11-06 00:41:18 +00:00
George Rhoten
0bbc1d8e0a ICU-1220 The -eutf-8 option is annoying when ICU_DATA is not specified,
and the libicudata.so library does not exist when only memory mapped files are created.

X-SVN-Rev: 6611
2001-11-05 18:09:30 +00:00
Andy Heninger
7202cadd36 ICU-1404 configure, fix broken --with-data-packaging option
X-SVN-Rev: 6521
2001-10-31 18:43:45 +00:00
George Rhoten
6b2bb522a9 ICU-1028 Versioning support for os/390. Remove redundent defines.
X-SVN-Rev: 6498
2001-10-30 19:03:30 +00:00
George Rhoten
8fef2b3a52 ICU-1028 Fix for os/390
X-SVN-Rev: 6484
2001-10-29 23:29:14 +00:00
George Rhoten
9e859b95e2 ICU-1220 Fix for os/390
X-SVN-Rev: 6375
2001-10-22 21:28:55 +00:00
George Rhoten
ec9d88119a ICU-1211 Change the version number 1.9->2.0
X-SVN-Rev: 6309
2001-10-18 18:24:44 +00:00
Eric Mader
1d8c9d4486 ICU-1289 initial checkin of readme file for ScriptRun and srtest.
X-SVN-Rev: 6291
2001-10-17 22:35:44 +00:00
Eric Mader
29f11b039f ICU-1289 Visual C++ project/workspace for srtest
X-SVN-Rev: 6290
2001-10-17 21:31:19 +00:00
Eric Mader
97a2b2a5ad ICU-1289 a simple utility class for finding script runs.
X-SVN-Rev: 6288
2001-10-17 21:17:16 +00:00
George Rhoten
7f1abf6355 ICU-1211 Fix gmake clean when switching platform builds
X-SVN-Rev: 6258
2001-10-16 17:11:29 +00:00
George Rhoten
cc7ab003da ICU-1211 Allow uconv to do gmake clean properly
X-SVN-Rev: 6209
2001-10-12 16:42:24 +00:00
George Rhoten
002366a450 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6146
2001-10-10 16:45:32 +00:00
George Rhoten
70f2586f27 ICU-1264 new namespace usage
X-SVN-Rev: 6130
2001-10-09 18:20:05 +00:00
George Rhoten
5a9e138a57 ICU-1254 Simplify the build process
X-SVN-Rev: 6026
2001-10-03 23:32:12 +00:00
George Rhoten
8d65f542c7 ICU-873 Found a small bug where the string is not terminated
X-SVN-Rev: 5977
2001-09-28 22:58:30 +00:00
George Rhoten
d6ea64d03e ICU-832 Use the common library data instead of duplicating it.
X-SVN-Rev: 5976
2001-09-28 22:53:22 +00:00
George Rhoten
52b3444f4c ICU-770 Use the common library default converter instead of duplicating the effort
X-SVN-Rev: 5975
2001-09-28 22:47:20 +00:00
Yves Arrouye
2ad6b97130 ICU-1220 an even simpler way to call genrb (w/o -s)
X-SVN-Rev: 5875
2001-09-21 19:57:29 +00:00