Commit Graph

1039 Commits

Author SHA1 Message Date
Andy Heninger
8e87b72c79 ICU-3043 RBBI multiple status values, add test. Fix incorrect error code for parse errors on tag values in rules.
X-SVN-Rev: 14642
2004-03-05 22:37:54 +00:00
Andy Heninger
f1f0149035 ICU-3043 RBBI multiple status values.
X-SVN-Rev: 14641
2004-03-05 17:27:42 +00:00
Andy Heninger
fdb386fb81 ICU-3043 multiple status values implementation
X-SVN-Rev: 14640
2004-03-05 05:04:10 +00:00
George Rhoten
62a22c8714 ICU-2805 Dynamic endianess works after sys/types.h is included
X-SVN-Rev: 14571
2004-02-24 23:05:35 +00:00
Alan Liu
0a5e75fb60 ICU-2952 clarify docs, esp. re: postContext
X-SVN-Rev: 14568
2004-02-24 04:33:03 +00:00
Andy Heninger
cdbbd81e4a ICU-3039 assorted threading changes and cleanups, in search of the elusive
threading failure.

X-SVN-Rev: 14564
2004-02-23 04:36:02 +00:00
George Rhoten
160952f14e ICU-2805 Dynamic endianess works after sys/types.h is included
X-SVN-Rev: 14534
2004-02-17 17:41:39 +00:00
George Rhoten
77f04e099c ICU-3576 Make it easier to build static libraries on Windows.
X-SVN-Rev: 14514
2004-02-13 05:35:00 +00:00
George Rhoten
34e8e338a0 ICU-2805 Fix a comment
X-SVN-Rev: 14472
2004-02-09 22:27:58 +00:00
George Rhoten
84c36b22db ICU-2805 Improve support for Fat binaries on Mac OS
X-SVN-Rev: 14471
2004-02-09 17:35:07 +00:00
George Rhoten
1fb1aab1ed ICU-3542 Add missing UCONFIG_NO_SERVICE
X-SVN-Rev: 14444
2004-02-03 00:10:37 +00:00
Vladimir Weinstein
ef17d8fef7 ICU-2438 documentation fix
X-SVN-Rev: 14399
2004-01-23 21:41:05 +00:00
Alan Liu
8b1695fbd5 ICU-2202 add comment that getLocale() API is likely to change in 3.0
X-SVN-Rev: 14395
2004-01-23 19:28:19 +00:00
George Rhoten
eef2e36ed1 ICU-3236 update urename.h
X-SVN-Rev: 14393
2004-01-23 18:58:09 +00:00
Andy Heninger
44fe5a69ee ICU-2092 Code Review changes
X-SVN-Rev: 14387
2004-01-23 01:25:19 +00:00
Alan Liu
f8d0532e9c ICU-2202 fix typo
X-SVN-Rev: 14385
2004-01-22 19:56:21 +00:00
Alan Liu
91390d5ea7 ICU-2202 preliminary checkin
X-SVN-Rev: 14367
2004-01-20 23:06:38 +00:00
Vladimir Weinstein
42ad72b9ec ICU-3515 bumped up collation version numbers
X-SVN-Rev: 14346
2004-01-16 07:09:34 +00:00
George Rhoten
3a8eb7085a ICU-3236 update urename.h with added and removed functions.
X-SVN-Rev: 14335
2004-01-15 22:25:40 +00:00
George Rhoten
052d9a4847 ICU-2938 Minor documentation fix
X-SVN-Rev: 14305
2004-01-12 23:43:33 +00:00
George Rhoten
aba3895e0e ICU-2202 Don't use magic numbers that occasionally change, like "50"
X-SVN-Rev: 14302
2004-01-12 22:39:41 +00:00
Andy Heninger
c22faac1a9 ICU-3493 code review changes for mutexe, heap registration
X-SVN-Rev: 14272
2004-01-09 01:07:54 +00:00
Vladimir Weinstein
22f5dbb453 ICU-2438 missing implementation added, some warnings hopefully fixed
X-SVN-Rev: 14253
2004-01-07 08:23:39 +00:00
George Rhoten
b79a5996dd ICU-2938 Remove an unneeded include that was added with this jitterbug
X-SVN-Rev: 14221
2003-12-28 21:30:23 +00:00
Eric Mader
6aac9dbeb8 ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14180
2003-12-18 23:16:48 +00:00
Markus Scherer
fb4e843501 ICU-3343 simplify U_CNV_SAFECLONE_BUFFERSIZE - same for all platforms; current max clone sizes: 608 on 32-bit machines, 712 on 64-bit ones
X-SVN-Rev: 14173
2003-12-18 19:58:22 +00:00
Markus Scherer
7b5b479d09 ICU-3343 fix and improve ucnv_safeClone() implementations
X-SVN-Rev: 14141
2003-12-16 05:16:55 +00:00
George Rhoten
4638cf90df ICU-3258 Fix a CygWin problem
X-SVN-Rev: 14124
2003-12-13 09:23:16 +00:00
George Rhoten
5b04614ac5 ICU-2403 Make tracing a configure option
X-SVN-Rev: 14120
2003-12-13 00:18:41 +00:00
George Rhoten
fa7078fe8b ICU-3027 Fix a comment about uloc_getLCID
X-SVN-Rev: 14054
2003-12-09 18:59:44 +00:00
George Rhoten
85312b5541 ICU-2950 Fix a compiler warning on AIX about operator +. Make it out of line.
X-SVN-Rev: 13962
2003-12-03 01:53:31 +00:00
George Rhoten
96377ea243 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13901
2003-11-27 01:14:37 +00:00
George Rhoten
d0fdad09c6 ICU-3027 Fix some doxygen warnings.
X-SVN-Rev: 13844
2003-11-24 19:59:15 +00:00
Vladimir Weinstein
e310c9a139 ICU-3236 updated urename.h after API freeze
X-SVN-Rev: 13842
2003-11-24 19:51:33 +00:00
Markus Scherer
19c5a7a2e7 ICU-2403 add tracing to converter open/close/load/unload
X-SVN-Rev: 13822
2003-11-21 23:24:11 +00:00
Markus Scherer
08b4557e06 ICU-2990 code review changes
X-SVN-Rev: 13799
2003-11-21 00:55:04 +00:00
Andy Heninger
6d106efab7 ICU-2403 tracing, more changes from code review
X-SVN-Rev: 13797
2003-11-21 00:41:07 +00:00
Andy Heninger
9ded263c4a ICU-2403 tracing, changes from code review
X-SVN-Rev: 13792
2003-11-20 20:04:34 +00:00
Vladimir Weinstein
5fb5552a63 ICU-2202 getLocale implementation for break iterator
X-SVN-Rev: 13780
2003-11-20 00:03:20 +00:00
Markus Scherer
eb3d7a8d9c ICU-3348 change @draft ICU 2.2 and earlier to @stable
X-SVN-Rev: 13742
2003-11-18 02:37:24 +00:00
Andy Heninger
92a85abb11 ICU-2924 RBBI, temporarily remove actual/valid Locale, it's failing with buffer clones.
X-SVN-Rev: 13741
2003-11-17 23:50:22 +00:00
Vladimir Weinstein
201b9f39a5 ICU-2202 getLocale API for breakiterator. Final implementation pending discussion with Andy
X-SVN-Rev: 13724
2003-11-14 07:06:58 +00:00
Vladimir Weinstein
3a49ed86f9 ICU-2438 getKeywords ->createKeywords, added Locale::getBaseName
X-SVN-Rev: 13702
2003-11-12 23:50:21 +00:00
George Rhoten
50c5a51ab2 ICU-2942 Make some changes based on the code review
X-SVN-Rev: 13700
2003-11-12 23:42:12 +00:00
Andy Heninger
d1a68204b3 ICU-2403 trace tests added, trace API doc comments tweaked.
X-SVN-Rev: 13679
2003-11-12 07:00:38 +00:00
Vladimir Weinstein
897b88f618 ICU-2438 keyword API change, test update and a bugfix in uresbund.c
X-SVN-Rev: 13677
2003-11-12 06:10:59 +00:00
Syn Wee Quek
41ac2f557b ICU-2292 added safe forward and backwards rules
X-SVN-Rev: 13648
2003-11-09 06:52:44 +00:00
Vladimir Weinstein
f3fdcaaf02 ICU-2080 deprecated, documented and added APIs
X-SVN-Rev: 13631
2003-11-07 08:58:19 +00:00
Ram Viswanadha
c93625a460 ICU-2938 add uloc_getDisplayKeywords, uloc_getDisplayKeywordValue, uset_applyPattern
X-SVN-Rev: 13615
2003-11-07 02:38:19 +00:00
Syn Wee Quek
ab056703bd ICU-2292 added support for old data rules
X-SVN-Rev: 13614
2003-11-07 02:02:06 +00:00