Commit Graph

4575 Commits

Author SHA1 Message Date
Vladimir Weinstein
241bcfb46c ICU-96 fixed a typo in rules supplied to Lotus that caused Jamos to become special
X-SVN-Rev: 4920
2001-06-08 05:53:58 +00:00
Vladimir Weinstein
bc82668594 ICU-96 fixed a mental typo (uint16_t is not UChar)
X-SVN-Rev: 4919
2001-06-08 05:51:29 +00:00
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
Syn Wee Quek
2af391abd3 Removed Javadoc generation for test classes.
X-SVN-Rev: 4909
2001-06-07 01:13:19 +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