Commit Graph

2258 Commits

Author SHA1 Message Date
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
4d1280ac61 ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
Alan Liu
d0393ac474 ICU-3089 disallow unquoted specials in suffix
X-SVN-Rev: 14555
2004-02-20 19:38:59 +00:00
Alan Liu
4ba4259df7 ICU-3078 add StringEnumeration* getAvailableIDs(); mark countAvailableIDs() and getAvailableID() as obsolete
X-SVN-Rev: 14553
2004-02-20 03:32:06 +00:00
Alan Liu
0626ff10e1 ICU-3078 add StringEnumeration
X-SVN-Rev: 14552
2004-02-20 03:25:18 +00:00
Alan Liu
0212b0efa5 ICU-3078 add docs about pointer lifetime
X-SVN-Rev: 14551
2004-02-20 03:23:29 +00:00
Alan Liu
c59adcbe18 ICU-1285 flesh out DecimalFormat docs about formatting
X-SVN-Rev: 14545
2004-02-19 01:11:59 +00:00
Alan Liu
f182a75ccb ICU-3296 replace DecimalFormat class docs with updated docs from ICU4J; other minor doc fixes
X-SVN-Rev: 14543
2004-02-19 00:34:12 +00:00
Alan Liu
77af4351ac ICU-1462 flesh out unum docs; rename UNUM_IGNORE to UNUM_PATTERN
X-SVN-Rev: 14530
2004-02-17 00:44:06 +00:00
Vladimir Weinstein
88f247fcf7 ICU-3593 Disable instantiantion of string search when CODAN for collator is on
X-SVN-Rev: 14526
2004-02-16 19:08:50 +00:00
Alan Liu
be32e89c73 ICU-3399 add UErrorCode to ucurr_get* functions
X-SVN-Rev: 14512
2004-02-13 01:57:53 +00:00
Alan Liu
62b974ace2 ICU-3399 add UErrorCode to setCurrency
X-SVN-Rev: 14511
2004-02-13 01:56:38 +00:00
Alan Liu
d4260bd778 ICU-3399 fix copy ct, op=, op==
X-SVN-Rev: 14510
2004-02-13 01:56:22 +00:00
Alan Liu
f5a3aee7f2 ICU-3399 add UErrorCode to setCurrency; cleanup
X-SVN-Rev: 14509
2004-02-13 01:53:12 +00:00
Alan Liu
6787d6530a ICU-3399 add UErrorCode to setCurrency; move operator== class check into Format
X-SVN-Rev: 14508
2004-02-13 01:51:42 +00:00
Alan Liu
00035cd85c ICU-3399 move operator== class check into Format
X-SVN-Rev: 14507
2004-02-13 01:50:59 +00:00
Vladimir Weinstein
32afdaa2e0 ICU-3569 Thai should return ignorable
X-SVN-Rev: 14497
2004-02-12 08:37:17 +00:00
Vladimir Weinstein
416839892a ICU-3567 CODAN bug fixes
X-SVN-Rev: 14495
2004-02-12 08:32:07 +00:00
Alan Liu
357b3fd941 ICU-2823 update docs for pad characters
X-SVN-Rev: 14480
2004-02-11 00:00:18 +00:00
George Rhoten
8fd9eda1d6 ICU-3221 Documentation fix.
X-SVN-Rev: 14425
2004-01-29 18:54:24 +00:00
Vladimir Weinstein
0cc1be1dd4 ICU-3515 Implicit tailoring - need to compare masked value to the boundaries (ICU4J already does this). Fix [before][last implicit] initialization.
X-SVN-Rev: 14418
2004-01-27 22:16:07 +00:00
Vladimir Weinstein
8785d18f0e ICU-3515 Implicit tailoring - need to compare masked value to the boundaries (ICU4J already does this)
X-SVN-Rev: 14417
2004-01-27 22:15:07 +00:00
Vladimir Weinstein
f7dd6e9a7d ICU-3515 CODAN placeholder definition - should be wired in from FractionalUCA in the future.
X-SVN-Rev: 14416
2004-01-27 22:14:14 +00:00
Vladimir Weinstein
15a8ebda8d ICU-3515 implicit generation bug: don't use 0x03 either. Don't call an extra getSpecialPrevCE for latin-1 backward processing. Use placeholder for CODAN.
X-SVN-Rev: 14415
2004-01-27 22:13:24 +00:00
Vladimir Weinstein
8ba7b17cde ICU-3537 Avoid double lock take 2
X-SVN-Rev: 14413
2004-01-26 23:18:48 +00:00
Vladimir Weinstein
77aadf5395 ICU-3537 Avoid double lock
X-SVN-Rev: 14412
2004-01-26 23:13:25 +00:00
Vladimir Weinstein
a4513276b9 ICU-3537 fix for fcdTrieIndex cleanup
X-SVN-Rev: 14406
2004-01-26 21:16:25 +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
Vladimir Weinstein
5e5033b5cd ICU-2751 ucol_getUCAVersion wasn't marked @draft
X-SVN-Rev: 14392
2004-01-23 18:18:22 +00:00
Alan Liu
b1f70f3cd2 ICU-2202 add Ugly Hack to make collator getLocale() work properly with service registration and unregistration -- to be removed in 3.0
X-SVN-Rev: 14391
2004-01-23 18:06:22 +00:00
Alan Liu
4734da91e9 ICU-2202 make getLocale not return @calendar=gregorian for actual
X-SVN-Rev: 14373
2004-01-22 00:15:12 +00:00
Alan Liu
2aef935bfd ICU-2202 deprecate getLocale
X-SVN-Rev: 14372
2004-01-22 00:14:35 +00:00
Alan Liu
a05f53c4b0 ICU-2202 make getLocale non-virtual!
X-SVN-Rev: 14371
2004-01-22 00:14:17 +00:00
Alan Liu
91390d5ea7 ICU-2202 preliminary checkin
X-SVN-Rev: 14367
2004-01-20 23:06:38 +00:00
George Rhoten
d7cb735e72 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14361
2004-01-17 00:06:19 +00:00
Vladimir Weinstein
99241f7468 ICU-3515 tailoring around implicit bug fix
X-SVN-Rev: 14360
2004-01-16 23:44:58 +00:00
Vladimir Weinstein
0e23771cdc ICU-3515 trying to please AIX compiler by renaming constants
X-SVN-Rev: 14353
2004-01-16 16:40:30 +00:00
Vladimir Weinstein
6f9e0f5c2d ICU-3515 implicit generation fix
X-SVN-Rev: 14345
2004-01-16 07:09:12 +00:00
George Rhoten
0e44167ab9 ICU-2424 Don't define non-working functions for urename.h, and add a better copyright notice.
X-SVN-Rev: 14337
2004-01-16 00:55:11 +00:00
George Rhoten
2f7feeea3e ICU-3236 Don't export some functions
X-SVN-Rev: 14331
2004-01-15 22:12:26 +00:00
Vladimir Weinstein
4d153fa348 ICU-2751 fix for getUCAVersion
X-SVN-Rev: 14317
2004-01-14 21:50:23 +00:00
Vladimir Weinstein
904a2126cf ICU-3222 compiler warning fix
X-SVN-Rev: 14313
2004-01-13 19:58:46 +00:00
Alan Liu
52237d9d62 ICU-3222 fix compiler warning
X-SVN-Rev: 14311
2004-01-13 19:03:45 +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
George Rhoten
42f11aaecd ICU-3259 Fix a memory leak.
X-SVN-Rev: 14287
2004-01-09 23:03:36 +00:00
George Rhoten
75689c0760 ICU-3259 Fix some uninitialized memory
X-SVN-Rev: 14282
2004-01-09 18:57:54 +00:00
Vladimir Weinstein
90fcf48efc ICU-3494 fix binary collation generation bug
X-SVN-Rev: 14276
2004-01-09 07:31:57 +00:00
Steven R. Loomis
b93c3619d9 ICU-2424 fix compiler warnings
X-SVN-Rev: 14266
2004-01-08 21:49:54 +00:00
Andy Heninger
f21db4aa62 ICU-3423 fix problems in RegexPattern assignment/copy/clone
X-SVN-Rev: 14255
2004-01-08 00:40:59 +00:00
George Rhoten
ddb9791b82 ICU-3485 Rename the static libraries
X-SVN-Rev: 14252
2004-01-07 07:07:17 +00:00