George Rhoten
74d95b9cee
ICU-104 Fix for EBCDIC machines.
...
X-SVN-Rev: 7220
2001-11-30 19:57:11 +00:00
Markus Scherer
d460fb1fb7
ICU-452 more small fixes
...
X-SVN-Rev: 7219
2001-11-30 19:43:43 +00:00
Eric Mader
f9b031d691
ICU-1428 UnicodeReader::readFile must allcoate charCount + 1 chars for the charBuffer to make room for the null that it writes at the end of the buffer!
...
X-SVN-Rev: 7218
2001-11-30 19:23:58 +00:00
George Rhoten
85b9bf0e00
ICU-770 Memory cleanup
...
X-SVN-Rev: 7216
2001-11-30 18:19:56 +00:00
Ram Viswanadha
1b95ca6012
ICU-452 No code change only comments
...
X-SVN-Rev: 7213
2001-11-30 18:02:53 +00:00
George Rhoten
a9e11cfce2
ICU-1556 Better fix for Solaris with gcc
...
X-SVN-Rev: 7211
2001-11-30 17:38:56 +00:00
Ram Viswanadha
cae5b85a0f
ICU-452 Update with comments from Markus
...
X-SVN-Rev: 7205
2001-11-30 05:20:52 +00:00
Ram Viswanadha
e9302bd7c3
ICU-960 Update with comments from Markus
...
X-SVN-Rev: 7204
2001-11-30 05:20:18 +00:00
George Rhoten
78a66d2c3b
ICU-1566 Use TRUE instead of true
...
X-SVN-Rev: 7200
2001-11-30 01:26:49 +00:00
Alan Liu
54d8e90e03
ICU-1560 sync with Java
...
X-SVN-Rev: 7199
2001-11-30 01:24:25 +00:00
George Rhoten
df1e6e73c1
ICU-1556 Fix for Solaris with gcc
...
X-SVN-Rev: 7195
2001-11-30 01:02:04 +00:00
Helena Chapman
cd5de5761f
ICU-1501 Ported back the Upper/Lower/TitlecaseTransliterator changes from Java.
...
X-SVN-Rev: 7192
2001-11-30 00:57:29 +00:00
George Rhoten
e51ea42e7c
ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor
...
problems
X-SVN-Rev: 7189
2001-11-30 00:37:50 +00:00
George Rhoten
859edb1416
ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems
...
X-SVN-Rev: 7187
2001-11-30 00:06:13 +00:00
Alan Liu
2db72dd89a
ICU-1566 make getDisplayName() grok variants
...
X-SVN-Rev: 7186
2001-11-29 23:49:44 +00:00
Doug Felt
851c47136f
ICU-104 added test for llong
...
X-SVN-Rev: 7185
2001-11-29 23:49:09 +00:00
Doug Felt
3ce10fb69c
ICU-104 added test for llong, removed #ifdef used to bump code coverage
...
X-SVN-Rev: 7184
2001-11-29 23:47:52 +00:00
Markus Scherer
9739fc389e
ICU-1501 add internal function to get the titlecase mapping of a single code point, for transliteration - so far without context, i.e., incomplete
...
X-SVN-Rev: 7177
2001-11-29 20:44:54 +00:00
Vladimir Weinstein
4449c22900
ICU-393 .cvsignore
...
X-SVN-Rev: 7176
2001-11-29 20:27:30 +00:00
Vladimir Weinstein
655e6da650
ICU-1465 review @draft/@stable tags
...
X-SVN-Rev: 7175
2001-11-29 20:22:25 +00:00
Vladimir Weinstein
821cb96590
ICU-1005 made test independent of each other in order to help find a potential leak
...
X-SVN-Rev: 7174
2001-11-29 20:21:08 +00:00
Helena Chapman
32b4e49fd6
ICU-1501 Added u_getMaxCaseExpansion(). This can be considered added into API in the future.
...
X-SVN-Rev: 7173
2001-11-29 19:27:40 +00:00
Alan Liu
129fb5c916
ICU-1514 map Remove' => Null
...
X-SVN-Rev: 7169
2001-11-29 18:03:51 +00:00
George Rhoten
e72b5bd2c2
ICU-1533 Sync Unix and Windows build
...
X-SVN-Rev: 7163
2001-11-29 17:25:55 +00:00
George Rhoten
e674eedfbf
ICU-1533 Display the error message properly
...
X-SVN-Rev: 7159
2001-11-29 06:09:54 +00:00
Alan Liu
adeb7ac274
ICU-1560 implement smart rollback
...
X-SVN-Rev: 7155
2001-11-29 01:01:31 +00:00
Alan Liu
8eff706d84
ICU-1560 implement smart rollback
...
X-SVN-Rev: 7154
2001-11-29 00:39:20 +00:00
George Rhoten
88a3210dad
ICU-1460 Several fixes for HP/UX. One of them is the +DAportable option.
...
X-SVN-Rev: 7153
2001-11-29 00:29:20 +00:00
Markus Scherer
27a9f4efe9
ICU-1109 make u_terminate... safer: check if length<0
...
X-SVN-Rev: 7152
2001-11-28 23:59:09 +00:00
Markus Scherer
7e83770f19
ICU-852 most u_mem... check count>0; u_...cmpCodePointOrder() no fixup if ==; faster u_memchr32
...
X-SVN-Rev: 7151
2001-11-28 23:49:32 +00:00
Doug Felt
b880d50f0b
ICU-104 added test of fractionalRuleSet. Removed old ifdef'd out
...
debugging code.
X-SVN-Rev: 7150
2001-11-28 23:34:01 +00:00
Doug Felt
a8e24bc334
ICU-104 added fixes for findFractionalRuleSetRule. Worked around
...
msvc 6 compiler bug, uint32_t >> 32 leaves value unchanged. Minimal
rule sets with no rules but special rules failed. Removed obsolete comment.
X-SVN-Rev: 7149
2001-11-28 23:31:53 +00:00
Markus Scherer
e9fd450259
ICU-894 u_strncpy check n>0
...
X-SVN-Rev: 7148
2001-11-28 23:20:08 +00:00
Andy Heninger
d18236fca5
ICU-1075 fixed memory leak in udata_SetAppData(), when U_USING_DEFAULT_WARNING returned.
...
X-SVN-Rev: 7147
2001-11-28 23:19:56 +00:00
Helena Chapman
b3c6e99445
ICU-1533 Ported ReplaceableTest from Java to C++.
...
X-SVN-Rev: 7146
2001-11-28 23:03:04 +00:00
Markus Scherer
db0ea28e10
ICU-242 clarify U_CALLCONV some more; not just necessary for old compilers
...
X-SVN-Rev: 7145
2001-11-28 23:01:46 +00:00
Markus Scherer
a845c2f672
ICU-858 fix number of output digits for some escape callback options
...
X-SVN-Rev: 7142
2001-11-28 22:49:50 +00:00
Vladimir Weinstein
004feb34d1
ICU-1005 increase code coverage for NumberFormat
...
X-SVN-Rev: 7140
2001-11-28 22:28:16 +00:00
Markus Scherer
68be9ea66e
ICU-322 fix version check
...
X-SVN-Rev: 7139
2001-11-28 22:24:58 +00:00
Andy Heninger
d21c5857fd
ICU-1474 ufortune sample, tweak to Makefile for hpux
...
X-SVN-Rev: 7136
2001-11-28 22:06:46 +00:00
Ram Viswanadha
ac9be05b00
ICU-1259 Synch tests for TransliteratorTest
...
X-SVN-Rev: 7134
2001-11-28 20:55:15 +00:00
Ram Viswanadha
e137e58f4e
ICU-1259 Update rules from ICU4J
...
X-SVN-Rev: 7133
2001-11-28 20:25:00 +00:00
Vladimir Weinstein
b53174e523
ICU-1005 increase code coverage for RuleBasedNumberFormat
...
X-SVN-Rev: 7129
2001-11-28 18:23:23 +00:00
Ram Viswanadha
e343dd8007
ICU-1259 remove dependency on rollback
...
X-SVN-Rev: 7123
2001-11-28 06:05:12 +00:00
Ram Viswanadha
3e97d2b31e
ICU-1259 Synch up rules with ICU4J. Fix Indic bugs, remove dependency on rollback
...
X-SVN-Rev: 7122
2001-11-28 06:04:32 +00:00
Vladimir Weinstein
b70532ba6b
ICU-393 .cvsignore
...
X-SVN-Rev: 7119
2001-11-28 04:22:59 +00:00
George Rhoten
3df78aa641
ICU-1556 Allow enable/disable building 64-bit libraris on Solaris for now.
...
X-SVN-Rev: 7118
2001-11-28 04:10:53 +00:00
George Rhoten
beeac729b2
ICU-1259 Fix the TestgetID test when it fails.
...
X-SVN-Rev: 7117
2001-11-28 03:51:58 +00:00
Alan Liu
912c3f15a9
ICU-1238 make Korean transliterators use \' for separator instead of '-'
...
X-SVN-Rev: 7114
2001-11-28 01:39:37 +00:00
Andy Heninger
71f2c9fecd
ICU-1474 ufortune sample, tweaks to Makefile, build instructions for problems
...
found when testing on solaris, hp
X-SVN-Rev: 7112
2001-11-28 01:26:32 +00:00