Yves Arrouye
f36bd9a39a
ICU-381 replaced U_NULL by NULL.
...
X-SVN-Rev: 1362
2000-05-13 16:27:10 +00:00
Steven R. Loomis
b67cfb9fbe
ICU-200 os400 build update (use $(LIBICU) instead of "libicu-" everywhere)
...
X-SVN-Rev: 1361
2000-05-13 00:13:15 +00:00
Helena Chapman
4a4bbe2373
ICU-43 Added fallback implementation to handle to/fromUnicode
...
mapping correctly.
X-SVN-Rev: 1359
2000-05-12 19:59:03 +00:00
Yves Arrouye
0d35fb05a2
ICU-390 define the right cpp symbols for compilation under Linux
...
and Solaris when gcc -ansi is used (which negates POSIX, X/Open, BSD, and
SVID specific definitions in the standard libraries, definitions that ICU
needs).
X-SVN-Rev: 1354
2000-05-12 01:15:50 +00:00
Yves Arrouye
164abc5005
ICU-348 added -ansi to gcc's strict options (needs j390 to work).
...
X-SVN-Rev: 1353
2000-05-12 01:09:51 +00:00
Yves Arrouye
38baf3e075
ICU-390 define __USE_POSIX and __USE_XOPEN before including
...
<time.h> if POSIX and LINUX are both defined.
X-SVN-Rev: 1352
2000-05-12 00:42:00 +00:00
Steven R. Loomis
f593b7b958
ICU-375 cleanup, made dll loading work anywhere dlopen() is detected
...
X-SVN-Rev: 1351
2000-05-11 23:23:49 +00:00
Steven R. Loomis
f4feacb317
ICU-375 Please remember to check in 'configure' if you change 'configure.in'
...
X-SVN-Rev: 1350
2000-05-11 23:19:25 +00:00
Yves Arrouye
8e3346f6f4
ICU-381 revert to using NULL on Markus's demand, and use 0 in the place
...
where NULL is inappropriate (resbund.cpp); backed up to the (wrong) definition
of NULL if it doesn't exist, and got rid of U_NULL (unicode/utypes.h).
X-SVN-Rev: 1349
2000-05-11 20:37:38 +00:00
Vladimir Weinstein
89472a58ef
ICU-375 removed complaints by Solaris CC
...
X-SVN-Rev: 1334
2000-05-04 22:41:23 +00:00
Helena Chapman
784f896999
ICU-375 The release number can't contain non-numeric values.
...
X-SVN-Rev: 1333
2000-05-04 19:37:05 +00:00
Markus Scherer
faa9cb8e41
ICU-176 remove incorrect 'inline's
...
X-SVN-Rev: 1332
2000-05-04 18:21:36 +00:00
Markus Scherer
327ce99a6a
ICU-375 update the version number to 1.5d01
...
X-SVN-Rev: 1331
2000-05-04 17:54:52 +00:00
Helena Chapman
a124d40e32
ICU-375 Restore the configure settings back to the pre-1.4.1.2 release configuration.
...
X-SVN-Rev: 1330
2000-05-04 17:41:31 +00:00
Madhu K
46fa36afb8
ICU-176 Addional tests for UTF-16 support
...
X-SVN-Rev: 1329
2000-05-04 17:27:16 +00:00
Markus Scherer
c9456067c2
ICU-375 build ToC with pointers for DLLs
...
X-SVN-Rev: 1328
2000-05-04 16:21:16 +00:00
Markus Scherer
1ab47dab64
ICU-375 improve *printf messages
...
X-SVN-Rev: 1327
2000-05-04 15:36:17 +00:00
Markus Scherer
16de35807f
ICU-375 avoid naming conflict on Linux
...
X-SVN-Rev: 1326
2000-05-04 00:34:46 +00:00
Markus Scherer
b1db3cc5e1
ICU-368 change for new iostream include mechanism
...
X-SVN-Rev: 1325
2000-05-03 23:16:03 +00:00
Markus Scherer
6b6bbd29f1
ICU-375 correct isAcceptable signature
...
X-SVN-Rev: 1324
2000-05-03 23:15:02 +00:00
Markus Scherer
d6ff2cbfec
ICU-375 merge testmap from 1.4.1.2 and adapt to reimplemented udata
...
X-SVN-Rev: 1323
2000-05-03 23:14:11 +00:00
Markus Scherer
7c7a980e20
ICU-375 do not compile strict if windows.h is included
...
X-SVN-Rev: 1322
2000-05-03 23:13:13 +00:00
Markus Scherer
9edd9fec5f
ICU-375 rewrite udata without #ifdef UDATA_MAP/DLL, use flat or pointer ToC etc.
...
X-SVN-Rev: 1321
2000-05-03 23:11:04 +00:00
Markus Scherer
d26ceb832d
ICU-375 merge udata_setCommonData() from 1.4.1.2 and correct isAcceptable signature
...
X-SVN-Rev: 1320
2000-05-03 23:09:44 +00:00
Markus Scherer
2823c69013
ICU-375 optionally write .c ToC file for DLLs
...
X-SVN-Rev: 1319
2000-05-03 23:08:50 +00:00
Markus Scherer
2c9d02db77
ICU-375 on Win32, optionally write .obj directly from flat file
...
X-SVN-Rev: 1318
2000-05-03 23:08:20 +00:00
Madhu K
002534a549
ICU-176 Added Test file for UTF-16 macros
...
X-SVN-Rev: 1317
2000-05-03 20:54:37 +00:00
Madhu K
215f6fd609
ICU-176 Testing for UTF-16 macros
...
X-SVN-Rev: 1316
2000-05-03 20:52:18 +00:00
Helena Chapman
de614a1849
ICU-375 Add alias entry for hp's roman8.
...
X-SVN-Rev: 1315
2000-05-03 20:45:42 +00:00
Helena Chapman
1de326b1fe
ICU-375 Added code to detect system default locale in POSIX environments. Merged back from 1.4.1.2 release.
...
X-SVN-Rev: 1311
2000-05-02 23:25:45 +00:00
Helena Chapman
160a920ab9
ICU-375 Added uprv_strdup(). Though not used in code right now, may be useful. Merged back from 1.4.1.2 release.
...
X-SVN-Rev: 1310
2000-05-02 23:16:50 +00:00
Helena Chapman
13cfb76051
ICU-375 Build the memory mapped DLL on all the platforms but HP-UX. Merged back from 1.4.1.2 release.
...
X-SVN-Rev: 1309
2000-05-02 23:12:53 +00:00
Helena Chapman
d8128bf990
ICU-375 Updated with more IANA name changes. Merged back from 1.4.1.2 release.
...
X-SVN-Rev: 1308
2000-05-02 22:59:13 +00:00
Helena Chapman
25350aded2
ICU-375 Updated the Korean codepage (for windows) to include the
...
\x5C character mapping.
X-SVN-Rev: 1307
2000-05-02 22:58:30 +00:00
Yves Arrouye
ada29b435b
ICU-381 use U_NULL instead of NULL.
...
X-SVN-Rev: 1306
2000-05-02 22:50:42 +00:00
Yves Arrouye
fd7dd7316f
ICU-368 on WIN32, use <iostream.h> as using<iostream> briter.cpp.
...
X-SVN-Rev: 1305
2000-05-02 22:49:37 +00:00
Yves Arrouye
808294bc94
ICU-377 more changes from Todd for timezone handling on Rhapsody.
...
X-SVN-Rev: 1297
2000-04-28 16:17:04 +00:00
Yves Arrouye
15bba7372f
ICU-362 if HAVE_INTTYPES_H is false, include <sys/types.h> and other
...
headers before typedef'ing ourselves.
X-SVN-Rev: 1296
2000-04-28 05:19:07 +00:00
Yves Arrouye
0ea9057be1
ICU-377 Changed "LMBCS_" ## #n to "LMBCS_" #n (should be the same
...
effect) because that confuses older gcc on Rhapsody.
X-SVN-Rev: 1295
2000-04-28 04:37:48 +00:00
Yves Arrouye
4d0f747e86
ICU-378 (Todd) Use falback for timezone on Rhapsody too.
...
X-SVN-Rev: 1294
2000-04-28 04:36:17 +00:00
Yves Arrouye
17e8d58a0b
ICU-379 replaced a NULL by 0 to enable build on Solaris / WebObjects.
...
X-SVN-Rev: 1293
2000-04-28 04:35:41 +00:00
Yves Arrouye
e730d995ca
ICU-377 set platform to RHAPSODY when appropriate.
...
X-SVN-Rev: 1281
2000-04-27 22:06:51 +00:00
Yves Arrouye
39eeca6269
ICU-368 always set U_IOSTREAM_SOURCE to 0 before testing, to avoid a potential case where it would be the empty string
...
X-SVN-Rev: 1279
2000-04-27 21:20:16 +00:00
Yves Arrouye
352e371199
ICU-377 added *-apple-rhapsody* to use the config/mh-rhapsody fragment
...
X-SVN-Rev: 1278
2000-04-27 21:13:02 +00:00
Vladimir Weinstein
85c29b7a5d
ICU-374 testmap port for Win32
...
X-SVN-Rev: 1273
2000-04-27 18:13:32 +00:00
Steven R. Loomis
01dd42d7d0
ICU-374 new test for new setCommonData API
...
X-SVN-Rev: 1253
2000-04-26 05:07:03 +00:00
Yves Arrouye
ebd22f3413
ICU-368 conditionally use <iostream> (and the std namespace),
...
<iostream.h>, or no streams at all depending on the value of U_IOSTREAM_SOURCE.
X-SVN-Rev: 1252
2000-04-25 21:33:15 +00:00
Yves Arrouye
5630fb77db
ICU-368 do not use C++ streams at all for tests so that they can
...
run in the lame WebObjects 4 environment.
X-SVN-Rev: 1251
2000-04-25 21:32:10 +00:00
Yves Arrouye
f59e194eab
ICU-368 #define U_IOSTREAM_SOURCE to the level of I/O streams support
...
of the platform (see comment inside headers)
X-SVN-Rev: 1250
2000-04-25 21:20:01 +00:00
Yves Arrouye
978f1cfef5
ICU-368 auto-detection of <iostream>, <iostream.h>, and whether one can resolve an external reference to cout if <iostream.h> is found.
...
X-SVN-Rev: 1249
2000-04-25 21:18:35 +00:00
Markus Scherer
117c9b824b
ICU-298 jitterbug 130: add support for u_isMirrored() and u_charMirror()
...
X-SVN-Rev: 1240
2000-04-24 22:44:06 +00:00
Markus Scherer
b091b5e0f2
ICU-298 jitterbug 130: add support for u_isMirrored() and u_charMirror()
...
X-SVN-Rev: 1239
2000-04-24 22:31:22 +00:00
Yves Arrouye
d614d72b32
ICU-314 fixed use of DESTDIR in install line
...
X-SVN-Rev: 1233
2000-04-24 20:43:09 +00:00
Yves Arrouye
322925133b
ICU-348 fixed declarations.
...
X-SVN-Rev: 1229
2000-04-24 20:25:06 +00:00
Yves Arrouye
c879203ab5
ICU-212 change includes and ICUDATADIR definitions to work outside of the source tree
...
X-SVN-Rev: 1228
2000-04-24 20:20:09 +00:00
Steven R. Loomis
6883034905
ICU-130 genprops builds on linux
...
X-SVN-Rev: 1226
2000-04-22 18:35:29 +00:00
Steven R. Loomis
1f1373d7ec
ICU-130 genprops
...
X-SVN-Rev: 1223
2000-04-22 17:05:35 +00:00
Steven R. Loomis
b9cfdb24d5
ICU-130 genprops
...
X-SVN-Rev: 1222
2000-04-22 17:00:28 +00:00
Markus Scherer
13de7186f7
ICU-130 generate uprops.dat in the build process
...
X-SVN-Rev: 1209
2000-04-21 19:49:30 +00:00
Markus Scherer
448c3e92fb
ICU-130 generate unames.dat from files in icu/data/unidata
...
X-SVN-Rev: 1208
2000-04-21 19:44:59 +00:00
Markus Scherer
3172a5377c
ICU-130 generate uprops.dat in the build process
...
X-SVN-Rev: 1207
2000-04-21 19:36:38 +00:00
Markus Scherer
405bed84d9
ICU-176 make the utf_is_first/second_surrogate() work with code points
...
X-SVN-Rev: 1206
2000-04-21 18:56:21 +00:00
Markus Scherer
a0930d3920
ICU-130 add Unicode char properties files in icu/data/unidata and keep them up to date without name change
...
X-SVN-Rev: 1204
2000-04-20 23:45:39 +00:00
Markus Scherer
f421a70211
ICU-176 add and document full, efficient UTF-16 support to CharacterIterator and ForwardCharacterIterator
...
X-SVN-Rev: 1203
2000-04-20 23:02:20 +00:00
Vladimir Weinstein
c9bdfc72b2
ICU-267 fix warnings, new .dsp file
...
X-SVN-Rev: 1201
2000-04-20 20:57:51 +00:00
Steven R. Loomis
994272e648
ICU-267 initialize staticdata before use
...
X-SVN-Rev: 1200
2000-04-20 20:37:59 +00:00
Steven R. Loomis
8d090803e0
ICU-267 intialize 'size' var.
...
X-SVN-Rev: 1199
2000-04-20 20:37:40 +00:00
Steven R. Loomis
fd4d62ffe1
ICU-267 move static data into makeconv for data based converters, fix initialization during makeconv
...
X-SVN-Rev: 1198
2000-04-20 19:43:32 +00:00
Steven R. Loomis
631d0d7614
ICU-267 Move data-based converters' static data into makeconv.
...
X-SVN-Rev: 1197
2000-04-20 19:42:36 +00:00
Steven R. Loomis
05a806c6bc
ICU-367 clean up use of iostream.h
...
X-SVN-Rev: 1179
2000-04-20 17:16:45 +00:00
Markus Scherer
d5df4b9b18
ICU-130 improve common file parser
...
X-SVN-Rev: 1178
2000-04-20 16:43:10 +00:00
Markus Scherer
fabb1e67cd
ICU-365 fix u_versionFromString()
...
X-SVN-Rev: 1177
2000-04-20 16:42:26 +00:00
Steven R. Loomis
6e9f280f6c
ICU-267 make CNV file format portable. (+ makeconv cleanup)
...
X-SVN-Rev: 1176
2000-04-19 23:05:27 +00:00
Steven R. Loomis
5c83448e16
ICU-267 ucnv no longer exposes ucmp8, you'll have to declare it yourself
...
X-SVN-Rev: 1175
2000-04-19 22:13:47 +00:00
Markus Scherer
a2707cca7c
ICU-365 fix u_versionFromString()
...
X-SVN-Rev: 1174
2000-04-19 22:13:30 +00:00
Markus Scherer
47ba9784e0
ICU-176 test constructors from UChar32 and from capacity
...
X-SVN-Rev: 1173
2000-04-19 21:58:21 +00:00
Markus Scherer
a84cd3f751
ICU-176 change constructors from UChar32 and from capacity as proposed
...
X-SVN-Rev: 1172
2000-04-19 20:39:54 +00:00
Markus Scherer
7da96509f7
ICU-176 dix definitions of new inline functions
...
X-SVN-Rev: 1171
2000-04-19 20:28:38 +00:00
Markus Scherer
aaa1c97607
ICU-176 change constructors from UChar32 and from capacity as proposed
...
X-SVN-Rev: 1170
2000-04-19 20:27:00 +00:00
Markus Scherer
1ec1a729fd
ICU-176 fix UTF_IS_SURROGATE_FIRST()
...
X-SVN-Rev: 1169
2000-04-19 20:21:07 +00:00
Steven R. Loomis
e2270878c4
ICU-365 fix version 1.4.2
...
X-SVN-Rev: 1168
2000-04-19 20:01:41 +00:00
Steven R. Loomis
dbced2f8e3
ICU-365 improved version test
...
X-SVN-Rev: 1167
2000-04-19 20:00:49 +00:00
Markus Scherer
9a19714271
ICU-364 do not test for never-changing formatVersions on icu data files - they do change
...
X-SVN-Rev: 1164
2000-04-19 00:16:36 +00:00
Markus Scherer
d746e3170a
ICU-364 adapt to new signature of getLongPathname()
...
X-SVN-Rev: 1163
2000-04-19 00:14:53 +00:00
Markus Scherer
49e35ddc5f
ICU-364 data generator tools command line syntax changed
...
X-SVN-Rev: 1162
2000-04-19 00:06:20 +00:00
Markus Scherer
1b95d73799
ICU-364 command line syntax changed
...
X-SVN-Rev: 1161
2000-04-19 00:04:41 +00:00
Markus Scherer
8c45aac594
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1159
2000-04-18 23:51:15 +00:00
Markus Scherer
688d9bb04e
ICU-364 getLongPathname() take and return _const_ char *
...
X-SVN-Rev: 1155
2000-04-18 23:13:56 +00:00
Helena Chapman
1fb58be175
ICU-239 Added tests for u_vparseMessage.
...
X-SVN-Rev: 1154
2000-04-18 22:24:00 +00:00
Helena Chapman
a5c27f96f8
ICU-239 Added tests for u_vformatMessage.
...
X-SVN-Rev: 1153
2000-04-18 22:18:05 +00:00
Markus Scherer
5bb06e0a40
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1152
2000-04-18 22:14:16 +00:00
Helena Chapman
feff591551
ICU-354 Merge back the 1.4.1.1 changes.
...
X-SVN-Rev: 1151
2000-04-18 21:57:47 +00:00
Markus Scherer
c4d6bcb194
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1150
2000-04-18 21:55:53 +00:00
Markus Scherer
03d4e9a562
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1149
2000-04-18 21:43:24 +00:00
Markus Scherer
3b795be131
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1148
2000-04-18 21:16:39 +00:00
Markus Scherer
34de559dd7
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1147
2000-04-18 20:51:36 +00:00
Markus Scherer
5791fc267d
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1146
2000-04-18 20:31:36 +00:00
Markus Scherer
aa9a63a3a4
ICU-364 fix adding / to non-terminated destdir
...
X-SVN-Rev: 1145
2000-04-18 20:31:01 +00:00
Markus Scherer
6b2a1ac354
ICU-363 turn a class constant into an enum
...
X-SVN-Rev: 1144
2000-04-18 18:46:46 +00:00
Markus Scherer
92c839c280
ICU-130 need to actually use the delimiter parameter...
...
X-SVN-Rev: 1143
2000-04-18 18:13:03 +00:00