Commit Graph

39 Commits

Author SHA1 Message Date
Steven R. Loomis
4ffaa06fd0 ICU-393 add .cvsignore files
X-SVN-Rev: 1770
2000-07-10 17:52:39 +00:00
Alan Liu
8fe1cdd117 ICU-429 (update docs)
X-SVN-Rev: 1624
2000-06-14 18:03:35 +00:00
Alan Liu
68aaea29e3 ICU-429 Update to 2000d.
X-SVN-Rev: 1610
2000-06-13 01:51:40 +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
Yves Arrouye
0d35fb05a2 ICU-390 define the right cpp symbols for compilation under Linux
and Solaris when gcc -ansi is used (which negates POSIX, X/Open, BSD, and
SVID specific definitions in the standard libraries, definitions that ICU
needs).

X-SVN-Rev: 1354
2000-05-12 01:15:50 +00:00
Markus Scherer
5bb06e0a40 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1152
2000-04-18 22:14:16 +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
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
54921c0d79 ICU-84 S/390 and EBCDIC updates
X-SVN-Rev: 969
2000-03-21 20:37:32 +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
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
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
Yves Arrouye
57eacb7563 ICU-282 pass a directory argument to udata_create().
X-SVN-Rev: 866
2000-02-29 18:42:28 +00:00
Steven R. Loomis
5d96fad42e ICU-212 out of source build.
X-SVN-Rev: 775
2000-02-16 22:38:38 +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
Steven R. Loomis
6dfc739162 ICU-84 os/390 makefile changes
X-SVN-Rev: 673
2000-01-21 07:30:58 +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
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
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
Helena Chapman
f3be55589b ICU-65 Updated UDataInfo to be non-const.
X-SVN-Rev: 425
1999-12-15 22:45:23 +00:00
Steven R. Loomis
b98cc6ff9e ICU-157 udata, fixes for hpux..
X-SVN-Rev: 421
1999-12-15 21:42:15 +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
34713c5658 ICU-65 put back copyright change!
X-SVN-Rev: 405
1999-12-14 17:43:14 +00:00
Steven R. Loomis
c0dd3ae64a ICU-65 alignment on solaris
X-SVN-Rev: 396
1999-12-14 00:43:24 +00:00
Markus Scherer
f452a84c52 ICU-161 change copyright for open source
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Alan Liu
b3fec85b29 ICU-65 make names conform
X-SVN-Rev: 358
1999-12-09 06:31:27 +00:00
Alan Liu
f5f944dee8 ICU-65 improve default zone support; ensure GMT exists in zone list
X-SVN-Rev: 357
1999-12-09 06:29:56 +00:00
Alan Liu
4dc3c25bae ICU-65 improve default zone support
X-SVN-Rev: 356
1999-12-09 06:29:40 +00:00
Alan Liu
7d590a78e9 ICU-65 update for tz.alias and new gentz usage
X-SVN-Rev: 309
1999-12-05 06:37:52 +00:00
Alan Liu
f2a6b5ae01 ICU-65 update re: invariant chars in ids
X-SVN-Rev: 307
1999-12-05 06:22:18 +00:00
Alan Liu
2ef5f8fb72 ICU-65 alias table for backward compatibility
X-SVN-Rev: 303
1999-12-05 06:08:12 +00:00
Alan Liu
aa7e2fc7b8 ICU-65 update gentz for new binary format and alias table; make pm file names 8.3
X-SVN-Rev: 300
1999-12-05 05:55:28 +00:00
Steven R. Loomis
c0908dcdb4 ICU-157 udata updates..
X-SVN-Rev: 297
1999-12-04 02:34:06 +00:00
Steven R. Loomis
a34482e43f ICU-157 converter data in udata + udata fixes
X-SVN-Rev: 296
1999-12-04 02:31:40 +00:00
Alan Liu
6ed1da9ef5 ICU-65 add i18n to include path for tzdat.h
X-SVN-Rev: 280
1999-12-02 21:38:00 +00:00
Alan Liu
f7f02c918a ICU-65 Move time zone data to icudata
X-SVN-Rev: 261
1999-11-30 23:05:49 +00:00