Commit Graph

174 Commits

Author SHA1 Message Date
George Rhoten
42bc6ea738 ICU-4078 Split out u_errorName from putil.c. It's mainly used for error reporting, and it's large.
X-SVN-Rev: 16423
2004-10-08 04:22:58 +00:00
George Rhoten
e2188e6775 ICU-4078 Decouple the cleanup functions from u_init and u_cleanup.
X-SVN-Rev: 16403
2004-10-06 23:10:53 +00:00
George Rhoten
209c7b9bbd ICU-4078 Don't depend on Memory stream anymore
X-SVN-Rev: 16340
2004-09-17 04:19:30 +00:00
Markus Scherer
5aa9e27ac0 ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
Markus Scherer
a745bc2469 ICU-4078 separate unorm_compare() from unorm.cpp into its own file unormcmp.cpp so that unorm.cpp itself is independent of any properties outside of unorm.icu
X-SVN-Rev: 16315
2004-09-13 23:37:58 +00:00
George Rhoten
54372e084e ICU-4078 Allow the majority of the converter API to not depend on ures_ API.
X-SVN-Rev: 16280
2004-09-09 00:57:05 +00:00
Markus Scherer
8a3a93deed ICU-4078 use USetAdder interface to remove dependencies of low-level code on the USet/UnicodeSet implementation
X-SVN-Rev: 16265
2004-09-07 17:59:53 +00:00
Markus Scherer
1fedbad320 ICU-3969 initial code using ucase.icu for case mappings and related properties
X-SVN-Rev: 16255
2004-09-06 15:40:03 +00:00
Markus Scherer
7b14db432e ICU-4078 split uset_props.cpp from uset.cpp to disentangle properties code from core UnicodeSet/USet
X-SVN-Rev: 16216
2004-08-30 22:35:58 +00:00
Markus Scherer
0b88fcb2fe ICU-4078 add ustr_cnv.h
X-SVN-Rev: 16203
2004-08-27 18:21:30 +00:00
Markus Scherer
53e086dc9a ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16193
2004-08-26 22:51:40 +00:00
George Rhoten
946f58dff5 ICU-3963 Update ICU's version to 3.1
X-SVN-Rev: 16096
2004-08-03 01:30:04 +00:00
George Rhoten
030892a5e6 ICU-3405 Don't forget to copy the new headers.
X-SVN-Rev: 15832
2004-06-10 18:26:28 +00:00
George Rhoten
4f38b04d89 ICU-3719 Update version numbers
X-SVN-Rev: 15097
2004-04-29 19:12:32 +00:00
Steven R. Loomis
90f70b1cee ICU-2487 more warning cleanup, move a function out of public headers
X-SVN-Rev: 14999
2004-04-16 20:29:09 +00:00
Ram Viswanadha
bbe9de394c ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
X-SVN-Rev: 14775
2004-03-26 19:42:04 +00:00
Alan Liu
e5b1bac0ff ICU-2202 add locbased
X-SVN-Rev: 14370
2004-01-21 00:25:00 +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
Doug Felt
e5a79dc60c ICU-813 int64 formatting support
X-SVN-Rev: 13547
2003-10-31 22:47:25 +00:00
Andy Heninger
d6f2e2319e ICU-2403 tracing, split header file in two, misc. review fixes. Work in process.
X-SVN-Rev: 13539
2003-10-31 02:19:42 +00:00
Markus Scherer
cea34629f2 ICU-2404 first code for m:n conversion extensions
X-SVN-Rev: 13490
2003-10-25 00:29:13 +00:00
Alan Liu
c91c33fbdf ICU-3262 make UnicodeSet constructor and applyPattern() taking a ParsePosition, options bit mask, and SymbolTable pointer public
X-SVN-Rev: 13417
2003-10-14 21:47:59 +00:00
Alan Liu
375490bb0c ICU-3280 add RuleCharacterIterator
X-SVN-Rev: 13232
2003-09-29 20:36:26 +00:00
George Rhoten
18dc6ea956 ICU-3050 Fix the exportation of header files.
X-SVN-Rev: 13099
2003-09-15 21:40:51 +00:00
Andy Heninger
9fd23d2638 ICU-2403 Tracing, partial checkin only.
X-SVN-Rev: 13086
2003-09-13 00:07:12 +00:00
Markus Scherer
974045e585 ICU-2235 add swapping of collation binaries
X-SVN-Rev: 13069
2003-09-12 02:46:15 +00:00
Steven R. Loomis
b6d9ad6b1c ICU-3236 update version number to 2.8
X-SVN-Rev: 13045
2003-09-09 20:19:39 +00:00
George Rhoten
dc703b5f1b ICU-3221 MSVC.NET combines static const char values in the same file.
Separate them into different files.

X-SVN-Rev: 12988
2003-08-29 21:05:48 +00:00
Andy Heninger
0a9e9c50eb ICU-3014 Redo global mutex for threadsafe lazy init. Remove C++ static init.
X-SVN-Rev: 12889
2003-08-20 22:38:01 +00:00
Markus Scherer
8d31f3288e ICU-2235 move udataswp.* into the right project folder
X-SVN-Rev: 12808
2003-08-12 12:18:01 +00:00
Markus Scherer
c96db994ab ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Markus Scherer
d16be0ea7f ICU-3138 add internal sort function to replace qsort
X-SVN-Rev: 12753
2003-08-04 20:37:54 +00:00
Ram Viswanadha
9a043c2e5f ICU-3050 StringPrep API first cut
X-SVN-Rev: 12674
2003-07-24 23:23:19 +00:00
Alan Liu
7999da8c12 ICU-2429 initial implementation of catopen/catgets wrappers
X-SVN-Rev: 11371
2003-03-20 20:55:10 +00:00
Ram Viswanadha
7da935c904 ICU-2194 IDNA API
X-SVN-Rev: 11194
2003-02-28 21:35:25 +00:00
Alan Liu
2cc3e72b30 ICU-2161 move obsolete code to icuapps/obsolete component
X-SVN-Rev: 11171
2003-02-26 23:22:03 +00:00
Alan Liu
9dc05ec566 ICU-2161 move obsolete Unicode class code and tests to icuobs DLL
X-SVN-Rev: 11154
2003-02-25 20:53:34 +00:00
Alan Liu
0a3630d38d ICU-2161 move obsolete bidi code and tests to icuobs DLL
X-SVN-Rev: 11151
2003-02-25 19:23:06 +00:00
Markus Scherer
e87f9e1104 ICU-2397 move unorm_it.c into normalization project folder
X-SVN-Rev: 10998
2003-02-09 18:00:18 +00:00
Markus Scherer
0b4bc6ee2e ICU-2397 add UNormIterator
X-SVN-Rev: 10895
2003-01-22 22:00:19 +00:00
Vladimir Weinstein
c0513031ab ICU-2659 bumped the version number to 2.6
X-SVN-Rev: 10873
2003-01-20 17:57:20 +00:00
Vladimir Weinstein
a59fdd65d8 ICU-2420 Added new files to the common project
X-SVN-Rev: 10828
2003-01-09 18:29:18 +00:00
Markus Scherer
480ec3a447 ICU-2611 organize source files into folders
X-SVN-Rev: 10806
2003-01-02 19:07:58 +00:00
Markus Scherer
dc7dc3cb9f ICU-1949 add ustrenum.h
X-SVN-Rev: 10362
2002-11-23 01:08:14 +00:00
Andy Heninger
aee9885219 ICU-1949 export unicode/strenum.h to icu/include; needed by brkiter.h
X-SVN-Rev: 10332
2002-11-22 00:39:41 +00:00
Alan Liu
678e8ec99a ICU-2347 add uenum_openStringEnumeration (private)
X-SVN-Rev: 10229
2002-11-12 23:44:54 +00:00
Alan Liu
819429ec06 ICU-2015 move getRuleWhiteSpaceSet to uprops and convert it from C++ to C
X-SVN-Rev: 10177
2002-11-07 01:28:14 +00:00
Vladimir Weinstein
880efe6d02 ICU-1949 removed absent file from the project
X-SVN-Rev: 10174
2002-11-06 22:56:49 +00:00
Doug Felt
e39b3b40a7 ICU-1949 ICUService API (private for now)
X-SVN-Rev: 10173
2002-11-06 22:14:49 +00:00
Steven R. Loomis
10bc681d20 ICU-2457 update to 2.4 version number
X-SVN-Rev: 10137
2002-11-01 01:45:24 +00:00