Commit Graph

10059 Commits

Author SHA1 Message Date
Eric Mader
036cb4d748 ICU-2565 Build LEScripts using ICU4J interfaces to guarantee synch w/ ICU. Add lifecycle tags.
X-SVN-Rev: 10691
2002-12-16 23:12:45 +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
Syn Wee Quek
d41ba42442 ICU-2572 solved realloc problem
X-SVN-Rev: 10689
2002-12-16 22:43:06 +00:00
Steven R. Loomis
d67e4a111a ICU-2529 Disable testing objects not exported on Win32
X-SVN-Rev: 10688
2002-12-16 22:21:49 +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
Steven R. Loomis
105aac3285 ICU-2529 remove GetDynamicClassID() functions that should not be present
X-SVN-Rev: 10685
2002-12-16 20:05:46 +00:00
Steven R. Loomis
7510d87888 ICU-2529 testClassID functions, fix subclasses
X-SVN-Rev: 10684
2002-12-16 19:51:39 +00:00
George Rhoten
6695477839 ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10683
2002-12-16 19:45:08 +00:00
George Rhoten
faacf1b50b ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10682
2002-12-16 19:38:48 +00:00
Andy Heninger
4dec8e4a60 ICU-2578 regexp, fix assertion failure / internal error on the not-yet-implemented possessive quatifiers
X-SVN-Rev: 10681
2002-12-16 00:14:31 +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
George Rhoten
714e40a7bc ICU-2457 Don't generate debugging information for release mode
X-SVN-Rev: 10675
2002-12-14 07:39:37 +00:00
Ram Viswanadha
d8658a12f6 ICU-2251 fix parsing in parseCollationElements and xml file generation
X-SVN-Rev: 10674
2002-12-14 01:30:30 +00:00
Ram Viswanadha
13e6380d7d ICU-2251 fix crash when cp is known and no BOM is present
X-SVN-Rev: 10673
2002-12-14 01:27:24 +00:00
Ram Viswanadha
04e231b601 ICU-2251 add xml2txt converter
X-SVN-Rev: 10672
2002-12-14 01:24:53 +00:00
George Rhoten
13c361c049 ICU-2573 Fix bad fallback
X-SVN-Rev: 10670
2002-12-13 23:27:59 +00:00
Syn Wee Quek
8a8f54d900 ICU-2118
code coverage test

X-SVN-Rev: 10669
2002-12-13 23:14:50 +00:00
Eric Mader
a719cd702e ICU-2243 Add comment about cleaning up constructors.
X-SVN-Rev: 10668
2002-12-13 22:41:39 +00:00
Eric Mader
2945317cb2 ICU-2243 Initial version of the high-level LayoutEngine API, added to the layout sample.
X-SVN-Rev: 10667
2002-12-13 22:39:33 +00:00
George Rhoten
d13a8c20a7 ICU-2573 Change some of the converters to use UTR22 names
X-SVN-Rev: 10666
2002-12-13 22:23:24 +00:00
George Rhoten
d3979bec4a ICU-2573 If you want the real windows mappings, go to the charset repository.
ibm-535x series has incomplete mappings, and they should not be patched.

X-SVN-Rev: 10665
2002-12-13 22:22:39 +00:00
Syn Wee Quek
21e8c68d93 ICU-2186
testers changes

X-SVN-Rev: 10663
2002-12-13 20:20:47 +00:00
Syn Wee Quek
e74df8524c ICU-2103
javadoc updates

X-SVN-Rev: 10662
2002-12-13 20:20:01 +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
Vladimir Weinstein
59c216785e ICU-2135 memory fixes for tests
X-SVN-Rev: 10657
2002-12-13 06:01:49 +00:00
George Rhoten
a32007efe6 ICU-2573 Change some of the converters to use UTR22 names
X-SVN-Rev: 10656
2002-12-13 04:08:27 +00:00
George Rhoten
bd625332ff ICU-2573 Don't use tabs
X-SVN-Rev: 10655
2002-12-13 04:05:50 +00:00
George Rhoten
3b6f1b2e99 ICU-2573 Use newlines for the message
X-SVN-Rev: 10654
2002-12-13 04:02:37 +00:00
Syn Wee Quek
a0970b5589 ICU-2572 updated normalization code
X-SVN-Rev: 10653
2002-12-13 02:29:44 +00:00
Syn Wee Quek
5530a09045 ICU-2572 updated normalization code
X-SVN-Rev: 10652
2002-12-13 02:00:15 +00:00
Mark Davis
76723d9a63 ICU-2507 fixed override file
X-SVN-Rev: 10651
2002-12-13 00:26:54 +00:00
Doug Felt
1f97544c0d ICU-2452 doc cleanup
X-SVN-Rev: 10650
2002-12-13 00:19:49 +00:00
Ram Viswanadha
63bcd3ab6e ICU-2571 updates to localeconverter
X-SVN-Rev: 10649
2002-12-12 23:53:19 +00:00
Doug Felt
a40a17dd19 ICU-2452 doc cleanup
X-SVN-Rev: 10648
2002-12-12 23:26:57 +00:00
Alan Liu
f1eae08118 ICU-2507 port from Java
X-SVN-Rev: 10647
2002-12-12 21:26:25 +00:00
Alan Liu
8f688eaa68 ICU-2135 add TransliteratorPointer; use to avoid memory leaks
X-SVN-Rev: 10646
2002-12-12 19:54:39 +00:00
Markus Scherer
fb67a77d12 ICU-557 move string sample code here from the User Guide, and improve it
X-SVN-Rev: 10645
2002-12-12 18:45:33 +00:00
Vladimir Weinstein
cab8c668e8 ICU-2135 test leak fixed
X-SVN-Rev: 10644
2002-12-12 18:28:22 +00:00
Vladimir Weinstein
483f6cce74 ICU-2567 renamed variables for passing options to tests: INTLTESTOPTS to INTLTEST_OPTS and CINTLTEST_OPTS to CINTLTST_OPTS
X-SVN-Rev: 10643
2002-12-12 18:11:16 +00:00
Doug Felt
97cc766966 ICU-1949 icuservice coverage, fix sorting of display names
X-SVN-Rev: 10642
2002-12-12 18:02:09 +00:00
Ram Viswanadha
e562766f2e ICU-2565 add @stable, etc tags
X-SVN-Rev: 10641
2002-12-12 02:21:38 +00:00
Ram Viswanadha
9df1f1824c ICU-1678 updates to localeconverter
X-SVN-Rev: 10640
2002-12-12 02:08:46 +00:00
Steven R. Loomis
fa393874ff ICU-2529 DBBI had wrong classID!
X-SVN-Rev: 10639
2002-12-12 01:45:20 +00:00
Ram Viswanadha
f2cd70e476 ICU-2565 add @stable, etc tags
X-SVN-Rev: 10638
2002-12-12 01:39:37 +00:00
George Rhoten
91413b76be ICU-2565 add @stable labels etc.
X-SVN-Rev: 10637
2002-12-12 01:25:55 +00:00