Commit Graph

945 Commits

Author SHA1 Message Date
Yves Arrouye
8292436157 ICU-254 cleanup data files correctly.
X-SVN-Rev: 1100
2000-04-10 22:01:59 +00:00
Yves Arrouye
03014927b8 ICU-347 moved the macros definitions into aclocal.m4, of course...
X-SVN-Rev: 1099
2000-04-10 21:54:53 +00:00
Brendan Murray
2667f27fcd ICU-98 SRL rejected change to configure because it was overwritten. I have reapplied change to source\configure and added to source\aclocal.m4 to allow autoconf to work correctly.
X-SVN-Rev: 1098
2000-04-10 21:43:26 +00:00
Markus Scherer
b1c5fc409a ICU-348 add {} to initializer of array of structs
X-SVN-Rev: 1097
2000-04-07 23:10:53 +00:00
Markus Scherer
12317a643b ICU-348 align c++ class field declaration and initialization order
X-SVN-Rev: 1096
2000-04-07 23:10:09 +00:00
Vladimir Weinstein
90fadc72aa ICU-351 changes for PTX support
X-SVN-Rev: 1095
2000-04-07 22:24:08 +00:00
Markus Scherer
5d813e3499 ICU-350 just add j350 test, still do all tests from -r 1.14
X-SVN-Rev: 1094
2000-04-07 20:23:24 +00:00
Markus Scherer
9c2fc5ab0f ICU-350 ucnv_openCCSID() did not work for 10xx etc.
X-SVN-Rev: 1093
2000-04-07 16:58:58 +00:00
Yves Arrouye
8c8828272a ICU-347 Define the uprv_wcs* as macros that don't take arguments, so
that one can take a pointer to one of these.

X-SVN-Rev: 1092
2000-04-07 01:24:48 +00:00
Yves Arrouye
4937f212fa ICU-212 please be nice, whenever you -I$(top_srcdir)/common (or
something to that effect), also -I$(top_builddir)/common, since that is
where unicode/platform.h is generated.

X-SVN-Rev: 1091
2000-04-07 01:22:47 +00:00
Yves Arrouye
318f3cb528 ICU-347 if U_SIZEOF_WCHAR_T == 0 then undef it before setting it in
case it is really defined to 0, not undefined.

X-SVN-Rev: 1090
2000-04-06 23:37:46 +00:00
Yves Arrouye
12e6889366 ICU-347 new configure tests to check for the existence of wchar.h
(use #if U_HAVE_WCHAR_H) and the size of wchar_t (use U_SIZEOF_WCHAR_T to get
the size). The new symbols appear in platform.h (and icucfg gets a HAVE_WCHAR_H too).

X-SVN-Rev: 1089
2000-04-06 23:36:17 +00:00
Markus Scherer
7362589426 ICU-347 do not use wchar.h except when we really need it and we know that we have it
X-SVN-Rev: 1088
2000-04-06 23:22:58 +00:00
Markus Scherer
db929853bc ICU-347 do not use wchar.h except when we really need it and we know that we have it
X-SVN-Rev: 1087
2000-04-06 23:06:48 +00:00
Markus Scherer
84aa10b17f ICU-347 do not use wchar.h except when we really need it and we know that we have it
X-SVN-Rev: 1086
2000-04-06 22:59:56 +00:00
Markus Scherer
20dd1961d9 ICU-347 do not use wchar.h except when we really need it and we know that we have it
X-SVN-Rev: 1085
2000-04-06 22:42:13 +00:00
Vladimir Weinstein
deab4668f6 ICU-349 corrected data in zh, zh_TW
X-SVN-Rev: 1084
2000-04-06 21:54:23 +00:00
Markus Scherer
2dcb6e5200 ICU-315 S/390 fix was left out
X-SVN-Rev: 1082
2000-04-06 20:23:01 +00:00
Markus Scherer
0399573487 ICU-176 numDisplayCells() UTF-16 enabled
X-SVN-Rev: 1081
2000-04-06 16:47:20 +00:00
Markus Scherer
e542c7dedc ICU-346 change IEEE_754 to a numeric macro (value 0 or 1)
X-SVN-Rev: 1080
2000-04-06 16:45:03 +00:00
Yves Arrouye
301333cfed ICU-348 make the tag string a temporary to please gcc (getting the
address of a temporary is dangerous as the compiler may decide to call the
temporary's destructor before calling the function using its address).

X-SVN-Rev: 1079
2000-04-05 23:20:34 +00:00
Yves Arrouye
3f818deeaa ICU-348 do not do signed arithmetic with unsigned types, because you'll
be surprised by the results!

X-SVN-Rev: 1078
2000-04-05 23:17:50 +00:00
Yves Arrouye
270334248b ICU-348 cast to const wchar_t * before calling uprv_wcslen() in order
to avoid a warning on platforms where U_SIZEOF_WCHAR_T isn't sizeof(UChar).

X-SVN-Rev: 1077
2000-04-05 23:14:40 +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
Alan Liu
b24fb13633 ICU-315 fix C compile errors
X-SVN-Rev: 1075
2000-04-05 21:33:50 +00:00
Markus Scherer
ba8d5f7882 ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1073
2000-04-05 19:45:48 +00:00
Alan Liu
b839eb84e0 ICU-315 add uprv_IEEEremainder doc
X-SVN-Rev: 1072
2000-04-05 19:18:53 +00:00
John Fitzpatrick
c420e90cf3 Initial checkin
X-SVN-Rev: 1071
2000-04-05 18:05:11 +00:00
John Fitzpatrick
a7322ccf5c Restored com.ibm.math.BigDecimal support
X-SVN-Rev: 1070
2000-04-05 18:00:19 +00:00
John Fitzpatrick
bde27a6d88 Restored com.ibm.math.BigDecimal support
X-SVN-Rev: 1069
2000-04-05 17:40:54 +00:00
John Fitzpatrick
96dce060a3 Restored com.ibm.math.BigDecimal support
X-SVN-Rev: 1068
2000-04-05 17:04:30 +00:00
John Fitzpatrick
9d7cfece10 Fixed some complete class names to use the new packages.
X-SVN-Rev: 1067
2000-04-05 17:01:53 +00:00
Alan Liu
5142b7614c ICU-315 add portable IEEEremainder implementation
X-SVN-Rev: 1066
2000-04-05 16:53:37 +00:00
Markus Scherer
03d8cd3182 ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1063
2000-04-04 22:53:22 +00:00
Markus Scherer
cd71b64e4d ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1062
2000-04-04 22:31:44 +00:00
Alan Liu
2fede3c426 ICU-315 recode readLine to work on S/390; improve debugging output
X-SVN-Rev: 1061
2000-04-04 20:44:43 +00:00
Steven R. Loomis
cdbba17cce ICU-271 bugfix, range error
X-SVN-Rev: 1060
2000-04-04 16:53:01 +00:00
Markus Scherer
9a74ba932e ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1059
2000-04-04 16:30:21 +00:00
Steven R. Loomis
1dec33985b ICU-271 add LMBCS to the UNIX makefile.
X-SVN-Rev: 1053
2000-04-04 00:43:11 +00:00
Markus Scherer
bba7ac1a00 ICU-176 UTF-16 changes for UnicodeString
X-SVN-Rev: 1052
2000-04-03 23:53:59 +00:00
Markus Scherer
d4a1842748 ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1051
2000-04-03 19:56:20 +00:00
Markus Scherer
e60f81180f ICU-176 UTF-16 changes for UnicodeString
X-SVN-Rev: 1050
2000-04-01 00:21:57 +00:00
Markus Scherer
f539dd4e91 ICU-176 better UChar[32] type detection
X-SVN-Rev: 1049
2000-04-01 00:17:55 +00:00
Alan Liu
34b14575f4 ICU-149 make UnicodeString delegate hashcode computation to uhash
X-SVN-Rev: 1048
2000-03-31 23:50:49 +00:00
Markus Scherer
5569140fea ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1047
2000-03-31 23:26:31 +00:00
John Fitzpatrick
d689922026 Updated to build com.ibm.math
X-SVN-Rev: 1046
2000-03-31 22:39:00 +00:00
Markus Scherer
fb52c91781 ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1045
2000-03-31 22:02:12 +00:00
Markus Scherer
2b5a36af8c ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1044
2000-03-31 21:45:17 +00:00
John Fitzpatrick
baa708ff68 Updated demos to compile with new calendar classes in
com.ibm.util

X-SVN-Rev: 1043
2000-03-31 18:49:02 +00:00
Jim Snyder Grant
2dbef4e207 ICU-271 First-pass LMBCS support (Lotus Multi-byte Character set)
X-SVN-Rev: 1042
2000-03-31 16:53:09 +00:00