Ram Viswanadha
bb3c25cdde
ICU-1881 dont use T_FileStream_size and assert the return value, use T_FileStream_read's return value
...
X-SVN-Rev: 9847
2002-09-06 22:15:37 +00:00
Ram Viswanadha
07884ea2ed
ICU-1699 genrb now gives an error for \uXXX \UXXXXXX truncated escape sequences
...
X-SVN-Rev: 9846
2002-09-06 22:13:15 +00:00
Vladimir Weinstein
978cef13a4
ICU-2293 fixed the length returned from u_unescape - it was counting the terminating zero, but it is supposed to return strlen of resulting string
...
X-SVN-Rev: 9844
2002-09-06 04:31:03 +00:00
George Rhoten
c7c90c528b
ICU-2086 A small improvement for the binary search of algorithmic converters.
...
X-SVN-Rev: 9841
2002-09-06 00:48:35 +00:00
Andy Heninger
c258ec6fda
ICU-2283 add missing NULL tests in RBBI operator ==
...
X-SVN-Rev: 9839
2002-09-05 18:51:50 +00:00
Vladimir Weinstein
8f14f1acab
ICU-1433 Added a missing line at the end of file
...
X-SVN-Rev: 9838
2002-09-04 15:15:15 +00:00
Vladimir Weinstein
8238930139
ICU-1433 getTailoredSet C/C++ take 1
...
X-SVN-Rev: 9837
2002-09-04 06:08:04 +00:00
Vladimir Weinstein
7f9ecabbfd
ICU-1854 special strcoll version for latin-1 locales
...
X-SVN-Rev: 9836
2002-09-04 06:02:13 +00:00
Markus Scherer
3ad71d6de5
ICU-2284 point more prominently to the User Guide Strings chapter, improve UNICODE_STRING_SIMPLE slightly
...
X-SVN-Rev: 9834
2002-09-04 00:57:54 +00:00
George Rhoten
9188a817d3
ICU-2086 Improve the binary search of aliases and the algorithmic converter name lookup
...
X-SVN-Rev: 9833
2002-09-04 00:36:40 +00:00
Vladimir Weinstein
827db2e60a
ICU-2267 Change the Japanese collation default strength to tertiary
...
X-SVN-Rev: 9832
2002-09-03 19:43:11 +00:00
Markus Scherer
dce332b77d
ICU-2153 test internal APIs for max name length and used-character sets
...
X-SVN-Rev: 9829
2002-09-02 21:50:35 +00:00
Markus Scherer
1403e3f82b
ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets - enum through all names & comments to get separate sets
...
X-SVN-Rev: 9828
2002-09-02 21:48:41 +00:00
Markus Scherer
3141ae0281
ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets
...
X-SVN-Rev: 9827
2002-09-02 21:45:24 +00:00
Andy Heninger
423eb52850
ICU-2190 RBBI rule builder, fixed incorrect handling of some \escaped chars in rules,
...
and failure to allow white space before a * or ?
X-SVN-Rev: 9824
2002-08-30 23:04:10 +00:00
Andy Heninger
3144b2665e
ICU-2231 RBBI Sentence Break Rules and test updated to match draft of TR 29
...
X-SVN-Rev: 9823
2002-08-30 21:37:59 +00:00
George Rhoten
bbc62da408
ICU-2157 Add a test for UTF8_COUNT_TRAIL_BYTES.
...
X-SVN-Rev: 9822
2002-08-30 01:22:26 +00:00
Vladimir Weinstein
be34f0f08f
ICU-2268 test for bug 2268
...
X-SVN-Rev: 9821
2002-08-29 23:23:45 +00:00
Vladimir Weinstein
54e87296d9
ICU-2269 test for bug 2269
...
X-SVN-Rev: 9820
2002-08-29 23:16:45 +00:00
Alan Liu
6a1ee4f141
ICU-2153 C implementation and test for uprv_getCharNameCharacters()
...
X-SVN-Rev: 9819
2002-08-29 23:11:50 +00:00
Alan Liu
541ae0e468
ICU-2153 C implementation and test for uprv_getCharNameCharacters()
...
X-SVN-Rev: 9818
2002-08-29 23:05:23 +00:00
Vladimir Weinstein
cc4c361654
ICU-2269 don't use aliasing ctor in uset_addString
...
X-SVN-Rev: 9817
2002-08-29 22:20:59 +00:00
Vladimir Weinstein
f346c4d8f2
ICU-2268 fixed UTokenAssigner bug in UVector
...
X-SVN-Rev: 9816
2002-08-29 22:12:49 +00:00
Alan Liu
ae8bbc8773
ICU-2189 eliminate duplicates in add(string)
...
X-SVN-Rev: 9815
2002-08-29 04:58:00 +00:00
Andy Heninger
5780aed3d3
ICU-2190 fix crashing bug in RBBI rule builder
...
X-SVN-Rev: 9813
2002-08-29 00:28:11 +00:00
Andy Heninger
d2e6ab9355
ICU-2123 Replace awkward RBBI builder data structure. Linked list of
...
uset nodes replaced by a vector; overloaded use of right child field of node eliminated.
X-SVN-Rev: 9812
2002-08-28 22:24:17 +00:00
Andy Heninger
956c28b0ac
ICU-2129 Intltest, fix memory leak in revised rbbitest.
...
X-SVN-Rev: 9811
2002-08-28 22:10:32 +00:00
Alan Liu
681c0468a4
ICU-1767 support [:ascii:] and \N{name} in UnicodeSet
...
X-SVN-Rev: 9810
2002-08-28 20:23:00 +00:00
Alan Liu
9ba92b30ff
ICU-2025 deprecate UnicodeFilterLogic
...
X-SVN-Rev: 9809
2002-08-28 17:17:04 +00:00
Syn Wee Quek
5a24e9df06
ICU-2134
...
removed doxygen warnings
X-SVN-Rev: 9807
2002-08-28 16:43:42 +00:00
George Rhoten
4b56870c43
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9805
2002-08-28 16:04:23 +00:00
George Rhoten
990db21101
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9804
2002-08-28 15:55:37 +00:00
George Rhoten
d33e520a69
ICU-1925 Update the converter aliases based on roundtripIndex.html
...
X-SVN-Rev: 9803
2002-08-28 15:43:47 +00:00
George Rhoten
fc3e593a6b
ICU-2129 Intltest, remove textbounds test
...
X-SVN-Rev: 9802
2002-08-28 00:13:27 +00:00
George Rhoten
52eadbd926
ICU-1925 Update the converter aliases based on roundtripIndex.html
...
X-SVN-Rev: 9801
2002-08-28 00:04:56 +00:00
George Rhoten
15c9e60a2d
ICU-2135 This line is unneeded.
...
X-SVN-Rev: 9800
2002-08-27 23:08:29 +00:00
George Rhoten
5b453f0ece
ICU-2135 Fixed the case where u_uastrncpy would read one past the end of the array.
...
X-SVN-Rev: 9799
2002-08-27 23:03:45 +00:00
George Rhoten
99641b2420
ICU-2134 Update the API documentation.
...
X-SVN-Rev: 9798
2002-08-27 23:02:14 +00:00
George Rhoten
c7128f9628
ICU-1809 Update the API documentation.
...
X-SVN-Rev: 9797
2002-08-27 23:01:04 +00:00
George Rhoten
bb9b8b966c
ICU-2135 Remember to convert the NULL too.
...
X-SVN-Rev: 9796
2002-08-27 22:46:54 +00:00
George Rhoten
fe09a02ac7
ICU-2135 Fixed the case where u_austrncpy would read one past the end of the array.
...
X-SVN-Rev: 9795
2002-08-27 22:45:05 +00:00
Andy Heninger
20cd470111
ICU-2129 Intltest, fix problem with break iteration test of a zero lenght string.
...
X-SVN-Rev: 9794
2002-08-27 20:28:05 +00:00
Andy Heninger
4a1d1083b0
ICU-2129 Intltest, remove textbounds test, merge the non-redundant tests
...
into rbbitest. Many tests were replicated in both places.
X-SVN-Rev: 9793
2002-08-27 19:10:11 +00:00
George Rhoten
f0bd5ecb0d
ICU-2039 Increase code coverage. Fix %[] scanset so that it uses UChars instead of chars.
...
X-SVN-Rev: 9792
2002-08-26 20:53:53 +00:00
Syn Wee Quek
33e4596f46
ICU-2085
...
* replaced error codes *_ERROR with *_WARNING where required.
X-SVN-Rev: 9791
2002-08-26 20:51:22 +00:00
Syn Wee Quek
905bedf1fc
ICU-2140
...
collation element iterater setOffset inlined for performance.
X-SVN-Rev: 9790
2002-08-26 16:52:05 +00:00
George Rhoten
0d294967fd
ICU-2039 Increase code coverage
...
X-SVN-Rev: 9789
2002-08-24 00:00:31 +00:00
George Rhoten
c7c125fe99
ICU-1879 simplify fgets
...
X-SVN-Rev: 9787
2002-08-23 22:13:14 +00:00
George Rhoten
4f0ea51df4
ICU-1879 Fix the newline counting problem with fgets
...
X-SVN-Rev: 9786
2002-08-23 20:58:40 +00:00
George Rhoten
30b0e1a54d
ICU-2134 Doxygen update
...
X-SVN-Rev: 9785
2002-08-23 18:33:55 +00:00
George Rhoten
117aefb136
ICU-1097 Remove some tabs
...
X-SVN-Rev: 9784
2002-08-23 17:54:40 +00:00
George Rhoten
77b41a8b8f
ICU-2039 Increase code coverage
...
X-SVN-Rev: 9783
2002-08-23 17:39:22 +00:00
George Rhoten
89ff35b950
ICU-2039 Increase code coverage
...
X-SVN-Rev: 9782
2002-08-23 17:24:45 +00:00
George Rhoten
8c5d7ab0f8
ICU-2039 Increase code coverage
...
X-SVN-Rev: 9781
2002-08-23 17:06:53 +00:00
George Rhoten
e5083fc89e
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9780
2002-08-23 16:41:24 +00:00
George Rhoten
d9e40fee14
ICU-2137 Remove the underscore from some structs and enums
...
X-SVN-Rev: 9779
2002-08-23 15:49:09 +00:00
George Rhoten
2e358bd9bf
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9778
2002-08-23 15:22:49 +00:00
George Rhoten
f793531340
ICU-2135 Searching for writeable caches. This table doesn't need to be writable.
...
X-SVN-Rev: 9777
2002-08-22 23:17:09 +00:00
George Rhoten
554bd431af
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9776
2002-08-22 22:46:13 +00:00
George Rhoten
8154569b07
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9775
2002-08-22 22:36:47 +00:00
George Rhoten
0aaeec4a70
ICU-2134 Fixed some doxygen warnings
...
X-SVN-Rev: 9774
2002-08-22 22:00:23 +00:00
Alan Liu
281a3ac28c
ICU-1916 properly skip input whitespace before fields during parse
...
X-SVN-Rev: 9773
2002-08-22 21:55:51 +00:00
George Rhoten
849251dcf2
ICU-2000 Remove the CVS version tags.
...
X-SVN-Rev: 9772
2002-08-22 21:04:03 +00:00
George Rhoten
9de782b1eb
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9771
2002-08-22 21:01:43 +00:00
George Rhoten
0e172ed2e9
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9770
2002-08-22 20:48:21 +00:00
George Rhoten
858bac8a72
ICU-2134 Various doxygen updates.
...
X-SVN-Rev: 9769
2002-08-22 17:59:47 +00:00
Vladimir Weinstein
9427a900a7
ICU-2085 Remove #include "dadrcoll.h"
...
X-SVN-Rev: 9768
2002-08-22 16:26:02 +00:00
Vladimir Weinstein
274f7e5f5a
ICU-2085 remove unused test file (we migrated data driven testing entirely to C++). This test wasn't even being called.
...
X-SVN-Rev: 9767
2002-08-22 16:16:09 +00:00
George Rhoten
07b27d18a0
ICU-2023 This header file is out of date, undocumented and probably broken. Let's remove it.
...
X-SVN-Rev: 9766
2002-08-21 23:09:00 +00:00
George Rhoten
dbd2653078
ICU-2085 Don't use deprecated or unused includes
...
X-SVN-Rev: 9765
2002-08-21 22:38:33 +00:00
George Rhoten
b5dcd1e120
ICU-2085 Don't use deprecated or unused includes
...
X-SVN-Rev: 9764
2002-08-21 22:25:20 +00:00
Syn Wee Quek
50a259bf23
ICU-2105
...
* fixed some casting warnings
* work around VC7 bug.
- VC7 has problems dealing with inlines and shifting
- code rewriting to do testing on bounds instead of shifting and testing on 0 equality
X-SVN-Rev: 9763
2002-08-21 22:16:34 +00:00
George Rhoten
6baf89a4cd
ICU-2085 Don't use deprecated or unused includes
...
X-SVN-Rev: 9762
2002-08-21 22:14:43 +00:00
George Rhoten
d1e31f5cc3
ICU-2085 Don't use deprecated or unused includes
...
X-SVN-Rev: 9761
2002-08-21 21:33:16 +00:00
George Rhoten
bf404656a6
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9760
2002-08-21 21:07:59 +00:00
George Rhoten
9dc2dbcab8
ICU-2085 Don't use deprecated code anymore
...
X-SVN-Rev: 9759
2002-08-21 21:05:52 +00:00
George Rhoten
d7e0797b2c
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9756
2002-08-21 19:12:24 +00:00
George Rhoten
56cbadb751
ICU-2085 Don't use deprecated code anymore
...
X-SVN-Rev: 9755
2002-08-21 19:09:33 +00:00
Alan Liu
0e1a828f22
ICU-2133 remove obsolete Win32 BATCH file
...
X-SVN-Rev: 9754
2002-08-21 18:46:06 +00:00
Alan Liu
bd48b766d5
ICU-2060 restore test of Calendar::isEquivalentTo() method
...
X-SVN-Rev: 9751
2002-08-21 18:34:14 +00:00
Alan Liu
5c91a5339e
ICU-2060 add Calendar::isEquivalentTo() method
...
X-SVN-Rev: 9750
2002-08-21 18:33:38 +00:00
Alan Liu
abe4adf5c3
ICU-2060 add isEquivalentTo() method
...
X-SVN-Rev: 9749
2002-08-21 18:33:08 +00:00
Alan Liu
739001a8fd
ICU-2060 rewrite API docs, which were way off
...
X-SVN-Rev: 9748
2002-08-21 18:32:19 +00:00
Steven R. Loomis
50e33d28fb
ICU-395 search libw for wcscpy
...
X-SVN-Rev: 9747
2002-08-21 01:42:19 +00:00
George Rhoten
d3c17fa8bc
ICU-2131 Stop using the LocaleProxy deprecated code hack
...
X-SVN-Rev: 9746
2002-08-21 00:16:30 +00:00
George Rhoten
6785e554f5
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9742
2002-08-20 20:59:01 +00:00
George Rhoten
f2d15a8f0c
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9741
2002-08-20 20:52:44 +00:00
George Rhoten
0c1cf21e98
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9740
2002-08-20 16:25:52 +00:00
Steven R. Loomis
7f44d38bd4
ICU-1950 Javadoc contains Javaisms
...
X-SVN-Rev: 9739
2002-08-20 15:59:07 +00:00
George Rhoten
87438a3f34
ICU-2111 Fix for IRIX
...
X-SVN-Rev: 9738
2002-08-19 16:05:39 +00:00
Ram Viswanadha
e6be932df6
ICU-1917 locale data update
...
X-SVN-Rev: 9736
2002-08-16 17:56:07 +00:00
George Rhoten
c4b922c7f9
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9732
2002-08-15 22:04:18 +00:00
George Rhoten
db88f34516
ICU-1891 Fix for library versioning in dual library mode.
...
X-SVN-Rev: 9720
2002-08-15 17:08:01 +00:00
George Rhoten
6055bd132a
ICU-1891 Add better support for z/OS batch mode (Forgot the tab)
...
X-SVN-Rev: 9710
2002-08-14 00:38:39 +00:00
George Rhoten
518f968f43
ICU-1891 Fix for z/OS
...
X-SVN-Rev: 9709
2002-08-14 00:38:03 +00:00
Steven R. Loomis
87de767df6
ICU-2076 samples, 2.2, safeclone
...
X-SVN-Rev: 9708
2002-08-14 00:22:30 +00:00
Eric Mader
9653655ad3
ICU-2023 Add @draft, @internal to classes and members as appropriate.
...
X-SVN-Rev: 9707
2002-08-14 00:18:01 +00:00
Vladimir Weinstein
eab27cdaf0
ICU-1082 fixed comments some more
...
X-SVN-Rev: 9706
2002-08-13 23:59:11 +00:00
Ram Viswanadha
c37040fbcb
ICU-8112 moved by srl, incorrectly filed under #1971 : locale data fixes
...
X-SVN-Rev: 9704
2002-08-13 22:39:51 +00:00
Ram Viswanadha
05d52b1f44
ICU-1082 update comments no code change
...
X-SVN-Rev: 9703
2002-08-13 22:35:37 +00:00
Vladimir Weinstein
10f67a06a9
ICU-2100 URGENT fix for fractional UCA. [last regular] had a wrong value.
...
X-SVN-Rev: 9701
2002-08-13 21:59:07 +00:00
Steven R. Loomis
847e1f6e47
ICU-2076 samples, 2.2 on win32
...
X-SVN-Rev: 9700
2002-08-13 21:42:16 +00:00
Vladimir Weinstein
f0ac82ef5a
ICU-2097 fix argument parsing in derb
...
X-SVN-Rev: 9693
2002-08-13 18:28:32 +00:00
George Rhoten
cf154cb042
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9692
2002-08-13 17:22:46 +00:00
George Rhoten
3b41536f0c
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9690
2002-08-13 16:36:08 +00:00
George Rhoten
c96e48e97e
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9689
2002-08-13 16:10:43 +00:00
George Rhoten
2ddcca35b7
ICU-1991 Clean up the last fix.
...
X-SVN-Rev: 9688
2002-08-13 16:08:33 +00:00
Syn Wee Quek
528917ff8a
ICU-2023
...
removed doxygen warnings
X-SVN-Rev: 9686
2002-08-12 23:06:22 +00:00
George Rhoten
d39deeab36
ICU-1739 Don't need a static string for the expected results string.
...
Remove it to make BoundsChecker and other heap debugging tools happier.
X-SVN-Rev: 9684
2002-08-12 22:38:56 +00:00
Syn Wee Quek
bef95f069c
ICU-1739 checking string boundary
...
X-SVN-Rev: 9681
2002-08-12 21:47:57 +00:00
George Rhoten
8824e0a8fa
ICU-1891 Add better support for z/OS batch mode.
...
X-SVN-Rev: 9677
2002-08-12 20:30:23 +00:00
George Rhoten
63565279e3
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9675
2002-08-12 20:12:25 +00:00
Vladimir Weinstein
cf20e7b548
ICU-1948 restored the original values for resource bundle types in order to preserve backward compatibility
...
X-SVN-Rev: 9674
2002-08-12 18:15:01 +00:00
Vladimir Weinstein
818fa7ad8d
ICU-1948 restored the original values for resource bundle types in order to preserve backward compatibility
...
X-SVN-Rev: 9673
2002-08-12 17:47:12 +00:00
George Rhoten
c542471d32
ICU-1891 Improve the z/OS dual library batch mode support.
...
X-SVN-Rev: 9672
2002-08-12 16:59:12 +00:00
Syn Wee Quek
4534752929
ICU-2023
...
adding @stable
X-SVN-Rev: 9671
2002-08-12 16:20:26 +00:00
Steven R. Loomis
9b59b2964b
ICU-2031 @draft tags
...
X-SVN-Rev: 9668
2002-08-12 15:20:40 +00:00
Vladimir Weinstein
f5a5a10a5b
ICU-2023 fixed a typo in docs
...
X-SVN-Rev: 9666
2002-08-10 01:04:56 +00:00
Vladimir Weinstein
c4289f370e
ICU-2039 added a test for Collator::getBounds
...
X-SVN-Rev: 9664
2002-08-10 00:12:23 +00:00
George Rhoten
864354304e
ICU-1739 Fixed a memory leak
...
X-SVN-Rev: 9661
2002-08-09 22:51:23 +00:00
Syn Wee Quek
6435f0da90
ICU-2023 docs update, remove docs warnings
...
X-SVN-Rev: 9660
2002-08-09 22:37:04 +00:00
Andy Heninger
4b75235c7c
ICU-2077 RBBI: review comments incorporated.
...
X-SVN-Rev: 9659
2002-08-09 21:39:02 +00:00
Markus Scherer
997d0b8751
ICU-2091 propagate local error codes even less
...
X-SVN-Rev: 9658
2002-08-09 21:31:01 +00:00
George Rhoten
4713007464
ICU-2091 Only need to get the data directory once
...
X-SVN-Rev: 9657
2002-08-09 21:18:31 +00:00
Markus Scherer
39b343fc08
ICU-2091 do not propagate local error codes - a "script not found" condition must not result in a "file not found" error
...
X-SVN-Rev: 9656
2002-08-09 21:14:38 +00:00
George Rhoten
190aa6f5de
ICU-2091 Add -i to the genbrk tool for locating the data
...
X-SVN-Rev: 9655
2002-08-09 20:55:35 +00:00
Steven R. Loomis
b75d0a6f3a
ICU-2031 @draft to @stable
...
X-SVN-Rev: 9654
2002-08-09 20:51:28 +00:00
Steven R. Loomis
e0694f32c3
ICU-2031 change unmarked @draft tags
...
X-SVN-Rev: 9653
2002-08-09 20:45:22 +00:00
Markus Scherer
ba2bf9c8b6
ICU-2091 constructors must always construct objects that are sufficiently initialized for the destructor to not crash - pre-initialize pointers even when U_FAILURE detected
...
X-SVN-Rev: 9652
2002-08-09 20:21:54 +00:00
Markus Scherer
3ab7b07607
ICU-2091 avoid recursion of init() by building the inclusions set with primitive set APIs instead of from a pattern
...
X-SVN-Rev: 9651
2002-08-09 20:18:29 +00:00
Steven R. Loomis
c24ba9b959
ICU-2031 change unmarked @draft tags
...
X-SVN-Rev: 9650
2002-08-09 19:31:13 +00:00
George Rhoten
ee490b3fe6
ICU-1739 fixed a memory leak for those people without the testdata
...
X-SVN-Rev: 9649
2002-08-09 19:05:57 +00:00
George Rhoten
de2774bc3c
ICU-1739 Don't need to free on NULL memory.
...
X-SVN-Rev: 9648
2002-08-09 18:29:37 +00:00
Steven R. Loomis
efc63ad03c
ICU-1891 fix for udata loading on 390
...
X-SVN-Rev: 9647
2002-08-09 18:17:39 +00:00
George Rhoten
ab297bffaf
ICU-1900 Make sure that we don't try to reenable threads when the user
...
specifies --disable-threads
X-SVN-Rev: 9646
2002-08-09 17:20:56 +00:00
Andy Heninger
4aefb52904
ICU-2066 Update RBBI rules and tests for char and word breaks
...
X-SVN-Rev: 9643
2002-08-09 03:14:43 +00:00
Syn Wee Quek
0c9f5ae024
ICU-2039
...
c++ coleitr.cpp code coverage and bug-fix
X-SVN-Rev: 9642
2002-08-09 02:06:16 +00:00
George Rhoten
1d1c624ff0
ICU-2072 Add a better test for proper ambiguous converter alias mapping
...
X-SVN-Rev: 9641
2002-08-09 01:48:58 +00:00
George Rhoten
7f6c76c505
ICU-1913 Fix a compiler problem for HP/UX created by last fix.
...
X-SVN-Rev: 9640
2002-08-09 01:38:27 +00:00
George Rhoten
a6cd5b4b16
ICU-2072 Add a better test for proper ambiguous converter alias mapping
...
X-SVN-Rev: 9639
2002-08-09 00:16:56 +00:00
Alan Liu
c701df490b
ICU-2031 add version to @draft tag
...
X-SVN-Rev: 9638
2002-08-09 00:07:16 +00:00
George Rhoten
96bbbc8e92
ICU-2031 @draft -> @stable + more documentation
...
X-SVN-Rev: 9637
2002-08-09 00:03:53 +00:00
Alan Liu
d2c9f0cbc9
ICU-2071 @since => @draft
...
X-SVN-Rev: 9636
2002-08-08 23:57:40 +00:00
Steven R. Loomis
a9af41ab39
ICU-2076 use package name (samples update for 2.2)
...
X-SVN-Rev: 9635
2002-08-08 23:49:24 +00:00
George Rhoten
8d7d2726d1
ICU-1913 Don't try to test so aggressively on the iSeries.
...
X-SVN-Rev: 9634
2002-08-08 23:47:09 +00:00
Steven R. Loomis
4352eee6f3
ICU-2076 samples for 2.2
...
X-SVN-Rev: 9633
2002-08-08 23:42:04 +00:00
Markus Scherer
97501d0948
ICU-2031 change @draft 1.7 to @stable
...
X-SVN-Rev: 9631
2002-08-08 23:31:03 +00:00
Alan Liu
d9112c29ec
ICU-2071 fix GMT @deprecate tag, and add @since tag to getGMT()
...
X-SVN-Rev: 9630
2002-08-08 23:13:54 +00:00
Markus Scherer
9b3a004040
ICU-2031 change @draft 1.8 to @stable
...
X-SVN-Rev: 9629
2002-08-08 23:08:14 +00:00
Vladimir Weinstein
53f553ccc4
ICU-2085 added dates to several deprecated enums
...
X-SVN-Rev: 9627
2002-08-08 22:55:13 +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
Vladimir Weinstein
1cdc310a95
ICU-2039 removed unused function and some dead code
...
X-SVN-Rev: 9623
2002-08-08 22:28:00 +00:00
Vladimir Weinstein
a7ca6ecb8c
ICU-1654 changes to resource bundle documentation. Updated API docs, APIs reviewed. Need to do update the users guide also
...
X-SVN-Rev: 9621
2002-08-08 21:24:52 +00:00
George Rhoten
2f53cce994
ICU-1900 Fix some dead code in case someone needs it.
...
X-SVN-Rev: 9617
2002-08-08 16:02:58 +00:00
Steven R. Loomis
9a1d641471
ICU-1894 fixed for unix
...
X-SVN-Rev: 9614
2002-08-08 03:36:20 +00:00
Andy Heninger
6df1676310
ICU-2077 RBBI: review comments incorporated. (incomplete, more to come.)
...
X-SVN-Rev: 9612
2002-08-08 00:39:13 +00:00
Steven R. Loomis
869be6abb5
ICU-2076 samples on 2.2
...
X-SVN-Rev: 9610
2002-08-07 23:45:13 +00:00
Steven R. Loomis
4bc29a7907
ICU-2076 samples for 2.2 (win32)
...
X-SVN-Rev: 9609
2002-08-07 23:30:02 +00:00
Steven R. Loomis
ccb2387287
ICU-2076 2.2 samples
...
X-SVN-Rev: 9608
2002-08-07 22:50:05 +00:00
Markus Scherer
f117f17673
ICU-2030 fix uprv_realloc for buffer!=zeroMem but size==0
...
X-SVN-Rev: 9607
2002-08-07 21:34:31 +00:00
George Rhoten
39fbd05424
ICU-1739 fixed a memory access error (BoundsChecker bogus warning)
...
X-SVN-Rev: 9603
2002-08-07 18:26:18 +00:00
George Rhoten
a39d100837
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9598
2002-08-07 17:50:29 +00:00
Ram Viswanadha
23b86a17fc
ICU-1953 fix some changes from GCL
...
X-SVN-Rev: 9595
2002-08-07 02:48:28 +00:00
Markus Scherer
c1b70c6908
ICU-1962 clarify another comment
...
X-SVN-Rev: 9591
2002-08-06 20:55:32 +00:00
Steven R. Loomis
ecdf1b3bb9
ICU-1868 shorten .c and .o filenames on AS400
...
X-SVN-Rev: 9589
2002-08-06 19:06:31 +00:00
George Rhoten
a9412507e7
ICU-1739 Fix a memory leak
...
X-SVN-Rev: 9588
2002-08-06 17:18:51 +00:00
George Rhoten
f18ebcae7c
ICU-2067 Back out last change. It was already thread safe
...
X-SVN-Rev: 9587
2002-08-06 15:59:27 +00:00
George Rhoten
f2278079f3
ICU-1913 Make the structure smaller by moving the pointers first, which must be aligned on 4, 8 or 16 byte boundaries.
...
X-SVN-Rev: 9586
2002-08-06 00:55:25 +00:00
George Rhoten
bb434c37ec
ICU-1981 Show an error if setDefaultRuleSet failed to work.
...
X-SVN-Rev: 9585
2002-08-05 23:30:23 +00:00
George Rhoten
7887d067b3
ICU-2067 Make ucnv_shareConverterData thread safe
...
X-SVN-Rev: 9584
2002-08-05 23:00:20 +00:00
George Rhoten
57d169db3a
ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
...
X-SVN-Rev: 9583
2002-08-05 22:59:26 +00:00
Steven R. Loomis
7f327f311d
ICU-1991 fix for safeclone on ISO-2022
...
X-SVN-Rev: 9582
2002-08-05 22:55:17 +00:00
George Rhoten
0aacd9f8eb
ICU-1727 Recomment USA out because we want the real name
...
X-SVN-Rev: 9581
2002-08-05 22:48:57 +00:00
George Rhoten
a8db601ff7
ICU-1727 Title case the kj language name, and don't use tabs.
...
X-SVN-Rev: 9580
2002-08-05 22:36:07 +00:00
Markus Scherer
8dd810c7bd
ICU-1962 fix comment
...
X-SVN-Rev: 9579
2002-08-05 21:15:07 +00:00
Markus Scherer
9dc91204db
ICU-2044 unorm_compare set error code if properties not loaded
...
X-SVN-Rev: 9578
2002-08-05 21:11:37 +00:00
Markus Scherer
0f1278ab3c
ICU-1440 fix new collation
...
X-SVN-Rev: 9577
2002-08-05 18:52:47 +00:00
George Rhoten
1a7dc3a128
ICU-837 Fix the UTF-16 checking.
...
X-SVN-Rev: 9573
2002-08-04 07:41:48 +00:00
George Rhoten
955a28d15b
ICU-1836 More tests for buffer overflow on u_fgets
...
X-SVN-Rev: 9572
2002-08-04 07:10:57 +00:00
George Rhoten
097d92d7f2
ICU-1836 Stay within the limits of the array.
...
X-SVN-Rev: 9571
2002-08-04 07:09:30 +00:00
George Rhoten
cb62d528c6
ICU-837 Add a buffer overflow test to fgets
...
X-SVN-Rev: 9570
2002-08-04 06:47:44 +00:00
Vladimir Weinstein
3deb4e01f8
ICU-1880 Test now compares each part of the sequence to all the other parts. Improved constness of the arguments and passing references instead of objects.
...
X-SVN-Rev: 9569
2002-08-04 06:25:06 +00:00
George Rhoten
bf75d537d3
ICU-1739 fixed a memory access error
...
X-SVN-Rev: 9566
2002-08-03 05:58:30 +00:00
George Rhoten
963d1278e3
ICU-1739 fixed a memory leak
...
X-SVN-Rev: 9565
2002-08-03 05:53:19 +00:00
Vladimir Weinstein
c9cd63ee79
ICU-1937 test for parsing rules without a leading reset
...
X-SVN-Rev: 9564
2002-08-03 05:07:55 +00:00
Vladimir Weinstein
ced2539285
ICU-2028 fixed RamsRulesTest so that it correctly compares CEs. Reenabled test for Farsi
...
X-SVN-Rev: 9563
2002-08-03 03:44:40 +00:00
George Rhoten
d884635597
ICU-1972 Free the data in the correct order
...
X-SVN-Rev: 9561
2002-08-03 01:00:02 +00:00
Markus Scherer
3a745205c8
ICU-1967 test strictness of u_strTo/FromUTF8()
...
X-SVN-Rev: 9560
2002-08-03 00:55:16 +00:00
Markus Scherer
50ffaabba6
ICU-1967 UTF-8 set out-of-band isError
...
X-SVN-Rev: 9559
2002-08-03 00:54:39 +00:00
Ram Viswanadha
5ca17eb877
ICU-2028 comment out failing test (WIEV) for Farsi locale... bug in test
...
X-SVN-Rev: 9558
2002-08-03 00:04:42 +00:00
Ram Viswanadha
c72342ee78
ICU-2028 changes for persian locale
...
X-SVN-Rev: 9557
2002-08-02 23:56:59 +00:00
Ram Viswanadha
e01f786651
ICU-1727 got changes for both 1727 and 1736
...
X-SVN-Rev: 9556
2002-08-02 23:55:31 +00:00
George Rhoten
c954795d3b
ICU-868 Add another test to increase code coverage
...
X-SVN-Rev: 9555
2002-08-02 23:28:03 +00:00
George Rhoten
d5560688bd
ICU-1972 Add default implementation for unext and check for the length from ucnv_openStandardNames()
...
X-SVN-Rev: 9553
2002-08-02 23:01:10 +00:00
Markus Scherer
1c539be789
ICU-1867 add copyright header
...
X-SVN-Rev: 9552
2002-08-02 22:08:41 +00:00
George Rhoten
59fc6a36d0
ICU-868 More documentation
...
X-SVN-Rev: 9551
2002-08-02 21:59:23 +00:00
Alan Liu
7b1fbb21ff
ICU-1997 added test
...
X-SVN-Rev: 9550
2002-08-02 21:33:02 +00:00
Ram Viswanadha
69860e0981
ICU-1094 update %pattern in Turkish locale
...
X-SVN-Rev: 9549
2002-08-02 21:30:19 +00:00
Eric Mader
85ba6d1e64
ICU-1289 Reset parenSP if the paren stack overflows.
...
X-SVN-Rev: 9547
2002-08-02 21:06:29 +00:00
Doug Felt
1196794d8d
ICU-1997 test with u+200e in rules per Mark's suggestion
...
X-SVN-Rev: 9545
2002-08-02 20:49:16 +00:00
Vladimir Weinstein
6e1875348a
ICU-1930 Added comment for U_SORT_KEY_TOO_SHORT_WARNING (used to be j847, but it is closed)
...
X-SVN-Rev: 9543
2002-08-02 18:51:34 +00:00
George Rhoten
bf8483ffef
ICU-868 Make the documentation nicer for doxygen.
...
X-SVN-Rev: 9542
2002-08-02 18:42:01 +00:00
Vladimir Weinstein
d5a3955931
ICU-1865 Fixed the test according to the review
...
X-SVN-Rev: 9541
2002-08-02 18:22:44 +00:00
George Rhoten
b9428ad850
ICU-2030 Undo another change. We want this function to be static
...
X-SVN-Rev: 9540
2002-08-02 18:01:21 +00:00
Vladimir Weinstein
49153360c8
ICU-1865 Added tests for buffer overflow fix and size calculation when the input buffer is too small. Fixed calculating the sortkey size when we have to exit in the middle of calculation
...
X-SVN-Rev: 9538
2002-08-02 06:55:51 +00:00
Markus Scherer
2ecdab9e2e
ICU-1115 use index_outofbounds_error instead of illegal for itemIndex>=count; add TODO
...
X-SVN-Rev: 9537
2002-08-02 01:14:53 +00:00
Ram Viswanadha
8697b8894f
ICU-1970 UBLOCKS_ should actually be UBLOCK_
...
X-SVN-Rev: 9536
2002-08-02 00:48:42 +00:00
Andy Heninger
00c62990d2
ICU-2019 upropset initialization and synchronization changes
...
X-SVN-Rev: 9535
2002-08-02 00:42:56 +00:00
George Rhoten
b1833a1e01
ICU-2031 Update @stable and @draft tags.
...
X-SVN-Rev: 9534
2002-08-02 00:31:35 +00:00
George Rhoten
316a5c7bfb
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9533
2002-08-02 00:29:08 +00:00
George Rhoten
6913f1424f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9532
2002-08-02 00:27:48 +00:00
Ram Viswanadha
4dcd4ac434
ICU-1970 UBLOCKS_ should actually be UBLOCK_
...
X-SVN-Rev: 9530
2002-08-02 00:22:49 +00:00
Doug Felt
e5555a499b
ICU-1461 doc that Locale(null) sets default locale
...
X-SVN-Rev: 9529
2002-08-01 23:21:35 +00:00
Vladimir Weinstein
01c2e3412c
ICU-1930 Changes according to the review comments
...
X-SVN-Rev: 9528
2002-08-01 23:09:41 +00:00
Doug Felt
f0566b427e
ICU-1997 uprv_isRuleWhiteSpace
...
X-SVN-Rev: 9527
2002-08-01 22:43:21 +00:00
George Rhoten
82322db82c
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9526
2002-08-01 22:24:31 +00:00
Andy Heninger
04c2c81c64
ICU-45 RBBI: Add missing status check at top of some constructors.
...
X-SVN-Rev: 9524
2002-08-01 21:31:06 +00:00
Andy Heninger
12b842b152
ICU-45 RBBI: Add missing status check at top of some constructors.
...
X-SVN-Rev: 9521
2002-08-01 21:07:56 +00:00
Vladimir Weinstein
20a177ac07
ICU-1937 treat rules without the starting reset as if there was a &[first tertiary ignorable]
...
X-SVN-Rev: 9520
2002-08-01 20:54:18 +00:00
Markus Scherer
ecc19cf840
ICU-1951 made sure to allocate tempbuffer >=sourceLength; renamed some confusing variables
...
X-SVN-Rev: 9518
2002-08-01 20:25:10 +00:00
Helena Chapman
72cf296921
ICU-1557 copyright and license statement update in source files, data files and hardcoded copyright strings.
...
X-SVN-Rev: 9517
2002-08-01 20:12:25 +00:00
George Rhoten
4d8623bdc3
ICU-1927 Update some of the converter filenames and implementations.
...
X-SVN-Rev: 9515
2002-08-01 19:07:40 +00:00
Ram Viswanadha
22dbbac8ae
ICU-845 add review comments
...
X-SVN-Rev: 9514
2002-08-01 18:56:29 +00:00
Andy Heninger
16aadd1cc0
ICU-45 RBBI: Revised API Doc comments (no code changes.)
...
X-SVN-Rev: 9513
2002-08-01 18:40:05 +00:00
George Rhoten
427c5b4bf0
ICU-1927 Update some of the converter filenames and implementations.
...
X-SVN-Rev: 9512
2002-08-01 17:58:30 +00:00
Andy Heninger
2cd30a036d
ICU-45 RBBI: Make reference counting of mapped data thread safe
...
X-SVN-Rev: 9511
2002-08-01 17:41:06 +00:00
Andy Heninger
7ab245e6e9
ICU-45 RBBI: conditionalize / remove stdio and stdlib dependencies.
...
Remove dead code. Clean up some comments.
X-SVN-Rev: 9509
2002-08-01 16:17:41 +00:00
George Rhoten
e7fd8044f4
ICU-1604 Better fix for TRU64 (OSF, ...)
...
X-SVN-Rev: 9508
2002-08-01 15:34:53 +00:00
George Rhoten
981b4a6a07
ICU-1604 Better fix for TRU64 (OSF, ...)
...
X-SVN-Rev: 9507
2002-08-01 15:33:38 +00:00
Steven R. Loomis
62d9d90d07
ICU-1898 double suffixes, quadruple suffixes, Aieeeee! [pushback from 2.0.3]
...
X-SVN-Rev: 9506
2002-08-01 03:28:53 +00:00
George Rhoten
4ccd96dd57
ICU-900 Fix a compiler warning
...
X-SVN-Rev: 9505
2002-08-01 02:35:56 +00:00
Steven R. Loomis
8c00a8605c
ICU-1991 close change for flag callback sample
...
X-SVN-Rev: 9504
2002-08-01 02:11:46 +00:00
Steven R. Loomis
3cfbffa784
ICU-1991 safeClone comprehensive test
...
X-SVN-Rev: 9503
2002-08-01 02:07:04 +00:00
George Rhoten
24ad0f1792
ICU-2039 Add a newline at the end of the file.
...
X-SVN-Rev: 9502
2002-08-01 02:03:12 +00:00
Alan Liu
d1f4bffbd5
ICU-1884 update test for correct ESP behavior (0 fraction digits)
...
X-SVN-Rev: 9501
2002-08-01 01:46:40 +00:00
George Rhoten
edb4b9897e
ICU-837 Add const because it shouldn't be writing to the buffer
...
X-SVN-Rev: 9500
2002-08-01 01:46:19 +00:00
Alan Liu
d9408a11e0
ICU-1884 retain correct pre-EURO pattern
...
X-SVN-Rev: 9499
2002-08-01 01:45:59 +00:00
George Rhoten
42973c6d51
ICU-1927 Fix a typo from the tool. Change 2000 -> 2002
...
X-SVN-Rev: 9498
2002-08-01 00:53:40 +00:00
Ram Viswanadha
ea7e87616b
ICU-2039 Improve code coverage
...
X-SVN-Rev: 9497
2002-08-01 00:52:36 +00:00
Ram Viswanadha
599146bec3
ICU-2044 add check to see if nomalzation data is loaded
...
X-SVN-Rev: 9496
2002-08-01 00:39:34 +00:00
Ram Viswanadha
c4d817c9ca
ICU-2035 shlib-c and shlib-cc for building shared libraries
...
X-SVN-Rev: 9490
2002-07-31 23:41:33 +00:00
Andy Heninger
0343c12696
ICU-1984 Add regression test for reported RBBI failure in Arabic Sentence breaking.
...
X-SVN-Rev: 9488
2002-07-31 23:27:58 +00:00
George Rhoten
0287aa44ec
ICU-1891 No need to have the // in U_TOPBUILDDIR
...
X-SVN-Rev: 9486
2002-07-31 22:36:08 +00:00
George Rhoten
c59e44e4b4
ICU-1889 Fix for non-Windows compilers
...
X-SVN-Rev: 9485
2002-07-31 22:34:14 +00:00
George Rhoten
8999fe581a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9484
2002-07-31 22:28:47 +00:00
George Rhoten
2b53be0fd2
ICU-1892 Remove some old pure DBCS codepages
...
X-SVN-Rev: 9481
2002-07-31 22:19:45 +00:00
Steven R. Loomis
2dd3cd8c7d
ICU-1558 install libs as +x on hpux
...
X-SVN-Rev: 9480
2002-07-31 22:01:38 +00:00
Andy Heninger
2c6ae59665
ICU-1889 Add regression test for reported RBBI failure.
...
X-SVN-Rev: 9479
2002-07-31 21:46:05 +00:00
Steven R. Loomis
ffd9cf9a81
ICU-1992 data packaging, improve robustness of intltest search for test data
...
X-SVN-Rev: 9478
2002-07-31 21:41:03 +00:00
Andy Heninger
53ac097505
ICU-836 Add regression test for reported RBBI failure.
...
X-SVN-Rev: 9477
2002-07-31 21:18:10 +00:00