Commit Graph

17740 Commits

Author SHA1 Message Date
Ram Viswanadha
11f7388a91 ICU-5117 slight change in version .. the old version number was wrong.
X-SVN-Rev: 19582
2006-04-24 20:23:32 +00:00
Andy Heninger
02503e08f4 ICU-5170 RBBI Dictionary test, moved stack objects to heap so Purify can better
check for out-of-bounds writes.  In search of an elusive error.

X-SVN-Rev: 19581
2006-04-24 17:31:44 +00:00
Andy Heninger
dc202a471e ICU-4669 improved initialization of UText fields
X-SVN-Rev: 19580
2006-04-24 17:28:43 +00:00
Andy Heninger
9f85d5dd08 ICU-5170 move RBBI from CharacterIterator to UText
X-SVN-Rev: 19579
2006-04-22 05:29:27 +00:00
Ram Viswanadha
aca85b53cf ICU-4855 fix a failure
X-SVN-Rev: 19578
2006-04-22 00:46:03 +00:00
Eric Mader
88ed19df34 ICU-4967 Document the requirement to call reset() before calling layoutChars() again.
X-SVN-Rev: 19577
2006-04-21 20:34:28 +00:00
Eric Mader
19230a3f00 ICU-5116 computeGlyphs() should return if characterProcessing() or glyphProcessing() fail.
X-SVN-Rev: 19576
2006-04-21 20:03:37 +00:00
George Rhoten
c2bc815333 ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies
X-SVN-Rev: 19575
2006-04-21 18:56:24 +00:00
Ram Viswanadha
5c3e7107ad ICU-4855 synch data with CLDR
X-SVN-Rev: 19574
2006-04-21 16:09:28 +00:00
Andy Heninger
932aa7f58f ICU-4669 Add reserved fields, various bug fixes.
X-SVN-Rev: 19573
2006-04-21 04:34:00 +00:00
Ram Viswanadha
bbbee77fe0 ICU-4855 synch data with CLDR
X-SVN-Rev: 19572
2006-04-21 01:18:35 +00:00
Ram Viswanadha
d0c4030d94 ICU-5117 make genrb read the new structure
X-SVN-Rev: 19571
2006-04-21 01:15:46 +00:00
Ram Viswanadha
565c438d08 ICU-4855 synch data with CLDR
X-SVN-Rev: 19570
2006-04-21 01:05:59 +00:00
Ram Viswanadha
cb17e6f035 ICU-5117 generate data files from LDML2ICUConverter
X-SVN-Rev: 19569
2006-04-21 00:55:24 +00:00
Ram Viswanadha
74a465c31c ICU-5117 make brkitr work with changes to data files
X-SVN-Rev: 19568
2006-04-21 00:30:22 +00:00
Eric Mader
db8dd2923f ICU-3979 Update for version 1.15 of CODE2000.TTF
X-SVN-Rev: 19566
2006-04-19 18:40:56 +00:00
Eric Mader
8341bf4d87 ICU-5161 call fontInstance->deleteNameString instead of DELETE_ARRAY.
X-SVN-Rev: 19565
2006-04-19 18:38:46 +00:00
George Rhoten
90b87f3aa8 ICU-5161 Fix memory leaks and use ICU putil functions.
X-SVN-Rev: 19564
2006-04-19 06:53:43 +00:00
Deborah Goldsmith
225d629326 ICU-5163 Restore const void * constructor, improve test coverage
X-SVN-Rev: 19563
2006-04-18 22:49:08 +00:00
Eric Mader
653fcc2232 ICU-5115 Add test cases for matra and mark combinations, including missing consonants.
X-SVN-Rev: 19562
2006-04-18 19:04:05 +00:00
Eric Mader
e8969d0b13 ICU-5115 uniform handling of matras, modifiers w/o a base consonant.
X-SVN-Rev: 19561
2006-04-18 00:38:45 +00:00
Doug Felt
2141d6915d ICU-5145 use IllegalStateException instead of InternalError
X-SVN-Rev: 19560
2006-04-18 00:37:27 +00:00
George Rhoten
65924f6b3c ICU-5161 Don't allow users to access uninitialized memory.
X-SVN-Rev: 19559
2006-04-17 17:01:52 +00:00
George Rhoten
689ac9f998 ICU-5161 Fix a memory leak.
X-SVN-Rev: 19558
2006-04-17 07:37:21 +00:00
George Rhoten
69dc11a58d ICU-5161 Fix a memory leak.
X-SVN-Rev: 19557
2006-04-17 05:06:11 +00:00
George Rhoten
57206e7d3c ICU-5161 Fix memory leaks.
X-SVN-Rev: 19556
2006-04-16 18:11:12 +00:00
George Rhoten
7e6b69156d ICU-5161 Properly delete memory, and make sure there is enough space to unescape a string.
X-SVN-Rev: 19555
2006-04-16 17:28:00 +00:00
George Rhoten
504248ad53 ICU-5161 Fix a memory leak.
X-SVN-Rev: 19554
2006-04-15 18:04:35 +00:00
George Rhoten
6de38a94a1 ICU-5161 Better fix for Purify/valgrind warnings about uninitialized memory reading.
X-SVN-Rev: 19553
2006-04-15 16:06:01 +00:00
George Rhoten
7a50d6f62d ICU-5161 Fix Purify/valgrind warnings about reading uninitialized memory.
X-SVN-Rev: 19552
2006-04-15 08:07:30 +00:00
George Rhoten
ac0ec58b80 ICU-5161 Fix Purify/valgrind warnings about uninitialized memory reading.
X-SVN-Rev: 19551
2006-04-15 07:52:16 +00:00
George Rhoten
8530362290 ICU-5161 Properly delete the memory.
X-SVN-Rev: 19550
2006-04-15 07:35:05 +00:00
George Rhoten
3737c923bd ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads.
X-SVN-Rev: 19549
2006-04-14 21:58:41 +00:00
George Rhoten
4493abae62 ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads.
X-SVN-Rev: 19548
2006-04-14 21:43:21 +00:00
George Rhoten
e88c000399 ICU-5161 Reduce memory consumption.
Allow more memory allocation errors to be reported.
Reduce memory fragmentation.
Speed up initialization slightly.

X-SVN-Rev: 19547
2006-04-14 21:09:42 +00:00
George Rhoten
573f662749 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19546
2006-04-14 16:20:02 +00:00
George Rhoten
ca09e63755 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19545
2006-04-14 16:01:20 +00:00
George Rhoten
216965ea92 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19544
2006-04-14 15:49:37 +00:00
George Rhoten
a0a2635fdc ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19543
2006-04-14 15:41:51 +00:00
Eric Mader
8927afbf4b ICU-5153 Make sure the string passed to GetNumberFormatW, GetCurrencyFormatW has "." as the decimal separator.
X-SVN-Rev: 19542
2006-04-13 23:48:32 +00:00
George Rhoten
e397fa369b ICU-5161 Fix uninitialized memory read.
X-SVN-Rev: 19538
2006-04-13 15:56:37 +00:00
George Rhoten
a17245d34c ICU-5161 The source and target in a call to memcpy should be the same.
Check the capacity before using strlen.
Explain why the @ sign is variant in the code.

X-SVN-Rev: 19537
2006-04-13 07:27:52 +00:00
George Rhoten
e4b3bbc599 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19533
2006-04-12 23:36:56 +00:00
Eric Mader
107a44eb64 ICU-5157 need to add the 'ccmp' feature.
X-SVN-Rev: 19531
2006-04-12 01:32:13 +00:00
Eric Mader
2751032ccd ICU-3979 Fix extrremely annoying compiler warnings.
X-SVN-Rev: 19530
2006-04-11 22:40:05 +00:00
Eric Mader
656d7e1b43 ICU-3979 remove spurious semi-colons.
X-SVN-Rev: 19528
2006-04-11 01:32:24 +00:00
Eric Mader
ca9fcb4e10 ICU-3979 Fix compiler warnings.
X-SVN-Rev: 19527
2006-04-11 01:15:08 +00:00
Doug Felt
035d116c8b ICU-5156 perf enhancements
X-SVN-Rev: 19526
2006-04-10 21:54:40 +00:00
George Rhoten
786c654db5 ICU-5152 Remove broken uprv_dtostr function, and create a better ChoiceFormat::dtos function.
X-SVN-Rev: 19525
2006-04-08 09:48:13 +00:00
George Rhoten
7bc8795cf7 ICU-5151 Hide internal functions.
X-SVN-Rev: 19524
2006-04-08 08:34:52 +00:00