Markus Scherer
d746e3170a
ICU-364 adapt to new signature of getLongPathname()
...
X-SVN-Rev: 1163
2000-04-19 00:14:53 +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
8fd07e0807
ICU-254 cleanup $(TRANSLIT_RES) at distclean.
...
X-SVN-Rev: 1101
2000-04-10 22:03:00 +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
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
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
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
Steven R. Loomis
5d96fad42e
ICU-212 out of source build.
...
X-SVN-Rev: 775
2000-02-16 22:38:38 +00:00
Steven R. Loomis
ab4ac6063a
ICU-212 out-of-source build
...
X-SVN-Rev: 753
2000-02-12 05:54:43 +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
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
Helena Chapman
5bafb278d2
ICU-161 updated the copyright notices.
...
X-SVN-Rev: 605
2000-01-17 19:48:20 +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
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
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
Steven R. Loomis
b98cc6ff9e
ICU-157 udata, fixes for hpux..
...
X-SVN-Rev: 421
1999-12-15 21:42:15 +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
Vladimir Weinstein
c99081a62a
ICU-164 Added resource files for tests
...
X-SVN-Rev: 404
1999-12-14 16:31:21 +00:00
Markus Scherer
326614b6dc
ICU-92 use getLongPathname() for filename arguments
...
X-SVN-Rev: 401
1999-12-14 01:37:51 +00:00
Markus Scherer
510daed091
ICU-92 use getLongPathname() for filename arguments
...
X-SVN-Rev: 399
1999-12-14 01:23:07 +00:00
Markus Scherer
f452a84c52
ICU-161 change copyright for open source
...
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Vladimir Weinstein
66ab1aefe6
ICU-164 link genrb with icui18n.lib because of .col file generation
...
X-SVN-Rev: 390
1999-12-13 21:11:53 +00:00
Vladimir Weinstein
d76947d5e2
ICU-164 link genrb with icui18n.lib because of .col file generation
...
X-SVN-Rev: 389
1999-12-13 20:44:52 +00:00
Vladimir Weinstein
669822ef22
ICU-164 list of locale files for genrb (should be generated automaticaly)
...
X-SVN-Rev: 381
1999-12-13 03:42:01 +00:00
Vladimir Weinstein
a96fa7d203
ICU-164 genrb also generates .col files
...
X-SVN-Rev: 380
1999-12-13 03:41:08 +00:00
Helena Chapman
3420fd5c14
ICU-157 Removed C++ style comments in C program.
...
X-SVN-Rev: 348
1999-12-09 01:23:27 +00:00
Markus Scherer
2d26f13d40
ICU-175 rename errorName() to u_errorName()
...
X-SVN-Rev: 343
1999-12-08 23:31:17 +00:00
Helena Chapman
97140de223
ICU-87 Updated the genrb.bat to include vi and vi_VN locales.
...
X-SVN-Rev: 321
1999-12-07 00:04:20 +00:00
Markus Scherer
841b21d6e1
ICU-172 use correct vc++ runtime
...
X-SVN-Rev: 291
1999-12-03 20:58:59 +00:00
Vladimir Weinstein
45e4fd530b
ICU-157 genrb fixed so it works without DLL by using invariant converter
...
X-SVN-Rev: 273
1999-12-01 21:36:40 +00:00
Vladimir Weinstein
e15ae8bc32
ICU-157 fixing genrb so it works fine without DLLs
...
X-SVN-Rev: 264
1999-11-30 23:38:06 +00:00
Alan Liu
ce5fdbbb6c
ICU-114 Get Transliteration building on Linux
...
X-SVN-Rev: 213
1999-11-22 19:31:05 +00:00
Alan Liu
62b6e455db
ICU-114 Transliterator framework first working version
...
X-SVN-Rev: 195
1999-11-20 00:50:07 +00:00
Helena Chapman
c09bdb5fbd
ICU-14 Added argument checking and usage message
...
X-SVN-Rev: 133
1999-10-27 19:54:07 +00:00
Markus Scherer
07a2bc0937
ICU-6 more renaming of constant names
...
FAILURE -> U_FAILURE etc.
X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Markus Scherer
06f7397c3d
ICU-15 windows: genrb puts .res files into the current directory
...
X-SVN-Rev: 47
1999-10-13 01:10:24 +00:00
Markus Scherer
c665e7078e
ICU-14 Windows: create a batch file to make the /icu/data files
...
X-SVN-Rev: 46
1999-10-12 21:50:30 +00:00
Steven R. Loomis
7c8b478886
Added #include for ustring.h
...
X-SVN-Rev: 31
1999-10-09 02:16:31 +00:00
Steven R. Loomis
7d249a8db3
ICU-2 improve err msg in genrb for dup labels
...
X-SVN-Rev: 19
1999-10-08 01:43:23 +00:00
Markus Scherer
b942cae860
ICU-6 change enum constants that do not conform to our naming conventions
...
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Stephen Booth
7406982293
Sync with 1.2.5
...
X-SVN-Rev: 8
1999-09-03 22:08:47 +00:00
Unknown User
aa0b0a88e8
Initial revision
...
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00