Commit Graph

364 Commits

Author SHA1 Message Date
Yves Arrouye
ca23adfbcc ICU-1220 use \e for backslash.
X-SVN-Rev: 7697
2002-02-16 22:09:56 +00:00
Yves Arrouye
2919f7cb30 ICU-1220 use \e for backslash.
X-SVN-Rev: 7696
2002-02-16 22:09:02 +00:00
Yves Arrouye
40295b3306 ICU-1220 Fixed calculation of error positions when a transliterator
is used.
Added an EXAMPLES section to show non-trivial uses of uconv.

X-SVN-Rev: 7695
2002-02-16 22:07:19 +00:00
Yves Arrouye
6f2c114b83 ICU-1220 allows - for -f and -t (same as not giving them).
more documentation.
changed some error messages.

X-SVN-Rev: 7694
2002-02-16 18:45:11 +00:00
Yves Arrouye
0c98108e83 ICU-1220 make the -f and -t arguments optional,
and use the default encoding if they're not specified (I am split
on this between the default encoding and UTF-8). This allows one
to quickly use transliterators without having to pass these options.

X-SVN-Rev: 7693
2002-02-16 09:15:06 +00:00
Yves Arrouye
4566ade726 ICU-1220 protect against undocumented error codes which crash us.
X-SVN-Rev: 7691
2002-02-16 08:59:44 +00:00
Yves Arrouye
3aa83e6566 ICU-1220 error reporting for rules parsing errors.
X-SVN-Rev: 7690
2002-02-16 08:47:31 +00:00
Yves Arrouye
161c2863a7 ICU-1220 support IDs and compound IDs, but also complex rules in the -x
argument.

X-SVN-Rev: 7688
2002-02-16 07:43:26 +00:00
Yves Arrouye
de48cf6149 ICU-1220 use inline and not U_INLINE in C++.
X-SVN-Rev: 7555
2002-02-01 23:45:32 +00:00
Yves Arrouye
fa6f2efdd4 ICU-1220 full path to uconvmsg.dat in FILES section.
X-SVN-Rev: 7553
2002-02-01 07:42:54 +00:00
Yves Arrouye
a2e14be391 ICU-1680 add \n
X-SVN-Rev: 7552
2002-02-01 07:41:12 +00:00
Yves Arrouye
0a2d80ea82 ICU-1220 make escape-xml the same as escape-xml-hex by default instead
of escape-xml-dec.

X-SVN-Rev: 7551
2002-02-01 07:39:57 +00:00
Yves Arrouye
4e495c5080 ICU-1680 document compound translitearors.
X-SVN-Rev: 7550
2002-02-01 07:35:25 +00:00
Yves Arrouye
f56fb8ddba ICU-1680 Fix crash with transliterators that were exceeding the
buffer size.
Also, improve speed a bit.
Finally, add a -b, --block-size size option, which not only is useful
for Real People(tm) wanting a bigger buffer size, but also great for
testing that everything runs smoothly by using -b 1 for example.

X-SVN-Rev: 7548
2002-01-31 22:44:42 +00:00
Ram Viswanadha
30681478ce ICU-1627 Update makefile to find pkgdata.inc.in
X-SVN-Rev: 7520
2002-01-29 19:38:09 +00:00
Yves Arrouye
deb6585652 ICU-1605 for UCNV_ESCAPE_UNICODE, print the codepoint, not the pair of
code units. Also, delimit the U+XXXX with curly braces for now.

X-SVN-Rev: 7514
2002-01-28 18:47:35 +00:00
Ram Viswanadha
2801607e3a ICU-1627 fix pkgdata.inc.in
X-SVN-Rev: 7497
2002-01-24 19:26:42 +00:00
Ram Viswanadha
47ff78a3ad ICU-1627 Add pkgdata.inc.in to uconv
X-SVN-Rev: 7493
2002-01-24 18:04:16 +00:00
Ram Viswanadha
e853a20b90 ICU-1627 update make files and move icupkg.in.in to data folder
X-SVN-Rev: 7489
2002-01-24 17:32:12 +00:00
Yves Arrouye
2c4beaea3b ICU-1220 manpage update.
X-SVN-Rev: 7477
2002-01-23 17:13:53 +00:00
George Rhoten
c6f5b3eedc ICU-1099 Make all string data const
X-SVN-Rev: 7467
2002-01-21 21:40:41 +00:00
Yves Arrouye
a04a8e4fd5 ICU-601 quoting to get proper spacing.
X-SVN-Rev: 7463
2002-01-18 19:45:44 +00:00
Yves Arrouye
e39234616f ICU-1220 documented --version.
X-SVN-Rev: 7457
2002-01-17 21:12:24 +00:00
Yves Arrouye
4b8a7e80ac ICU-1220 meant i.e. but wrote e.g.
X-SVN-Rev: 7427
2002-01-10 03:32:31 +00:00
Yves Arrouye
8f61ab0996 ICU-1220 cleaned up README.
X-SVN-Rev: 7424
2002-01-09 20:52:18 +00:00
Yves Arrouye
f271088377 ICU-1220 removed uconv.pro
X-SVN-Rev: 7423
2002-01-09 20:51:37 +00:00
Yves Arrouye
08c640b756 ICU-1220 of course, I had to compute the offset wrongly when there is
no error :-(

X-SVN-Rev: 7422
2002-01-09 20:44:51 +00:00
Yves Arrouye
ca88544452 ICU-1220 Report position at which errors occur.
Fix memory dumps in messages by explicetly adding U+0000 at the end of the
strings that we getBuffer() to u_wmsg().
Add --fallback and --no-fallback options to control use of fallback.

X-SVN-Rev: 7421
2002-01-09 20:42:19 +00:00
Yves Arrouye
a4d79a59a0 ICU-1220 destroyed formatting in the callbacks section. fixed.
X-SVN-Rev: 7419
2002-01-09 01:40:52 +00:00
Yves Arrouye
b68db05114 ICU-1220 more info on callbacks.
X-SVN-Rev: 7418
2002-01-09 01:34:45 +00:00
Yves Arrouye
5327e8c843 ICU-1220 typo, vocabulary.
X-SVN-Rev: 7417
2002-01-09 01:32:17 +00:00
Yves Arrouye
12be335ada ICU-1220 many files can now be transcoded at the same time. I was
tempted to let one do uconv -t utf-8 -f latin1 file1 -f euc-jp file2 so
that many files of various encodings could be converted at the same time
to a single encoding, but will do that later after cleaning up the sloppy
way I enabled multiple files for today.

X-SVN-Rev: 7416
2002-01-09 01:31:14 +00:00
Yves Arrouye
3b470abbe3 ICU-1220 Added escape-codepoint as a callback to let people use the
new UCNV_ESCAPE_CODEPOINT.
Options compatibility with iconv(1): added -V, --version; -s, --silent;
--verbose (and -v because of ICU commands); -o, --output file. uconv(1) is
now mostly compatible with iconv(1) usage, except for the fact that one
cannot convert many files in one run yet.

X-SVN-Rev: 7414
2002-01-09 01:04:32 +00:00
Steven R. Loomis
e9dfda269c ICU-1220 include of header for uprv_strdup
X-SVN-Rev: 7409
2002-01-08 19:08:47 +00:00
Yves Arrouye
58dfa37afb ICU-1220 sorry, changed \\ to \e.
X-SVN-Rev: 7408
2002-01-08 03:29:36 +00:00
Yves Arrouye
72a06de4e9 ICU-1220 oops. use UCNV_ESCAPE_XML_HEX for escape-xml-hex!
X-SVN-Rev: 7407
2002-01-08 03:23:53 +00:00
Yves Arrouye
550c0e205e ICU-1220 more manual update (thanks ispell).
X-SVN-Rev: 7406
2002-01-08 03:05:49 +00:00
Yves Arrouye
5774a07092 ICU-1220 more manual update.
X-SVN-Rev: 7405
2002-01-08 03:03:55 +00:00
Yves Arrouye
23956f9d2d ICU-1220 uconv now supports setting callbacks in both directions; see
the manual page, or call uconv -h to have a list (though the manual
page also has explanations for the different callbacks).

X-SVN-Rev: 7404
2002-01-08 02:35:07 +00:00
Yves Arrouye
c62d7f20bb ICU-1220 uconv now supports setting callbacks in both directions; see
the manual page, or call uconv -h to have a list (though the manual
page also has explanations for the different callbacks).

X-SVN-Rev: 7403
2002-01-08 02:34:33 +00:00
Yves Arrouye
e0a7eb8731 ICU-1220 added iconv-compatibility option -c, and added -i for input
X-SVN-Rev: 7400
2002-01-07 21:35:54 +00:00
Yves Arrouye
4004c78ee9 ICU-1220 added iconv-compatibility option -c, and added -i for input
X-SVN-Rev: 7399
2002-01-07 21:34:41 +00:00
Yves Arrouye
b2b5b7ff96 ICU-1220 if --canon is used with -L, --list-transliterators, print only
one name per line (makes grepping very easy).
Ensure that we can handle transliterators names of arbitrary length (as
big as memory will allow).

X-SVN-Rev: 7398
2002-01-07 21:05:30 +00:00
Yves Arrouye
4cd24e1a9f ICU-1220 better documentation of the transliteration.
X-SVN-Rev: 7397
2002-01-07 20:48:36 +00:00
Yves Arrouye
691fa3912c ICU-1220 implemented -L, --list-transliterators.
made the -x transliterator option work.
updated manual page and resource bundle to reflect that.

X-SVN-Rev: 7396
2002-01-07 20:45:00 +00:00
Yves Arrouye
021616e5c9 ICU-1220 reformat help to fit in 80 columns
X-SVN-Rev: 7395
2002-01-05 06:33:43 +00:00
Yves Arrouye
cccb02263f ICU-1104 display an error if the encoding passed to --list-code results
in a null first alias (err is not set)

X-SVN-Rev: 7387
2002-01-05 01:20:45 +00:00
Yves Arrouye
ef243d3b7d ICU-1104 add a --list-code code option to generalize the --default-code
one. A good use of this option is to know if a given name is valid, by
calling 'uconv --list-code name 2>/dev/null' and checking for the exit
code. Maybe a -q option is in order to make that easier.

X-SVN-Rev: 7386
2002-01-05 01:08:01 +00:00
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
Yves Arrouye
b125e0d945 ICU-1220 work around jitterbug 1228.
X-SVN-Rev: 5871
2001-09-21 18:46:09 +00:00
Yves Arrouye
af3d831eaf ICU-1220 changed Makefile not to install while doing make :)
X-SVN-Rev: 5869
2001-09-21 17:40:33 +00:00
Yves Arrouye
ac99345a41 ICU-1227 support for a --with-library-suffix option.
X-SVN-Rev: 5861
2001-09-21 03:41:21 +00:00
Yves Arrouye
b5aae87f9e ICU-1220 Better help format. Removed releaseBuffer() calls.
X-SVN-Rev: 5860
2001-09-21 00:30:25 +00:00
Andy Heninger
1b9cd65c1c ICU-1075 UNIX builds, add assorted missing paths in extra/uconv/Makefile.in
X-SVN-Rev: 5855
2001-09-20 23:29:45 +00:00
Yves Arrouye
536cf273da ICU-1220 Use common mode for pkgdata since DLL mode does not work anymore for resources.
X-SVN-Rev: 5853
2001-09-20 23:22:25 +00:00
Yves Arrouye
3c9398da39 ICU-1220 Fixed include paths to include i18n
X-SVN-Rev: 5844
2001-09-20 22:00:09 +00:00
Ram Viswanadha
181af9fca8 ICU-1220 Fix getUChars() compilation problem
X-SVN-Rev: 5837
2001-09-20 19:43:25 +00:00
George Rhoten
bae514fec0 ICU-809 Make ustdio use getBuffer instead of getArray
X-SVN-Rev: 5836
2001-09-20 17:36:40 +00:00
Yves Arrouye
93c74c852b ICU-1220 Added uconv as an extra (Unix only for now).
X-SVN-Rev: 5825
2001-09-19 23:43:16 +00:00
George Rhoten
d745e83da1 ICU-1018 Make ustream work in ustdio.
X-SVN-Rev: 5624
2001-08-30 03:29:14 +00:00
George Rhoten
5037815672 ICU-1018 Change conflicts with versioning; moving ustream to ustdio.
X-SVN-Rev: 5623
2001-08-30 03:10:31 +00:00
George Rhoten
ed236e08a0 ICU-1018 Change conflicts with versioning; moving ustream to ustdio.
X-SVN-Rev: 5617
2001-08-30 01:58:44 +00:00
Ram Viswanadha
9ec6c7dd5d ICU-329 First take on adding better error reporting with UParseError struct.
X-SVN-Rev: 5478
2001-08-16 01:02:24 +00:00
Andy Heninger
cd61cbf256 ICU-1075 data handling updates.
X-SVN-Rev: 5353
2001-07-26 21:55:49 +00:00
George Rhoten
635fb62ca4 ICU-1074 Fixed STLPort C++ library compilation problem
X-SVN-Rev: 5347
2001-07-26 18:03:44 +00:00
Andy Heninger
15bec64481 ICU-1024 Set windows project file options for automatic inlines (Release) and Browse file creation (debug).
X-SVN-Rev: 5123
2001-06-28 19:40:34 +00:00
George Rhoten
d34c838277 ICU-958 Undoing the $(SHELL) changes.
It worked on the Solaris 2.7 machine,
but it does not work on other platforms because install-sh is not used on them.

X-SVN-Rev: 4705
2001-05-17 22:51:25 +00:00
George Rhoten
a440103feb ICU-958 execute install-sh with the $(SHELL) command.
X-SVN-Rev: 4704
2001-05-17 21:56:00 +00:00
George Rhoten
a801f30f2a ICU-661 Don't use MFC headers
X-SVN-Rev: 4683
2001-05-16 16:19:43 +00:00
George Rhoten
6db6b757bd ICU-661 Make the version information more accurate
X-SVN-Rev: 4652
2001-05-10 23:26:58 +00:00
Andy Heninger
5ba0464f62 ICU-893 FIx copyright notice in version resource
X-SVN-Rev: 4638
2001-05-10 18:22:05 +00:00
Andy Heninger
f89197ab0c ICU-893 Add Version Resources for Windows DLLs (except for data dll)
X-SVN-Rev: 4631
2001-05-09 22:41:59 +00:00
George Rhoten
9d227ca6f1 ICU-597 Don't try to read a NULL pointer.
X-SVN-Rev: 4452
2001-04-05 22:01:28 +00:00
George Rhoten
463391f84e ICU-903 Updated the copyright notice
X-SVN-Rev: 4242
2001-03-21 22:07:51 +00:00
George Rhoten
c4997713ef ICU-903 Updated the copyright notice
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
305015ef52 ICU-697 add a comment for further ustdio testing
X-SVN-Rev: 3685
2001-02-20 17:00:26 +00:00
George Rhoten
b2932d1877 ICU-697 temporary fix for ucnv_fromUnicode/u_file_write
X-SVN-Rev: 3684
2001-02-20 16:59:47 +00:00
George Rhoten
2352c3b293 ICU-697 ucnv_fromUnicode should do the same thing.
X-SVN-Rev: 3678
2001-02-19 23:51:34 +00:00
George Rhoten
82cb2f9d1b ICU-829 new sprintf/sscanf functions (it works, but the whole library needs testing)
X-SVN-Rev: 3612
2001-02-12 20:05:42 +00:00
George Rhoten
f86b89d0af ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3611
2001-02-12 20:03:49 +00:00
George Rhoten
d7d18b2ec0 ICU-829 new sprintf/sscanf functions (it works, but the whole library needs testing)
X-SVN-Rev: 3610
2001-02-12 18:29:01 +00:00
George Rhoten
05adc3b81c ICU-829 new sprintf/sscanf functions (it works, but the whole library needs testing)
X-SVN-Rev: 3600
2001-02-09 01:45:45 +00:00
George Rhoten
38f3775e5c ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3575
2001-02-06 21:56:48 +00:00
George Rhoten
ad995eff2d ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3574
2001-02-06 21:56:47 +00:00
George Rhoten
009189b930 ICU-837 Fixed library data size and formatting/parsing of large uint and signed numbers
X-SVN-Rev: 3571
2001-02-06 20:39:23 +00:00
George Rhoten
9232b4b1e4 ICU-829 Added sprintf and sscanf variants
X-SVN-Rev: 3570
2001-02-06 20:31:28 +00:00
George Rhoten
2bb55cd0d5 ICU-832 Removed a lot of excessive memory allocation
X-SVN-Rev: 3528
2001-02-01 23:20:28 +00:00
George Rhoten
b089952af6 ICU-653 bumped win dll version number from 17 to 18
X-SVN-Rev: 3464
2001-01-23 23:48:21 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
Steven R. Loomis
8de7f0cf35 ICU-758 rename import .lib files
X-SVN-Rev: 3151
2000-12-06 03:02:21 +00:00
George Rhoten
143e10add2 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2881
2000-11-07 19:45:07 +00:00
Steven R. Loomis
682353159e ICU-697 ustdio: fix problem on codepage input
X-SVN-Rev: 2814
2000-10-26 21:42:33 +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
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
Yves Arrouye
b5b2c11964 ICU-535 use va_arg(arg, double) and cast down to float or gcc 2.96 will
make an error about va_arg(arg, float) since float is promoted to double
in ...

X-SVN-Rev: 2726
2000-10-18 23:55:53 +00:00
Steven R. Loomis
f72d7c48b8 ICU-655 forgot an include
X-SVN-Rev: 2703
2000-10-17 00:23:14 +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
Steven R. Loomis
3d4b64072f ICU-655 cache converters in ustdio
X-SVN-Rev: 2661
2000-10-12 23:29:38 +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
George Rhoten
9238e9dee8 ICU-535 Fixed some compiler warnings (Removed a trigraph)
X-SVN-Rev: 2647
2000-10-12 18:45:46 +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
Yves Arrouye
270f188bdd ICU-629 proper install variables used.
X-SVN-Rev: 2559
2000-10-03 22:51:46 +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
Vladimir Weinstein
ce2a907f31 ICU-622 smarter checking for icu data existence
X-SVN-Rev: 2550
2000-10-02 20:04:47 +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
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
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
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
George Rhoten
06b21bb2d8 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2377
2000-08-29 16:41:47 +00:00
George Rhoten
83df804177 ICU-573 included stdlib.h and memory.h into files that need it for the utypes.h change
X-SVN-Rev: 2368
2000-08-28 22:48:46 +00:00
Steven R. Loomis
bd94ac5ec8 ICU-567 MacOS
X-SVN-Rev: 2366
2000-08-28 21:36:13 +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
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
5a1369d8bc ICU-535 Removed a compiler warning
X-SVN-Rev: 2139
2000-08-08 23:26:10 +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
Alan Liu
81f0a973af ICU-410 add u_fgetcx (unescaping u_fgetc)
X-SVN-Rev: 1898
2000-07-16 13:43:15 +00:00
Steven R. Loomis
c596b24a8a ICU-393 .cvsignore cleanup
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Yves Arrouye
17a71e5541 ICU-377 private variables made static to avoid
a warning about common symbols in MH_DYLIB files.

X-SVN-Rev: 1803
2000-07-12 06:08:43 +00:00
Vladimir Weinstein
5e5d0cf97b ICU-460 porting changes
X-SVN-Rev: 1681
2000-06-28 22:44:51 +00:00
Markus Scherer
e48e4ed6ff ICU-428 copy header on Debug build, too
X-SVN-Rev: 1601
2000-06-12 19:30:09 +00:00
Yves Arrouye
5aa6e647e3 ICU-428 copy headers on Release build.
X-SVN-Rev: 1588
2000-06-08 22:56:20 +00:00
Steven R. Loomis
9df4f1398d ICU-424 u_finit shouldn't ever call fclose()
X-SVN-Rev: 1567
2000-06-05 21:56:47 +00:00
Steven R. Loomis
367e17b16a ICU-393 removing old files
X-SVN-Rev: 1545
2000-06-02 00:24:27 +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
Steven R. Loomis
0a042c3f86 ICU-200 OS400 makefile updates
X-SVN-Rev: 1384
2000-05-15 22:32:11 +00:00
Vladimir Weinstein
cddfbd42f2 ICU-184 way to detect if icudata datafile already exists (for genrb in bootstrap mode)
X-SVN-Rev: 1369
2000-05-15 18:53:13 +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
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
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
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
Alan Liu
5a52f3e0f4 ICU-149 modify to use new UHashtable
X-SVN-Rev: 1004
2000-03-28 22:08:58 +00:00
Yves Arrouye
e50ab96561 ICU-314 added $(DESTDIR) to every directory used in an install command.
X-SVN-Rev: 941
2000-03-10 22:55:19 +00:00
Yves Arrouye
1dca1c6fd7 ICU-212 fixed HEADERS definition and the copy of headers.
X-SVN-Rev: 885
2000-03-02 20:26:02 +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
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
Vladimir Weinstein
13250b1519 ICU-232 genrb uses ustdio instead of local copies of ufile & ustdio
X-SVN-Rev: 707
2000-01-28 22:40:27 +00:00
Vladimir Weinstein
a55f6c6ed9 ICU-231 files need to be flushed before we close them
X-SVN-Rev: 652
2000-01-19 23:38:19 +00:00
Vladimir Weinstein
312732852e ICU-193 part of Win32 port
X-SVN-Rev: 604
2000-01-17 19:07:59 +00:00
Vladimir Weinstein
6adc9bb374 ICU-231 Win32 fix for a different file handle problem
X-SVN-Rev: 603
2000-01-17 19:04:48 +00:00
Markus Scherer
aeac763301 ICU-161 open-sourcify more (c) statements
X-SVN-Rev: 577
2000-01-13 23:54:23 +00:00
Helena Chapman
423580d732 ICU-84 Added OS390 fixes for 12/28 snapshot.
.

X-SVN-Rev: 570
2000-01-13 21:11:42 +00:00
Steven R. Loomis
fea8b1b618 ICU-12 'unicode/' in include path [header export fixes]
X-SVN-Rev: 545
2000-01-12 06:08:46 +00:00