Commit Graph

243 Commits

Author SHA1 Message Date
Markus Scherer
3b795be131 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1148
2000-04-18 21:16:39 +00:00
Markus Scherer
34de559dd7 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1147
2000-04-18 20:51:36 +00:00
Markus Scherer
5791fc267d ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1146
2000-04-18 20:31:36 +00:00
Markus Scherer
aa9a63a3a4 ICU-364 fix adding / to non-terminated destdir
X-SVN-Rev: 1145
2000-04-18 20:31:01 +00:00
Markus Scherer
92c839c280 ICU-130 need to actually use the delimiter parameter...
X-SVN-Rev: 1143
2000-04-18 18:13:03 +00:00
Markus Scherer
34e9e8fc9f ICU-130 32-bit exception values, add mirror mappings, overhaul...
X-SVN-Rev: 1141
2000-04-18 16:56:02 +00:00
Markus Scherer
7af09219eb ICU-130 provide a common parser function for files like UnicodeData.txt
X-SVN-Rev: 1140
2000-04-18 16:36:19 +00:00
Markus Scherer
b91ef35c44 ICU-364 u_parseArgs() command line parser needs U_CAPI
X-SVN-Rev: 1139
2000-04-18 16:34:27 +00:00
Markus Scherer
d5af01ccd0 ICU-364 u_parseArgs() command line parser
X-SVN-Rev: 1137
2000-04-17 21:13:31 +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
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
Steven R. Loomis
0be3b10b9a ICU-227 newlines at end of file
X-SVN-Rev: 665
2000-01-20 06:58:59 +00:00
Helena Chapman
4c3ef3e790 ICU-12 Moved ctest.h into unicode/ directory.
X-SVN-Rev: 621
2000-01-18 02:12:32 +00:00
Helena Chapman
fb2b97dce7 ICU-12 Moved ctest.h into unicode/ directory.
X-SVN-Rev: 619
2000-01-18 02:02:53 +00:00
Helena Chapman
9058e22250 ICU-12 Moved ctest.h into unicode/ directory.
X-SVN-Rev: 617
2000-01-18 01:32:47 +00:00
Vladimir Weinstein
0f699b75a4 ICU-164 makedata now behaves correctly in rebuilding the project
X-SVN-Rev: 616
2000-01-17 23:06:01 +00:00
Helena Chapman
5e7c1c94b9 ICU-12 Moved ctest.h into unicode/ directory.
X-SVN-Rev: 614
2000-01-17 22:53:44 +00:00
Helena Chapman
5bafb278d2 ICU-161 updated the copyright notices.
X-SVN-Rev: 605
2000-01-17 19:48:20 +00:00
Helena Chapman
3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +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
9f7196b363 ICU-199 makefile fix
X-SVN-Rev: 568
2000-01-13 16:48:03 +00:00
Alan Liu
169072e0d5 ICU-199 update rules
X-SVN-Rev: 565
2000-01-13 14:11:40 +00:00
Steven R. Loomis
4dd165d994 ICU-210 U_ICU_VERSION
X-SVN-Rev: 543
2000-01-12 01:34:41 +00:00
Helena Chapman
8b274c9004 ICU-210 Three major changes:
u_getVersion: returns ICU release/version information
u_getUnicodeVersion: returns Unicode standard version supported in ICU
Renamed the original u_getVersion to u_getUnicodeVersion.

X-SVN-Rev: 541
2000-01-12 01:26:27 +00:00
Vladimir Weinstein
e8fa02126f ICU-168 search for build tools moved from .mak to .bat and some confusing messages removed
X-SVN-Rev: 535
2000-01-11 20:32:25 +00:00
Helena Chapman
3f0932f16e ICU-45 Added ICU_DATA for the break target files.
X-SVN-Rev: 513
2000-01-11 01:29:29 +00:00
Steven R. Loomis
5461415a3b ICU-45 copy LE/BE brk files to the right spot, put them into udata.. [unix support for RBBI]
X-SVN-Rev: 503
2000-01-08 02:17:39 +00:00
Richard Gillam
016aa963f6 ICU-45 Initial check-in of RuleBasedBreakIterator and DictionaryBasedBreakIterator.
X-SVN-Rev: 502
2000-01-08 02:05:05 +00:00
Vladimir Weinstein
547810a9ab ICU-168 makedata now tries to search for windows build tools and complains if it doesn't find them
X-SVN-Rev: 482
1999-12-30 07:04:49 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Helena Chapman
25763c40e7 ICU-142 Added "he" and "he_IL" locales.
X-SVN-Rev: 465
1999-12-28 20:27:15 +00:00
Helena Chapman
16ac11f546 ICU-200 Updated with OS/400 specific port changes.
X-SVN-Rev: 459
1999-12-22 22:57:04 +00:00
Vladimir Weinstein
3c3a41085f ICU-167 gencnval does not emit usage message unless needed
X-SVN-Rev: 458
1999-12-22 20:26:19 +00:00
Vladimir Weinstein
4ec0af1f34 ICU-164 cosmetic changes
X-SVN-Rev: 457
1999-12-22 20:24:20 +00:00
Markus Scherer
18b4572ad4 ICU-130 don't store stage1bits (make implicit), more comments
X-SVN-Rev: 435
1999-12-17 21:28:21 +00:00
Vladimir Weinstein
dce9db3579 ICU-164 modified to allow release build
X-SVN-Rev: 434
1999-12-17 18:52:51 +00:00
Alan Liu
40cbe2c520 ICU-65 add html output; clean up offset index code
X-SVN-Rev: 432
1999-12-16 23:52:31 +00:00
Markus Scherer
19eb12cc48 ICU-130 data file now contains the bit distribution - flexibility
X-SVN-Rev: 427
1999-12-16 01:50:39 +00:00
Helena Chapman
f3be55589b ICU-65 Updated UDataInfo to be non-const.
X-SVN-Rev: 425
1999-12-15 22:45:23 +00:00
Vladimir Weinstein
8b2688a865 ICU-164 makedata is now integrated into MSVC and depends on the tools
X-SVN-Rev: 422
1999-12-15 21:48:10 +00:00
Steven R. Loomis
b98cc6ff9e ICU-157 udata, fixes for hpux..
X-SVN-Rev: 421
1999-12-15 21:42:15 +00:00
Markus Scherer
90d982f891 ICU-130 cleaner code & write data file
X-SVN-Rev: 418
1999-12-15 19:04:11 +00:00
Steven R. Loomis
343d4b3e58 ICU-157 UDATA updates for Machines with Alignment Problems, and to align cnv/ucmp data.
X-SVN-Rev: 416
1999-12-15 05:14:03 +00:00
Markus Scherer
2812d5d3df ICU-130 get a lot of storing & compacting to work
X-SVN-Rev: 415
1999-12-15 04:42:56 +00:00
Alan Liu
6da447a09e ICU-65 make OffsetIndex.gmtOffset 4-aligned
X-SVN-Rev: 410
1999-12-14 20:17:02 +00:00
Steven R. Loomis
d8b42cec53 ICU-92 fix for LDFLAGS [to properly include libi18n's path]
X-SVN-Rev: 408
1999-12-14 18:49:24 +00:00
Steven R. Loomis
34713c5658 ICU-65 put back copyright change!
X-SVN-Rev: 405
1999-12-14 17:43:14 +00:00
Vladimir Weinstein
c99081a62a ICU-164 Added resource files for tests
X-SVN-Rev: 404
1999-12-14 16:31:21 +00:00
Vladimir Weinstein
bb6484793a ICU-164 Now can pass special target CLEAN as a third argument to nmake
X-SVN-Rev: 403
1999-12-14 16:30:54 +00:00
Vladimir Weinstein
985a8d49cf ICU-164 makefile processes testdata, and targets are case insensitive
X-SVN-Rev: 402
1999-12-14 16:30:15 +00:00