Commit Graph

182 Commits

Author SHA1 Message Date
Yves Arrouye
3c4932d31d ICU-254 remove .sentinel when cleaning data.
X-SVN-Rev: 1104
2000-04-10 22:40:12 +00:00
Yves Arrouye
8fd07e0807 ICU-254 cleanup $(TRANSLIT_RES) at distclean.
X-SVN-Rev: 1101
2000-04-10 22:03:00 +00:00
Yves Arrouye
8292436157 ICU-254 cleanup data files correctly.
X-SVN-Rev: 1100
2000-04-10 22:01:59 +00:00
Yves Arrouye
4937f212fa ICU-212 please be nice, whenever you -I$(top_srcdir)/common (or
something to that effect), also -I$(top_builddir)/common, since that is
where unicode/platform.h is generated.

X-SVN-Rev: 1091
2000-04-07 01:22:47 +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
Markus Scherer
2b5a36af8c ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1044
2000-03-31 21:45:17 +00:00
Jim Snyder Grant
2dbef4e207 ICU-271 First-pass LMBCS support (Lotus Multi-byte Character set)
X-SVN-Rev: 1042
2000-03-31 16:53:09 +00:00
Madhu K
0359708022 ICU-315 gencol Makefile.in changes to generate the .col files
X-SVN-Rev: 1036
2000-03-30 19:03:48 +00:00
Markus Scherer
3c0e9c341f ICU-315 more S/390 changes
X-SVN-Rev: 1021
2000-03-29 20:28:29 +00:00
Alan Liu
5a52f3e0f4 ICU-149 modify to use new UHashtable
X-SVN-Rev: 1004
2000-03-28 22:08:58 +00:00
Madhu K
577581b7c7 ICU-302 Added tests for udata API
X-SVN-Rev: 991
2000-03-27 21:00:28 +00:00
Markus Scherer
2b3e3d4072 ICU-302 make release config compile with vc++
X-SVN-Rev: 986
2000-03-24 16:53:08 +00:00
Markus Scherer
1b21ea1d86 ICU-302 make release config compile with vc++
X-SVN-Rev: 985
2000-03-24 01:48:51 +00:00
Markus Scherer
54921c0d79 ICU-84 S/390 and EBCDIC updates
X-SVN-Rev: 969
2000-03-21 20:37:32 +00:00
Yves Arrouye
d404d13d8b ICU-212 use @DATABUILDDIR@ instead of $(top_builddir)/data in install
targets.

X-SVN-Rev: 954
2000-03-15 20:03:54 +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
Helena Chapman
a24534df38 ICU-84 S/390 DLL code update.
X-SVN-Rev: 937
2000-03-10 01:52:03 +00:00
Yves Arrouye
9f576ef390 ICU-293 exports makeconv (fixed now per srl's request)
X-SVN-Rev: 930
2000-03-09 06:51:09 +00:00
Yves Arrouye
d75f3b5f81 ICU-319 Removed target-clean-local and its use as a prereq for install.
Moved the cleanup of the target in clean-local. In gencol, added the target
force-build-data to force rebuilding data, which is what target-clean-local
was doing as a side effect.

X-SVN-Rev: 929
2000-03-09 06:36:27 +00:00
Yves Arrouye
459d9959c4 ICU-212 more OBJDATADIR instead of SRCDATADIR (for the .so)
X-SVN-Rev: 928
2000-03-09 06:21:21 +00:00
Yves Arrouye
5054cf54da ICU-212 build outside of source (use $(OBJDATADIR) and not $(SRCDATADIR)
to specify where test_dat.[co] should go).

X-SVN-Rev: 927
2000-03-09 06:08:35 +00:00
Yves Arrouye
62f5f39fb7 ICU-212 build outside the source tree (fixed include directive and
location to generate test.dat in).

X-SVN-Rev: 926
2000-03-09 06:02:18 +00:00
Markus Scherer
0ed984343c ICU-303 add hpux_junk_obj for hpux to run without warning
X-SVN-Rev: 898
2000-03-07 00:07:06 +00:00
Markus Scherer
4fde6a564b ICU-282 call udata_create() with destDir as 1st arg
X-SVN-Rev: 897
2000-03-07 00:05:54 +00:00
Alan Liu
7afdb5d6b9 ICU-282 fix compile errors
X-SVN-Rev: 895
2000-03-04 02:47:32 +00:00
Yves Arrouye
5e1d719c5c ICU-282 changed udata_create() to have the directory as its first
argument, as suggested by Markus (so it now looks like udata_open() and
friends); updated the Doc++ documentation for the directory argument;
changed all tools to put the directory first.

X-SVN-Rev: 890
2000-03-04 01:19:19 +00:00
Madhu K
f4a79338bc ICU-302 Added tests for udata API
X-SVN-Rev: 888
2000-03-04 00:02:50 +00:00
Madhu K
f187c41c4f ICU-302 Added tests for udata API
X-SVN-Rev: 887
2000-03-03 23:20:14 +00:00
Madhu K
7bb7910a88 ICU-302 Added tests for udata API
X-SVN-Rev: 886
2000-03-03 01:09:33 +00:00
Yves Arrouye
1b8e1c3833 ICU-212 use Steven's @DATABUILDDIR@ in the install and clean targets;
fixed the HEADERS declaration and the copy loop for headers installation.

X-SVN-Rev: 884
2000-03-02 20:24:48 +00:00
Steven R. Loomis
fa69504049 ICU-294 unicode output from rbdump
X-SVN-Rev: 868
2000-03-01 00:32:56 +00:00
Yves Arrouye
57eacb7563 ICU-282 pass a directory argument to udata_create().
X-SVN-Rev: 866
2000-02-29 18:42:28 +00:00
Yves Arrouye
f909d9d085 ICU-282 pass 0 for the directory to udata_create() for now.
X-SVN-Rev: 865
2000-02-29 18:34:21 +00:00
Yves Arrouye
7039dc422a ICU-282 added a directory argument to udata_create(), defaulting to
u_getDataDir() if 0.

X-SVN-Rev: 864
2000-02-29 18:33:01 +00:00
Steven R. Loomis
5d96fad42e ICU-212 out of source build.
X-SVN-Rev: 775
2000-02-16 22:38:38 +00:00
Markus Scherer
6a456cf79f ICU-279 add missing .ucm file names
X-SVN-Rev: 767
2000-02-16 02:17:11 +00:00
Markus Scherer
0e455b5246 ICU-279 EBCDIC LF/NL mappings specific to S/390, not CDRA-conformant
X-SVN-Rev: 763
2000-02-16 00:29:28 +00:00
Markus Scherer
3242a8e790 ICU-279 EBCDIC LF/NL mappings specific to S/390, not CDRA-conformant
X-SVN-Rev: 757
2000-02-15 00:04:04 +00:00
Steven R. Loomis
ab4ac6063a ICU-212 out-of-source build
X-SVN-Rev: 753
2000-02-12 05:54:43 +00:00
Brendan Murray
7aa7596ff8 ICU-270 fixed incorrect use of the table->mbcs.starters in the ebcdic stateful generator
X-SVN-Rev: 740
2000-02-10 00:18:45 +00:00
Markus Scherer
f83bf17a46 ICU-256 handle platform-U_FILE_SEP_CHAR: don't rely on '/'! (untabify, too)
X-SVN-Rev: 735
2000-02-09 01:29:21 +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
247a2b7c11 ICU-212 out-of-source build. gencnval now accepts the path of the
convrtrs.txt file as a command-line argument.

X-SVN-Rev: 725
2000-02-07 20:55:54 +00:00
Yves Arrouye
b198364fce ICU-256 makeconv displays incorrect paths.
X-SVN-Rev: 724
2000-02-07 20:54:50 +00:00
Markus Scherer
7f7b2d90f3 ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
X-SVN-Rev: 721
2000-02-05 00:19:15 +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
Steven R. Loomis
6dfc739162 ICU-84 os/390 makefile changes
X-SVN-Rev: 673
2000-01-21 07:30:58 +00:00
Steven R. Loomis
161f48aad6 ICU-227 hpux fix
X-SVN-Rev: 670
2000-01-21 03:26:21 +00:00
Steven R. Loomis
8e1f7f07e4 ICU-227 better error handling in makeconv, and set ICU_DATA in the w32 build script
X-SVN-Rev: 669
2000-01-21 02:15:42 +00:00