Syn Wee Quek
62f2fc9fd7
ICU-96
...
Added weird expansion rule test TestExpansion.
It is currently disabled.
X-SVN-Rev: 4918
2001-06-08 02:11:28 +00:00
Syn Wee Quek
15b2232eca
ICU-861 Sets the string end pointer after reset.
...
X-SVN-Rev: 4917
2001-06-08 01:16:44 +00:00
Vladimir Weinstein
c568f25e06
ICU-96 was comparing uint32_t to NULL - not anymore (linux build fail)
...
X-SVN-Rev: 4913
2001-06-07 21:50:15 +00:00
George Rhoten
c6da6bb4c2
ICU-961 Add newline at the end of the header file.
...
X-SVN-Rev: 4912
2001-06-07 21:29:34 +00:00
Vladimir Weinstein
5e30c2c882
ICU-96 BRAINDEAD CVS allowed new revision not to contain changes from the previous revision. Changes remerged now.
...
X-SVN-Rev: 4911
2001-06-07 21:28:56 +00:00
Yves Arrouye
78e52aba92
ICU-963 oops, it's U_ICUDATA_NAME nor U_ICUDATA_FILE
...
X-SVN-Rev: 4910
2001-06-07 17:14:44 +00:00
Yves Arrouye
5cfa04f7fd
ICU-963 added a check for specific files in the hardcoded directory
...
before we get too fancy with library pathes, since we can get it wrong when
differently compiled, and incomplete, ICUs, are installed in different
locations.
X-SVN-Rev: 4908
2001-06-06 23:32:41 +00:00
Andy Heninger
a581d73d9c
ICU-880 Add message when using locale fallbacks, increase max file size.
...
X-SVN-Rev: 4907
2001-06-06 23:30:49 +00:00
Andy Heninger
52afc81fd8
ICU-880 Updated readme file for collperf test program
...
X-SVN-Rev: 4906
2001-06-06 23:28:06 +00:00
Andy Heninger
da3db6fbc5
ICU-880 GetSpecialCE Contraction code: add comments restructure w more use of inline funcs
...
X-SVN-Rev: 4905
2001-06-06 23:26:50 +00:00
Vladimir Weinstein
ef075eb26d
ICU-96 fixed a memory leak
...
X-SVN-Rev: 4904
2001-06-06 22:13:37 +00:00
Vladimir Weinstein
fa39dba08d
ICU-96 fixed a memory leak
...
X-SVN-Rev: 4903
2001-06-06 22:03:58 +00:00
Vladimir Weinstein
19cd1bac03
ICU-96 removed unneeded field
...
X-SVN-Rev: 4902
2001-06-06 22:03:20 +00:00
Vladimir Weinstein
8cf3fe9370
ICU-96 fixed some compiler warnings
...
X-SVN-Rev: 4901
2001-06-06 20:48:57 +00:00
Vladimir Weinstein
c5893f84ac
ICU-96 updated and added tests
...
X-SVN-Rev: 4900
2001-06-06 20:38:43 +00:00
Vladimir Weinstein
d303dc03ef
ICU-96 fixed some compiler warnings
...
X-SVN-Rev: 4899
2001-06-06 20:37:10 +00:00
Vladimir Weinstein
333c696753
ICU-96 Major cleanup
...
X-SVN-Rev: 4898
2001-06-06 20:21:48 +00:00
Vladimir Weinstein
3e4870f350
ICU-96 fix to signed/unsigned issue when dealing with contractions
...
X-SVN-Rev: 4897
2001-06-06 20:21:16 +00:00
Vladimir Weinstein
4b1a770ce2
ICU-96 Preserving contractions from the UCA in the tailoring (fix).
...
Reusing hashtable from the parser (cleanup).
X-SVN-Rev: 4896
2001-06-06 20:20:43 +00:00
Vladimir Weinstein
49f5a96bb3
ICU-96 Added functions for easier detecting of contractions that exist in the UCA
...
X-SVN-Rev: 4895
2001-06-06 20:19:26 +00:00
Vladimir Weinstein
3ff593d857
ICU-96 Initing of TokenParser structure moved to parser (cleanup)
...
X-SVN-Rev: 4894
2001-06-06 20:18:38 +00:00
Vladimir Weinstein
b4b20eb413
ICU-96 Korean using secondary differences between Hangul and Hanja instead of primaries - better performance
...
X-SVN-Rev: 4893
2001-06-06 20:17:12 +00:00
Vladimir Weinstein
27d7ed1627
ICU-96 some fixes - need to be finished (hi got broken)
...
X-SVN-Rev: 4887
2001-06-05 22:52:56 +00:00
George Rhoten
8c69e1eb5a
ICU-961 ignore Makefile
...
X-SVN-Rev: 4886
2001-06-05 21:33:34 +00:00
Syn Wee Quek
c3fae5bd05
ICU-96 Added weird contraction tests.
...
X-SVN-Rev: 4885
2001-06-05 18:09:06 +00:00
Syn Wee Quek
df6d1549a1
ICU-807 Updated management of length 0 rule string.
...
X-SVN-Rev: 4884
2001-06-05 16:26:45 +00:00
Vladimir Weinstein
19cd06a49c
ICU-96 updated resfiles.mk (for some reason it didn't get commited before)
...
X-SVN-Rev: 4881
2001-06-04 14:39:32 +00:00
Vladimir Weinstein
ec1bf1b9fc
ICU-96 changed int usage to int32_t, removed dependency on limits.h and stdio.h
...
X-SVN-Rev: 4880
2001-06-03 23:40:41 +00:00
Vladimir Weinstein
dffcc4b530
ICU-96 ucol.cpp always needs limits.h
...
X-SVN-Rev: 4879
2001-06-02 23:51:42 +00:00
Vladimir Weinstein
bd34d61147
ICU-96 Commited previous version in error
...
X-SVN-Rev: 4878
2001-06-02 02:05:38 +00:00
Vladimir Weinstein
71881c7ace
ICU-96 update to UCARules so that conformance test works better
...
X-SVN-Rev: 4877
2001-06-02 02:01:41 +00:00
Vladimir Weinstein
40e46d4d16
ICU-96 fix for proper quoting in extensions
...
X-SVN-Rev: 4876
2001-06-02 01:02:26 +00:00
Vladimir Weinstein
a567c6fb3e
ICU-96 fixed bug in treating continuations in ucol_strcoll/shifted/quad level.
...
X-SVN-Rev: 4875
2001-06-02 01:01:18 +00:00
George Rhoten
c7a0417665
ICU-484 Using version 1.2's jitterbug to remove unneeded whitespace
...
X-SVN-Rev: 4874
2001-06-01 22:31:05 +00:00
George Rhoten
a869e621bb
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4873
2001-06-01 22:08:06 +00:00
George Rhoten
ea08d72509
ICU-900 refixed some compiler warnings
...
X-SVN-Rev: 4872
2001-06-01 18:28:49 +00:00
George Rhoten
7e7932983e
ICU-900 Fixed somce compiler warnings
...
X-SVN-Rev: 4871
2001-06-01 18:18:46 +00:00
George Rhoten
7ba6beb7ae
ICU-597 Added macro separator when declaring a macro as a compiler option
...
X-SVN-Rev: 4870
2001-06-01 18:15:03 +00:00
George Rhoten
6fa79625ba
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4869
2001-06-01 17:29:13 +00:00
George Rhoten
a90bb7540e
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4868
2001-06-01 17:17:21 +00:00
George Rhoten
df717c8605
ICU-900 Fixed some compilre warnings
...
X-SVN-Rev: 4866
2001-06-01 17:02:03 +00:00
Yves Arrouye
05921dd61c
ICU-972 added cwchar.o to the list of object files.
...
Changed the test for U_WCHAR_H to a test for U_WCSCPY to match what the
header does (we check for wcscpy because of OpenBSD or NetBSD).
X-SVN-Rev: 4865
2001-06-01 10:03:31 +00:00
Yves Arrouye
43fb0a4a27
ICU-978 added mh-cygwin, from mh-linux. Got rid of -fPIC since code is
...
always PIC.
X-SVN-Rev: 4864
2001-06-01 10:01:09 +00:00
Yves Arrouye
5dfa18a11a
ICU-978 If platform is *-*-cygwin, use mh-cygwin as the config fragment.
...
X-SVN-Rev: 4863
2001-06-01 10:00:16 +00:00
Ram Viswanadha
99aff881e9
ICU-96 Build broken. ko__LOUTS.txt deleted but resfiles.mk not updated.
...
X-SVN-Rev: 4862
2001-06-01 05:14:03 +00:00
George Rhoten
569d7ec827
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4861
2001-06-01 00:34:42 +00:00
George Rhoten
ef66e4dfc2
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4860
2001-05-31 23:42:59 +00:00
George Rhoten
8383c8f1b3
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4859
2001-05-31 23:30:09 +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
be01aa06c2
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4857
2001-05-31 23:07:40 +00:00
George Rhoten
3a545b4886
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4856
2001-05-31 23:05:07 +00:00
George Rhoten
94b5db6647
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4855
2001-05-31 22:58:53 +00:00
Vladimir Weinstein
ab1b312f69
ICU-96 ko__LOTUS got promoted to ko
...
X-SVN-Rev: 4854
2001-05-31 22:58:29 +00:00
George Rhoten
4ecd6bbf2a
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4853
2001-05-31 22:48:59 +00:00
Vladimir Weinstein
0ae3c25707
ICU-96 Turkish collation has changed.
...
X-SVN-Rev: 4852
2001-05-31 22:14:18 +00:00
Vladimir Weinstein
b66528b535
ICU-96 Modified and added collation tailorings
...
X-SVN-Rev: 4851
2001-05-31 22:11:53 +00:00
George Rhoten
3541425270
ICU-977 Add gb18030 alias for IBM
...
X-SVN-Rev: 4850
2001-05-31 22:06:11 +00:00
George Rhoten
5184485c09
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4849
2001-05-31 21:36:10 +00:00
George Rhoten
4e62d658c1
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4848
2001-05-31 21:36:09 +00:00
George Rhoten
03f725c002
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4847
2001-05-31 21:22:59 +00:00
Syn Wee Quek
084db35e00
ICU-96
...
Modified UCA rules for conformance testing.
X-SVN-Rev: 4846
2001-05-31 20:53:19 +00:00
George Rhoten
0e7a391e51
ICU-961 os/390 needs U_CALLCONV for C function pointers in C++.
...
X-SVN-Rev: 4845
2001-05-31 20:11:35 +00:00
George Rhoten
528d871cbf
ICU-597 Changed UCOL_DEFAULT back to UCOL_DEFAULT_NORMALIZATION, since it now works.
...
as/400 has a big problem with these enum types.
X-SVN-Rev: 4844
2001-05-31 17:27:44 +00:00
Vladimir Weinstein
0f8883f150
ICU-96 Collator framework now can instantiate a collator from UCARules
...
X-SVN-Rev: 4843
2001-05-31 17:05:48 +00:00
George Rhoten
a3d310d0d1
ICU-597 You can't assign a UChar a char directly on EBCDIC machines.
...
X-SVN-Rev: 4842
2001-05-31 16:30:03 +00:00
Vladimir Weinstein
bedc1b349b
ICU-96 fixed a typo
...
X-SVN-Rev: 4841
2001-05-31 15:48:16 +00:00
Vladimir Weinstein
5094d259d3
ICU-96 test for instantiating collator from UCARules
...
X-SVN-Rev: 4840
2001-05-31 06:07:06 +00:00
Vladimir Weinstein
f5e2df945a
ICU-96 Better handling of extreme normalization sizes. Fixed getRulesEx so that they don't choke on \u0000
...
X-SVN-Rev: 4839
2001-05-31 06:06:30 +00:00
Vladimir Weinstein
fb004d204e
ICU-96 More robust cleanup of parser
...
X-SVN-Rev: 4838
2001-05-31 06:04:56 +00:00
Vladimir Weinstein
1ce315488b
ICU-968 correct data in UCARules and correct handling of EOF in parse.c Special characters have to be quoted in order to parse UCARules!
...
X-SVN-Rev: 4837
2001-05-31 05:56:08 +00:00
Ram Viswanadha
d629a1d544
ICU-968 Escape null character by replacing \u0000 wiht \\u0000
...
X-SVN-Rev: 4836
2001-05-31 03:37:45 +00:00
Ram Viswanadha
b163142667
ICU-968 Fix UCARules handling by ignoring CR, LF, SPACE characters
...
X-SVN-Rev: 4835
2001-05-31 03:36:54 +00:00
George Rhoten
4b33cbea2e
ICU-597 Can't use /bin/pwd. You need pwd for as/400. This change
...
works on out of source builds.
X-SVN-Rev: 4834
2001-05-30 22:13:37 +00:00
Syn Wee Quek
0d65a32f34
ICU-861
...
Modified path for retrieving FractionalUCA.txt.
X-SVN-Rev: 4833
2001-05-30 22:07:12 +00:00
George Rhoten
d62e98e78c
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4832
2001-05-30 17:38:28 +00:00
George Rhoten
0065e3fad0
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4831
2001-05-30 16:15:33 +00:00
George Rhoten
9818a6b588
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4830
2001-05-30 16:09:09 +00:00
Vladimir Weinstein
453554cb1e
ICU-96 C++ comments in C file removed
...
X-SVN-Rev: 4829
2001-05-30 15:13:04 +00:00
Vladimir Weinstein
9482758ade
ICU-96 finally correct case bit calculation, fixed before postpone handling, added some tests. Hopefully the last code commit for 1.8.1
...
X-SVN-Rev: 4828
2001-05-29 22:53:07 +00:00
Andy Heninger
492afb0709
ICU-880 Fix 1.8 -> 1.8.1 binary compatibility problem with NullTransliterator
...
X-SVN-Rev: 4826
2001-05-29 22:45:13 +00:00
Vladimir Weinstein
d00e3eb462
ICU-96 updated a test to new data
...
X-SVN-Rev: 4825
2001-05-29 16:59:09 +00:00
Vladimir Weinstein
c7a2bac580
ICU-96 changed sortkey implementation as per code review
...
X-SVN-Rev: 4824
2001-05-29 04:59:29 +00:00
Vladimir Weinstein
9ac95a85a7
ICU-96 fixed LINUX compiler warnings
...
X-SVN-Rev: 4823
2001-05-28 20:57:59 +00:00
Vladimir Weinstein
caf86ab4fa
ICU-96 removed C++ comments from a C file
...
X-SVN-Rev: 4822
2001-05-28 20:32:29 +00:00
Ram Viswanadha
95d3248a7f
ICU-976 Update version info of locale data files.
...
X-SVN-Rev: 4821
2001-05-28 18:35:34 +00:00
Ram Viswanadha
c3c737b108
ICU-902 Removed redundant DayAbbreviations data.
...
X-SVN-Rev: 4820
2001-05-28 18:24:42 +00:00
Vladimir Weinstein
87597284f2
ICU-96 fixed ANSI C need for explicit initialization
...
X-SVN-Rev: 4819
2001-05-28 17:15:02 +00:00
Ram Viswanadha
00e92f1e03
ICU-969 Update the minor version number for 1.8.1
...
X-SVN-Rev: 4818
2001-05-28 16:56:11 +00:00
Ram Viswanadha
51e9569437
ICU-969 Added new locales
...
X-SVN-Rev: 4817
2001-05-26 23:19:49 +00:00
Ram Viswanadha
543543f234
ICU-954 Use stack buffer instead of heap
...
X-SVN-Rev: 4816
2001-05-26 22:29:39 +00:00
Vladimir Weinstein
48edd98921
ICU-96 Added Lotus rules. Fixed tertiary strength generation. Fixed caching resets in tailoring generation. Added test for Korean.
...
X-SVN-Rev: 4815
2001-05-26 05:33:48 +00:00
George Rhoten
732922f538
ICU-66 Change "string" + int to "string %d", int because we don't need to convert to a UnicodeString here and we don't want to add an integer to a const char *.
...
X-SVN-Rev: 4814
2001-05-26 01:23:28 +00:00
Ram Viswanadha
23091929ee
ICU-968 genrb was handling 0xffff incorrectly and crashing intltst.
...
X-SVN-Rev: 4813
2001-05-26 01:20:21 +00:00
Ram Viswanadha
e833e3e42e
ICU-954 added autodetect_nrw(no rewind function). Added autodetection of UTF32 & SCSU
...
X-SVN-Rev: 4812
2001-05-26 01:16:37 +00:00
Syn Wee Quek
dda0452881
ICU-96
...
Added tests for testing compression overlapping.
X-SVN-Rev: 4811
2001-05-25 22:00:24 +00:00
Syn Wee Quek
f96945e15a
ICU-861
...
Handled data strings of length 0 in the iterator constructor.
X-SVN-Rev: 4810
2001-05-25 21:58:49 +00:00
George Rhoten
6bc0d64b9d
ICU-66 Fix most of the test memory leaks
...
X-SVN-Rev: 4809
2001-05-25 21:53:06 +00:00
George Rhoten
0de870de83
ICU-66 Don't write off the end of an array.
...
X-SVN-Rev: 4808
2001-05-25 21:50:10 +00:00
George Rhoten
effdc31cca
ICU-66 Don't write off the end of an array.
...
X-SVN-Rev: 4807
2001-05-25 21:42:32 +00:00
George Rhoten
a2011d21fa
ICU-66 Fix most of the test memory leaks
...
X-SVN-Rev: 4806
2001-05-25 21:39:55 +00:00
Syn Wee Quek
fcc4e1c1ee
ICU-861
...
Handled data strings of length 0 in the iterator constructor.
X-SVN-Rev: 4805
2001-05-25 20:47:25 +00:00
Andy Heninger
d056250053
ICU-880 Normalization fixes for strings containing null chars.
...
X-SVN-Rev: 4804
2001-05-25 19:30:01 +00:00
George Rhoten
ea0480af19
ICU-66 Fix most of the test memory leaks
...
X-SVN-Rev: 4803
2001-05-25 19:19:26 +00:00
George Rhoten
b755fe14ea
ICU-66 Fix most of the test leaks
...
X-SVN-Rev: 4802
2001-05-25 18:25:49 +00:00
Ram Viswanadha
3262c2ff32
ICU-974 changes to runConfigureICU to include Alpha specific setup
...
X-SVN-Rev: 4801
2001-05-25 18:00:38 +00:00
Ram Viswanadha
ebbf95a3ef
ICU-974 Alpha/linux specific make files
...
X-SVN-Rev: 4800
2001-05-25 17:58:03 +00:00
Markus Scherer
673be52f5e
ICU-972 separate cwchar.h/.c from cstring.h/.c
...
X-SVN-Rev: 4799
2001-05-25 17:57:14 +00:00
Alan Liu
9873dcb00e
ICU-403 remove incorrect comment
...
X-SVN-Rev: 4798
2001-05-25 17:56:28 +00:00
Syn Wee Quek
a181fc194c
ICU-861
...
Added validity tests for collation elements and sortkeys.
X-SVN-Rev: 4797
2001-05-25 16:54:33 +00:00
Syn Wee Quek
204e674db5
ICU-861
...
Cleaned up backwards iterator.
X-SVN-Rev: 4796
2001-05-25 16:54:06 +00:00
Andy Heninger
14ffa22646
ICU-880 Incremental Normalize bug fix: error if a non-normal sequence of
...
combining characters is terminated by surrogate pair.
X-SVN-Rev: 4795
2001-05-25 16:41:59 +00:00
George Rhoten
81ed530191
ICU-597 One of the tests calls the copy constructor on as/400 on a bad resource bundle,
...
while the other platforms seem to optimize away the extra call to the copy constructor.
X-SVN-Rev: 4794
2001-05-25 16:08:27 +00:00
Ram Viswanadha
c7298798f0
ICU-968 genrb now handles non-BMP codepoints.
...
Strict processing of invalid \uxxxx and \Uhhhhhhh notations
X-SVN-Rev: 4793
2001-05-25 00:16:28 +00:00
Ram Viswanadha
68229f74e3
ICU-968 U_ERR for genrb
...
X-SVN-Rev: 4792
2001-05-25 00:14:47 +00:00
Markus Scherer
cef0e63c19
ICU-609 add code point consistency checks
...
X-SVN-Rev: 4791
2001-05-25 00:00:51 +00:00
Markus Scherer
7083772948
ICU-609 add code point consistency checks
...
X-SVN-Rev: 4790
2001-05-24 23:49:03 +00:00
Markus Scherer
ae4b3d5784
ICU-945 remove 2 obsolete and unsafe strcpy(staticData->name, converterName)
...
X-SVN-Rev: 4789
2001-05-24 23:05:13 +00:00
Ram Viswanadha
a5a73bd12c
ICU-969 fixed hi.txt and root.txt
...
X-SVN-Rev: 4788
2001-05-24 23:05:05 +00:00
Vladimir Weinstein
2e31e124f9
ICU-96 more tests
...
X-SVN-Rev: 4787
2001-05-24 22:37:38 +00:00
Vladimir Weinstein
9c54cb62b4
ICU-96 code cleanup as per code review
...
X-SVN-Rev: 4786
2001-05-24 22:37:03 +00:00
Vladimir Weinstein
be911c5647
ICU-96 update to expansion handling
...
X-SVN-Rev: 4785
2001-05-24 22:36:40 +00:00
George Rhoten
addeee49e9
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4784
2001-05-24 21:11:44 +00:00
George Rhoten
05478226be
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4783
2001-05-24 20:59:12 +00:00
Ram Viswanadha
259ad06916
ICU-900 Fixed compiler warnings
...
X-SVN-Rev: 4781
2001-05-24 01:10:46 +00:00
Ram Viswanadha
291615ee88
ICU-954 Changed target buffer size and initializing of cp
...
X-SVN-Rev: 4780
2001-05-24 01:08:59 +00:00
Yves Arrouye
e265cf78aa
ICU-601 .so with the .5 extension or it won't work.
...
X-SVN-Rev: 4779
2001-05-23 23:41:35 +00:00
Yves Arrouye
77d6b3d159
ICU-678 check that /usr/lib/icu is a directory before cd'ing into it
...
X-SVN-Rev: 4778
2001-05-23 23:04:10 +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
88ac94a221
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4774
2001-05-23 20:32:44 +00:00
George Rhoten
92be7ab1ae
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 4770
2001-05-23 17:55:35 +00:00
George Rhoten
f43a720e99
ICU-900 Fixed some compiler warnings on HPUX.
...
X-SVN-Rev: 4768
2001-05-22 23:31:54 +00:00
George Rhoten
77f85d78dc
ICU-900 Undo the last fix for the some compiler warnings on Solaris. It's an API error.
...
X-SVN-Rev: 4767
2001-05-22 22:54:43 +00:00
George Rhoten
11ea1fe6f9
ICU-961 Removed dead code for memory checking
...
X-SVN-Rev: 4766
2001-05-22 22:44:37 +00:00
George Rhoten
862e4af175
ICU-900 Fixed some compiler warnings on Solaris
...
X-SVN-Rev: 4765
2001-05-22 22:39:11 +00:00
Vladimir Weinstein
6945e44e93
ICU-96 NO C++ comments in C file
...
X-SVN-Rev: 4764
2001-05-22 22:37:06 +00:00
Vladimir Weinstein
27f3171b91
ICU-96 Wrong test file was commited
...
X-SVN-Rev: 4763
2001-05-22 22:33:13 +00:00
George Rhoten
c032fe0e1f
ICU-900 Fixed some compiler warnings on Solaris
...
X-SVN-Rev: 4762
2001-05-22 22:31:00 +00:00
Vladimir Weinstein
152b11f484
ICU-96 Hangul tailoring fix, different case bit function, added comments to strcoll
...
X-SVN-Rev: 4761
2001-05-22 22:26:58 +00:00
George Rhoten
94e1fd78a5
ICU-900 Fixed some compiler warnings on HPUX.
...
X-SVN-Rev: 4760
2001-05-22 22:25:48 +00:00
George Rhoten
e6c100cbbf
ICU-900 Fixed some compiler warnings on HPUX.
...
X-SVN-Rev: 4759
2001-05-22 21:59:28 +00:00
George Rhoten
df791cb2a9
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4758
2001-05-22 21:54:46 +00:00
George Rhoten
d6816d1e16
ICU-961 Fix HP compiler warning while using goto statements, and make the error messages more informative
...
X-SVN-Rev: 4757
2001-05-22 21:48:09 +00:00
George Rhoten
4707ba5991
ICU-900 Fix HP compiler warning while using goto statements.
...
X-SVN-Rev: 4756
2001-05-22 21:20:05 +00:00
George Rhoten
139325a10d
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4755
2001-05-22 20:42:52 +00:00
Ram Viswanadha
6b12c9cdef
ICU-954 Fix memory leak and converter flush
...
X-SVN-Rev: 4753
2001-05-22 18:00:55 +00:00
George Rhoten
273a9022fc
ICU-954 Fixed some compiler warnings, remove tabs, and simplify ucbuf_getc()
...
X-SVN-Rev: 4752
2001-05-22 17:36:43 +00:00
George Rhoten
15b4fbebc1
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4749
2001-05-22 16:54:15 +00:00
George Rhoten
bb1950fcb3
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4748
2001-05-22 16:39:51 +00:00
George Rhoten
6de44560c8
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4747
2001-05-22 16:26:59 +00:00
George Rhoten
dd88d34144
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 4745
2001-05-22 16:15:21 +00:00