Commit Graph

320 Commits

Author SHA1 Message Date
Yves Arrouye
c9388940ea ICU-367 fix for I/O streams on Windows.
X-SVN-Rev: 2720
2000-10-17 22:42:40 +00:00
Ram Viswanadha
a7fc9250ac ICU-559 fixed pointer to a stack variable bug.
X-SVN-Rev: 2683
2000-10-13 23:15:58 +00:00
Helena Chapman
db5ec3f28b ICU-581 Updated the ucol_strcoll() implementation to handle the string length correctly.
X-SVN-Rev: 2676
2000-10-13 20:14:51 +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
Yves Arrouye
210309eeed ICU-656 ignore libicu* not libicu-*
X-SVN-Rev: 2665
2000-10-13 00:21:36 +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
3015baf12e ICU-97 Parsing a Long value is faster now.
X-SVN-Rev: 2648
2000-10-12 19:04:06 +00:00
Alan Liu
c88bbca756 ICU-403 add documentation
X-SVN-Rev: 2629
2000-10-11 15:46:21 +00:00
Alan Liu
797b625d8a ICU-403 add documentation
X-SVN-Rev: 2628
2000-10-11 15:26:48 +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
George Rhoten
fa90ef551e ICU-535 Re-enabled some compiler warning reporting by removing some #pragma statements for Windows.
X-SVN-Rev: 2569
2000-10-04 22:32:34 +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
George Rhoten
ea063658b4 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2547
2000-10-02 16:53:02 +00:00
George Rhoten
5244d856d6 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2542
2000-09-30 01:57:38 +00:00
George Rhoten
ef1328e9b6 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2541
2000-09-30 01:40:03 +00:00
George Rhoten
2b5377f91f ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2540
2000-09-30 00:19:20 +00:00
George Rhoten
62caf39054 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2539
2000-09-30 00:06:54 +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
Alan Liu
0f626e9c1e ICU-449 TimeZone equivalency support
X-SVN-Rev: 2523
2000-09-27 19:16:54 +00:00
Alan Liu
ee51ec2c7e ICU-449 TimeZone equivalency support
X-SVN-Rev: 2521
2000-09-27 16:37:26 +00:00
George Rhoten
6182f13a6d ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2515
2000-09-26 02:35:48 +00:00
George Rhoten
90dbd73cf9 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2513
2000-09-25 22:03:13 +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
d662010387 ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.
X-SVN-Rev: 2496
2000-09-22 23:17:58 +00:00
George Rhoten
3d38863a50 ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.
X-SVN-Rev: 2495
2000-09-22 23:03:40 +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
George Rhoten
d416e2ffa9 ICU-529 Described replacement functions for the deprecated functions.
X-SVN-Rev: 2493
2000-09-22 22:56:03 +00:00
Yves Arrouye
a35fcf29e1 ICU-208 changes for versioned libraries.
X-SVN-Rev: 2434
2000-09-15 05:07:43 +00:00
Alan Liu
6c4991a04d ICU-582 clean up 64-bit int<->void* casting problems and other compiler warnings from 64-bit Sun
X-SVN-Rev: 2410
2000-08-31 18:10:24 +00:00
Alan Liu
d5f34b6006 ICU-486 Implement anchors.
X-SVN-Rev: 2409
2000-08-31 17:12:45 +00:00
George Rhoten
66bae3ec8a ICU-535 fixed some compiler warnings
X-SVN-Rev: 2406
2000-08-30 23:42:28 +00:00
Alan Liu
8557348fa3 ICU-486 Implement anchors.
X-SVN-Rev: 2401
2000-08-30 20:43:25 +00:00
George Rhoten
5a4b13aa48 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2353
2000-08-24 21:40:26 +00:00
George Rhoten
a925e45103 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2351
2000-08-24 20:56:13 +00:00
George Rhoten
1130462c8d ICU-535 fixed some compiler warnings
X-SVN-Rev: 2342
2000-08-23 23:48:04 +00:00
Yves Arrouye
ef77fc7e62 ICU-45 changed include paths to use forward slashes, not backward ones
X-SVN-Rev: 2338
2000-08-23 18:54:55 +00:00
George Rhoten
6faae650dc ICU-535 fixed some compiler warnings
X-SVN-Rev: 2336
2000-08-23 16:46:39 +00:00
Alan Liu
52cf4245ae ICU-535 fix MSVC level 4 warnings
X-SVN-Rev: 2267
2000-08-15 19:29:56 +00:00
Alan Liu
af22a46c0f ICU-535 fix MSVC level 4 warnings
X-SVN-Rev: 2261
2000-08-15 18:47:04 +00:00
Alan Liu
8e99af2483 ICU-535 fix MSVC level 4 warnings
X-SVN-Rev: 2259
2000-08-15 18:25:20 +00:00
George Rhoten
6fd2a8eae7 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2234
2000-08-14 23:44:25 +00:00
George Rhoten
123caf9bbd ICU-535 fixed some compiler warnings
X-SVN-Rev: 2232
2000-08-14 23:23:20 +00:00
Helena Chapman
8f012e9004 ICU-474 make it to compile on HPUX 10.
X-SVN-Rev: 2213
2000-08-11 22:54:31 +00:00
George Rhoten
ebd5136aac ICU-535 fixed some compiler warnings
X-SVN-Rev: 2182
2000-08-11 02:08:59 +00:00
George Rhoten
c094c8a0eb ICU-535 fixed some compiler warnings
X-SVN-Rev: 2181
2000-08-11 01:27:17 +00:00
George Rhoten
fd63d5b2d5 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2158
2000-08-10 00:52:52 +00:00
Helena Chapman
2a8843171c ICU-89 Update the Collator version info again.
X-SVN-Rev: 2153
2000-08-09 23:20:50 +00:00