Commit Graph

8166 Commits

Author SHA1 Message Date
George Rhoten
6c56af4be2 ICU-2686 Fix a link
X-SVN-Rev: 10988
2003-02-07 01:34:21 +00:00
Steven R. Loomis
73480f015b ICU-2698 err if configure or uversion.h are newer than config.status
X-SVN-Rev: 10986
2003-02-07 00:40:17 +00:00
Steven R. Loomis
7d5519f9f6 ICU-2697 better err reporting when mh-unknown is selected.
X-SVN-Rev: 10985
2003-02-06 23:42:40 +00:00
Vladimir Weinstein
dada4309fd ICU-2412 getNextSortKeyPart implementation plus various fixes to iterative collation
X-SVN-Rev: 10984
2003-02-06 23:29:56 +00:00
Vladimir Weinstein
a9f0786bfd ICU-2397 bug fix
X-SVN-Rev: 10983
2003-02-06 23:26:48 +00:00
George Rhoten
84cb864c59 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10982
2003-02-06 22:57:35 +00:00
George Rhoten
548ec9a6e7 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10981
2003-02-06 22:03:58 +00:00
Alan Liu
cf78ad6b4f ICU-2689 fix compiler err
X-SVN-Rev: 10980
2003-02-06 19:54:37 +00:00
Andy Heninger
5522a8521c ICU-2422 regex test reorg, improved debug options
X-SVN-Rev: 10979
2003-02-06 01:55:17 +00:00
George Rhoten
fddb6a5b0d ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10978
2003-02-06 01:19:58 +00:00
Syn Wee Quek
3a74158f41 ICU-2691 operator= overload simple mistake
X-SVN-Rev: 10973
2003-02-05 22:53:13 +00:00
Eric Mader
16cbbd9fd4 ICU-2405 remove compiler warnings.
X-SVN-Rev: 10967
2003-02-05 22:08:20 +00:00
Alan Liu
79cbea17a2 ICU-2689 invalid compound ID crashes createInstance -- fixed
X-SVN-Rev: 10965
2003-02-05 20:40:36 +00:00
Syn Wee Quek
7f87d5bf32 ICU-2691 operator= overload simple mistake
X-SVN-Rev: 10964
2003-02-05 20:22:05 +00:00
George Rhoten
bfd8a3014b ICU-2686 Document createAvailableIDs -> createEnumeration
X-SVN-Rev: 10962
2003-02-05 06:59:23 +00:00
Andy Heninger
6415f52007 ICU-2422 regexp tests, work in progress.
X-SVN-Rev: 10961
2003-02-05 06:50:32 +00:00
Andy Heninger
c248000f6e ICU-2422 regex test reorg, work in progress.
X-SVN-Rev: 10958
2003-02-05 02:17:32 +00:00
Alan Liu
1e8ae887c7 ICU-2374 cache the default NumberFormat and the default DateFormat used when subformats[i].format == NULL; this will improve format() performance in some cases
X-SVN-Rev: 10957
2003-02-05 00:53:44 +00:00
Eric Mader
8e1523d145 ICU-2405 cast LE_GET_GLYPH to TT_UShort not TT_Glyph!
X-SVN-Rev: 10956
2003-02-05 00:31:56 +00:00
Eric Mader
bf8b210ec6 ICU-2405 Need to #include <ctype.h>
X-SVN-Rev: 10955
2003-02-05 00:16:40 +00:00
Eric Mader
84a9cb8648 ICU-2405 Changes for 32-bit glyph IDs.
X-SVN-Rev: 10954
2003-02-05 00:12:26 +00:00
Eric Mader
6057662977 ICU-2405 Changes for 32-bit glyph IDs.
X-SVN-Rev: 10953
2003-02-05 00:05:40 +00:00
George Rhoten
6a7d5d2535 ICU-2686 Fix a link
X-SVN-Rev: 10952
2003-02-04 18:35:57 +00:00
Andy Heninger
37dc086dc8 ICU-2422 move regexp test data into a file.
X-SVN-Rev: 10950
2003-02-04 01:20:56 +00:00
Andy Heninger
fc1f59a88d ICU-2422 fixed g++ compilation problem in regexcmp, got some other work in progress as well.
X-SVN-Rev: 10949
2003-02-04 00:36:30 +00:00
George Rhoten
1890772362 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10948
2003-02-03 22:34:59 +00:00
George Rhoten
a946aa2589 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10947
2003-02-03 22:20:00 +00:00
Andy Heninger
61b188cc37 ICU-2422 regexp, Look-ahead ops added. Bug in caching input
string in Matcher fixed.

X-SVN-Rev: 10938
2003-01-31 02:00:52 +00:00
George Rhoten
4d7921d1b8 ICU-2686 Various documentation updates.
X-SVN-Rev: 10937
2003-01-30 22:48:58 +00:00
Andy Heninger
578d384880 ICU-2219 add java output option to RBBI rule parse state table generation perl script
X-SVN-Rev: 10936
2003-01-30 20:08:36 +00:00
Ram Viswanadha
2d75ffefc7 ICU-2363 fix minor bugs like making runTest method non-virtual..suggested by Alan
X-SVN-Rev: 10933
2003-01-30 01:16:30 +00:00
George Rhoten
50768dcdbf ICU-2488 Update some gb2312-80 aliases
X-SVN-Rev: 10926
2003-01-29 23:03:01 +00:00
George Rhoten
d858c07a68 ICU-2412 Don't use // in a C file
X-SVN-Rev: 10925
2003-01-29 21:33:29 +00:00
Vladimir Weinstein
4e1bdf0eb1 ICU-2352 Fix warning names in the documentation
X-SVN-Rev: 10924
2003-01-29 17:58:29 +00:00
Andy Heninger
6696782926 ICU-2422 regexp, back out nested capture group hack. The failing test is
either a bug or a really odd specification in Perl.
Clean up test memory leaks.

X-SVN-Rev: 10923
2003-01-29 01:40:59 +00:00
George Rhoten
e2715acda5 ICU-2671 Update some conversion documentation
X-SVN-Rev: 10922
2003-01-29 01:17:11 +00:00
Andy Heninger
b0155515f7 ICU-2422 regexp, more perl test fixes.
X-SVN-Rev: 10921
2003-01-28 23:44:22 +00:00
Eric Mader
a303e6ee93 ICU-2684 Fixed problems w/ backing off the front of a syllable if all consonants have post-base form. Removed redundant tests. Fix tag list for base consonant so that it doesn't have 'pstf'.
X-SVN-Rev: 10920
2003-01-28 23:30:56 +00:00
Ram Viswanadha
d08b792fd4 ICU-2659 bumped the version to 2.6
X-SVN-Rev: 10919
2003-01-28 23:25:50 +00:00
Alan Liu
c3499b03fc ICU-122 rename getFormatTypeList to getArgTypeList
X-SVN-Rev: 10918
2003-01-28 22:21:57 +00:00
Alan Liu
8dce401dd8 ICU-122 support arbitrary count of arguments; access getArgTypeList private
X-SVN-Rev: 10917
2003-01-28 22:21:14 +00:00
Alan Liu
5b75f1a89e ICU-122 support arbitrary count for getFormats; fix custom date/time pattern parsing
X-SVN-Rev: 10916
2003-01-28 22:17:40 +00:00
Alan Liu
ee618ab3ec ICU-122 clean, rewrite, and correct javadoc; make getFormatTypeList private; support arbitrary count for getFormats
X-SVN-Rev: 10915
2003-01-28 22:16:10 +00:00
Alan Liu
789ab6d35d ICU-122 add a test for >10 args and >10 subformats; some cleanup
X-SVN-Rev: 10914
2003-01-28 22:13:43 +00:00
Alan Liu
8c64e1bb22 ICU-122 remove 10-arg and 10-subformat limits
X-SVN-Rev: 10911
2003-01-27 17:27:40 +00:00
Alan Liu
94daa1868e ICU-122 remove redundant calls to logln
X-SVN-Rev: 10910
2003-01-27 17:27:12 +00:00
Alan Liu
5d15bbb33f ICU-122 move syntaxError method to .cpp and make it static (was inline)
X-SVN-Rev: 10909
2003-01-27 17:26:06 +00:00
Alan Liu
78c4cb87f9 ICU-122 add capacity to uprv_itou
X-SVN-Rev: 10908
2003-01-27 17:24:33 +00:00
Alan Liu
8779d38c34 ICU-122 add capacity to uprv_itou and rename pad parameter to minwidth
X-SVN-Rev: 10907
2003-01-27 17:22:27 +00:00
Andy Heninger
3c3f0df9bc ICU-2422 regexp, more fixes to and for the Perl tests.
X-SVN-Rev: 10906
2003-01-27 00:33:43 +00:00