Commit Graph

65 Commits

Author SHA1 Message Date
George Rhoten
cdb62c7c6a ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15402
2004-05-19 06:28:40 +00:00
George Rhoten
cb8a4f23aa ICU-3546 No need to use internal headers here.
X-SVN-Rev: 15315
2004-05-14 22:02:45 +00:00
Markus Scherer
7b5b479d09 ICU-3343 fix and improve ucnv_safeClone() implementations
X-SVN-Rev: 14141
2003-12-16 05:16:55 +00:00
Markus Scherer
07e5fd82bb ICU-3179 make ISO-2022-xx return to ASCII mode at the very end of the text
X-SVN-Rev: 14071
2003-12-10 02:03:42 +00:00
Markus Scherer
bfd638cb7d ICU-3361 fix ISO-2022-CN according to RFC 1922 and to handle truncated escape sequences etc.
X-SVN-Rev: 13973
2003-12-03 17:54:17 +00:00
Markus Scherer
8fcfb9fe32 ICU-2449 reenable tests
X-SVN-Rev: 12725
2003-08-01 14:24:59 +00:00
Markus Scherer
305d4724a3 ICU-2449 adapt tests for new semantics of truncated sequences and move some to intltest data-driven conversion tests
X-SVN-Rev: 12648
2003-07-22 04:20:13 +00:00
George Rhoten
92842673da ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 12376
2003-06-09 04:57:01 +00:00
George Rhoten
1714ca9827 ICU-2729 Fix a memory leak
X-SVN-Rev: 11902
2003-05-12 23:44:53 +00:00
George Rhoten
1dddc4dfe6 ICU-2630 Remove the dependency on ibm-1159
X-SVN-Rev: 11569
2003-04-17 18:09:39 +00:00
Markus Scherer
a6213ee1c0 ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11464
2003-04-05 01:33:02 +00:00
Markus Scherer
442a78aeec ICU-2466 add IMAP-mailbox-name converter
X-SVN-Rev: 10187
2002-11-07 21:02:24 +00:00
Steven R. Loomis
c4f41c9378 ICU-1941 Allow -w option (don't error if data is missing) for converters
X-SVN-Rev: 9905
2002-09-20 19:07:19 +00:00
George Rhoten
d00b7eaa25 ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases
X-SVN-Rev: 9626
2002-08-08 22:46:05 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
Markus Scherer
3e5346ffbf ICU-1939 add TestTruncated - test that converters detect truncated input and set U_TRUNCATED_CHAR_FOUND
X-SVN-Rev: 8839
2002-06-11 20:42:06 +00:00
Markus Scherer
c46c9bd839 ICU-1939 UTF-32_PlatformEndian with its explicit name
X-SVN-Rev: 8833
2002-06-11 04:46:11 +00:00
George Rhoten
08ba528748 ICU-821 Fix for Linux 7.1
X-SVN-Rev: 5683
2001-09-01 04:23:43 +00:00
George Rhoten
35591e5501 ICU-1019 add const to the context pointers
X-SVN-Rev: 5105
2001-06-26 22:51:14 +00:00
George Rhoten
4bf13c79e9 ICU-900 Fixed some compilre warnings.
X-SVN-Rev: 4858
2001-05-31 23:20:21 +00:00
George Rhoten
d6829894d8 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4775
2001-05-23 20:44:42 +00:00
George Rhoten
70a1956607 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4742
2001-05-21 23:41:44 +00:00
George Rhoten
6e7e2a9b3b ICU-597 The regression test buffer is now much smaller.
X-SVN-Rev: 4627
2001-05-08 22:58:58 +00:00
George Rhoten
cec784e1f3 ICU-597 Hopefully this will fix the memory problem on os/400
X-SVN-Rev: 4568
2001-04-26 01:16:57 +00:00
Ram Viswanadha
57c9dec10f ICU-915 Tests for bug fix
X-SVN-Rev: 4399
2001-03-29 18:53:46 +00:00
George Rhoten
4f7a441b80 ICU-865 be more efficient for memory allocation on machines with a small amount of memory or large memory addressing problems
X-SVN-Rev: 4316
2001-03-23 21:47:36 +00:00
Ram Viswanadha
ef97b534cd ICU-903 update copyright notices
X-SVN-Rev: 4233
2001-03-21 19:46:49 +00:00
Ram Viswanadha
86db72407e ICU-862 Updated tests for ibm-1362
X-SVN-Rev: 4038
2001-03-13 00:07:23 +00:00
George Rhoten
7d9fa8e69b ICU-432 sizeof may not work for a single byte array.
X-SVN-Rev: 4016
2001-03-10 02:15:26 +00:00
George Rhoten
2a52ff5f41 ICU-681 int -> int32_t
X-SVN-Rev: 3586
2001-02-08 00:30:45 +00:00
Ram Viswanadha
df7bd557f7 ICU-722 Changed flush param on ucnv_toUnicode and ucnv_fromUnicode
X-SVN-Rev: 3581
2001-02-07 00:38:08 +00:00
Ram Viswanadha
c666a0f552 ICU-722 Added Tests for ucnv_resetToU and ucnv_resetFromU functions
X-SVN-Rev: 3580
2001-02-07 00:27:38 +00:00
Ram Viswanadha
b353c338e6 ICU-634 Modified tests to reflect changes in writeSub
X-SVN-Rev: 3531
2001-02-02 03:53:58 +00:00
George Rhoten
f3b0afa7cf ICU-717 Enabled some previously disabled tests and fixed incorrect tests at the same time. Some compiler warnings were also fixed.
X-SVN-Rev: 3521
2001-02-01 01:27:05 +00:00
George Rhoten
a2443f35fa ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3513
2001-01-31 23:07:55 +00:00
George Rhoten
96f5845f04 ICU-286 Added more tests for utf-32
X-SVN-Rev: 3480
2001-01-25 20:14:08 +00:00
Markus Scherer
da24b0c469 ICU-484 test for correct offsets with surrogate pairs
X-SVN-Rev: 3357
2001-01-02 23:14:33 +00:00
George Rhoten
c9793c6267 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2967
2000-11-21 04:05:39 +00:00
Ram Viswanadha
a0913212f1 ICU-703 Fixed bugs for Alpha/Linux
X-SVN-Rev: 2899
2000-11-10 17:56:16 +00:00
Ram Viswanadha
f7a4b0a4ea ICU-703 Added more tests for ISO 2022 converters
X-SVN-Rev: 2887
2000-11-08 23:15:12 +00:00
George Rhoten
5a4b13aa48 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2353
2000-08-24 21:40:26 +00:00
Helena Chapman
2ed77b81bc ICU-401 More S/400 fixes.
X-SVN-Rev: 2296
2000-08-16 22:30:12 +00:00
Madhu K
dc652e696a ICU-447 fixed the errors in test cases
X-SVN-Rev: 2274
2000-08-16 00:01:15 +00:00
Helena Chapman
3f2fb26333 ICU-401 Make 1.6 tree compiled and linked on S/400.
X-SVN-Rev: 2233
2000-08-14 23:35:57 +00:00
Vladimir Weinstein
cc30f756d3 ICU-432 more leaks fixes
X-SVN-Rev: 2231
2000-08-14 23:14:23 +00:00
Madhu K
0656b37412 ICU-535 Removed compiler warnings
X-SVN-Rev: 2223
2000-08-14 17:47:43 +00:00
Madhu K
ec02ab0d69 ICU-535 Removed warnings
X-SVN-Rev: 2221
2000-08-14 17:13:09 +00:00
Markus Scherer
7ad13c4086 ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
X-SVN-Rev: 2202
2000-08-11 19:51:13 +00:00
George Rhoten
f2f6b304bd ICU-535 fixed some compiler warnings
X-SVN-Rev: 2190
2000-08-11 17:20:20 +00:00
Madhu K
ae73db3839 ICU-447 Added tests to increase code-coverage
X-SVN-Rev: 2123
2000-08-07 22:25:48 +00:00