Commit Graph

89 Commits

Author SHA1 Message Date
Vladimir Weinstein
a0f067b16d ICU-3353 initialize allocated memory - removed one that had no effect
X-SVN-Rev: 13563
2003-11-04 19:07:44 +00:00
Vladimir Weinstein
bdd48cb6c6 ICU-3353 initialize allocated memory
X-SVN-Rev: 13562
2003-11-04 18:56:31 +00:00
Vladimir Weinstein
ac34860b7c ICU-3278 remove usage of static UCA and invUCA
X-SVN-Rev: 13180
2003-09-24 00:17:15 +00:00
Vladimir Weinstein
9693e040f8 ICU-3249 parser/builder bug fixes
X-SVN-Rev: 13066
2003-09-11 22:35:13 +00:00
Vladimir Weinstein
29de7f8abe ICU-1851 CODAN implementation, take 1
X-SVN-Rev: 12686
2003-07-25 05:31:54 +00:00
Vladimir Weinstein
e4e47af619 ICU-3122 don't crash on invalid rule size 1 consisting of null character
X-SVN-Rev: 12651
2003-07-22 16:19:49 +00:00
Vladimir Weinstein
bd90032804 ICU-2974 use uprv_memcpy instead of memcpy
X-SVN-Rev: 12432
2003-06-10 23:05:58 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Vladimir Weinstein
73e41ffbff ICU-2918 skip whitespace in parsing of prefix directive
X-SVN-Rev: 12117
2003-05-27 16:49:23 +00:00
Vladimir Weinstein
2f79227b38 ICU-2135 more memory fixes
X-SVN-Rev: 10467
2002-12-04 00:28:06 +00:00
Vladimir Weinstein
e56cb89e0d ICU-1855 changes according to code review
X-SVN-Rev: 10361
2002-11-23 00:52:55 +00:00
Vladimir Weinstein
ec619ff9f6 ICU-1855 changes according to code review
X-SVN-Rev: 10319
2002-11-21 21:04:51 +00:00
Vladimir Weinstein
cb3c5ddfb1 ICU-1855 Renamed "copy" to "optimize" per Mark's request
X-SVN-Rev: 10087
2002-10-29 23:02:32 +00:00
Vladimir Weinstein
8d1a83e3d5 ICU-1855 Considered strings to be Null-terminated, when they were not. Fixed.
X-SVN-Rev: 10054
2002-10-23 21:11:51 +00:00
Vladimir Weinstein
d756219b70 ICU-1855 Introducing [copy ] and [suppressContractions ] arguments (also covers j2288 and parts of j1856)
X-SVN-Rev: 10036
2002-10-16 22:34:16 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +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
Vladimir Weinstein
6eea49d8e7 ICU-1997 use uprv_isRuleWhiteSpace for parsing collation rules
X-SVN-Rev: 9354
2002-07-25 21:59:19 +00:00
George Rhoten
7e92471c93 ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
X-SVN-Rev: 9295
2002-07-23 23:01:08 +00:00
Steven R. Loomis
751ad79746 ICU-1992 data packaging (a little crash prevention for bad cases)
X-SVN-Rev: 9246
2002-07-18 00:45:20 +00:00
George Rhoten
86b7c21c50 ICU-1988 Regenerate urename.h and hide/rename the non-API functions
X-SVN-Rev: 9193
2002-07-16 01:46:42 +00:00
George Rhoten
c85207afbd ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
2002-07-12 21:42:24 +00:00
Syn Wee Quek
27da46cea7 ICU-1897
synching up icu4j with icu4j
* updated docs for string search
* ignored java modifier !
* allows rules to start without strength or &

X-SVN-Rev: 9117
2002-07-12 20:33:01 +00:00
Vladimir Weinstein
64a596c9e5 ICU-1930 Renamed indirect name 'non-ignorable' to 'regular'. Fixed problem with combining 'before' and indirect values.
X-SVN-Rev: 9103
2002-07-11 22:43:49 +00:00
Vladimir Weinstein
21b2d38d5b ICU-1930 Fix for &[last non-ignorable]
X-SVN-Rev: 9078
2002-07-10 00:50:56 +00:00
GCL Shanghai
2fab4a8cb7 ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
2002-07-09 12:47:45 +00:00
GCL Shanghai
6348e12895 ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
2002-07-06 10:58:51 +00:00
Vladimir Weinstein
3e72d5fee5 ICU-1930 new UCA + skipping ignorables in contraction and prefixes
X-SVN-Rev: 9004
2002-07-02 22:32:14 +00:00
GCL Shanghai
b89c229c6e ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
2002-07-02 15:10:30 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Vladimir Weinstein
293c766940 ICU-1930 read some of the indirect values from the UCA
X-SVN-Rev: 8879
2002-06-13 18:32:38 +00:00
George Rhoten
096e30f900 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8674
2002-05-22 23:56:30 +00:00
Vladimir Weinstein
b5bb077bb3 ICU-1880 fix for argument parsing
X-SVN-Rev: 8557
2002-05-01 16:07:18 +00:00
Vladimir Weinstein
89ddf5d5b4 ICU-1880 argument parsing function - support for data driven tests
X-SVN-Rev: 8553
2002-04-30 23:29:44 +00:00
George Rhoten
9ce40d9d20 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8384
2002-04-04 23:13:59 +00:00
Vladimir Weinstein
98cdff5012 ICU-1770 more support for indirects & some more tests
X-SVN-Rev: 8245
2002-03-26 16:46:17 +00:00
Vladimir Weinstein
cd6a077ab0 ICU-1770 fixed a typo
X-SVN-Rev: 8073
2002-03-16 05:05:08 +00:00
Vladimir Weinstein
292c9cef94 ICU-1770 implementation of support for indirect positioning of CEs
X-SVN-Rev: 8061
2002-03-15 23:41:56 +00:00
Vladimir Weinstein
69f8338735 ICU-1752 fix bug [before] implementation, refactored handling of the resets
X-SVN-Rev: 7901
2002-03-07 18:59:00 +00:00
George Rhoten
41ffc2ef36 ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus.
X-SVN-Rev: 7802
2002-02-28 01:42:40 +00:00
Vladimir Weinstein
8f52fc6f60 ICU-1599 made ucol_tok_inittokenlist more robust
X-SVN-Rev: 7479
2002-01-23 18:26:47 +00:00
Vladimir Weinstein
6bc1ab66fe ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7039
2001-11-21 01:08:55 +00:00
Ram Viswanadha
c91394f3b3 ICU-1098 Fix parsing of escapes.
X-SVN-Rev: 6659
2001-11-07 03:37:06 +00:00
George Rhoten
4cebc15604 ICU-1028 Fix for os/390
X-SVN-Rev: 6482
2001-10-29 22:41:44 +00:00
George Rhoten
068f60d1a0 ICU-1028 Fix for os/390
X-SVN-Rev: 6442
2001-10-25 21:55:45 +00:00
Vladimir Weinstein
9e829506c4 ICU-392 cleaned code for urename.h generation & proper exports
X-SVN-Rev: 6369
2001-10-22 05:30:22 +00:00
Vladimir Weinstein
d81ea96439 ICU-1211 correcting what gets exported where
X-SVN-Rev: 6361
2001-10-20 01:09:31 +00:00
Vladimir Weinstein
d68b5e29d9 ICU-1288 tailored hash table now uses tokens as keys - since we need to access the source string
X-SVN-Rev: 6293
2001-10-17 22:57:15 +00:00
Alan Liu
8a98ee7a0e ICU-1023 change UHashKey to UHashTok and use for values as well
X-SVN-Rev: 6264
2001-10-16 18:31:13 +00:00
George Rhoten
efdb5a1f89 ICU-1099 Make some data a bit more const
X-SVN-Rev: 6203
2001-10-11 23:54:55 +00:00