Steven R. Loomis
76ac79bbe5
ICU-681 hpux (test pthread_mutex_destroy instead of pthread_create)
...
X-SVN-Rev: 2738
2000-10-19 22:59:55 +00:00
Steven R. Loomis
f6da76605b
ICU-208 build on hpux
...
X-SVN-Rev: 2737
2000-10-19 22:58:07 +00:00
George Rhoten
9862deea3b
ICU-97 Slightly faster performance by saving the symbolLength
...
X-SVN-Rev: 2736
2000-10-19 21:31:53 +00:00
George Rhoten
94e819c3cb
ICU-97 Errors are now printed using log_err instead of printf.
...
X-SVN-Rev: 2735
2000-10-19 21:09:49 +00:00
George Rhoten
78edf0f241
ICU-97 Made it easier to debug this code, and it now conforms to the ICU coding guidelines better.
...
X-SVN-Rev: 2734
2000-10-19 21:08:05 +00:00
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
Alan Liu
9086f460de
Calendar reorg: move format methods into DateFormat and DFS
...
X-SVN-Rev: 2727
2000-10-19 00:27:16 +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
Alan Liu
62cf98cb82
Calendar reorg: move format methods into DateFormat and DFS
...
X-SVN-Rev: 2718
2000-10-17 21:07:14 +00:00
Alan Liu
39566ddeb3
Calendar reorg: move format methods into DateFormat and DFS
...
X-SVN-Rev: 2717
2000-10-17 20:55:09 +00:00
Alan Liu
2766ee5291
Calendar reorg: merge IBMCalendar into com.ibm.util.Calendar
...
X-SVN-Rev: 2716
2000-10-17 18:36:15 +00:00
Ram Viswanadha
e5b3fb0aa1
ICU-673 Fixed state bug
...
X-SVN-Rev: 2715
2000-10-17 18:28:20 +00:00
Alan Liu
27cec81867
Calendar reorg: merge IBMCalendar into com.ibm.util.Calendar
...
X-SVN-Rev: 2714
2000-10-17 18:26:45 +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
Madhu K
854aef8268
Fixed the bug in test case. IllegalArgumentException was mis-spelt as IlegalArgumentException
...
X-SVN-Rev: 2688
2000-10-16 16:58:29 +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