Commit Graph

1157 Commits

Author SHA1 Message Date
Doug Felt
5275593e3f Scrollbars were getting created with negative block increments
if the component were not yet visible, leading to warnings on linux
systems.  Force block increment to at least zero in order to avoid
spurious warnings.

X-SVN-Rev: 1347
2000-05-10 21:54:57 +00:00
Doug Felt
afc7dc4f92 Sometimes the offscreen buffer was getting created
before the component was fully initialized.  This does not
create the buffer unless the component is visible.

X-SVN-Rev: 1346
2000-05-10 21:52:50 +00:00
Eric Mader
a4a8090ea9 Built with a larger word list and in the correct format...
X-SVN-Rev: 1345
2000-05-09 22:55:23 +00:00
Eric Mader
5f3646b38e Convert rules to new syntax.
X-SVN-Rev: 1344
2000-05-09 22:54:31 +00:00
Eric Mader
f5f970869c Hack to keep state machine for Thai word break rules from getting
stuck.

X-SVN-Rev: 1343
2000-05-09 22:50:42 +00:00
Eric Mader
24ba81049f Treat state like an unsigned short.
X-SVN-Rev: 1342
2000-05-09 22:49:12 +00:00
Eric Mader
8e742fa555 Copy english.dict to com.ibm.demo.rbbi instead of
com.ibm.text.resources

X-SVN-Rev: 1341
2000-05-09 22:44:28 +00:00
Eric Mader
c302b8c30d Changes for building large dictionaries.
X-SVN-Rev: 1340
2000-05-09 22:38:37 +00:00
Eric Mader
244719a599 Source file for building english.dict for rbbi demo.
X-SVN-Rev: 1339
2000-05-09 22:37:47 +00:00
Helena Chapman
c8640a9f52 ICU-375 Updated the docs/ to reflect name changes.
X-SVN-Rev: 1338
2000-05-05 21:16:58 +00:00
Helena Chapman
d933dc2aaf ICU-375 Updated the docs/ to reflect name changes.
X-SVN-Rev: 1335
2000-05-05 20:31:10 +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
Alan Liu
749ff7c5f6 Modify rules to maintain round-trip jamo-latin-jamo integrity
X-SVN-Rev: 1303
2000-05-01 20:56:34 +00:00
Alan Liu
d290f6a810 Extend error limit
X-SVN-Rev: 1302
2000-05-01 20:56:04 +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
Alan Liu
db7b1742ee Update syntax displayed by toString
X-SVN-Rev: 1292
2000-04-28 01:22:01 +00:00
Alan Liu
041d02897d Fix some pathological corner cases that fail round-trip
X-SVN-Rev: 1291
2000-04-28 01:21:29 +00:00
Alan Liu
31a28e98a1 Fix syntax errors
X-SVN-Rev: 1290
2000-04-28 00:25:54 +00:00
Alan Liu
8c56afe778 Improve error reporting
X-SVN-Rev: 1289
2000-04-28 00:25:42 +00:00
Alan Liu
c65b44c418 Update zip target
X-SVN-Rev: 1288
2000-04-27 23:34:06 +00:00