Commit Graph

2069 Commits

Author SHA1 Message Date
George Rhoten
a634d59021 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2733
2000-10-19 21:06:02 +00:00
George Rhoten
37aa068183 ICU-97 Added some improvements for faster comparing (e.g. don't add a pointer twice)
X-SVN-Rev: 2732
2000-10-19 21:02:01 +00:00
Yves Arrouye
7ecca7a335 ICU-678 Debian GNU/Linux packaging
X-SVN-Rev: 2731
2000-10-19 20:58:30 +00:00
Yves Arrouye
0126b3446d ICU-208 use -Wl to pass the +h to the linker for versioned libraries
X-SVN-Rev: 2730
2000-10-19 20:29:42 +00:00
Yves Arrouye
fa1567338d ICU-367 temporarily revert to 198506
X-SVN-Rev: 2729
2000-10-19 17:23:32 +00:00
Ram Viswanadha
f3f2681655 ICU-673 Fixed bugs removed redundant code
X-SVN-Rev: 2728
2000-10-19 06:37:36 +00:00
Yves Arrouye
b5b2c11964 ICU-535 use va_arg(arg, double) and cast down to float or gcc 2.96 will
make an error about va_arg(arg, float) since float is promoted to double
in ...

X-SVN-Rev: 2726
2000-10-18 23:55:53 +00:00
Yves Arrouye
db2f9cef53 ICU-480 due to the weird 'W' definition of pthread_create() in libc on
Solaris, create AC_CHECK_LIBS_FIRST() and use it to check for functions
in libraries first, existing env last.

X-SVN-Rev: 2725
2000-10-18 20:35:21 +00:00
Yves Arrouye
ef6521493f ICU-480 renamed mh-freebsd to mh-bsd-gcc, use it for both NetBSD and FreeBSD
X-SVN-Rev: 2724
2000-10-18 19:02:06 +00:00
Yves Arrouye
a63e51a9bb ICU-630 rpath control
X-SVN-Rev: 2723
2000-10-17 23:28:41 +00:00
Ram Viswanadha
8cc7ad4f93 ICU-673 Fixed inclusion of GB2312 extensions
X-SVN-Rev: 2722
2000-10-17 22:56:32 +00:00
Yves Arrouye
7e0c5ee2a5 ICU-367 let one override U_IOSTREAM_SOURCE at compile time (better do so both for the ICU build and everything that uses it!
X-SVN-Rev: 2721
2000-10-17 22:50:27 +00:00
Yves Arrouye
c9388940ea ICU-367 fix for I/O streams on Windows.
X-SVN-Rev: 2720
2000-10-17 22:42:40 +00:00
Yves Arrouye
c15910e48c ICU-620 remove Makefile.inc in disctlean
X-SVN-Rev: 2719
2000-10-17 21:59:54 +00:00
Ram Viswanadha
e5b3fb0aa1 ICU-673 Fixed state bug
X-SVN-Rev: 2715
2000-10-17 18:28:20 +00:00
Yves Arrouye
e58944fe84 ICU-208 undo private edit
X-SVN-Rev: 2713
2000-10-17 16:53:42 +00:00
Yves Arrouye
59b58dfcd2 ICU-208 reordered assignments for consistency
X-SVN-Rev: 2712
2000-10-17 16:52:58 +00:00
Yves Arrouye
6087025f1e ICU-208 fixed names of middle and final targets
X-SVN-Rev: 2711
2000-10-17 16:41:22 +00:00
Yves Arrouye
744d096023 ICU-208 fixed names of middle and final targets
X-SVN-Rev: 2710
2000-10-17 16:39:33 +00:00
Yves Arrouye
fb83b2be8e ICU-480 fixed test on unknown.
X-SVN-Rev: 2709
2000-10-17 16:31:36 +00:00
Ram Viswanadha
4ec1e451f5 ICU-634 commented unnecessary code
X-SVN-Rev: 2708
2000-10-17 08:06:45 +00:00
Ram Viswanadha
0c6ea5520c ICU-673 Added HZ converter test.
X-SVN-Rev: 2707
2000-10-17 08:05:02 +00:00
Ram Viswanadha
af4e9945bb ICU-673 Added HZ converter.
X-SVN-Rev: 2706
2000-10-17 08:03:36 +00:00
Steven R. Loomis
cfa7836b11 ICU-630 Yes, HP, we DO want the SHLIB_PATH to have an effect
X-SVN-Rev: 2704
2000-10-17 02:01:33 +00:00
Steven R. Loomis
f72d7c48b8 ICU-655 forgot an include
X-SVN-Rev: 2703
2000-10-17 00:23:14 +00:00
Steven R. Loomis
b62d810914 ICU-668 more resource bundle version
X-SVN-Rev: 2702
2000-10-16 22:58:53 +00:00
Steven R. Loomis
184d9cc857 ICU-668 resource bundle getVersion() change
X-SVN-Rev: 2701
2000-10-16 22:54:15 +00:00
Yves Arrouye
50c10a16ef ICU-559 put Alpha Linux specific compiler flags in compiler variables, not cpp variable.
X-SVN-Rev: 2698
2000-10-16 18:31:29 +00:00
Ram Viswanadha
82fc81fef2 ICU-559 Added #define statement for Alpha/Linux for processing double denorm numbers
X-SVN-Rev: 2697
2000-10-16 18:09:22 +00:00
Ram Viswanadha
4fc4ca1095 ICU-559 Added compiler switches for Alpha/Linux platform
X-SVN-Rev: 2696
2000-10-16 18:07:23 +00:00
Ram Viswanadha
658f4145bb ICU-559 Added compiler specific switches for Alpha/Linux platform
X-SVN-Rev: 2695
2000-10-16 18:06:22 +00:00
Yves Arrouye
030eecf6ae ICU-671 added version ids.
X-SVN-Rev: 2694
2000-10-16 18:05:34 +00:00
Yves Arrouye
60abdbc718 ICU-208 versioning on Solaris, all compilers
X-SVN-Rev: 2693
2000-10-16 17:54:39 +00:00
Yves Arrouye
85ab5c8fa0 ICU-480 (piggybacking) add a CVS id to the file, so that one can diff easily a changed configure.in
X-SVN-Rev: 2692
2000-10-16 17:43:48 +00:00
Yves Arrouye
a28f6e29d6 ICU-480 nicer message for nl_langinfo(xxx)
X-SVN-Rev: 2691
2000-10-16 17:32:22 +00:00
Yves Arrouye
614eb112b5 ICU-480 detect nl_langinfo() and then tries to pass it CODESET and
_NL_CTYPE_CODESET_NAME, and set U_NL_LANGINFO_CODESET accordingly. If neither
works, define U_HAVE_NL_LANGINFO_CODESET to 0, for these NetBSD boxes...

X-SVN-Rev: 2690
2000-10-16 17:26:31 +00:00
Yves Arrouye
d388f7cca2 ICU-480 use mh-freebsd for NetBSD.
X-SVN-Rev: 2689
2000-10-16 17:25:16 +00:00
Steven R. Loomis
c585a87b9f ICU-391 AIX wouldn't work for out of source build
X-SVN-Rev: 2686
2000-10-14 02:06:18 +00:00
Steven R. Loomis
1bed854513 ICU-668 fix getVersionNumber
X-SVN-Rev: 2685
2000-10-14 01:53:59 +00:00
Vladimir Weinstein
dd747ba30b ICU-653 update to readme.html regarding library name changes on win32
X-SVN-Rev: 2684
2000-10-14 01:38:47 +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
Yves Arrouye
ab2b4c9240 ICU-640 define RTLD_GLOBAL to 0 if it wasn't defined by dlfcn.h
X-SVN-Rev: 2682
2000-10-13 22:13:35 +00:00
Steven R. Loomis
9d81ad69fc ICU-658 defer fixing this test some more
X-SVN-Rev: 2681
2000-10-13 21:43:07 +00:00
Steven R. Loomis
ffe912c568 ICU-578 fix for data symbol names and test data temporary directory collision
X-SVN-Rev: 2680
2000-10-13 21:03:49 +00:00
Yves Arrouye
f803c69a2b ICU-208 don't use AC_SUBST() w/ quotes changed, it doesn't work!?
X-SVN-Rev: 2679
2000-10-13 20:40:38 +00:00
Steven R. Loomis
2c7da70f68 ICU-525 install-sh +x bit
X-SVN-Rev: 2678
2000-10-13 20:39:27 +00:00
Yves Arrouye
8c8f9038b8 ICU-667 include the iostream that corresponds to the U_IOSTREAM_SOURCE, don't test operator<< if U_IOSTREAM_SOURCE is 0
X-SVN-Rev: 2677
2000-10-13 20:32:17 +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
Steven R. Loomis
f3e8304f2d ICU-599 removed trailing comma for aix
X-SVN-Rev: 2675
2000-10-13 18:50:38 +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