Markus Scherer
2d4410c3f2
ICU-505 more reasonable input buffer size
...
X-SVN-Rev: 1906
2000-07-17 19:48:55 +00:00
Markus Scherer
4b51eae486
ICU-505 remove obsolete values and move error buffer length to ucnv_bld.h
...
X-SVN-Rev: 1905
2000-07-17 19:48:25 +00:00
Markus Scherer
5b2fb059cd
ICU-505 increase size of overflow buffer to 32 (need >=24)
...
X-SVN-Rev: 1904
2000-07-17 19:47:36 +00:00
Jim Snyder Grant
af1856f980
ICU-505 temporarily commented out test causing crash.
...
X-SVN-Rev: 1903
2000-07-17 16:49:04 +00:00
Jim Snyder Grant
a7da319c5d
ICU-495 removed test for ucnv_getInvalidUChars() because implementation has changed
...
X-SVN-Rev: 1902
2000-07-17 16:42:35 +00:00
Vladimir Weinstein
d9320b5d22
ICU-360 windows port for pkgdata
...
X-SVN-Rev: 1901
2000-07-17 05:37:48 +00:00
Alan Liu
24c6d0cd19
ICU-410 update docs
...
X-SVN-Rev: 1900
2000-07-16 13:49:24 +00:00
Alan Liu
e079ed5e8b
ICU-410 use u_fgetcx (unescaping u_fgetc)
...
X-SVN-Rev: 1899
2000-07-16 13:43:40 +00:00
Alan Liu
81f0a973af
ICU-410 add u_fgetcx (unescaping u_fgetc)
...
X-SVN-Rev: 1898
2000-07-16 13:43:15 +00:00
Alan Liu
5e9d055754
ICU-410 use unified unescape function(s)
...
X-SVN-Rev: 1897
2000-07-16 13:42:38 +00:00
Alan Liu
cb74716658
ICU-410 create unified unescape function(s)
...
X-SVN-Rev: 1896
2000-07-16 13:39:07 +00:00
Markus Scherer
42c49e3617
ICU-311 changeState_2022 also copy cb contexts
...
X-SVN-Rev: 1895
2000-07-15 22:04:08 +00:00
Markus Scherer
a365ea6146
ICU-311 op== also compare the cb contexts
...
X-SVN-Rev: 1894
2000-07-15 22:03:20 +00:00
Markus Scherer
095c0eb2f0
ICU-103 allow to explicitly specify 'illegal' in mbcs state tables
...
X-SVN-Rev: 1893
2000-07-15 22:02:36 +00:00
Markus Scherer
f5305acb59
ICU-311 call callbacks from ucnv_reset() & ucnv_close() as designed
...
X-SVN-Rev: 1892
2000-07-15 20:47:31 +00:00
Markus Scherer
fa1d2584a1
ICU-311 more small fixes in callbacks
...
X-SVN-Rev: 1891
2000-07-15 20:46:53 +00:00
Markus Scherer
64d3073fe9
ICU-495 ucnv_getInvalidXXX() must return the invalidXXX buffers, not the overflow buffers
...
X-SVN-Rev: 1890
2000-07-15 20:09:58 +00:00
Markus Scherer
d85d2027a2
ICU-103 fix little-endian fromU and use dedicated UConverter->toUBytes for state
...
X-SVN-Rev: 1889
2000-07-15 01:16:13 +00:00
Markus Scherer
6f2e1ed803
ICU-103 add more toU state fields to UConverter
...
X-SVN-Rev: 1888
2000-07-15 01:11:49 +00:00
Markus Scherer
9d3905ca8e
ICU-495 fix error checking etc. in getInvalidXXX()
...
X-SVN-Rev: 1887
2000-07-15 01:11:05 +00:00
Markus Scherer
461ade154d
ICU-495 fix size of array (count UChars, not bytes)
...
X-SVN-Rev: 1886
2000-07-15 01:10:23 +00:00
George Rhoten
874a1b6f38
ICU-399 Added more documentation on strstr
...
X-SVN-Rev: 1885
2000-07-14 23:33:18 +00:00
Madhu K
f18ed92a8e
ICU-447 included the LMBCS tests
...
X-SVN-Rev: 1884
2000-07-14 23:07:15 +00:00
Madhu K
393b7259e5
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1883
2000-07-14 22:42:27 +00:00
Helena Chapman
6ca74cacae
ICU-501 Collation enhancement phase 1. Added "override" and "version" tag in "CollationElements".
...
X-SVN-Rev: 1882
2000-07-14 22:31:35 +00:00
Madhu K
49f636fca0
ICU-447 Fixed the erroneous expected result in the test case
...
X-SVN-Rev: 1881
2000-07-14 21:49:57 +00:00
Markus Scherer
3dac35c27e
ICU-311 add linefeeds to some log_err()
...
X-SVN-Rev: 1880
2000-07-14 20:40:05 +00:00
Markus Scherer
97a464b605
ICU-344 fix the test for ebcdic_stateful with escape callback - reports error for now
...
X-SVN-Rev: 1879
2000-07-14 20:39:12 +00:00
Alan Liu
7b63a2f1ad
ICU-292 use putil.h definitions of file separator
...
X-SVN-Rev: 1878
2000-07-14 20:17:02 +00:00
Madhu K
ddf9778682
ICU-311 Fixed the ESCAPE_CALLBACK
...
X-SVN-Rev: 1877
2000-07-14 19:40:36 +00:00
Madhu K
f7cd903a3e
ICU-447 Fixed some errors in the test case
...
X-SVN-Rev: 1876
2000-07-14 01:39:37 +00:00
Markus Scherer
1dcc552c43
ICU-311 for the new callback api, geMissingXAction() need to return both the function pointer and the context
...
X-SVN-Rev: 1875
2000-07-14 01:33:33 +00:00
Markus Scherer
d911d40079
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1874
2000-07-14 01:33:02 +00:00
Markus Scherer
06ca05dc38
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1873
2000-07-14 01:01:14 +00:00
Markus Scherer
5af0fcc38d
ICU-311 for the new callback api, geMissingXAction() need to return both the function pointer and the context
...
X-SVN-Rev: 1872
2000-07-14 01:00:59 +00:00
Markus Scherer
7d721ba16c
ICU-502 clean up 'unassigned' handling and callback calls
...
X-SVN-Rev: 1871
2000-07-13 23:55:33 +00:00
Madhu K
2c9d62de49
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1870
2000-07-13 22:43:29 +00:00
Madhu K
e444400599
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1869
2000-07-13 22:33:33 +00:00
Alan Liu
0410607628
ICU-89 add test for Tibetan & 3.0 composition exclusions
...
X-SVN-Rev: 1868
2000-07-13 22:13:13 +00:00
Alan Liu
d2afba2116
ICU-89 update to 3.0 composition exclusions
...
X-SVN-Rev: 1867
2000-07-13 22:12:48 +00:00
Steven R. Loomis
c596b24a8a
ICU-393 .cvsignore cleanup
...
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Vladimir Weinstein
b0da923a16
ICU-360 forgot to save changes before commiting
...
X-SVN-Rev: 1859
2000-07-13 21:02:07 +00:00
Vladimir Weinstein
579b2189a7
ICU-360 project and workspace files for pkgdata on win32
...
X-SVN-Rev: 1858
2000-07-13 20:55:58 +00:00
Steven R. Loomis
2dfb6e32d3
ICU-290 use built DLLs for tools
...
X-SVN-Rev: 1857
2000-07-13 20:03:16 +00:00
Vladimir Weinstein
f726a9978c
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1856
2000-07-13 18:59:50 +00:00
Vladimir Weinstein
4efa05993b
ICU-103 fixed LMBCS to Unicode converter for platforms where UChar32 is signed
...
X-SVN-Rev: 1855
2000-07-13 18:32:49 +00:00
Steven R. Loomis
aac3f8529a
ICU-184 rbdump is broken for now, disable it
...
X-SVN-Rev: 1853
2000-07-13 18:19:21 +00:00
Vladimir Weinstein
2aefd0996a
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1852
2000-07-13 17:58:28 +00:00
Vladimir Weinstein
acb1788e6f
ICU-489 warning fix
...
X-SVN-Rev: 1851
2000-07-13 17:55:40 +00:00
Vladimir Weinstein
3901ed6a57
ICU-489 warning fix - added uprv_strtol
...
X-SVN-Rev: 1850
2000-07-13 17:55:26 +00:00
Vladimir Weinstein
dda638684d
ICU-103 removed duplicate typedef to make gcc happy
...
X-SVN-Rev: 1849
2000-07-13 16:51:48 +00:00
Vladimir Weinstein
dfc90542fe
ICU-103 const casts to make gcc happier
...
X-SVN-Rev: 1848
2000-07-13 16:51:02 +00:00
Steven R. Loomis
b7031a5f84
ICU-497 upgrade version #
...
X-SVN-Rev: 1847
2000-07-13 16:46:25 +00:00
Jim Snyder Grant
e5bb724913
ICU-495 added test for ucnv_getInvalidUChars() as part of testConvertToUnicode()
...
X-SVN-Rev: 1846
2000-07-13 15:37:08 +00:00
Jim Snyder Grant
8581ef1b32
ICU-495 added test for ucnv_getInvalidChars() as part of testConvertFromU()
...
X-SVN-Rev: 1845
2000-07-13 15:35:39 +00:00
Jim Snyder Grant
b16a4f7ea8
ICU-500 corrected source pointer & errorBuffer for case of target running out on source char boundary
...
X-SVN-Rev: 1844
2000-07-13 15:33:16 +00:00
Jim Snyder Grant
0c71649fd5
ICU-495 implementation for ucnv_getInvalidChars
...
and ucnv_getInvalidUChars. Also corrected UChars proto.
X-SVN-Rev: 1843
2000-07-13 15:25:04 +00:00
Jim Snyder Grant
219fd9599f
ICU-499 corrected signed/unsigned behavior for itou() used
...
by ESCAPE callback.
X-SVN-Rev: 1842
2000-07-13 15:17:52 +00:00
Madhu K
985b096886
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1841
2000-07-13 01:05:50 +00:00
Alan Liu
e8ebfe02dc
ICU-432 leak fix cleanup
...
X-SVN-Rev: 1840
2000-07-13 00:40:31 +00:00
Markus Scherer
87b7acacec
ICU-103 fix bugs in test code
...
X-SVN-Rev: 1839
2000-07-13 00:28:06 +00:00
Markus Scherer
2d466764df
ICU-103 replace the mbcs implementation by one that supports up to 4 bytes/char and full utf-16
...
X-SVN-Rev: 1838
2000-07-13 00:26:14 +00:00
Markus Scherer
ed60a41a89
ICU-103 add genmbcs.h/.c for the new mbcs converter's data
...
X-SVN-Rev: 1837
2000-07-13 00:17:05 +00:00
Markus Scherer
3997da29a7
ICU-103 activate ibm-954 - euc-jp
...
X-SVN-Rev: 1836
2000-07-13 00:15:46 +00:00
Markus Scherer
be9f636bdb
ICU-103 call callbacks with correct codeUnit pointers and codePoint values
...
X-SVN-Rev: 1835
2000-07-13 00:15:01 +00:00
Markus Scherer
80cd8d269b
ICU-103 improve compliance of our callbacks with the new api, were buggy and still assume too much about UConverter
...
X-SVN-Rev: 1834
2000-07-13 00:14:10 +00:00
Markus Scherer
fc52220b90
ICU-103 need struct names for some structs for compatibility with forward declarations
...
X-SVN-Rev: 1833
2000-07-13 00:12:34 +00:00
Markus Scherer
ae02ead7fe
ICU-103 add ucnvmbcs.h
...
X-SVN-Rev: 1832
2000-07-13 00:11:43 +00:00
Markus Scherer
69c2c7dabb
ICU-103 load the new mbcs converter with format version 5
...
X-SVN-Rev: 1831
2000-07-13 00:11:11 +00:00
Markus Scherer
f0b6b788f2
ICU-103 replace the mbcs implementation by one that supports up to 4 bytes/char and full utf-16
...
X-SVN-Rev: 1830
2000-07-13 00:10:29 +00:00
Markus Scherer
8401b1c498
ICU-103 activate ibm-954 - euc-jp
...
X-SVN-Rev: 1829
2000-07-13 00:07:56 +00:00
Markus Scherer
8555a53119
ICU-103 add euc-jp (old data from os/2??)
...
X-SVN-Rev: 1828
2000-07-13 00:07:30 +00:00
Markus Scherer
2cca7c8eb2
ICU-103 add codepage structure info for the new mbcs converter
...
X-SVN-Rev: 1827
2000-07-13 00:03:46 +00:00
Markus Scherer
6578646445
ICU-103 add missing dependencies
...
X-SVN-Rev: 1826
2000-07-12 23:52:51 +00:00
Madhu K
0277be94c7
ICU-447 Added Tests for putil API
...
X-SVN-Rev: 1825
2000-07-12 23:33:20 +00:00
Vladimir Weinstein
8349610248
ICU-432 more leak fixes
...
X-SVN-Rev: 1824
2000-07-12 22:59:57 +00:00
Alan Liu
09f92d4480
ICU-89 update normalizer data to Unicode 3.0
...
X-SVN-Rev: 1823
2000-07-12 22:02:37 +00:00
Alan Liu
e4587ffd90
ICU-89 make -verbose collation tests actually be verbose
...
X-SVN-Rev: 1822
2000-07-12 17:18:37 +00:00
Vladimir Weinstein
4015f294cd
ICU-489 binary files should be added with -kb option
...
X-SVN-Rev: 1821
2000-07-12 17:16:32 +00:00
Vladimir Weinstein
d06a76b46f
ICU-489 binary files should be added with -kb
...
X-SVN-Rev: 1820
2000-07-12 17:14:41 +00:00
Alan Liu
470ff1060e
ICU-89 remove test that is obsolete as of Unicode 2.1.8
...
X-SVN-Rev: 1809
2000-07-12 15:53:36 +00:00
Alan Liu
309dbf336b
ICU-89 fix MergeCollation double deletion
...
X-SVN-Rev: 1808
2000-07-12 15:52:24 +00:00
Alan Liu
58c0144374
ICU-498 fix indentation
...
X-SVN-Rev: 1807
2000-07-12 15:40:50 +00:00
Yves Arrouye
6b622f7caa
ICU-377 do not define LIBTOOL since we don't use it.
...
X-SVN-Rev: 1806
2000-07-12 07:25:04 +00:00
Yves Arrouye
b4e4f9d031
ICU-377 more changes to please the Mach linker.
...
X-SVN-Rev: 1805
2000-07-12 06:43:32 +00:00
Yves Arrouye
fb1d5d2135
ICU-377 explicitely use extern for U_CFUNC in C, since not doing so brings complaints from the Rhapsody/Darwin Mach linker.
...
X-SVN-Rev: 1804
2000-07-12 06:34:43 +00:00
Yves Arrouye
17a71e5541
ICU-377 private variables made static to avoid
...
a warning about common symbols in MH_DYLIB files.
X-SVN-Rev: 1803
2000-07-12 06:08:43 +00:00
Yves Arrouye
9403fd2554
ICU-377 do not pass -framework System while
...
linking (it is implicitly used).
X-SVN-Rev: 1802
2000-07-12 06:05:26 +00:00
Vladimir Weinstein
b13c43bb2c
ICU-458 breakiterator & co should now close opened udata instances
...
X-SVN-Rev: 1801
2000-07-12 05:01:53 +00:00
Yves Arrouye
569eceea65
ICU-360 clean in the right order.
...
X-SVN-Rev: 1800
2000-07-12 02:00:43 +00:00
Madhu K
84474c15da
ICU-447 Testing error conditions and other API for extended code coverage
...
X-SVN-Rev: 1799
2000-07-12 01:09:23 +00:00
Yves Arrouye
92ae383204
ICU-377 change the shlib rules for Darwin a bit more
...
X-SVN-Rev: 1798
2000-07-11 23:38:12 +00:00
Yves Arrouye
758b93fe15
ICU-377 change the shlib rules for Darwin
...
X-SVN-Rev: 1797
2000-07-11 23:37:11 +00:00
Vladimir Weinstein
ce3dd236b4
ICU-489 added tests for new types
...
X-SVN-Rev: 1796
2000-07-11 23:27:11 +00:00
Yves Arrouye
55cc3f3d3f
ICU-353 const char * please.
...
X-SVN-Rev: 1795
2000-07-11 22:44:35 +00:00
Yves Arrouye
6d4fac5fab
ICU-360 oops, uncommit local change that used to export MAKE for pkgdata's benefit.
...
X-SVN-Rev: 1794
2000-07-11 22:26:53 +00:00
Yves Arrouye
995ca8a672
ICU-360 detect gmake or make and set U_MAKE to that. Substitute U_MAKE
...
in platform.h.in, and hardcode it to "nmake" in pwin32.h and "gmake" in
pos400.h and pos2.h. Then use U_MAKE to define the default make command in
pkgdata.c, if there is no MAKE env variable.
X-SVN-Rev: 1793
2000-07-11 22:25:51 +00:00
Yves Arrouye
05e119e889
ICU-377 U_RHAPSODY doesn't look very POSIX from our point of view.
...
X-SVN-Rev: 1792
2000-07-11 22:24:00 +00:00
Steven R. Loomis
f3af060e13
ICU-496 don't crash if missing test data
...
X-SVN-Rev: 1791
2000-07-11 22:17:37 +00:00
Alan Liu
237c25901f
ICU-432 fix typo
...
X-SVN-Rev: 1790
2000-07-11 20:47:10 +00:00