Commit Graph

1988 Commits

Author SHA1 Message Date
George Rhoten
d884635597 ICU-1972 Free the data in the correct order
X-SVN-Rev: 9561
2002-08-03 01:00:02 +00:00
Markus Scherer
50ffaabba6 ICU-1967 UTF-8 set out-of-band isError
X-SVN-Rev: 9559
2002-08-03 00:54:39 +00:00
George Rhoten
d5560688bd ICU-1972 Add default implementation for unext and check for the length from ucnv_openStandardNames()
X-SVN-Rev: 9553
2002-08-02 23:01:10 +00:00
George Rhoten
59fc6a36d0 ICU-868 More documentation
X-SVN-Rev: 9551
2002-08-02 21:59:23 +00:00
Eric Mader
85ba6d1e64 ICU-1289 Reset parenSP if the paren stack overflows.
X-SVN-Rev: 9547
2002-08-02 21:06:29 +00:00
Vladimir Weinstein
6e1875348a ICU-1930 Added comment for U_SORT_KEY_TOO_SHORT_WARNING (used to be j847, but it is closed)
X-SVN-Rev: 9543
2002-08-02 18:51:34 +00:00
George Rhoten
bf8483ffef ICU-868 Make the documentation nicer for doxygen.
X-SVN-Rev: 9542
2002-08-02 18:42:01 +00:00
Markus Scherer
2ecdab9e2e ICU-1115 use index_outofbounds_error instead of illegal for itemIndex>=count; add TODO
X-SVN-Rev: 9537
2002-08-02 01:14:53 +00:00
Andy Heninger
00c62990d2 ICU-2019 upropset initialization and synchronization changes
X-SVN-Rev: 9535
2002-08-02 00:42:56 +00:00
George Rhoten
b1833a1e01 ICU-2031 Update @stable and @draft tags.
X-SVN-Rev: 9534
2002-08-02 00:31:35 +00:00
Ram Viswanadha
4dcd4ac434 ICU-1970 UBLOCKS_ should actually be UBLOCK_
X-SVN-Rev: 9530
2002-08-02 00:22:49 +00:00
Doug Felt
e5555a499b ICU-1461 doc that Locale(null) sets default locale
X-SVN-Rev: 9529
2002-08-01 23:21:35 +00:00
Andy Heninger
04c2c81c64 ICU-45 RBBI: Add missing status check at top of some constructors.
X-SVN-Rev: 9524
2002-08-01 21:31:06 +00:00
Andy Heninger
12b842b152 ICU-45 RBBI: Add missing status check at top of some constructors.
X-SVN-Rev: 9521
2002-08-01 21:07:56 +00:00
Markus Scherer
ecc19cf840 ICU-1951 made sure to allocate tempbuffer >=sourceLength; renamed some confusing variables
X-SVN-Rev: 9518
2002-08-01 20:25:10 +00:00
Ram Viswanadha
22dbbac8ae ICU-845 add review comments
X-SVN-Rev: 9514
2002-08-01 18:56:29 +00:00
Andy Heninger
16aadd1cc0 ICU-45 RBBI: Revised API Doc comments (no code changes.)
X-SVN-Rev: 9513
2002-08-01 18:40:05 +00:00
Andy Heninger
2cd30a036d ICU-45 RBBI: Make reference counting of mapped data thread safe
X-SVN-Rev: 9511
2002-08-01 17:41:06 +00:00
Andy Heninger
7ab245e6e9 ICU-45 RBBI: conditionalize / remove stdio and stdlib dependencies.
Remove dead code.  Clean up some comments.

X-SVN-Rev: 9509
2002-08-01 16:17:41 +00:00
George Rhoten
e7fd8044f4 ICU-1604 Better fix for TRU64 (OSF, ...)
X-SVN-Rev: 9508
2002-08-01 15:34:53 +00:00
George Rhoten
981b4a6a07 ICU-1604 Better fix for TRU64 (OSF, ...)
X-SVN-Rev: 9507
2002-08-01 15:33:38 +00:00
Ram Viswanadha
599146bec3 ICU-2044 add check to see if nomalzation data is loaded
X-SVN-Rev: 9496
2002-08-01 00:39:34 +00:00
Ram Viswanadha
f1a6b5b00d ICU-1908 fix documentation. No code change
X-SVN-Rev: 9476
2002-07-31 21:07:22 +00:00
Ram Viswanadha
7ca01d0e0b ICU-1878 fix for crash of ISO-2022-CN converter on illegal input
X-SVN-Rev: 9474
2002-07-31 21:00:28 +00:00
Steven R. Loomis
adb2157094 ICU-1991 openPackage/safeclone update
X-SVN-Rev: 9472
2002-07-31 20:53:03 +00:00
Steven R. Loomis
c0a8bc9cb7 ICU-1992 packaging, suffix, uconv building on unix
X-SVN-Rev: 9470
2002-07-31 20:28:32 +00:00
Andy Heninger
2a51b28692 ICU-45 RBBI Bug: fix handling of \uffff in data to be iterated.
Add test for same.
Add test for new line break test data file.

X-SVN-Rev: 9464
2002-07-31 19:05:33 +00:00
Markus Scherer
b69618fe43 ICU-1961 fix Han digit code point for "4"
X-SVN-Rev: 9449
2002-07-30 23:45:36 +00:00
George Rhoten
5ee4802f94 ICU-2030 Check the value of U_OVERRIDE_CXX_ALLOCATION instead
X-SVN-Rev: 9448
2002-07-30 23:23:21 +00:00
George Rhoten
e031c78009 ICU-1868 -I. is only needed by the common library. Everything else should use the source directory.
X-SVN-Rev: 9442
2002-07-30 21:16:13 +00:00
George Rhoten
d3b70f9b85 ICU-2030 Check for the ability to override the C++ new and delete operators.
X-SVN-Rev: 9441
2002-07-30 20:55:20 +00:00
Vladimir Weinstein
484b577415 ICU-1948 Fixed incorrectly assigning keys to directly accessed resources
X-SVN-Rev: 9440
2002-07-30 20:49:30 +00:00
Andy Heninger
7de935a168 ICU-45 Add word break enum values. Add test for same.
Bug fix:  bad tag value returned after BreakIterator::first()

X-SVN-Rev: 9438
2002-07-30 19:09:14 +00:00
Andy Heninger
39aeca73d5 ICU-2030 More comments on use of U_OVERRIDE_CXX_ALLOCATION
X-SVN-Rev: 9435
2002-07-30 17:27:16 +00:00
George Rhoten
f535e89080 ICU-1604 Hopeful fix for TRU64 (OSF, ...)
X-SVN-Rev: 9434
2002-07-30 16:54:14 +00:00
George Rhoten
cb2214eceb ICU-2030 U_CPP_MEMORY_TEST -> U_OVERRIDE_CXX_ALLOCATION and add better documentation
X-SVN-Rev: 9431
2002-07-30 07:42:00 +00:00
George Rhoten
d9121cfa14 ICU-2030 Sun Forte really dislikes most of the new and delete functions.
X-SVN-Rev: 9425
2002-07-30 01:42:26 +00:00
George Rhoten
7d211e9031 ICU-1974 The declaration of a class member within the class definition must not be qualified.
X-SVN-Rev: 9424
2002-07-30 01:22:08 +00:00
George Rhoten
5fdfd1ae4c ICU-2030 Don't use // in a C file.
X-SVN-Rev: 9421
2002-07-30 01:12:58 +00:00
George Rhoten
252de3a2d3 ICU-2030 Readd cmemory.c
X-SVN-Rev: 9417
2002-07-30 00:00:28 +00:00
George Rhoten
e762158a7a ICU-2030 Readd cmemory.c
X-SVN-Rev: 9416
2002-07-29 23:59:56 +00:00
George Rhoten
7f3143a935 ICU-2030 Undo most of the ADD CPP statements.
X-SVN-Rev: 9412
2002-07-29 23:24:37 +00:00
George Rhoten
1d3822c68a ICU-2030 Undo most of the ADD CPP statements.
X-SVN-Rev: 9407
2002-07-29 22:41:36 +00:00
Andy Heninger
95db42d3dc ICU-2030 Refine behavior of uprv_malloc() and uprv_free()
X-SVN-Rev: 9405
2002-07-29 22:15:14 +00:00
Andy Heninger
5fc362c978 ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9404
2002-07-29 21:35:58 +00:00
Andy Heninger
3c1dffb98a ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9402
2002-07-29 21:29:23 +00:00
Markus Scherer
68008dd5a2 ICU-1867 ucnv_getNextUChar for SCSU should use non-offset internal function
X-SVN-Rev: 9401
2002-07-29 21:22:55 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
Alan Liu
52a7c40e92 ICU-1974 make contains() use binary search
X-SVN-Rev: 9397
2002-07-29 20:41:49 +00:00
Alan Liu
2bae1fa5e5 ICU-1974 make contains(start, end) use binary search
X-SVN-Rev: 9396
2002-07-29 19:36:55 +00:00