Vladimir Weinstein
6acca44836
ICU-457 is there such a thing as too many quotes????
...
X-SVN-Rev: 2141
2000-08-09 15:38:22 +00:00
Vladimir Weinstein
bcf0e03f75
ICU-58 CET should be MET
...
X-SVN-Rev: 2140
2000-08-09 01:45:48 +00:00
George Rhoten
5a1369d8bc
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2139
2000-08-08 23:26:10 +00:00
Vladimir Weinstein
f960d434ea
ICU-457 support for spaces in dir names on Win32 (initial revision)
...
X-SVN-Rev: 2138
2000-08-08 23:20:37 +00:00
George Rhoten
c849211ab3
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2137
2000-08-08 22:15:50 +00:00
George Rhoten
6e855d17f7
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2136
2000-08-08 21:36:52 +00:00
George Rhoten
dd9b2b776e
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2135
2000-08-08 21:20:40 +00:00
George Rhoten
760453c495
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2134
2000-08-08 20:38:48 +00:00
Madhu K
c3c345050b
ICU-447 Added tests for T_CString_strnicmp()
...
X-SVN-Rev: 2133
2000-08-08 16:55:48 +00:00
George Rhoten
74b568ba6d
ICU-512 accidentally modifed the wrong line for (isParseIntegerOnly() || sawDecimal)
...
X-SVN-Rev: 2132
2000-08-08 02:13:55 +00:00
George Rhoten
965e162a6b
ICU-472 strlen is no longer called in u_uastrncpy
...
X-SVN-Rev: 2131
2000-08-08 00:18:02 +00:00
George Rhoten
bfb09f49ac
ICU-512 Reenabled the code Unicode::digitValue(ch) and checked that an "]" in the exponent will not be interpreted as 0.
...
X-SVN-Rev: 2130
2000-08-07 23:09:41 +00:00
George Rhoten
3b0b2f66dd
ICU-512 Reenabled the code Unicode::digitValue(ch). Can directly compare certain strings now instead of creating an object to create the string.
...
X-SVN-Rev: 2129
2000-08-07 23:06:28 +00:00
Helena Chapman
bba0858715
ICU-373 Added support for Thai and JISX-208 codepages.
...
X-SVN-Rev: 2127
2000-08-07 23:06:24 +00:00
Helena Chapman
b853fb70a0
ICU-373 Added support for ibm-1388 codepage.
...
X-SVN-Rev: 2126
2000-08-07 23:04:41 +00:00
George Rhoten
bc2011f889
ICU-97 Can directly compare certain strings now instead of creating an object to create the string.
...
X-SVN-Rev: 2125
2000-08-07 23:02:51 +00:00
Madhu K
2a540650ad
ICU-103 Replaced ibm-5050 with ibm-33722
...
X-SVN-Rev: 2124
2000-08-07 22:33:50 +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
Vladimir Weinstein
51a6a42dbe
ICU-461 LCID <-> POSIX translation is updated and synchronized with Windows data
...
X-SVN-Rev: 2122
2000-08-07 22:01:07 +00:00
George Rhoten
6ccfa23662
ICU-447 fix for Windows 2000/Solaris CC differences. The unsafe macro is not called when the utf8 character is larger than the size of the array.
...
X-SVN-Rev: 2121
2000-08-07 21:27:51 +00:00
Helena Chapman
33a776e6e5
ICU-373 Added support for ibm-1388 codepage.
...
X-SVN-Rev: 2120
2000-08-07 21:14:31 +00:00
George Rhoten
a99304e373
ICU-534 fix for compiler optimization on Windows 2000/Solaris CC.
...
X-SVN-Rev: 2119
2000-08-07 21:12:14 +00:00
Helena Chapman
1a9b1ef2ee
ICU-322 Skip the MIME tag for the canonical names...
...
X-SVN-Rev: 2118
2000-08-07 18:05:01 +00:00
Madhu K
cd35abcaaa
ICU-447 Fixed so that unsafe macro is called correctly
...
X-SVN-Rev: 2117
2000-08-07 16:49:02 +00:00
Helena Chapman
7a179083c4
ICU-322 updated alias generator to skip the canonical name tags.
...
X-SVN-Rev: 2116
2000-08-05 01:30:54 +00:00
Madhu K
7f35c8299b
ICU-447 Added Collation tests
...
X-SVN-Rev: 2115
2000-08-04 20:41:10 +00:00
Madhu K
8bfec46307
ICU-447 Added Collation tests
...
X-SVN-Rev: 2114
2000-08-04 19:57:18 +00:00
Helena Chapman
f97c70b9fd
ICU-411 Added unum_applyPattern().
...
X-SVN-Rev: 2113
2000-08-04 19:01:19 +00:00
Yves Arrouye
f49a604ffe
ICU-514 added a general guideline about using static for symbols that
...
are not explictely extern, and a C++ one for declarations in the first
member of for() loops.
X-SVN-Rev: 2112
2000-08-04 05:02:37 +00:00
Yves Arrouye
67948bdd9f
ICU-322 added uprv_strnicmp() for use by gencnval.
...
X-SVN-Rev: 2111
2000-08-04 04:48:09 +00:00
Yves Arrouye
e26463f372
ICU-322 allows parsing of tags after aliases; a tagged alias looks
...
like alias { tag1 tag2 tag3 } per Carl's suggested syntax. Note that the
tags aren't stored at this point, just correctly skipped over.
X-SVN-Rev: 2110
2000-08-04 00:37:27 +00:00
Yves Arrouye
c0863dde97
ICU-322 added tags to some charset, and explained the new file
...
format; also added a warning that one needs to run gencnval and maybe
pkgdata for changes to take effect.
X-SVN-Rev: 2109
2000-08-04 00:36:28 +00:00
Madhu K
60c33f96d8
ICU-447 Added tests to increase code-coverage
...
X-SVN-Rev: 2108
2000-08-03 23:26:38 +00:00
Vladimir Weinstein
6b29fc4ab2
ICU-460 declared a variable outside of for loop (Linux warning)
...
X-SVN-Rev: 2107
2000-08-03 19:17:22 +00:00
Vladimir Weinstein
ad5d9a639d
ICU-447 fixed test data (back_unsafe was missing the last element - zero)
...
X-SVN-Rev: 2106
2000-08-03 17:00:25 +00:00
Madhu K
602de054b9
ICU-447 Uncommented the tests after the bug fix
...
X-SVN-Rev: 2105
2000-08-02 23:41:11 +00:00
Madhu K
3c59e35c1e
ICU-447 fixed expand
...
X-SVN-Rev: 2104
2000-08-02 23:40:16 +00:00
Steven R. Loomis
de7305fe63
ICU-447 fixes for IEEERemainder test so it will pass on actual IEEE compliant platforms
...
X-SVN-Rev: 2103
2000-08-02 22:47:18 +00:00
Madhu K
d15b3ffcc8
ICU-447 Modified the test to avoid back slashes in u_charsToUChars()
...
X-SVN-Rev: 2102
2000-08-02 21:07:45 +00:00
Madhu K
bb4530dc44
ICU-447 Added tests for the deprecated API to increase the code coverage
...
X-SVN-Rev: 2101
2000-08-02 21:00:23 +00:00
Madhu K
9e0a2398a6
ICU-447 Added tests for ucol_getDefaultRulesArray
...
X-SVN-Rev: 2100
2000-08-02 19:53:47 +00:00
Steven R. Loomis
6fa70ecf4a
ICU-527 Don't crash if setlocale() returns NULL
...
X-SVN-Rev: 2099
2000-08-02 19:36:19 +00:00
Steven R. Loomis
afbd051d76
ICU-311 more cbWrite updates and changes to the included callbacks
...
X-SVN-Rev: 2098
2000-08-02 19:35:17 +00:00
Steven R. Loomis
ba6432c9e1
ICU-447 corrected data for ebcdic
...
X-SVN-Rev: 2097
2000-08-02 19:34:11 +00:00
Vladimir Weinstein
0413fcf2dc
ICU-432 fixes for running on a japanese machine
...
X-SVN-Rev: 2096
2000-08-02 19:06:18 +00:00
Vladimir Weinstein
168fff1af1
ICU-432 ctor didn't use invariant conversion
...
X-SVN-Rev: 2095
2000-08-02 19:05:12 +00:00
Madhu K
ab6c472ce8
ICU-447 Modified for better code coverage
...
X-SVN-Rev: 2094
2000-08-02 18:02:16 +00:00
Vladimir Weinstein
b5729771ae
ICU-409 if ICU_DATA is not set, icudata.dll will end the same place as icuuc.dll and icui18n.dll
...
X-SVN-Rev: 2093
2000-08-02 04:43:39 +00:00
Madhu K
9a8fa05d98
ICU-447 Added tests for code coverage of CompactArrays
...
X-SVN-Rev: 2092
2000-08-02 00:03:10 +00:00
Helena Chapman
cc2c2fdfc9
ICU-522 Fixed the iterator problem so it does not consume too many
...
characters... Use CollationIteratorTest::TestPrevious to verify the fix.
X-SVN-Rev: 2091
2000-08-01 22:06:33 +00:00
Alan Liu
93e8e8ce15
ICU-89 add ComposedCharIter test
...
X-SVN-Rev: 2090
2000-08-01 20:29:40 +00:00
Alan Liu
fdb2dc8d65
ICU-89 fix handling of recursively decomposing chars
...
X-SVN-Rev: 2089
2000-08-01 20:29:15 +00:00
Vladimir Weinstein
2d4ed86f3e
ICU-432 UnicodeConverter copy ctor used new for memory freed by free
...
X-SVN-Rev: 2088
2000-08-01 19:41:44 +00:00
George Rhoten
c97ff0012b
ICU-469 added some Todo comments.
...
X-SVN-Rev: 2087
2000-08-01 17:58:43 +00:00
Vladimir Weinstein
8c44071056
ICU-460 more OS/390 fixes
...
X-SVN-Rev: 2086
2000-08-01 03:25:35 +00:00
Yves Arrouye
6dd0c56667
ICU-515 make check depends on make all.
...
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Yves Arrouye
723cec4f28
ICU-518 UnicodeConverterCPP renamed to UnicodeConverter.
...
X-SVN-Rev: 2084
2000-08-01 00:44:15 +00:00
Steven R. Loomis
f95365b1b3
ICU-519 check c++ and c compilers for sparcv9
...
X-SVN-Rev: 2083
2000-08-01 00:39:55 +00:00
Madhu K
ef00c94aa2
ICU-311 header file ucnv_cb.h missing
...
X-SVN-Rev: 2082
2000-07-31 23:39:28 +00:00
Madhu K
7d0f5059c1
ICU-447 Added tests for more code coverage in ucnv_cb.c
...
X-SVN-Rev: 2081
2000-07-31 22:42:14 +00:00
Vladimir Weinstein
db89e9de44
ICU-460 Fixed test crash in verbose mode
...
X-SVN-Rev: 2080
2000-07-31 22:36:03 +00:00
Vladimir Weinstein
759d6be056
ICU-460 OS/390 related changes
...
X-SVN-Rev: 2079
2000-07-31 22:33:44 +00:00
Yves Arrouye
44ec4fe502
ICU-353 fixed decls and calls.
...
X-SVN-Rev: 2078
2000-07-31 18:47:58 +00:00
Yves Arrouye
7cc6dbc8c8
ICU-353 corrected initialization of array.
...
X-SVN-Rev: 2077
2000-07-31 18:46:38 +00:00
Yves Arrouye
b386934919
ICU-89 fixed return of -1 to be cast to UChar.
...
X-SVN-Rev: 2076
2000-07-31 18:44:56 +00:00
Steven R. Loomis
7bba28ace0
ICU-344 test data incorrect for EBCDIC_STATEFUL
...
X-SVN-Rev: 2075
2000-07-31 14:42:09 +00:00
Steven R. Loomis
ee9ba216fc
ICU-344 reset state properly after callback
...
X-SVN-Rev: 2074
2000-07-31 14:39:47 +00:00
Steven R. Loomis
70ef5879e2
ICU-311 cbWrite implementation
...
X-SVN-Rev: 2073
2000-07-31 14:38:10 +00:00
Steven R. Loomis
572d50e566
ICU-434 yet more updates
...
X-SVN-Rev: 2072
2000-07-28 23:40:30 +00:00
Steven R. Loomis
90592a3564
ICU-372 removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn]
...
X-SVN-Rev: 2071
2000-07-28 18:06:41 +00:00
Steven R. Loomis
0f16a2c0a9
ICU-372 removed nn/nb pending alias changes..
...
X-SVN-Rev: 2070
2000-07-28 18:05:44 +00:00
Steven R. Loomis
a4bb30da94
ICU-370 remove a static-time load of icudata
...
X-SVN-Rev: 2069
2000-07-28 17:53:35 +00:00
Steven R. Loomis
9c68d7e1ac
ICU-391 fixed a broken echo line
...
X-SVN-Rev: 2068
2000-07-28 17:50:05 +00:00
Steven R. Loomis
0e9ba45705
ICU-308 new TestNull
...
X-SVN-Rev: 2067
2000-07-28 17:24:48 +00:00
Steven R. Loomis
dccee58fd6
ICU-308 test for normalizing NULLs
...
X-SVN-Rev: 2066
2000-07-28 17:22:38 +00:00
Steven R. Loomis
9621dd80fb
ICU-496 don't exit() from tests!
...
X-SVN-Rev: 2065
2000-07-28 17:06:01 +00:00
George Rhoten
78d44a676d
ICU-307 Changed the error message format as specified by Alan
...
X-SVN-Rev: 2064
2000-07-28 15:17:24 +00:00
Vladimir Weinstein
2fd9124028
ICU-460 porting changes OS390
...
X-SVN-Rev: 2063
2000-07-28 04:09:39 +00:00
George Rhoten
121331491c
ICU-307 The test no longer crashes with a NULL pointer exception on my machine.
...
X-SVN-Rev: 2062
2000-07-28 03:27:17 +00:00
Vladimir Weinstein
188de0a3c0
ICU-460 porting changes OS/390
...
X-SVN-Rev: 2061
2000-07-28 03:18:30 +00:00
George Rhoten
01583c7470
ICU-469 Added some improvements to speed up the code by 10% for normal unicode conversion.
...
X-SVN-Rev: 2060
2000-07-28 03:11:38 +00:00
Steven R. Loomis
23976a9f66
ICU-103 fix for hpux
...
X-SVN-Rev: 2059
2000-07-27 22:05:23 +00:00
Vladimir Weinstein
9a5203cf01
ICU-403 update to code standards (we use doxygen not doc++ and do not use C++ comments in C files)
...
X-SVN-Rev: 2058
2000-07-27 17:08:20 +00:00
Madhu K
5841aa4423
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2057
2000-07-27 16:58:34 +00:00
Madhu K
23f8c8efb7
ICU-447 clean up
...
X-SVN-Rev: 2056
2000-07-27 01:14:52 +00:00
Madhu K
8995149618
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2055
2000-07-27 01:13:21 +00:00
Steven R. Loomis
ea283ab003
ICU-89 add normconf to Makefile.in
...
X-SVN-Rev: 2054
2000-07-26 23:33:28 +00:00
Madhu K
235862a18f
ICU-447 Added regressiong tests for utf8
...
X-SVN-Rev: 2053
2000-07-26 23:26:57 +00:00
Madhu K
855b610aba
ICU-447 Added tests for more code coverage in utf_impl.c
...
X-SVN-Rev: 2052
2000-07-26 22:37:47 +00:00
Madhu K
8cf8308bc9
ICU-176 Fixed utf8_appendCharSafeBody to handle buffer overflow correctly
...
X-SVN-Rev: 2051
2000-07-26 22:37:11 +00:00
Steven R. Loomis
de7b2bd35a
ICU-176 utf8 table update for unix
...
X-SVN-Rev: 2050
2000-07-26 20:37:53 +00:00
Alan Liu
811aebdf9d
ICU-89 rename local variable
...
X-SVN-Rev: 2049
2000-07-26 20:17:45 +00:00
Alan Liu
7678a3a760
ICU-89 add private doReplace
...
X-SVN-Rev: 2048
2000-07-26 16:41:17 +00:00
Alan Liu
9020805ecf
ICU-89 numerous changes large and small to bring into conformance with UTR15
...
X-SVN-Rev: 2047
2000-07-26 16:40:43 +00:00
Alan Liu
d394403080
ICU-89 add UTR15 conformance test
...
X-SVN-Rev: 2046
2000-07-26 16:27:18 +00:00
Alan Liu
aaedfda461
ICU-89 change typeMask to typeBit, other updates for 3.0 conformance
...
X-SVN-Rev: 2045
2000-07-26 16:24:12 +00:00
Madhu K
b01b8f0cab
ICU-447 Added tests for utf8
...
X-SVN-Rev: 2041
2000-07-26 02:05:15 +00:00
Madhu K
2ed6efa244
ICU-176 UCAPI needed for utf_countTrailBytes for export
...
X-SVN-Rev: 2040
2000-07-26 02:01:00 +00:00
Madhu K
460392f2d8
ICU-176 Added ifdef for U_IMPORT and U_EXPORT for utf_countTrailBytes
...
X-SVN-Rev: 2039
2000-07-26 02:00:22 +00:00
George Rhoten
4a3d9b01fe
ICU-469 Fixed a few offset errors with trucated UTF-8 chars,
...
and the invalid UTF-8 tail should now be written with small buffers.
X-SVN-Rev: 2038
2000-07-26 00:55:30 +00:00
George Rhoten
e4767761cf
ICU-311 The offset is now incremented with the target when a character is substitued.
...
I also removed some tabs within the file.
X-SVN-Rev: 2037
2000-07-26 00:20:19 +00:00
Madhu K
27beba0cf0
ICU-447 Added tests for utf-8 for CALLBACK
...
X-SVN-Rev: 2036
2000-07-25 21:12:16 +00:00
Madhu K
16adb7cb27
ICU-447 Fixed errors in test data
...
X-SVN-Rev: 2034
2000-07-25 21:11:39 +00:00
George Rhoten
11452e3956
ICU-469 Fixed various UTF-8 offset bugs and added some
...
optimizations by doing pointer arithmatic instead of array indexing.
X-SVN-Rev: 2033
2000-07-25 19:33:02 +00:00
Yves Arrouye
3e9dfa505f
ICU-353 removed warnings.
...
X-SVN-Rev: 2032
2000-07-25 17:00:23 +00:00
Madhu K
9882141a96
ICU-176 two important macros need more parentheses for op precedence!
...
X-SVN-Rev: 2031
2000-07-25 00:46:25 +00:00
Madhu K
2756f4ce2a
ICU-447 Added test for improving code coverage in ucnv_bld.c
...
X-SVN-Rev: 2030
2000-07-24 22:07:39 +00:00
George Rhoten
d27fbfa1f1
ICU-469 When fromUCharErrorBehaviour was set to
...
the function pointer in the jump table that jumped to
UCNV_FROM_U_CALLBACK_STOP, the macros would
break out of the current loop prematurely.
X-SVN-Rev: 2029
2000-07-24 20:33:23 +00:00
Helena Chapman
58e200df8b
ICU-450 utrans.h is not exported in the Win32 release build configuration.
...
X-SVN-Rev: 2028
2000-07-24 19:07:12 +00:00
Madhu K
c4b35e4235
ICU-367 comment out unused functions
...
X-SVN-Rev: 2027
2000-07-24 17:32:41 +00:00
Madhu K
d7e145a214
ICU-447 Added test for code coverage
...
for the API registerInstance and unregister
X-SVN-Rev: 2026
2000-07-24 17:09:07 +00:00
George Rhoten
c6dd3c3c43
ICU-469 miscellaneous bug fixes for UTF-8
...
X-SVN-Rev: 2025
2000-07-22 03:21:16 +00:00
Alan Liu
a96ab43e48
ICU-498 indentation cleanup
...
X-SVN-Rev: 2024
2000-07-22 00:10:49 +00:00
Markus Scherer
e5a45a1553
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2023
2000-07-22 00:08:14 +00:00
Markus Scherer
9a4e8565f5
ICU-311 formally remove broken iso-2022 support for now
...
X-SVN-Rev: 2022
2000-07-22 00:02:57 +00:00
Markus Scherer
3aacc28a78
ICU-311 harden some functions for bad input
...
X-SVN-Rev: 2021
2000-07-21 23:58:31 +00:00
Markus Scherer
9e6547c41d
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2020
2000-07-21 23:58:01 +00:00
Markus Scherer
bf3ccf4f1b
ICU-311 attempt to count only real errors, not each printf-style piece of each output line
...
X-SVN-Rev: 2019
2000-07-21 23:28:41 +00:00
Markus Scherer
e76fb1f0ca
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2018
2000-07-21 23:28:07 +00:00
Markus Scherer
76126da0f7
ICU-411 test again for number pattern symbol setting
...
X-SVN-Rev: 2017
2000-07-21 23:27:47 +00:00
Markus Scherer
6e5dc84c5c
ICU-311 comment out currently unused functions
...
X-SVN-Rev: 2016
2000-07-21 22:48:15 +00:00
Alan Liu
b04ef38000
ICU-436 remove unused code
...
X-SVN-Rev: 2015
2000-07-21 22:24:35 +00:00
Alan Liu
9fdabc33eb
ICU-89 for normalizer conformance testing
...
X-SVN-Rev: 2014
2000-07-21 21:30:34 +00:00
George Rhoten
1e5e8a4f36
ICU-469 small speed improvement for UTF-8
...
X-SVN-Rev: 2009
2000-07-21 20:42:04 +00:00
Madhu K
c778f68dd7
ICU-103 Added ibm-1388(mbcs)
...
X-SVN-Rev: 2008
2000-07-21 19:57:26 +00:00
Steven R. Loomis
5708eda4fb
ICU-434 use new callback test code
...
X-SVN-Rev: 2006
2000-07-21 18:06:48 +00:00
Steven R. Loomis
31323c1e73
ICU-434 new callback code
...
X-SVN-Rev: 2005
2000-07-21 18:05:48 +00:00
Madhu K
b4ff35848d
ICU-447 Added test for more conditions of utf-8
...
X-SVN-Rev: 2004
2000-07-21 01:59:08 +00:00
George Rhoten
5f79ea13fe
ICU-469 follows the coding style rules better, and fixed a few UTF-8 bugs
...
X-SVN-Rev: 2003
2000-07-21 01:25:30 +00:00
Madhu K
d176083943
ICU-447 Added test for more code coverage
...
X-SVN-Rev: 2002
2000-07-21 01:06:11 +00:00
Madhu K
c53c24ac34
ICU-447 Added test for euc-tw and toUnicode fallback
...
X-SVN-Rev: 2001
2000-07-21 01:02:00 +00:00
Steven R. Loomis
6260858f4f
ICU-107 ubidiwrt.c
...
X-SVN-Rev: 2000
2000-07-21 00:53:51 +00:00
Steven R. Loomis
77001a5b42
ICU-184 Why was this file still here?
...
X-SVN-Rev: 1999
2000-07-21 00:25:26 +00:00
Markus Scherer
b79af69ea4
ICU-107 inverse bidi roundtrip tests
...
X-SVN-Rev: 1998
2000-07-21 00:16:51 +00:00
Helena Chapman
7a06f07238
ICU-411 Added unum_applyPattern() in C. Updated to use setSecondaryGrouping() in the attribute list include C tests.
...
X-SVN-Rev: 1997
2000-07-20 23:47:59 +00:00
Ram Viswanadha
34243c74d9
ICU-372 Added language codes
...
X-SVN-Rev: 1996
2000-07-20 23:16:01 +00:00
Vladimir Weinstein
b32fbfedc6
ICU-447 removed dead code
...
X-SVN-Rev: 1995
2000-07-20 22:25:32 +00:00
Vladimir Weinstein
15fc9df99f
ICU-360 win32 port - another dependency
...
X-SVN-Rev: 1994
2000-07-20 21:38:28 +00:00
Markus Scherer
09bbdebbe0
ICU-400 improve tests for u_strchr(), u_strstr(), u_strchr32() (compare pointers, not contents)
...
X-SVN-Rev: 1993
2000-07-20 21:32:19 +00:00
Vladimir Weinstein
42fe74c7d2
ICU-442 remove dependency on wchar.h
...
X-SVN-Rev: 1992
2000-07-20 20:52:12 +00:00
Steven R. Loomis
e98c85a500
ICU-351 data update
...
X-SVN-Rev: 1991
2000-07-20 20:29:51 +00:00
Steven R. Loomis
d87ddcf998
ICU-351 data update:
...
X-SVN-Rev: 1990
2000-07-20 20:28:20 +00:00
Steven R. Loomis
5e28d6cde7
ICU-351 data updates
...
X-SVN-Rev: 1989
2000-07-20 20:27:49 +00:00
Steven R. Loomis
a13a277477
ICU-351 locale update
...
X-SVN-Rev: 1988
2000-07-20 20:25:46 +00:00
Steven R. Loomis
628f470ec6
ICU-360 rebuild CTOC when list changes
...
X-SVN-Rev: 1987
2000-07-20 20:24:53 +00:00
Vladimir Weinstein
a2d2ba716b
ICU-460 PTX config change
...
X-SVN-Rev: 1986
2000-07-20 20:10:31 +00:00
Vladimir Weinstein
27573f3460
ICU-460 bool_t -> UBool - build was broken on PTX
...
X-SVN-Rev: 1985
2000-07-20 20:10:14 +00:00
Madhu K
d26456b97e
ICU-447 added offsets
...
X-SVN-Rev: 1984
2000-07-20 20:08:40 +00:00
Markus Scherer
d09cb0ff0c
ICU-176 document behavior of old vs. new functions - first code unit of the string...
...
X-SVN-Rev: 1983
2000-07-20 20:03:04 +00:00
Vladimir Weinstein
01aa01cf2e
ICU-489 better error reporting and infinite loop fix
...
X-SVN-Rev: 1982
2000-07-20 19:56:52 +00:00
Markus Scherer
e2807503a1
ICU-103 check in ibm-964 for euc-tw
...
X-SVN-Rev: 1981
2000-07-20 19:00:18 +00:00
Markus Scherer
ecb2029258
ICU-103 check in ibm-964 for euc-tw
...
X-SVN-Rev: 1980
2000-07-20 18:45:26 +00:00
Markus Scherer
3ea980f5f4
ICU-103 euc-jp replace 954 by 5050
...
X-SVN-Rev: 1975
2000-07-20 16:37:09 +00:00
Markus Scherer
9f0caf33f8
ICU-103 remove ibm-954.ucm, replaced by ibm-5050.ucm (euc-jp)
...
X-SVN-Rev: 1974
2000-07-20 16:34:41 +00:00
Alan Liu
3d820108d3
ICU-307 eliminate unneeded entries due to lenient matching, keeping IANA/MIME names; retry with MINIMAL changes
...
X-SVN-Rev: 1973
2000-07-20 16:04:19 +00:00
Alan Liu
24c2b9c0e6
ICU-306 eliminate ambiguities (1 alias->n converters) from alias table; redo with MINIMAL changes
...
X-SVN-Rev: 1972
2000-07-20 15:44:05 +00:00
Steven R. Loomis
c15d1b2fda
ICU-372 commented out dup id's, reverted some changes
...
X-SVN-Rev: 1971
2000-07-20 07:37:44 +00:00
Yves Arrouye
a3b6777ec0
ICU-377 small fixes for Darwin.
...
X-SVN-Rev: 1970
2000-07-20 05:17:49 +00:00
Yves Arrouye
13dccbd5b1
ICU-377 split the POXIX functionality into U_POSIX_LOCALE,
...
U_POSIX_TIMEZONE, and add U_HAVE_NL_LANGINFO for those that have
U_POSIX_LOCALE defined (may or may not have nl_langinfo()). nl_langinfo()
should be autodected but I'm lazy today (and everything in putil.c should
be autodected, actually, so there!). For Darwin, define U_POSIX_LOCALE
but not U_HAVE_NL_LANGINFO.
X-SVN-Rev: 1969
2000-07-20 04:43:47 +00:00
Vladimir Weinstein
39233c5c64
ICU-360 pkgdata windows port - code cleanup
...
X-SVN-Rev: 1968
2000-07-20 03:33:38 +00:00
Vladimir Weinstein
a7264927d5
ICU-360 pkgdata windows port - makedata.mak cleanup
...
X-SVN-Rev: 1967
2000-07-20 03:32:51 +00:00
Vladimir Weinstein
860b3a4480
ICU-360 pkdata windows port - updated dependencies in the workspace
...
X-SVN-Rev: 1966
2000-07-20 03:32:11 +00:00
Vladimir Weinstein
6ab5602fcd
ICU-360 "debug" should be as good as "Debug" - fixed a typo
...
X-SVN-Rev: 1965
2000-07-20 01:26:54 +00:00
Helena Chapman
f9ea95a88e
ICU-401 More 400 compilation changes.
...
X-SVN-Rev: 1964
2000-07-20 00:39:21 +00:00
Markus Scherer
9a3bfe4de8
ICU-103 check in ibm-5050 for euc-jp (new table)
...
X-SVN-Rev: 1963
2000-07-20 00:31:47 +00:00
George Rhoten
0d727eb7f0
ICU-469 Fixed a problem when UTF-8 has a surrogate on two different buffers.
...
X-SVN-Rev: 1962
2000-07-20 00:10:15 +00:00
Alan Liu
ed0fa66665
ICU-307 add tests for alias table integrity
...
X-SVN-Rev: 1961
2000-07-19 23:57:13 +00:00
Alan Liu
48dd6446c1
ICU-307 eliminate unneeded entries due to lenient matching, keeping IANA/MIME names
...
X-SVN-Rev: 1960
2000-07-19 23:54:08 +00:00
Markus Scherer
1310434baf
ICU-103 check in ibm-1370 with roundtrip/fallback flags
...
X-SVN-Rev: 1959
2000-07-19 23:46:15 +00:00
Alan Liu
deb8e9224e
ICU-306 eliminate ambiguities (1 alias->n converters) from alias table
...
X-SVN-Rev: 1958
2000-07-19 23:07:13 +00:00
Alan Liu
1ab1e529c5
ICU-307 lenient converter name matching
...
X-SVN-Rev: 1957
2000-07-19 22:18:43 +00:00
Madhu K
8509d36272
ICU-447 Added tests for more code coverage for umemstrm.c
...
X-SVN-Rev: 1956
2000-07-19 21:59:04 +00:00
Markus Scherer
fc5da8caef
ICU-103 fromU() improvement needed more condition checking
...
X-SVN-Rev: 1955
2000-07-19 21:54:16 +00:00
Markus Scherer
7130aeef99
ICU-103 more performance in fromU() by goto _into_ the loop
...
X-SVN-Rev: 1954
2000-07-19 21:24:04 +00:00
Madhu K
e7a0a04d63
ICU-447 Added tests for code coverage for umemstrm.c
...
X-SVN-Rev: 1950
2000-07-19 20:59:55 +00:00
Vladimir Weinstein
2fd77b0c75
ICU-360 win32 port - initial working commit
...
X-SVN-Rev: 1949
2000-07-19 20:58:13 +00:00
Madhu K
a13de6c1a8
ICU-447 corrected the test case for utf-8
...
X-SVN-Rev: 1948
2000-07-19 20:14:47 +00:00
Madhu K
32a0e9ae2b
ICU-447 Added tests for utf8 to show the bug found
...
X-SVN-Rev: 1947
2000-07-19 20:14:27 +00:00
Ram Viswanadha
b89bb3f270
ICU-336 Added Swedish variant and locale
...
jitterbug 372: Added language codes
X-SVN-Rev: 1946
2000-07-19 17:43:24 +00:00
Ram Viswanadha
52514e709e
ICU-336 Added Swedish variant and locale
...
X-SVN-Rev: 1945
2000-07-19 17:41:30 +00:00
Alan Liu
85d51e6ece
ICU-89 improve performance for non-composing combining
...
X-SVN-Rev: 1944
2000-07-19 16:09:09 +00:00
Vladimir Weinstein
b0cf4a4cad
ICU-360 more win32 changes
...
X-SVN-Rev: 1941
2000-07-19 06:45:14 +00:00
Yves Arrouye
22e9ef7d41
ICU-212 add *.bin to the bunch of files we symlink into the build directory during out-of-source builds.
...
X-SVN-Rev: 1940
2000-07-19 05:06:49 +00:00
Yves Arrouye
2bda482246
ICU-447 don't depend on Windows' handling of decls in for loops, it's broken!
...
X-SVN-Rev: 1939
2000-07-19 04:58:37 +00:00
Yves Arrouye
9fbbbf01bc
ICU-377 removed U_RHAPSODY, only U_DARWIN is used now.
...
X-SVN-Rev: 1938
2000-07-19 04:29:20 +00:00
Helena Chapman
5eda06b3c0
ICU-401 more s/400 compilation changes.
...
X-SVN-Rev: 1937
2000-07-19 00:21:29 +00:00
Madhu K
fc7dca35f0
ICU-447 Added tests for more code coverage for mbcs
...
X-SVN-Rev: 1936
2000-07-18 23:42:41 +00:00
Steven R. Loomis
978328f9f9
ICU-371 SOLARIS -> U_SOLARIS
...
X-SVN-Rev: 1935
2000-07-18 19:24:50 +00:00
Alan Liu
133d4a5035
ICU-89 new version with more compact typeMask
...
X-SVN-Rev: 1933
2000-07-18 19:18:09 +00:00
Alan Liu
46a8012eb4
ICU-89 add TestZeroIndex
...
X-SVN-Rev: 1932
2000-07-18 18:41:50 +00:00
Alan Liu
a8c14fad43
ICU-89 eliminate zero-index combining chars from tables
...
X-SVN-Rev: 1925
2000-07-18 18:08:33 +00:00
Madhu K
77814c55bb
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1924
2000-07-18 18:04:50 +00:00
Madhu K
4463cf3414
ICU-176 fixed T_UConverter_getNextUChar_UTF16_BE
...
and T_UConverter_getNextUChar_UTF16_LE for surrogate behaviour
X-SVN-Rev: 1923
2000-07-18 18:02:36 +00:00
Markus Scherer
fc23fe2b5d
ICU-103 getNextUChar() set index-outofbounds if there is no output but no other error
...
X-SVN-Rev: 1922
2000-07-18 17:42:33 +00:00
Madhu K
e51bdcd177
ICU-447 Fixed error in test case
...
X-SVN-Rev: 1921
2000-07-18 15:59:55 +00:00
Steven R. Loomis
d8a6946ed3
ICU-434 convsamp update
...
X-SVN-Rev: 1920
2000-07-18 00:36:32 +00:00
Helena Chapman
633f3d9104
ICU-401 400 porting changes based on Barry's feedback.
...
X-SVN-Rev: 1919
2000-07-17 23:36:52 +00:00
Steven R. Loomis
9a254a047e
ICU-508 fix Locale::TRADITIONAL_CHINESE constant
...
X-SVN-Rev: 1918
2000-07-17 23:33:38 +00:00
Madhu K
6b6dfc0d57
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1917
2000-07-17 23:30:53 +00:00
Vladimir Weinstein
f5de46856b
ICU-360 more windows changes...
...
X-SVN-Rev: 1916
2000-07-17 22:50:10 +00:00