Commit Graph

3182 Commits

Author SHA1 Message Date
George Rhoten
4d18bb2b4f ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
X-SVN-Rev: 12958
2003-08-27 01:01:42 +00:00
Ram Viswanadha
16732b6d87 ICU-3050 add documentation
X-SVN-Rev: 12949
2003-08-26 23:49:04 +00:00
Steven R. Loomis
376a4e6cba ICU-2235 fix up charset & endianness after conversion
X-SVN-Rev: 12946
2003-08-26 20:03:49 +00:00
Ram Viswanadha
596578756a ICU-3050 fix a bug found while porting and add a test
X-SVN-Rev: 12933
2003-08-25 22:06:59 +00:00
Andy Heninger
0628ea950a ICU-3014 Revised ICU initialization code
X-SVN-Rev: 12915
2003-08-22 23:26:53 +00:00
Andy Heninger
aae29944e7 ICU-3014 Fix build problem w missing InterlockedCompareExchangePointer declaration in systems with old Windows headers.
X-SVN-Rev: 12906
2003-08-21 20:55:02 +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
George Rhoten
01a5ebcb3d ICU-3181 No real code changes. Shuffle code around to allow the compiler to inline functions more easily
X-SVN-Rev: 12874
2003-08-19 20:56:31 +00:00
George Rhoten
555a61a068 ICU-3190 Prevent the constant rebuilding of ICU when it isn't needed.
X-SVN-Rev: 12872
2003-08-19 17:39:26 +00:00
Eric Mader
77b4b3d60d ICU-3174 trailing whitespace run will be fist in the run array for RTL lines.
X-SVN-Rev: 12859
2003-08-18 17:41:23 +00:00
Alan Liu
179d710949 ICU-2966 check in Apple's changes to Darwin host time zone detection code
X-SVN-Rev: 12845
2003-08-15 20:06:22 +00:00
Andy Heninger
8fcbf88e68 ICU-3014 Remove some u_init() calls from some tools to get UNIXy builds alive. They're using ICU without needing data, and without valid data available
X-SVN-Rev: 12832
2003-08-15 01:26:22 +00:00
Andy Heninger
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
George Rhoten
98d6fb2fce ICU-3181 Shuffle code around to allow the compiler to inline functions more easily
X-SVN-Rev: 12823
2003-08-14 02:32:31 +00:00
Alan Liu
0f89eac7a9 ICU-3177 make stack-based resource bundles possible in i18n
X-SVN-Rev: 12819
2003-08-13 20:52:53 +00:00
George Rhoten
a81af8504b ICU-2235 Fix for gcc
X-SVN-Rev: 12818
2003-08-13 20:45:50 +00:00
George Rhoten
556b322585 ICU-2235 Fix for gcc
X-SVN-Rev: 12817
2003-08-13 20:40:12 +00:00
Markus Scherer
c2f3b8d640 ICU-2235 swap Unicode properties files
X-SVN-Rev: 12811
2003-08-12 12:23:56 +00:00
Markus Scherer
5b631a7f3b ICU-2235 fix length calculations
X-SVN-Rev: 12810
2003-08-12 12:21:24 +00:00
Markus Scherer
5709fddab7 ICU-2235 swap serialized UTries
X-SVN-Rev: 12809
2003-08-12 12:20:06 +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
a11fc0d142 ICU-2235 swap converter alias tables
X-SVN-Rev: 12807
2003-08-12 00:26:07 +00:00
Markus Scherer
bf6143e7c7 ICU-2235 do not swap 0xaa padding bytes after key strings
X-SVN-Rev: 12806
2003-08-12 00:21:41 +00:00
Markus Scherer
b0eb1e1f5d ICU-2235 test arguments and data instead of noop even if the data need not change, to catch data problems early
X-SVN-Rev: 12805
2003-08-12 00:20:20 +00:00
Andy Heninger
58fc849c4f ICU-3156 fix problems with ICU_USE_THREADS and the revised mutexes.
X-SVN-Rev: 12803
2003-08-10 23:57:35 +00:00
Markus Scherer
fa15c62af3 ICU-2235 add udata_printError() output
X-SVN-Rev: 12801
2003-08-09 00:27:31 +00:00
Andy Heninger
c934d47697 ICU-3156 u_setIncDecFunctions(), API Docs
X-SVN-Rev: 12799
2003-08-08 23:56:02 +00:00
Markus Scherer
c96db994ab ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Andy Heninger
aedb354246 ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
2003-08-08 16:23:38 +00:00
Markus Scherer
85e7446047 ICU-2449 take IMAP-mailbox-name out of UCONFIG_NO_LEGACY_CONVERSION brackets
X-SVN-Rev: 12769
2003-08-05 23:39:49 +00:00
Markus Scherer
b98ab2b105 ICU-2449 more documentation improvements
X-SVN-Rev: 12767
2003-08-05 17:30:02 +00:00
Markus Scherer
a2f0081966 ICU-3138 credit Niklaus Wirth's book
X-SVN-Rev: 12764
2003-08-05 16:20:33 +00:00
Markus Scherer
a5165b0479 ICU-3138 always use insertion sort for short arrays
X-SVN-Rev: 12762
2003-08-05 13:29:36 +00:00
Andy Heninger
ed7b79ac52 ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12760
2003-08-05 01:25:54 +00:00
Markus Scherer
2919851e9e ICU-3050 fix setting of leadUnitValue for lead surrogates before folding
X-SVN-Rev: 12759
2003-08-05 00:20:30 +00:00
Ram Viswanadha
437c9d85d7 ICU-3050 utrie_enum() needs to report a transition to a block of unused lead surrogates
X-SVN-Rev: 12756
2003-08-04 22:25:18 +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
Andy Heninger
75169ddbe4 ICU-3156 add new ICU error for use by u_setMemFuncs()
X-SVN-Rev: 12750
2003-08-04 17:36:13 +00:00
Markus Scherer
c5c4313f35 ICU-2449 remove ucnv_getUChar32KeepOverflow(), add ucnv_toUWriteCodePoint(), improve documentation
X-SVN-Rev: 12735
2003-08-01 15:06:19 +00:00
Markus Scherer
029f40c1da ICU-2449 remove ucnv_getUChar32KeepOverflow(), add ucnv_toUWriteCodePoint()
X-SVN-Rev: 12734
2003-08-01 15:05:35 +00:00
Markus Scherer
1eb897ec0f ICU-2449 documentation updates
X-SVN-Rev: 12733
2003-08-01 15:03:46 +00:00
Markus Scherer
01823a43c4 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, some optimizations for 1/2-byte MBCS like Shift-JIS
X-SVN-Rev: 12732
2003-08-01 15:02:27 +00:00
Markus Scherer
e8b985f363 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework
X-SVN-Rev: 12731
2003-08-01 14:58:43 +00:00
Markus Scherer
d65fa8f193 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, remove unnecessary if(offsets!=NULL) ...
X-SVN-Rev: 12730
2003-08-01 14:48:28 +00:00
Markus Scherer
03cf995d9e ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, fix/rewrite ISO 2022 toUnicode
X-SVN-Rev: 12729
2003-08-01 14:42:29 +00:00
Markus Scherer
19fb36e3bd ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework
X-SVN-Rev: 12728
2003-08-01 14:39:14 +00:00
Markus Scherer
84c8978d16 ICU-2449 improve API doc for ucnv_getNextUChar()
X-SVN-Rev: 12727
2003-08-01 14:37:11 +00:00
George Rhoten
700ca91dc2 ICU-3151 Fix some documentation and the U8_NEXT macro
X-SVN-Rev: 12717
2003-07-31 15:44:42 +00:00
Eric Mader
26372d2c88 ICU-3050 StringPrep API first cut; fix Visual Studio .NET projects.
X-SVN-Rev: 12704
2003-07-28 23:43:22 +00:00
Ram Viswanadha
fab121441c ICU-3050 Fix compiler warnings and build failures on AIX and Solaris
X-SVN-Rev: 12688
2003-07-25 16:01:32 +00:00
Ram Viswanadha
c33e7dd5da ICU-3050 fix compiler warning
X-SVN-Rev: 12679
2003-07-25 00:16:15 +00:00
Ram Viswanadha
d5ce54c99c ICU-3050 add usprep.o to the makefile
X-SVN-Rev: 12676
2003-07-24 23:59:13 +00:00
Ram Viswanadha
9a043c2e5f ICU-3050 StringPrep API first cut
X-SVN-Rev: 12674
2003-07-24 23:23:19 +00:00
Andy Heninger
c78d5ede6d ICU-2871 Default Locale thread safety enhancements. Add cache of defaults that have been set.
X-SVN-Rev: 12669
2003-07-24 01:15:10 +00:00
Markus Scherer
8ab9f23f3a ICU-2449 refactor conversion - call fromUnicode callbacks only from ucnv.c framework
X-SVN-Rev: 12667
2003-07-24 00:28:47 +00:00
George Rhoten
16c3f934e8 ICU-3111 Fix a memory leak when u_init is called, but the ures_* API isn't used.
X-SVN-Rev: 12650
2003-07-22 15:07:18 +00:00
Markus Scherer
39a2aed516 ICU-2449 new semantics of truncated sequences; move callback/truncated handling into ucnv.c API functions
X-SVN-Rev: 12649
2003-07-22 04:22:57 +00:00
George Rhoten
33239ce0f0 ICU-2962 Use U_CALLCONV
X-SVN-Rev: 12626
2003-07-12 07:57:40 +00:00
George Rhoten
ca8d234fe8 ICU-2962 Use U_CALLCONV
X-SVN-Rev: 12625
2003-07-12 07:55:03 +00:00
George Rhoten
e38cdfa5f3 ICU-3053 Porting changes for MPRAS
X-SVN-Rev: 12590
2003-07-03 00:45:15 +00:00
Markus Scherer
b1d2d830bd ICU-2329 use the default converter for file paths, not invariant-character conversion, because paths contain variant characters like backslashes
X-SVN-Rev: 12584
2003-07-02 17:24:45 +00:00
Markus Scherer
f9ac1f6407 ICU-2329 add functions to check if a string contains only invariant characters
X-SVN-Rev: 12580
2003-07-02 17:18:38 +00:00
Markus Scherer
7c3cd6b0a5 ICU-2329 use a single ASCII-EBCDIC table and add functions to check if a string contains only invariant characters
X-SVN-Rev: 12579
2003-07-02 17:17:37 +00:00
George Rhoten
a66ecb7536 ICU-3008 Don't use // in C files.
X-SVN-Rev: 12578
2003-07-02 01:01:00 +00:00
Andy Heninger
73f9e5c53a ICU-3008 buffer overflows in udata.c
X-SVN-Rev: 12566
2003-06-26 00:06:49 +00:00
George Rhoten
4fd3fc320d ICU-2801 Fix some special aliases
X-SVN-Rev: 12564
2003-06-25 21:30:25 +00:00
George Rhoten
14268e4240 ICU-3053 Porting changes for MPRAS
X-SVN-Rev: 12561
2003-06-25 16:37:01 +00:00
George Rhoten
2fb801f008 ICU-2801 Fix a compiler warning
X-SVN-Rev: 12548
2003-06-23 22:09:43 +00:00
George Rhoten
fb45d7376d ICU-2801 Fix some special aliases
X-SVN-Rev: 12540
2003-06-22 13:10:10 +00:00
George Rhoten
7cd8fbc13f ICU-2801 Use locmap.c on all platforms instead of locale data for LCID mappings.
X-SVN-Rev: 12537
2003-06-22 12:16:01 +00:00
Ram Viswanadha
240206b645 ICU-2699 fix compiler warnings
X-SVN-Rev: 12504
2003-06-12 23:51:18 +00:00
George Rhoten
29fc572c3a ICU-2699 Be careful of #defines in headers.
X-SVN-Rev: 12503
2003-06-12 23:35:58 +00:00
Andy Heninger
c8c04ab85b ICU-2970 Add comments regarding replication of Mutex init code in two separate functions
X-SVN-Rev: 12502
2003-06-12 22:48:09 +00:00
George Rhoten
8cf2f799e5 ICU-2909 Remind people about charset names and conversion behavior.
X-SVN-Rev: 12501
2003-06-12 22:36:22 +00:00
Andy Heninger
73cf37c236 ICU-2970 Thread safe reference count access for UnicodeString
X-SVN-Rev: 12483
2003-06-11 23:48:00 +00:00
George Rhoten
cbc35f163d ICU-2707 Make ICU with STL work on Windows again.
X-SVN-Rev: 12477
2003-06-11 22:55:02 +00:00
George Rhoten
46745b9422 ICU-2699 Fix a compiler warning
X-SVN-Rev: 12460
2003-06-11 18:15:33 +00:00
Ram Viswanadha
263ee64dc2 ICU-2589 fix doxygen warnings
X-SVN-Rev: 12459
2003-06-11 18:13:44 +00:00
George Rhoten
7e2176a5e6 ICU-2589 Fix a documentation typo
X-SVN-Rev: 12458
2003-06-11 18:13:38 +00:00
Ram Viswanadha
58a83101b4 ICU-2699 fix compiler warnings
X-SVN-Rev: 12450
2003-06-11 04:59:36 +00:00
Steven R. Loomis
c681c1aadb ICU-2601 improve documentation of data
X-SVN-Rev: 12443
2003-06-11 01:17:31 +00:00
Markus Scherer
5020c4ab6d ICU-2601 update data loading documentation
X-SVN-Rev: 12436
2003-06-11 00:18:30 +00:00
George Rhoten
eeea6d580b ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12435
2003-06-11 00:04:00 +00:00
George Rhoten
a351293c6e ICU-2589 Fix doxygen warnings.
X-SVN-Rev: 12433
2003-06-10 23:19:36 +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
George Rhoten
19d0d4e629 ICU-2589 Sync some documentation with ucnv_err.h
X-SVN-Rev: 12430
2003-06-10 22:45:47 +00:00
George Rhoten
2edb93853a ICU-2589 Add more documentation.
X-SVN-Rev: 12429
2003-06-10 22:43:42 +00:00
Markus Scherer
db453aa5c7 ICU-2707 fix #ifdef UDATA_DEBUG bracketing
X-SVN-Rev: 12427
2003-06-10 22:10:47 +00:00
Andy Heninger
96c4ddb1c9 ICU-2970 Thread Safety fixes to RBBI Service Registration
X-SVN-Rev: 12422
2003-06-10 21:36:36 +00:00
Eric Mader
454bf4c3fb ICU-2589 Document U_LAYOUT_EX_IMPLEMENTATION.
X-SVN-Rev: 12419
2003-06-10 18:17:59 +00:00
Andy Heninger
ed3e0e09f3 ICU-2589 API doc warnings fixed.
X-SVN-Rev: 12416
2003-06-10 18:04:01 +00:00
Markus Scherer
2bd9ccb826 ICU-2589 fix misspelled @stable
X-SVN-Rev: 12415
2003-06-10 17:59:40 +00:00
George Rhoten
85a090f37b ICU-300 Make sure that pinCodePoint isn't exported.
X-SVN-Rev: 12401
2003-06-10 00:39:15 +00:00
Vladimir Weinstein
67c2b6352b ICU-300 regenerated urename.h
X-SVN-Rev: 12389
2003-06-09 22:43:13 +00:00
Ram Viswanadha
af7213961d ICU-2194 fix API's not checking for null src (Vladimir's comments)
X-SVN-Rev: 12386
2003-06-09 22:12:52 +00:00
Vladimir Weinstein
fabea4bb40 ICU-2974 disallow new X[0]
X-SVN-Rev: 12383
2003-06-09 21:21:36 +00:00
Vladimir Weinstein
20265b6deb ICU-300 regenerated urename.h
X-SVN-Rev: 12382
2003-06-09 20:55:10 +00:00
Alan Liu
b623c7596b ICU-3003 fix containsNone
X-SVN-Rev: 12379
2003-06-09 18:55:55 +00:00
George Rhoten
75930a0808 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12377
2003-06-09 06:13:14 +00:00
Andy Heninger
40e3b30462 ICU-2970 restore IncDec mutex on Unixes.
X-SVN-Rev: 12373
2003-06-08 23:01:42 +00:00
George Rhoten
20df68ca6c ICU-2998 Make these callbacks properly escape with the proper size and don't sign extend.
X-SVN-Rev: 12371
2003-06-07 07:21:30 +00:00
Steven R. Loomis
6b90326fe2 ICU-2970 Mutex fix for ICU service code- init the mutexes before use
X-SVN-Rev: 12368
2003-06-07 02:50:35 +00:00
Steven R. Loomis
0996802c51 ICU-2970 lazy initialize the global mutex for platforms with broken C++ static init.
X-SVN-Rev: 12367
2003-06-07 01:36:06 +00:00
Andy Heninger
a84802e3e9 ICU-2589 add @draft, @internal API doc tags
X-SVN-Rev: 12366
2003-06-07 00:12:32 +00:00
Andy Heninger
90630ccf57 ICU-2970 threading failure. UMTX explicit initialization changes.
X-SVN-Rev: 12365
2003-06-07 00:03:51 +00:00
George Rhoten
abeaf6c3fc ICU-2970 Initialize the mutexes in a safer way.
X-SVN-Rev: 12364
2003-06-06 22:50:26 +00:00
Steven R. Loomis
c07cd057ad ICU-2970 use global mutex for protecting lazy initialized services
X-SVN-Rev: 12362
2003-06-06 22:01:28 +00:00
Vladimir Weinstein
4b1eca548b ICU-300 regenerated urename.h
X-SVN-Rev: 12361
2003-06-06 21:31:03 +00:00
Markus Scherer
8f66b317b6 ICU-1730 improve text about multithreading
X-SVN-Rev: 12356
2003-06-06 19:06:42 +00:00
Markus Scherer
ebbfe25133 ICU-2427 fix uprv_getMaxValues() calls and comments
X-SVN-Rev: 12355
2003-06-06 19:03:44 +00:00
Markus Scherer
88f5cc5701 ICU-2686 add @draft to u_init(), small doc updates
X-SVN-Rev: 12348
2003-06-06 17:31:07 +00:00
Vladimir Weinstein
d5ffba4bb3 ICU-2974 a better way to disallow new X[0] in getAvailableLocales
X-SVN-Rev: 12345
2003-06-06 05:18:50 +00:00
Vladimir Weinstein
6e059f1475 ICU-2974 disallow new X[0]
X-SVN-Rev: 12343
2003-06-06 05:05:37 +00:00
Vladimir Weinstein
752e44d7d9 ICU-2840 tests shouldn't crash if there is no data
X-SVN-Rev: 12342
2003-06-06 05:05:22 +00:00
Andy Heninger
fef3374285 ICU-2970 ures_flushCache(), oops, lost { } on previous change.
X-SVN-Rev: 12323
2003-06-05 20:30:55 +00:00
Alan Liu
67796b222d ICU-2589 fix @draft etc. tags for 2.6
X-SVN-Rev: 12320
2003-06-05 19:50:06 +00:00
Andy Heninger
02244350ed ICU-2970 threading failure. Tweak mutexing in uresbud. Improve thread error checking in tmsthred.
Switch windows thread creation to c library funcs.  Address (but not eliminate) resource memory leak.

X-SVN-Rev: 12316
2003-06-05 18:15:20 +00:00
Markus Scherer
a02f731cdf ICU-2840 make UnicodeSet work for simple patterns when properties data is not available
X-SVN-Rev: 12274
2003-06-04 17:35:10 +00:00
Vladimir Weinstein
b74dd8f3f2 ICU-2959 Added copyright notices to files that didn't have them
X-SVN-Rev: 12266
2003-06-04 01:06:48 +00:00
Vladimir Weinstein
939df78585 ICU-2661 @draft ICU 2.[01] -> @stable ICU 2.[01] + some comment typo fixing
X-SVN-Rev: 12264
2003-06-04 00:04:35 +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
c9475e02ae ICU-2959 Updated copyright notices
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
George Rhoten
89aff51cad ICU-2707 Change the #warning into a #error, and allow CMA threads to build umutex.c
X-SVN-Rev: 12239
2003-06-03 00:52:13 +00:00
George Rhoten
c8e89dc22a ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12233
2003-06-02 23:19:03 +00:00
Markus Scherer
f4562fc9c5 ICU-2959 update copyright notices for 2003 changes
X-SVN-Rev: 12230
2003-06-02 22:26:54 +00:00
Andy Heninger
265ed564e0 ICU-2959 copyright updated for RBBI, Regexp files.
X-SVN-Rev: 12228
2003-06-02 22:21:58 +00:00
Doug Felt
fb473c85d1 ICU-2959 update copyright notices
X-SVN-Rev: 12221
2003-06-02 18:47:02 +00:00
George Rhoten
509391d3dd ICU-2959 Add copyright notices to the binaries.
X-SVN-Rev: 12219
2003-06-02 18:40:09 +00:00
Markus Scherer
eafba94879 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12217
2003-06-02 17:57:34 +00:00
Markus Scherer
2b07ef3e45 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12216
2003-06-02 16:45:41 +00:00
Markus Scherer
0e4313cda0 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12215
2003-06-02 16:33:21 +00:00
Markus Scherer
9461f1faab ICU-2831 improve apidocs for whitespace functions
X-SVN-Rev: 12203
2003-05-30 21:12:00 +00:00
Ram Viswanadha
98541084f2 ICU-2194 code coverage tests and fixes
X-SVN-Rev: 12199
2003-05-30 18:20:03 +00:00
Markus Scherer
c92d3185a1 ICU-1730 document UnicodeString threading
X-SVN-Rev: 12189
2003-05-30 00:16:56 +00:00
George Rhoten
ba3755d7bc ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12186
2003-05-30 00:00:55 +00:00
Markus Scherer
705e34e26d ICU-2849 document that u_setDataDirectory() is not thread-safe
X-SVN-Rev: 12182
2003-05-29 23:13:24 +00:00
Markus Scherer
105234b9aa ICU-2356 add clarification of char * NULL vs. empty handling for charsets & IDs
X-SVN-Rev: 12181
2003-05-29 23:01:39 +00:00
Markus Scherer
e4c5b5d5ae ICU-2356 remove redundant argument check
X-SVN-Rev: 12179
2003-05-29 23:01:01 +00:00
George Rhoten
cf258a7833 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12177
2003-05-29 22:21:22 +00:00
George Rhoten
7d08eb719d ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12175
2003-05-29 21:51:14 +00:00
George Rhoten
18d6c753f5 ICU-2194 Only define uprv_syntaxError in C++ for now.
X-SVN-Rev: 12173
2003-05-29 21:46:31 +00:00
Ram Viswanadha
db6179c0cc ICU-2194 update documentation, no code change
X-SVN-Rev: 12168
2003-05-29 20:32:23 +00:00
Ram Viswanadha
9101121a5c ICU-2194 update review comments
X-SVN-Rev: 12167
2003-05-29 20:31:57 +00:00
George Rhoten
8c00b17191 ICU-2787 Use uprv_getDefaultLocaleID in a thread safe manner, and with only one mutex lock
X-SVN-Rev: 12166
2003-05-29 20:22:13 +00:00
Andy Heninger
b863c89a61 ICU-2806 API Docs added to RuleBasedBreakIterator::getRuleStatus()
X-SVN-Rev: 12163
2003-05-29 18:51:43 +00:00
George Rhoten
a94d09c3b5 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12157
2003-05-29 17:09:39 +00:00
Andy Heninger
3e9f1b7ea5 ICU-2935 Supplementary character handling bug in RBBI
X-SVN-Rev: 12156
2003-05-29 17:02:30 +00:00
George Rhoten
5161f4c5bd ICU-2787 Use uprv_getDefaultLocaleID in a thread safe manner
X-SVN-Rev: 12144
2003-05-28 22:41:01 +00:00
George Rhoten
6bc0c589a1 ICU-2729 We aren't using 3.0 Unicode data anymore, so don't flag it as data that I need to look at.
X-SVN-Rev: 12131
2003-05-28 00:47:58 +00:00
George Rhoten
2cd2db7786 ICU-2729 We aren't using 3.0 Unicode data anymore, so don't flag it as data that I need to look at.
X-SVN-Rev: 12130
2003-05-28 00:33:04 +00:00
George Rhoten
a65efb8761 ICU-2729 Mark data as const.
X-SVN-Rev: 12129
2003-05-28 00:30:24 +00:00
Alan Liu
30d86fe308 ICU-2429 allow negative set/msg numbers
X-SVN-Rev: 12109
2003-05-26 16:06:36 +00:00
Ram Viswanadha
39d923f573 ICU-2677 Use Word BI by default for title casing
X-SVN-Rev: 12103
2003-05-24 02:04:27 +00:00
Ram Viswanadha
b600debefc ICU-2677 Document that Unicode 4.0 Title Case BI should use Word BI
X-SVN-Rev: 12102
2003-05-24 02:03:32 +00:00
Alan Liu
480bb156b5 ICU-2429 incorporate review changes
X-SVN-Rev: 12092
2003-05-23 23:02:34 +00:00
Markus Scherer
1284866114 ICU-2914 fix T_CString_integerToString() length return value
X-SVN-Rev: 12091
2003-05-23 21:14:16 +00:00
Alan Liu
95ab039646 ICU-2495 incorporate review changes
X-SVN-Rev: 12089
2003-05-23 20:32:33 +00:00
George Rhoten
2e3ef0d377 ICU-2787 Use uprv_getDefaultCodepage in a thread safe manner
X-SVN-Rev: 12068
2003-05-23 02:07:02 +00:00
George Rhoten
7bf8e89b72 ICU-2787 uncheckin uprv_getDefaultCodepage and uprv_getDefaultLocaleID.
I'll find a solution in a bit.

X-SVN-Rev: 12062
2003-05-23 00:56:21 +00:00
George Rhoten
abdf5793bc ICU-2787 Make uprv_getDefaultCodepage and uprv_getDefaultLocaleID thread safe
X-SVN-Rev: 12051
2003-05-23 00:00:05 +00:00
George Rhoten
acc725db85 ICU-2787 Use new mutex locking semantics
X-SVN-Rev: 12050
2003-05-22 23:25:10 +00:00
George Rhoten
a3b33cf7dc ICU-2753 Use friendlier wording.
X-SVN-Rev: 12018
2003-05-20 00:13:02 +00:00
Markus Scherer
574b2dd32d ICU-2881 add CS 640 comment to description of invariant characters
X-SVN-Rev: 12014
2003-05-19 22:30:05 +00:00
Markus Scherer
0818e3892c ICU-2881 hardcode uprv_tolower() and uprv_toupper() for guaranteed locale-independent behavior
X-SVN-Rev: 12013
2003-05-19 22:29:22 +00:00
Ram Viswanadha
3f3d20dad3 ICU-2194 fix exhaustive testing bug
X-SVN-Rev: 12007
2003-05-19 21:06:50 +00:00
Vladimir Weinstein
1b873e70cc ICU-2787 thread safety update
X-SVN-Rev: 12005
2003-05-19 20:44:08 +00:00
George Rhoten
ad541fd41e ICU-2659 Update urename.h, and hide functions that don't need to be
exported.

X-SVN-Rev: 11982
2003-05-16 22:53:54 +00:00
George Rhoten
0457a9e7c8 ICU-2659 Update urename.h
X-SVN-Rev: 11981
2003-05-16 22:47:30 +00:00
George Rhoten
d014d88833 ICU-2659 Update urename.h
X-SVN-Rev: 11980
2003-05-16 22:45:44 +00:00
George Rhoten
2bb0802489 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11970
2003-05-16 20:33:01 +00:00
George Rhoten
d92859323a ICU-2699 Fix a compiler warning
X-SVN-Rev: 11969
2003-05-16 20:24:17 +00:00
George Rhoten
8308f1d3a5 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11967
2003-05-16 20:11:01 +00:00
George Rhoten
b0fa6b0130 ICU-2881 Fix for Turkish casing
X-SVN-Rev: 11951
2003-05-15 21:19:21 +00:00
Alan Liu
5f5a615f65 ICU-2495 add tests and code to ensure out-of-range code points don't cause crash
X-SVN-Rev: 11927
2003-05-14 22:30:21 +00:00
Markus Scherer
ab37e7a4c3 ICU-2864 if Locale construction fails, set the Locale object to bogus instead of attempting to set the default locale ID or "en" or similar
X-SVN-Rev: 11917
2003-05-14 00:30:50 +00:00
Markus Scherer
4d8b16de1c ICU-2144 use isCopyLocal only for UConverter allocation, add isExtraLocal for extraInfo allocation
X-SVN-Rev: 11914
2003-05-13 21:05:05 +00:00
George Rhoten
8ad673814c ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11911
2003-05-13 17:16:53 +00:00
George Rhoten
51e7d300a1 ICU-2039 ferror doesn't work consistently on all platforms.
Update the tests to reflect that.

X-SVN-Rev: 11909
2003-05-13 16:09:04 +00:00
George Rhoten
9760c70443 ICU-2707 Fix a failure in Red Hat Linux 7.2
X-SVN-Rev: 11904
2003-05-13 00:26:03 +00:00
Alan Liu
bdcad9ca57 ICU-2429 review changes - updated header; changed layout of resource to be flat (one tier); updated test and test data
X-SVN-Rev: 11903
2003-05-13 00:10:12 +00:00
Andy Heninger
bf7b289aa0 ICU-2787 Locales, add checks for memory alloction failures.
X-SVN-Rev: 11900
2003-05-12 23:00:01 +00:00
George Rhoten
405082ca35 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11899
2003-05-12 22:54:59 +00:00
Vladimir Weinstein
3097e6c31f ICU-2835 fix for getNextString and getStringByIndex handling of aliased data
X-SVN-Rev: 11894
2003-05-12 18:24:56 +00:00
Vladimir Weinstein
77bbfb48ac ICU-2835 fix for alias following in an array
X-SVN-Rev: 11893
2003-05-12 18:24:21 +00:00
Markus Scherer
f1e92d922f ICU-2590 do not forbid the assignment operator because that keeps a compiler from providing one automatically for subclasses
X-SVN-Rev: 11888
2003-05-11 23:27:07 +00:00
Markus Scherer
114b175ebc ICU-1730 improve API/code coverage
X-SVN-Rev: 11887
2003-05-10 23:10:33 +00:00
Markus Scherer
37c28a48b6 ICU-2590 improve API/code coverage
X-SVN-Rev: 11886
2003-05-10 23:10:09 +00:00
George Rhoten
3283cb8b1b ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11881
2003-05-10 00:27:54 +00:00
George Rhoten
f2e70a5eb4 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11879
2003-05-10 00:06:12 +00:00
George Rhoten
7ace7f019a ICU-2787 We must allow u_cleanup to be called twice, and to allow the library to be reinitialized.
X-SVN-Rev: 11877
2003-05-09 23:20:55 +00:00
George Rhoten
8cd78a419a ICU-2699 Fix a compiler warning
X-SVN-Rev: 11876
2003-05-09 22:52:03 +00:00
Andy Heninger
702663805e ICU-2787 Locale setDefault(), fix failing test - name too long.
X-SVN-Rev: 11875
2003-05-09 22:15:25 +00:00
George Rhoten
749f51d769 ICU-2787 A lock doesn't need to happen when it's an algorithmic converter.
X-SVN-Rev: 11874
2003-05-09 21:33:17 +00:00
Alan Liu
9a9e49c403 ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11873
2003-05-09 21:26:52 +00:00
Andy Heninger
0f04c4bf54 ICU-2787 Locale init thread safety. Not done yet, but not as broken as it was.
Also, add recursive mutex check & assertion failure on Windows

X-SVN-Rev: 11872
2003-05-09 21:25:07 +00:00
Alan Liu
ec2fad40f1 ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11871
2003-05-09 21:01:57 +00:00
George Rhoten
4415b1122a ICU-2039 Export uprv_convertToLCID and uprv_convertToPosix so that MSVC and PureCoverage don't crash.
X-SVN-Rev: 11870
2003-05-09 20:46:41 +00:00
Alan Liu
4e449ef99e ICU-2804 implement \x{...}
X-SVN-Rev: 11857
2003-05-09 00:22:25 +00:00
Andy Heninger
9322d12255 ICU-2787 Locale init thread safety
X-SVN-Rev: 11855
2003-05-08 23:56:37 +00:00
George Rhoten
a6d34f1d45 ICU-2039 Remove bad and unused code
X-SVN-Rev: 11852
2003-05-08 23:48:58 +00:00
George Rhoten
bc69d5341a ICU-2039 Don't use filestrm.h directly
X-SVN-Rev: 11851
2003-05-08 23:48:25 +00:00
Alan Liu
cacf3d2b39 ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11845
2003-05-08 22:17:03 +00:00
George Rhoten
23b386b0b8 ICU-2787 Fix 2 mutex cases and optimize some code.
X-SVN-Rev: 11834
2003-05-08 01:32:27 +00:00
George Rhoten
d5cf52fce2 ICU-2787 Uncommit some code that shouldn't have been commited.
X-SVN-Rev: 11831
2003-05-07 16:39:24 +00:00
George Rhoten
33568a2ee4 ICU-2787 The shared converter cache should consistently use one non-global mutex,
and fix the double check in ucnv_io.

X-SVN-Rev: 11826
2003-05-07 00:53:32 +00:00
Markus Scherer
7f4260a2cc ICU-2787 more u_init() updates after discussion
X-SVN-Rev: 11824
2003-05-07 00:02:29 +00:00
Markus Scherer
ef55ca2d74 ICU-2787 fully mutex initialization of exclusion sets because double-checked locking can be unsafe; add comment about double-checked locking for normal data and why we do not pre-initialize exclusion sets
X-SVN-Rev: 11823
2003-05-07 00:02:11 +00:00
Markus Scherer
2d1f3e63a9 ICU-2787 add comment about double-checked locking
X-SVN-Rev: 11822
2003-05-06 23:56:34 +00:00
Markus Scherer
e55480b50b ICU-2787 fully mutex initialization because double-checked locking can be unsafe
X-SVN-Rev: 11821
2003-05-06 23:56:03 +00:00
Ram Viswanadha
5219cb8a3b ICU-2194 add disclaimer and licence copied from RFC. No code change
X-SVN-Rev: 11817
2003-05-06 20:56:38 +00:00
Markus Scherer
e3bb8d9a00 ICU-2397 avoid memset for faster setup
X-SVN-Rev: 11814
2003-05-06 18:52:28 +00:00
Markus Scherer
e5383df00f ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11809
2003-05-06 01:37:52 +00:00
Markus Scherer
9a4e0e4af2 ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11808
2003-05-06 01:22:23 +00:00
Andy Heninger
bdd7442d57 ICU-2787 Locale thread safety.
X-SVN-Rev: 11804
2003-05-05 23:21:48 +00:00
George Rhoten
19e68f7638 ICU-2832 Fix the definition for _C99_Property_Function on several platforms.
X-SVN-Rev: 11801
2003-05-05 22:16:49 +00:00
Markus Scherer
962c18923a ICU-2537 add declarations mostly for unimplemented default constructors
X-SVN-Rev: 11798
2003-05-04 01:40:40 +00:00
Markus Scherer
0fcfe71911 ICU-2856 make EBCDIC_STATEFUL always emit SI at the end of a stream if the last character was DBCS
X-SVN-Rev: 11788
2003-05-02 22:38:41 +00:00
Doug Felt
556c72cc54 ICU-2755 fixed RuleBasedCollator clone/cc operations to handle aliasing cases,
added additional tests for getLocale of registered collators, misc fixes to ICUService,
StringSearch, ucollator to support changes.

X-SVN-Rev: 11786
2003-05-02 22:17:14 +00:00
Alan Liu
f4d9e46ab0 ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11785
2003-05-02 21:52:53 +00:00
Andy Heninger
e5e88aaf89 ICU-2787 Regexp init thread safety; Improvements to u_init()
X-SVN-Rev: 11781
2003-05-02 21:33:17 +00:00
Markus Scherer
835c8e5ece ICU-1730 add comment about clone()
X-SVN-Rev: 11775
2003-05-02 18:49:22 +00:00
Alan Liu
85f5f722c5 ICU-444 mroe code improvements
X-SVN-Rev: 11774
2003-05-02 17:55:18 +00:00
Alan Liu
7928827961 ICU-444 update comments; minor code improvements
X-SVN-Rev: 11773
2003-05-02 17:30:40 +00:00
Markus Scherer
9e396c99d8 ICU-1439 remove spurious TODO comment
X-SVN-Rev: 11769
2003-05-02 17:00:14 +00:00
Alan Liu
e914485397 ICU-444 add Win32-specific host timezone detection code
X-SVN-Rev: 11764
2003-05-02 00:07:35 +00:00
Doug Felt
8feb1843aa ICU-2853 numberformat deadlock during registration
X-SVN-Rev: 11762
2003-05-01 20:52:06 +00:00
Doug Felt
0b5cd0496c ICU-2755 minor file cleanup
X-SVN-Rev: 11760
2003-05-01 18:59:36 +00:00
Doug Felt
7e745f0772 ICU-2755 tests for collation, docs, minor service changes
X-SVN-Rev: 11758
2003-05-01 18:27:24 +00:00
Markus Scherer
8c1740d468 ICU-2710 remove @obsolete ICU 2.6 and earlier code
X-SVN-Rev: 11749
2003-05-01 01:51:51 +00:00
George Rhoten
4e1913af46 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
Markus Scherer
ece6fe9eca ICU-1730 add Replaceable::clone()
X-SVN-Rev: 11741
2003-04-30 22:08:57 +00:00
Markus Scherer
65c6f66b2e ICU-2356 all UnicodeString methods should treat NULL input pointers as empty strings
X-SVN-Rev: 11740
2003-04-30 02:41:01 +00:00
Vladimir Weinstein
b137857632 ICU-2364 update to versioning control for collation
X-SVN-Rev: 11737
2003-04-30 00:49:01 +00:00
Andy Heninger
702ddea7c2 ICU-2787 add u_init() to work around thread safety problems with existing lazy init
X-SVN-Rev: 11735
2003-04-30 00:09:18 +00:00
George Rhoten
2adf6bbb4c ICU-2699 Fixed some compiler warnings
X-SVN-Rev: 11728
2003-04-29 18:14:37 +00:00
Alan Liu
02fd4cdff2 ICU-2832 fix redhat 7.2 compiler error
X-SVN-Rev: 11726
2003-04-29 16:55:38 +00:00
Alan Liu
af6db5e0eb ICU-2832 add 5 more C99 compatibility props
X-SVN-Rev: 11723
2003-04-28 23:48:30 +00:00
Doug Felt
09bd2b2b11 ICU-2755 service registration for collation
X-SVN-Rev: 11722
2003-04-28 21:13:14 +00:00
George Rhoten
a2228d8e2a ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11720
2003-04-26 00:48:12 +00:00
George Rhoten
83feb5d788 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11718
2003-04-26 00:28:57 +00:00
George Rhoten
64c8d0e7cb ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11717
2003-04-26 00:22:06 +00:00
George Rhoten
e1c569db1d ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11716
2003-04-26 00:12:33 +00:00
George Rhoten
e9b4b410a1 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11715
2003-04-25 23:47:18 +00:00
Markus Scherer
bbf546a40e ICU-2439 fix display name lookups to not fallback through the default locale
X-SVN-Rev: 11712
2003-04-25 22:56:51 +00:00
Alan Liu
7fd6350f1e ICU-2832 hack UnicodeSet parser to handle four special case names for C99 compatibility props
X-SVN-Rev: 11710
2003-04-25 20:34:44 +00:00
Doug Felt
4dc960f3a4 ICU-2821 service registration for currency
X-SVN-Rev: 11706
2003-04-25 18:02:09 +00:00
George Rhoten
6c1b9b2026 ICU-2753 Incorporate shared data library workaround for os/400.
Data library should now be 19MB on this platform.  Everywhere else is still about 8MB.

X-SVN-Rev: 11694
2003-04-25 00:17:44 +00:00
Markus Scherer
9f32af0974 ICU-2831 add 4 new C ctype.h/POSIX-style functions
X-SVN-Rev: 11687
2003-04-24 23:09:26 +00:00
George Rhoten
114e3fc4df ICU-2138 rename div -> dv
X-SVN-Rev: 11668
2003-04-24 16:26:45 +00:00
George Rhoten
029c9eae2f ICU-2729 Fix a memory allocation problem with the default locale.
X-SVN-Rev: 11667
2003-04-24 16:24:20 +00:00
George Rhoten
3c61949227 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11664
2003-04-24 16:00:46 +00:00
Vladimir Weinstein
5b5835beaf ICU-2364 removed UCOL_FRACTIONAL_UCA_VERSION - this is now read from FractionalUCA.txt
X-SVN-Rev: 11663
2003-04-24 07:02:27 +00:00
Eric Mader
cb0ee03587 ICU-2243 Add UCLN_LAYOUTEX.
X-SVN-Rev: 11652
2003-04-23 23:06:36 +00:00
Eric Mader
98916f97ea ICU-2243 Add U_LAYOUTEX_API.
X-SVN-Rev: 11651
2003-04-23 23:05:40 +00:00
Ram Viswanadha
ace4fe60cf ICU-2075 change params form uint8* to void*
X-SVN-Rev: 11644
2003-04-23 21:15:12 +00:00
Vladimir Weinstein
1b9191b521 ICU-2835 fix for convenience ures_ APIs not following aliases
X-SVN-Rev: 11633
2003-04-23 06:59:29 +00:00
George Rhoten
7add969d05 ICU-2729 Fix an out of bounds error
X-SVN-Rev: 11619
2003-04-21 23:25:38 +00:00
Markus Scherer
748759e44e ICU-2024 allow to stack-allocate new converters, add internal ucnv_createAlgorithmicConverter()
X-SVN-Rev: 11606
2003-04-21 02:12:46 +00:00
Markus Scherer
5d979da39e ICU-2024 add ucnv_toAlgorithmic() and ucnv_fromAlgorithmic()
X-SVN-Rev: 11605
2003-04-21 02:11:54 +00:00
Markus Scherer
486edf9562 ICU-2818 fix UTF-16/32 behavior for BOM-only input; tests see /tsconv/ccapitst/TestConvertAlgorithmic (j2024)
X-SVN-Rev: 11604
2003-04-21 02:06:03 +00:00
George Rhoten
7460b9d8c0 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11591
2003-04-18 23:14:27 +00:00
Markus Scherer
4f2c865b52 ICU-2144 add ucnv_convertEx()
X-SVN-Rev: 11589
2003-04-18 23:11:39 +00:00
George Rhoten
e76f98cf2d ICU-2729 Fix a memory leak
X-SVN-Rev: 11588
2003-04-18 23:05:20 +00:00
George Rhoten
558be9c95e ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11586
2003-04-18 21:43:25 +00:00
George Rhoten
4f532d0425 ICU-2815 ucnv_flushCache should close the cached default converter.
X-SVN-Rev: 11585
2003-04-18 20:31:45 +00:00
Steven R. Loomis
711de2113a ICU-2596 don't treat .dat files on the data path as directories
X-SVN-Rev: 11581
2003-04-18 00:15:33 +00:00
Ram Viswanadha
b5fc181059 ICU-2194 fix compiler warnings
X-SVN-Rev: 11576
2003-04-17 20:37:00 +00:00
Markus Scherer
912673a5e4 ICU-2580 replace RES_ UResType constant names with URES_ names
X-SVN-Rev: 11564
2003-04-16 23:52:32 +00:00
George Rhoten
e95d56df5e ICU-2745 Add documentation about the callbacks.
X-SVN-Rev: 11561
2003-04-16 22:39:22 +00:00
George Rhoten
1944b56181 ICU-2759 Undo the QNX change. The patch isn't needed, and gmake check passed.
X-SVN-Rev: 11560
2003-04-16 22:14:31 +00:00
Markus Scherer
f07f7270f2 ICU-2657 fix some comments about Java isSpaceChar
X-SVN-Rev: 11555
2003-04-16 00:20:23 +00:00
George Rhoten
7bf253f27f ICU-2785 Don't strip white space anymore. Just strip the new lines.
X-SVN-Rev: 11544
2003-04-14 23:44:31 +00:00
George Rhoten
328bdfed8e ICU-2773 Fix preflighing when a multibyte substitution callback is used.
X-SVN-Rev: 11539
2003-04-13 04:41:49 +00:00
George Rhoten
f69ff31d30 ICU-2800 Fix the canonical name
X-SVN-Rev: 11533
2003-04-12 00:14:28 +00:00
George Rhoten
f6cef37345 ICU-2628 Updates for the import library installation on CygWin/MSVC and z/OS,
and updates for installation on CygWin/MSVC and QNX

X-SVN-Rev: 11501
2003-04-10 17:42:21 +00:00
Markus Scherer
5eb3b668e8 ICU-1439 add API documentation for ucnv_getUnicodeSet()
X-SVN-Rev: 11493
2003-04-09 22:40:58 +00:00
Markus Scherer
9727d3aeef ICU-1439 add API documentation for ucnv_getUnicodeSet()
X-SVN-Rev: 11492
2003-04-09 22:32:03 +00:00
Markus Scherer
bccf64762c ICU-1483 remove digit values for Han characters
X-SVN-Rev: 11483
2003-04-09 19:04:01 +00:00
Markus Scherer
280cd31096 ICU-2789 add UErrorCode to getInclusions()/addPropertyStarts()
X-SVN-Rev: 11479
2003-04-09 17:34:24 +00:00
George Rhoten
e3595f4ec6 ICU-1439 Change documentation
X-SVN-Rev: 11477
2003-04-09 00:22:58 +00:00
Andy Heninger
71070da39f ICU-2093 RBBI rule make dependencies for UnicodeSet properties adjusted.
Check for empty UnicodeSets added to builder.

X-SVN-Rev: 11476
2003-04-09 00:09:14 +00:00
George Rhoten
48eda8bd06 ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points.
X-SVN-Rev: 11475
2003-04-09 00:00:51 +00:00
George Rhoten
b2599603cc ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points for all ISCII versions.
ISCII can switch between scipts.

X-SVN-Rev: 11474
2003-04-08 23:52:29 +00:00
George Rhoten
f70487d239 ICU-1439 Fix the case when the wrong version is requested.
X-SVN-Rev: 11471
2003-04-08 02:05:16 +00:00
George Rhoten
f7e4647f8c ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11470
2003-04-08 01:55:33 +00:00
George Rhoten
9417adfb33 ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11468
2003-04-07 23:50:30 +00:00
George Rhoten
2f7f7b2fcf ICU-2784 Need to use the options constructor from UnicodeSet.
X-SVN-Rev: 11467
2003-04-07 16:38:45 +00:00
George Rhoten
8ac8d6202e ICU-2781 Use more UTR22 names, add more aliases, use more windows- aliases.
X-SVN-Rev: 11465
2003-04-05 09:50:53 +00:00
Markus Scherer
a6213ee1c0 ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11464
2003-04-05 01:33:02 +00:00
Markus Scherer
e8d8dc6862 ICU-2782 fix HZ converter ucnv_safeClone()
X-SVN-Rev: 11462
2003-04-05 00:01:54 +00:00
Markus Scherer
99fbf11da7 ICU-2427 more code points with default bidi classes - parse DerivedBidiClass.txt for them
X-SVN-Rev: 11448
2003-04-03 19:41:00 +00:00
George Rhoten
b86a919342 ICU-2778 All LMBCS variants can use other codepages like windows-950, which is 2 bytes.
X-SVN-Rev: 11439
2003-04-02 21:59:01 +00:00
Ram Viswanadha
bb6aadbf80 ICU-2778 make illegal/truncated chars consistent
X-SVN-Rev: 11434
2003-04-02 02:59:14 +00:00
Ram Viswanadha
420fdec4db ICU-2427 fix minor bug in u_getIntPropertyValue api
X-SVN-Rev: 11431
2003-04-01 22:06:31 +00:00
George Rhoten
3e913a31b2 ICU-2628 z/OS needs to resolve the default converter with options.
X-SVN-Rev: 11429
2003-04-01 19:53:16 +00:00
George Rhoten
c929a0ab89 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11416
2003-03-28 19:50:38 +00:00
George Rhoten
ec4d8815ec ICU-2729 Use read-only memory for strings and arrays.
X-SVN-Rev: 11415
2003-03-28 19:44:29 +00:00
George Rhoten
d1970263ab ICU-2729 Use read-only memory for strings.
X-SVN-Rev: 11414
2003-03-28 19:43:48 +00:00
George Rhoten
6bb4571495 ICU-2138 Various locale updates
X-SVN-Rev: 11404
2003-03-27 06:34:58 +00:00
George Rhoten
8d325bc978 ICU-2759 QNX has a slightly broken mmap, and this fixes it.
X-SVN-Rev: 11379
2003-03-21 18:57:06 +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
Andy Heninger
f6d9573913 ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11366
2003-03-20 01:15:10 +00:00
George Rhoten
664e3a0b29 ICU-2194 Fix the order of the cleanup. ustrprep_cleanup should be called first, not last.
X-SVN-Rev: 11364
2003-03-20 00:08:40 +00:00
George Rhoten
f3596ab8f5 ICU-2729 Use the invariant converter instead of the default converter.
X-SVN-Rev: 11363
2003-03-20 00:05:11 +00:00
George Rhoten
93d1aacf89 ICU-2710 Remove obsolete code.
X-SVN-Rev: 11361
2003-03-19 22:18:19 +00:00
Ram Viswanadha
7698390434 ICU-2194 fix warnings on Solaris and implement include code review changes
X-SVN-Rev: 11355
2003-03-19 02:03:12 +00:00
George Rhoten
fae219cec9 ICU-2628 Allow z/OS and CygWin/MSVC to install their import libraries
(aka sidedeck on z/OS).

X-SVN-Rev: 11353
2003-03-19 01:56:39 +00:00
Ram Viswanadha
df758b9fb6 ICU-2194 fix bug found while running demo
X-SVN-Rev: 11341
2003-03-17 21:26:28 +00:00
Ram Viswanadha
02e66e48b9 ICU-2194 update links in comments. No code change
X-SVN-Rev: 11340
2003-03-17 21:25:36 +00:00
Markus Scherer
026f023227 ICU-2397 allow to stack-allocate UNormIterator
X-SVN-Rev: 11338
2003-03-17 18:32:54 +00:00
Markus Scherer
f2b1b64dc1 ICU-2427 more Unicode 4 data updates
X-SVN-Rev: 11337
2003-03-17 18:02:10 +00:00
George Rhoten
c31d7e59cd ICU-2759 Add the QNX configuration
X-SVN-Rev: 11331
2003-03-15 02:22:07 +00:00
George Rhoten
c9ed03fc4b ICU-2744 Fix some IRIX problems
X-SVN-Rev: 11329
2003-03-15 01:57:10 +00:00
Markus Scherer
af52fd13b1 ICU-2427 more Unicode 4 data updates
X-SVN-Rev: 11316
2003-03-14 19:24:55 +00:00
George Rhoten
d82e7274d9 ICU-2481 Fix for AIX. The last enum value shouldn't have a comma
X-SVN-Rev: 11315
2003-03-14 17:41:19 +00:00
Ram Viswanadha
7652b4aff6 ICU-2194 update links in comments. No code change
X-SVN-Rev: 11305
2003-03-13 23:50:56 +00:00
Markus Scherer
ab9d557dfe ICU-2481 make UNORM_UNICODE_3_2 and related public
X-SVN-Rev: 11302
2003-03-13 23:01:42 +00:00
Markus Scherer
f9ce852e79 ICU-2481 make UNORM_UNICODE_3_2 and related public; move obsolete UNormalizationMode constants to the obsolete library
X-SVN-Rev: 11301
2003-03-13 23:01:03 +00:00
Ram Viswanadha
102ad41655 ICU-2194 convert the ouput of toASCII to lower case
X-SVN-Rev: 11298
2003-03-13 22:17:24 +00:00
Ram Viswanadha
8cf2a2cee5 ICU-2194 fix bug found while running demo
X-SVN-Rev: 11288
2003-03-12 23:17:56 +00:00
Vladimir Weinstein
d8cf75aa69 ICU-2701 fixed API documentation for u_unescape
X-SVN-Rev: 11283
2003-03-12 01:36:47 +00:00
Markus Scherer
25d1629bb7 ICU-2021 replace Turkic-casefolding prototype with explanation
X-SVN-Rev: 11278
2003-03-10 00:59:10 +00:00
Markus Scherer
a32165212d ICU-2481 make the implementation of tailored normalization permanent; remove the a-umlaut option
X-SVN-Rev: 11276
2003-03-10 00:24:37 +00:00
Markus Scherer
41490cb19a ICU-2350 implement CASE_SENSITIVE via uprops.icu data
X-SVN-Rev: 11274
2003-03-08 18:00:51 +00:00
Markus Scherer
cb850817d8 ICU-2427 support property Hangul_Syllable_Type
X-SVN-Rev: 11272
2003-03-08 02:00:06 +00:00
Markus Scherer
70aecbb5f0 ICU-2427 use full properties in uprops.icu instead of computing them from partial ones
X-SVN-Rev: 11265
2003-03-07 21:49:09 +00:00
Markus Scherer
a968441ac2 ICU-2427 move Hangul/Jamo constants from unorm.cpp to unormimp.h
X-SVN-Rev: 11264
2003-03-07 21:46:51 +00:00
George Rhoten
efda501285 ICU-2710 Remove some obsolete code
X-SVN-Rev: 11248
2003-03-05 04:56:28 +00:00
Alan Liu
6c81c154d1 ICU-2478 give No_Block the code point tag [none]
X-SVN-Rev: 11240
2003-03-04 19:55:37 +00:00
George Rhoten
5ae9046b7b ICU-2704 Fix a compiler warning
X-SVN-Rev: 11233
2003-03-04 19:03:17 +00:00
Markus Scherer
6d4359784d ICU-2478 replace UBLOCK_INVALID_CODE=-1 by new UBLOCK_NO_BLOCK=0 in most cases
X-SVN-Rev: 11226
2003-03-04 00:52:07 +00:00
Markus Scherer
bfd5df7613 ICU-2427 upgrade to Unicode 4
X-SVN-Rev: 11225
2003-03-04 00:47:01 +00:00
Markus Scherer
737c614b75 ICU-2427 upgrade to Unicode 4 - initially only for existing properties; move obsolete UBlockCode constants to the obsolete library
X-SVN-Rev: 11224
2003-03-04 00:42:54 +00:00
Andy Heninger
d1c1beb261 ICU-2422 regexp, look-behind ops, error message fixed.
X-SVN-Rev: 11213
2003-03-03 18:02:06 +00:00
Andy Heninger
ae14297881 ICU-2422 look-behind ops implementation finished.
X-SVN-Rev: 11212
2003-03-02 19:11:09 +00:00
Ram Viswanadha
a85f43fcda ICU-2194 fix Solaris and HPUX failure
X-SVN-Rev: 11210
2003-03-01 00:42:53 +00:00
Markus Scherer
353f8ee0eb ICU-2021 another fix for canonical caseless match, still prototyping
X-SVN-Rev: 11209
2003-03-01 00:13:40 +00:00
Markus Scherer
e9e4feea24 ICU-2021 fix sample in comment
X-SVN-Rev: 11208
2003-03-01 00:09:42 +00:00
Ram Viswanadha
cf37cfbbb4 ICU-2194 add ustrprep_cleanup to ucln_cmn
X-SVN-Rev: 11199
2003-02-28 22:17:06 +00:00
Ram Viswanadha
7da935c904 ICU-2194 IDNA API
X-SVN-Rev: 11194
2003-02-28 21:35:25 +00:00
George Rhoten
0f56e199be ICU-2481 Fix a compiler error
X-SVN-Rev: 11189
2003-02-28 18:48:01 +00:00
George Rhoten
f8341c0598 ICU-2704 Fix a warning
X-SVN-Rev: 11187
2003-02-28 17:06:10 +00:00
George Rhoten
2a1a26d193 ICU-2120 Improve the performance of some functions.
X-SVN-Rev: 11184
2003-02-28 05:59:24 +00:00
Alan Liu
d9be8ea0f0 ICU-2678 add USCRIPT_CANADIAN_ABORIGINAL
X-SVN-Rev: 11175
2003-02-27 00:59:50 +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
Markus Scherer
2b7ba6ffc3 ICU-2481 improve prototype and support backlevel Unicode 3.2 normalization
X-SVN-Rev: 11167
2003-02-26 01:45:06 +00:00
Markus Scherer
eece437e5b ICU-2653 compare character age values with <= semantics not ==
X-SVN-Rev: 11165
2003-02-26 01:06:15 +00:00
Doug Felt
c31688a777 ICU-2203 C++ version of NumberFormat registration
X-SVN-Rev: 11160
2003-02-25 23:36:48 +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
6da5965d85 ICU-2161 move obsolete bidi code and tests to icuobs DLL
X-SVN-Rev: 11152
2003-02-25 19:40:00 +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
George Rhoten
67725ff09d ICU-2704 Use a smaller and faster way to get the list of available locales.
X-SVN-Rev: 11147
2003-02-25 01:49:34 +00:00
Andy Heninger
ddf59cf344 ICU-2422 look-behind op, plus some optimizations, work-in-progress.
X-SVN-Rev: 11145
2003-02-24 05:12:29 +00:00
George Rhoten
919141a5d6 ICU-2350 Don't use // in C files.
X-SVN-Rev: 11136
2003-02-21 02:24:20 +00:00
Andy Heninger
2df0b33049 ICU-2422 regexp, add and use new case-insensitive constructor on UnicodeSet.
X-SVN-Rev: 11129
2003-02-21 01:15:16 +00:00
Alan Liu
7da5687fa3 ICU-2350 remove isCaseUnique; implement binary prop UCHAR_CASE_SENSITIVE instead
X-SVN-Rev: 11127
2003-02-20 22:47:18 +00:00
Markus Scherer
5625465b67 ICU-2021 fix unorm_compare(case-insensitive) - see Jitterbug details
X-SVN-Rev: 11107
2003-02-19 21:58:54 +00:00
Markus Scherer
a329f99f76 ICU-2481 fix internalGetDXCJKCompat()
X-SVN-Rev: 11088
2003-02-18 01:20:12 +00:00
Alan Liu
a64bd0d937 ICU-2715 detect invalid range
X-SVN-Rev: 11084
2003-02-17 23:56:51 +00:00
Markus Scherer
a809529f93 ICU-2481 small fix
X-SVN-Rev: 11082
2003-02-17 23:33:46 +00:00
Alan Liu
2784e20f51 ICU-2715 fix toPattern handling of supplementals
X-SVN-Rev: 11079
2003-02-17 23:30:28 +00:00
Markus Scherer
42a3e0cef1 ICU-2481 do not apply exclusions to composition parts
X-SVN-Rev: 11077
2003-02-17 21:46:51 +00:00
George Rhoten
f1919822df ICU-2648 Reduce the size of .brk files, and test that the rules roundtrip.
X-SVN-Rev: 11076
2003-02-17 18:06:42 +00:00
George Rhoten
3670030ff7 ICU-2699 Don't allow the warning message to show the word "error".
X-SVN-Rev: 11074
2003-02-17 17:37:40 +00:00
Markus Scherer
0206e6f0be ICU-2344 fix Turkic lowercasing of U+0307 according to Unicode erratum from 2002-10-31
X-SVN-Rev: 11073
2003-02-16 19:20:04 +00:00
Markus Scherer
41a939315c ICU-2397 make hasPrevious/hasNext true when throwing away buffered chars from that end
X-SVN-Rev: 11069
2003-02-16 01:00:01 +00:00
Markus Scherer
0c4249f0b4 ICU-2481 fix iterative normalization for unpaired surrogates
X-SVN-Rev: 11068
2003-02-16 00:06:01 +00:00
Markus Scherer
d2966f1a4d ICU-2481 prototype tailored normalization; remove old ignore_hangul
X-SVN-Rev: 11065
2003-02-15 01:54:25 +00:00
George Rhoten
a36de8f446 ICU-2350 Don't use // in C files.
X-SVN-Rev: 11064
2003-02-15 01:48:01 +00:00
George Rhoten
bb0daf402d ICU-2337 Fix for HP/UX which can't support placement new/delete, but
does support overriding new/delete.

X-SVN-Rev: 11058
2003-02-15 00:23:27 +00:00
Alan Liu
278dc45373 ICU-2350 add uchar_isCaseUnique
X-SVN-Rev: 11057
2003-02-15 00:22:31 +00:00
Alan Liu
181b598671 ICU-2350 make default options USET_IGNORE_SPACE
X-SVN-Rev: 11054
2003-02-14 21:27:16 +00:00
Alan Liu
f42ca8c44c ICU-2350 made closeOver API @internal; added constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11053
2003-02-14 21:22:20 +00:00
Alan Liu
fe3dd2faa3 ICU-2350 remove withdrawn API changes
X-SVN-Rev: 11051
2003-02-14 21:18:19 +00:00
George Rhoten
e1faf21914 ICU-2707 Fix a typo
X-SVN-Rev: 11049
2003-02-14 19:36:20 +00:00
George Rhoten
c60823327d ICU-2707 Fix for Red Hat Linux 8 with gcc 3.2 doesn't work on AIX5.1/VA5 32-bit mode.
X-SVN-Rev: 11047
2003-02-14 18:35:32 +00:00
George Rhoten
cfbdea0e8a ICU-2710 Remove obsolete code
X-SVN-Rev: 11040
2003-02-14 01:33:13 +00:00
Alan Liu
4dc1d411e8 ICU-2350 fix binary search bug
X-SVN-Rev: 11039
2003-02-14 00:12:17 +00:00
Markus Scherer
c60e812576 ICU-2657 more api doc improvements
X-SVN-Rev: 11036
2003-02-13 01:46:14 +00:00
Markus Scherer
c5e4c5b9cb ICU-2657 make checks for multiple general categories more readable
X-SVN-Rev: 11029
2003-02-11 23:30:09 +00:00
Syn Wee Quek
8b4d6d7609 ICU-2219 minor changes for java output, comments and alignment.
X-SVN-Rev: 11028
2003-02-11 23:30:08 +00:00
Markus Scherer
73b457e004 ICU-2657 improve API documentation
X-SVN-Rev: 11027
2003-02-11 23:27:40 +00:00
Markus Scherer
67883d2422 ICU-2657 add the CAT_MASK helper macro
X-SVN-Rev: 11026
2003-02-11 23:26:13 +00:00
Alan Liu
c51a59cd65 ICU-2350 implement closeOver()
X-SVN-Rev: 11023
2003-02-11 22:47:12 +00:00
Alan Liu
a2225cc8d9 ICU-2350 declare closeOver() and supporting methods
X-SVN-Rev: 11022
2003-02-11 22:46:20 +00:00
Alan Liu
b4379f3870 ICU-2350 added USET_CLOSE for UnicodeSet::closeOver()
X-SVN-Rev: 11021
2003-02-11 22:45:43 +00:00
George Rhoten
12151213b7 ICU-2707 Fix for Red Hat Linux 8 with gcc 3.2
X-SVN-Rev: 11020
2003-02-11 22:42:18 +00:00
George Rhoten
4194737649 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 11018
2003-02-11 02:45:50 +00:00
Markus Scherer
5d82e0c3b0 ICU-2657 improve API documentation
X-SVN-Rev: 11017
2003-02-11 01:59:32 +00:00
Markus Scherer
2e5616455d ICU-2657 fix u_isbase: not true for Mn!
X-SVN-Rev: 11016
2003-02-11 01:59:05 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Andy Heninger
606b10c511 ICU-2703 fix missing null termination on extract from zero length UnicodeString
X-SVN-Rev: 11006
2003-02-10 22:57:39 +00:00
Markus Scherer
77a600126a ICU-2657 add/change properties functions to match Java
X-SVN-Rev: 10999
2003-02-09 21:02:26 +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
George Rhoten
7bcb3761b0 ICU-2337 A fix for the Mac
X-SVN-Rev: 10995
2003-02-07 22:02:25 +00:00
George Rhoten
7cce44db0b ICU-2337 This should fix the STL problem.
X-SVN-Rev: 10991
2003-02-07 19:59:50 +00:00
Andy Heninger
7f44eb19cf ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 10989
2003-02-07 02:04:14 +00:00
George Rhoten
6c56af4be2 ICU-2686 Fix a link
X-SVN-Rev: 10988
2003-02-07 01:34:21 +00:00
Vladimir Weinstein
a9f0786bfd ICU-2397 bug fix
X-SVN-Rev: 10983
2003-02-06 23:26:48 +00:00
George Rhoten
84cb864c59 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10982
2003-02-06 22:57:35 +00:00
George Rhoten
548ec9a6e7 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10981
2003-02-06 22:03:58 +00:00
George Rhoten
1890772362 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10948
2003-02-03 22:34:59 +00:00
George Rhoten
a946aa2589 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10947
2003-02-03 22:20:00 +00:00
George Rhoten
4d7921d1b8 ICU-2686 Various documentation updates.
X-SVN-Rev: 10937
2003-01-30 22:48:58 +00:00
Andy Heninger
578d384880 ICU-2219 add java output option to RBBI rule parse state table generation perl script
X-SVN-Rev: 10936
2003-01-30 20:08:36 +00:00
Vladimir Weinstein
4e1bdf0eb1 ICU-2352 Fix warning names in the documentation
X-SVN-Rev: 10924
2003-01-29 17:58:29 +00:00
George Rhoten
e2715acda5 ICU-2671 Update some conversion documentation
X-SVN-Rev: 10922
2003-01-29 01:17:11 +00:00
Alan Liu
78c4cb87f9 ICU-122 add capacity to uprv_itou
X-SVN-Rev: 10908
2003-01-27 17:24:33 +00:00
Alan Liu
8779d38c34 ICU-122 add capacity to uprv_itou and rename pad parameter to minwidth
X-SVN-Rev: 10907
2003-01-27 17:22:27 +00:00
Markus Scherer
f092768650 ICU-2397 add UNormIterator
X-SVN-Rev: 10900
2003-01-23 21:47:09 +00:00
Markus Scherer
aa5e64cef3 ICU-2397 document usage sample
X-SVN-Rev: 10897
2003-01-22 22:13:59 +00:00
Markus Scherer
0b4bc6ee2e ICU-2397 add UNormIterator
X-SVN-Rev: 10895
2003-01-22 22:00:19 +00:00
Markus Scherer
4dea6082dd ICU-2397 iterator improvements
X-SVN-Rev: 10894
2003-01-22 21:59:26 +00:00
Alan Liu
c5bc9e881a ICU-2557 remove ICU 2.4 gc/gcm hack; data file supports this properly as of ICU 2.6
X-SVN-Rev: 10889
2003-01-22 18:12:07 +00:00
Alan Liu
29227d65b8 ICU-2557 fix UCHAR_GENERAL_CATEGORY_MASK comment (was Enumerated; changed to Bitmask)
X-SVN-Rev: 10886
2003-01-22 17:57:04 +00:00
Vladimir Weinstein
7364fbe852 ICU-2659 moved the timebomb in uobject.h to 2.6 - Markus still needs to work on it
X-SVN-Rev: 10885
2003-01-21 22:49:42 +00:00
Alan Liu
55b6f2aef7 ICU-2653 add support for [:Age=x:] pattern
X-SVN-Rev: 10883
2003-01-21 21:13:50 +00:00
Andy Heninger
a868ba8a94 ICU-2422 add back references
X-SVN-Rev: 10878
2003-01-21 04:56:14 +00:00
Vladimir Weinstein
9d23b182cd ICU-2659 bumped version to 2.6
X-SVN-Rev: 10874
2003-01-20 18:09:21 +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
Markus Scherer
c456ab0bbe ICU-2397 add UCharIterator getState() and setState()
X-SVN-Rev: 10867
2003-01-18 00:35:59 +00:00
Andy Heninger
50a1da1f2b ICU-2422 regexp, atomic paretheses added, but still buggy
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
George Rhoten
878e00da42 ICU-2628 Fix OS390_STUBDATA loading
X-SVN-Rev: 10860
2003-01-16 17:17:16 +00:00
Andy Heninger
01147100bd ICU-2422 regexp, {min,max} quantifiers added.
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
Markus Scherer
2cfa2ab7bb ICU-2397 move u_strCompareIter to ustring.c
X-SVN-Rev: 10856
2003-01-14 21:18:52 +00:00
Eric Mader
248af1bcf3 ICU-2348 replace /file with \file.
X-SVN-Rev: 10852
2003-01-13 23:15:52 +00:00
George Rhoten
db7d3d822f ICU-2488 Change these UTR22 names gb_2312_80-1 -> ibm-5478, ksc5601 -> ibm-1363
X-SVN-Rev: 10850
2003-01-13 21:26:27 +00:00
George Rhoten
1fad6b41a6 ICU-2488 Use the more modern ksc5601 that ICU already has.
X-SVN-Rev: 10848
2003-01-13 19:53:10 +00:00
Markus Scherer
87c1bc8331 ICU-2397 fix uiter_setUTF16BE() for big-endian machines and length=-1
X-SVN-Rev: 10846
2003-01-13 18:03:34 +00:00
George Rhoten
82ab7fda56 ICU-2630 Since ibm-942_P120 has been removed, change the name to use the Charset repository name.
X-SVN-Rev: 10843
2003-01-11 01:42:35 +00:00
Markus Scherer
d08ac9bbe1 ICU-2646 fix U8_PREV for non-characters
X-SVN-Rev: 10840
2003-01-10 23:40:58 +00:00
Markus Scherer
e03434154e ICU-2397 more portable check for even (2-aligned) pointer
X-SVN-Rev: 10836
2003-01-10 21:00:47 +00:00
Andy Heninger
4ce7abb538 ICU-2420 add uvectr32 to Unix Makefile.in
X-SVN-Rev: 10834
2003-01-10 20:10:15 +00:00
Markus Scherer
7daa35bdd9 ICU-2397 add UTF-16BE UCharIterator
X-SVN-Rev: 10833
2003-01-10 19:42:28 +00:00
Markus Scherer
10394346b1 ICU-2397 add UTF-8 UCharIterator
X-SVN-Rev: 10830
2003-01-10 01:51:12 +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
Andy Heninger
baf94c23e2 ICU-2420 regexp perf, add UVector32 class - vector of uint32_t. Allows optimizations
not possible with original (pointer sized) UVector class.

X-SVN-Rev: 10826
2003-01-08 23:40:45 +00:00
George Rhoten
eadb848359 ICU-2628 Fix for z/OS in non-USS mode.
X-SVN-Rev: 10820
2003-01-08 21:37:44 +00:00
Markus Scherer
480ec3a447 ICU-2611 organize source files into folders
X-SVN-Rev: 10806
2003-01-02 19:07:58 +00:00
George Rhoten
73f87a2b37 ICU-2134 Mention the real function to call.
X-SVN-Rev: 10772
2002-12-20 16:41:57 +00:00
George Rhoten
b579d80f42 ICU-2000 Fix some compiler warnings.
X-SVN-Rev: 10760
2002-12-19 01:06:00 +00:00
Ram Viswanadha
dbe3f4af73 ICU-2565 lifecycle tag clean up
X-SVN-Rev: 10759
2002-12-19 01:01:43 +00:00
Alan Liu
03a1aa77bc ICU-2565 fix doxygen warnings
X-SVN-Rev: 10758
2002-12-19 00:43:21 +00:00
Alan Liu
14b296fa3c ICU-2565 fix doxygen warnings
X-SVN-Rev: 10756
2002-12-19 00:25:31 +00:00
Vladimir Weinstein
4115ca506e ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10755
2002-12-19 00:23:20 +00:00
Steven R. Loomis
83954e559d ICU-2565 doxygen warnings
X-SVN-Rev: 10754
2002-12-19 00:19:08 +00:00
Vladimir Weinstein
a1aaa11bce ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10748
2002-12-18 23:41:01 +00:00
Vladimir Weinstein
f6df211be9 ICU-2039 Some assignment operators and copy constructors declared private
X-SVN-Rev: 10747
2002-12-18 23:17:12 +00:00
Ram Viswanadha
46a131d26b ICU-2565 @stable lable clean up
X-SVN-Rev: 10743
2002-12-18 22:59:35 +00:00
Markus Scherer
9d029d2f86 ICU-2504 doxygen doc for typo
X-SVN-Rev: 10728
2002-12-18 16:25:35 +00:00
Vladimir Weinstein
89628f1df9 ICU-2107 added copyright notices
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Markus Scherer
3df3e7e946 ICU-2415 fix @param comments
X-SVN-Rev: 10720
2002-12-18 02:38:42 +00:00
George Rhoten
dbd2dd9d79 ICU-2565 These two are really @internal and not @stable
X-SVN-Rev: 10719
2002-12-18 02:20:50 +00:00
Markus Scherer
7da23af806 ICU-2581 remove names of unused arguments; define global new/delete only on windows
X-SVN-Rev: 10718
2002-12-18 02:17:01 +00:00
George Rhoten
83cdfe7b50 ICU-2135 Make more data const.
X-SVN-Rev: 10717
2002-12-18 01:47:06 +00:00
Vladimir Weinstein
f5c4d4b5e5 ICU-2581 don't use C++ comments
X-SVN-Rev: 10704
2002-12-17 23:41:31 +00:00
Vladimir Weinstein
e4183bba44 ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10703
2002-12-17 23:37:09 +00:00
George Rhoten
8fbfa761a0 ICU-2087 Add @internal to one of the functions
X-SVN-Rev: 10701
2002-12-17 23:20:06 +00:00
Markus Scherer
320958102b ICU-2581 add global new/delete with crashing implementations to make sure they are never called from within icu4c
X-SVN-Rev: 10698
2002-12-17 21:26:31 +00:00
Markus Scherer
6ed802dbb0 ICU-2134 document .res file format, add alias type description
X-SVN-Rev: 10690
2002-12-16 22:43:08 +00:00
Steven R. Loomis
6752e8727f ICU-2457 urename.h update - one last time
X-SVN-Rev: 10687
2002-12-16 20:11:42 +00:00
Steven R. Loomis
48cfd87d30 ICU-2529 Removing GetDynamicClassID() functions that should not be implemented
X-SVN-Rev: 10686
2002-12-16 20:08:20 +00:00
George Rhoten
904ea6decc ICU-2135 All objects must derive from UMemory at least.
X-SVN-Rev: 10680
2002-12-14 09:19:33 +00:00
George Rhoten
11eaa7dc5b ICU-2135 Use static const arrays for strings instead of pointers to strings.
X-SVN-Rev: 10679
2002-12-14 09:06:40 +00:00
George Rhoten
24022e58e0 ICU-2135 Make the memory read only
X-SVN-Rev: 10678
2002-12-14 09:05:34 +00:00
George Rhoten
a4393f8db9 ICU-2135 Don't use static variables in headers.
Make these C++ classes a part of the ICU namespace.
Use static const arrays for strings instead of pointers to strings.

X-SVN-Rev: 10677
2002-12-14 09:05:17 +00:00
George Rhoten
96d7a9c8a7 ICU-2135 Don't export these private static variable names.
It makes it difficult to find other cache locations.

X-SVN-Rev: 10676
2002-12-14 09:03:22 +00:00
Alan Liu
fcaea48b4b ICU-2135 fix DigitList::operator= to avoid reading unassigned memory
X-SVN-Rev: 10661
2002-12-13 19:46:06 +00:00
Ram Viswanadha
e562766f2e ICU-2565 add @stable, etc tags
X-SVN-Rev: 10641
2002-12-12 02:21:38 +00:00
Steven R. Loomis
fa393874ff ICU-2529 DBBI had wrong classID!
X-SVN-Rev: 10639
2002-12-12 01:45:20 +00:00
George Rhoten
91413b76be ICU-2565 add @stable labels etc.
X-SVN-Rev: 10637
2002-12-12 01:25:55 +00:00
Ram Viswanadha
4a5e1a6071 ICU-2565 update documentation
X-SVN-Rev: 10635
2002-12-12 01:22:09 +00:00
Ram Viswanadha
a4fd8aaa88 ICU-2565 add @stable, etc tags
X-SVN-Rev: 10633
2002-12-12 01:01:41 +00:00
George Rhoten
388475ac32 ICU-2565 add @stable labels etc.
X-SVN-Rev: 10629
2002-12-12 00:27:50 +00:00
Alan Liu
6280a790ee ICU-2556 add docs per review; add quotes around 'which' for clarity
X-SVN-Rev: 10620
2002-12-11 23:28:44 +00:00
Markus Scherer
0ef875e461 ICU-2565 add @stable labels etc.
X-SVN-Rev: 10618
2002-12-11 22:49:18 +00:00
Vladimir Weinstein
387f59a820 ICU-2558 more fixes to status handling
X-SVN-Rev: 10617
2002-12-11 22:35:01 +00:00
Alan Liu
ef270eaf82 ICU-2504 add comments for transliterator and format errorcodes; fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
X-SVN-Rev: 10616
2002-12-11 22:29:17 +00:00
Alan Liu
3c23b5eaf7 ICU-2504 fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
X-SVN-Rev: 10615
2002-12-11 22:28:34 +00:00
Alan Liu
6e90a34749 ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10608
2002-12-11 19:36:51 +00:00
Andy Heninger
11960914d0 ICU-2562 better error in breakiterator for missing ICU data.
X-SVN-Rev: 10606
2002-12-11 18:26:35 +00:00
Vladimir Weinstein
42a9879b66 ICU-2558 fixed resb code overwriting warning statuses
X-SVN-Rev: 10599
2002-12-11 01:39:59 +00:00
Alan Liu
d669d4e484 ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10597
2002-12-11 01:16:51 +00:00
Alan Liu
53406ecc37 ICU-2556 implement UCHAR_GENERAL_CATEGORY_MASK in name api; refine min/max behavior
X-SVN-Rev: 10596
2002-12-11 01:09:02 +00:00
Markus Scherer
605aa7f4b7 ICU-1994 add note about "Storage Layout Engines"
X-SVN-Rev: 10592
2002-12-11 00:31:55 +00:00
Steven R. Loomis
97eeea4679 ICU-2457 urename update
X-SVN-Rev: 10591
2002-12-11 00:21:13 +00:00
George Rhoten
fdd9159abc ICU-2087 Add @internal tags and documentation.
X-SVN-Rev: 10589
2002-12-10 23:15:21 +00:00
George Rhoten
7f43e924bd ICU-2087 Add @internal tags and documentation.
X-SVN-Rev: 10588
2002-12-10 22:46:57 +00:00
Markus Scherer
fa40be5ab6 ICU-2244 UObject must inherit UMemory!
X-SVN-Rev: 10586
2002-12-10 21:57:37 +00:00
Andy Heninger
902b371b01 ICU-2103 API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10579
2002-12-10 17:58:32 +00:00
Steven R. Loomis
e2c19fb93a ICU-2039 removing uncalled functions
X-SVN-Rev: 10574
2002-12-10 02:14:30 +00:00
Markus Scherer
3b3abb2441 ICU-2039 improve code coverage
X-SVN-Rev: 10571
2002-12-10 01:06:07 +00:00
Markus Scherer
1ac328c13c ICU-2556 add UCHAR_GENERAL_CATEGORY_MASK
X-SVN-Rev: 10570
2002-12-10 00:33:45 +00:00
Vladimir Weinstein
ec227bbac8 ICU-2504 Comments added to errorcodes
X-SVN-Rev: 10569
2002-12-09 23:52:39 +00:00
Andy Heninger
4ad4a67b9a ICU-2504 Comments added to errorcodes for RBBI
X-SVN-Rev: 10567
2002-12-09 23:06:45 +00:00
George Rhoten
53153b09b4 ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10556
2002-12-08 09:40:06 +00:00
George Rhoten
e7b85bac9a ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 10552
2002-12-06 23:07:48 +00:00
Eric Mader
02f00e1d05 ICU-2087 Updated @draft tags to reflect recent changes.
X-SVN-Rev: 10548
2002-12-06 22:09:57 +00:00
George Rhoten
f3b26eabbe ICU-2118 ICUServiceTest shouldn't be a part of icu namespace.
This change makes it easier to see which ICU clases aren't being tested.

X-SVN-Rev: 10535
2002-12-06 18:29:32 +00:00
Vladimir Weinstein
012f463115 ICU-2107 added copyright notices
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00