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
George Rhoten
707459650d
ICU-2308 Simple instructions for what to ship
...
X-SVN-Rev: 10935
2003-01-30 18:25:22 +00:00
George Rhoten
50800185c0
ICU-2308 Simple instructions for what to ship
...
X-SVN-Rev: 10934
2003-01-30 17:56:12 +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
e4817ed106
ICU-2686 Update the copyrights and version
...
X-SVN-Rev: 10932
2003-01-30 01:08:16 +00:00
George Rhoten
fc29b0bdfb
ICU-2686 Update the list of tested platforms and move the binary compatilibty to the FAQ
...
X-SVN-Rev: 10931
2003-01-30 00:55:44 +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
Andy Heninger
41e90b5773
ICU-2422 regexp, fix a number of bugs uncovered by perl regexp tests. Some still remain.
...
X-SVN-Rev: 10905
2003-01-25 18:57:42 +00:00
Andy Heninger
ae0bc43f1a
ICU-2422 regexp, add tests from perl
...
X-SVN-Rev: 10902
2003-01-24 02:06:31 +00:00
Andy Heninger
a92820c54b
ICU-2422 regexp, tests from perl, and some bug fixes
...
X-SVN-Rev: 10901
2003-01-24 02:05:03 +00:00
Markus Scherer
f092768650
ICU-2397 add UNormIterator
...
X-SVN-Rev: 10900
2003-01-23 21:47:09 +00:00
GCL Shanghai
ba083595b4
ICU-2050 Cleanup collation rules
...
X-SVN-Rev: 10899
2003-01-23 06:55:22 +00:00
Vladimir Weinstein
bfe52dc06c
ICU-2412 more work on ucol_strcollIter. Also added ucol_nextSortKeyPart. Code is still in flux and not for the faint of heart.
...
X-SVN-Rev: 10898
2003-01-23 01:52:34 +00:00
Markus Scherer
aa5e64cef3
ICU-2397 document usage sample
...
X-SVN-Rev: 10897
2003-01-22 22:13:59 +00:00
Markus Scherer
00aac6a704
ICU-2397 test UNormIterator
...
X-SVN-Rev: 10896
2003-01-22 22:01:35 +00:00
Markus Scherer
0b4bc6ee2e
ICU-2397 add UNormIterator
...
X-SVN-Rev: 10895
2003-01-22 22:00:19 +00:00
Markus Scherer
4dea6082dd
ICU-2397 iterator improvements
...
X-SVN-Rev: 10894
2003-01-22 21:59:26 +00:00
Andy Heninger
be325be26c
ICU-2422 regexp, remove some debugging code that was accidently left in
...
X-SVN-Rev: 10890
2003-01-22 19:19:36 +00:00
Alan Liu
c5bc9e881a
ICU-2557 remove ICU 2.4 gc/gcm hack; data file supports this properly as of ICU 2.6
...
X-SVN-Rev: 10889
2003-01-22 18:12:07 +00:00
Alan Liu
c8bfc2a658
ICU-2557 regenerate with both General_Category and General_Category_Mask data
...
X-SVN-Rev: 10888
2003-01-22 18:11:11 +00:00
Alan Liu
df9e8023e7
ICU-2557 parse & generate both General_Category and General_Category_Mask data
...
X-SVN-Rev: 10887
2003-01-22 18:10:43 +00:00
Alan Liu
29227d65b8
ICU-2557 fix UCHAR_GENERAL_CATEGORY_MASK comment (was Enumerated; changed to Bitmask)
...
X-SVN-Rev: 10886
2003-01-22 17:57:04 +00:00
Vladimir Weinstein
7364fbe852
ICU-2659 moved the timebomb in uobject.h to 2.6 - Markus still needs to work on it
...
X-SVN-Rev: 10885
2003-01-21 22:49:42 +00:00
Alan Liu
d62b7b7687
ICU-2653 add tests for [:Age=x:] pattern
...
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Alan Liu
55b6f2aef7
ICU-2653 add support for [:Age=x:] pattern
...
X-SVN-Rev: 10883
2003-01-21 21:13:50 +00:00
Andy Heninger
a868ba8a94
ICU-2422 add back references
...
X-SVN-Rev: 10878
2003-01-21 04:56:14 +00:00
Vladimir Weinstein
9d23b182cd
ICU-2659 bumped version to 2.6
...
X-SVN-Rev: 10874
2003-01-20 18:09:21 +00:00
Vladimir Weinstein
c0513031ab
ICU-2659 bumped the version number to 2.6
...
X-SVN-Rev: 10873
2003-01-20 17:57:20 +00:00
Vladimir Weinstein
2522e399e1
ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - implementation + a bug fix in sortkey length calculation
...
X-SVN-Rev: 10872
2003-01-20 07:43:32 +00:00
Vladimir Weinstein
137220f8e6
ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - tests
...
X-SVN-Rev: 10871
2003-01-20 07:42:58 +00:00
Vladimir Weinstein
001af0ad79
ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator *
...
X-SVN-Rev: 10870
2003-01-20 07:42:28 +00:00
Andy Heninger
8501288a1e
ICU-2422 add possessive quantifiers
...
X-SVN-Rev: 10869
2003-01-20 06:25:23 +00:00
Markus Scherer
7ec4d2f3e9
ICU-2397 add UCharIterator getState() and setState()
...
X-SVN-Rev: 10868
2003-01-18 01:03:46 +00:00
Markus Scherer
c456ab0bbe
ICU-2397 add UCharIterator getState() and setState()
...
X-SVN-Rev: 10867
2003-01-18 00:35:59 +00:00
Markus Scherer
5c513c5ff3
ICU-2397 test UCharIterator getState() and setState()
...
X-SVN-Rev: 10866
2003-01-18 00:35:36 +00:00
Andy Heninger
50a1da1f2b
ICU-2422 regexp, atomic paretheses added, but still buggy
...
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
George Rhoten
80fce8af49
ICU-2422 Fix a compiler error for HP/UX and Solaris
...
X-SVN-Rev: 10863
2003-01-16 19:37:00 +00:00
George Rhoten
878e00da42
ICU-2628 Fix OS390_STUBDATA loading
...
X-SVN-Rev: 10860
2003-01-16 17:17:16 +00:00
Andy Heninger
01147100bd
ICU-2422 regexp, {min,max} quantifiers added.
...
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
George Rhoten
c11f4d65b3
ICU-2630 Add to the list of suggested mappings to remove.
...
X-SVN-Rev: 10858
2003-01-16 01:10:13 +00:00
Steven R. Loomis
2370e664c8
ICU-2369 move sample code out of usersguide
...
X-SVN-Rev: 10857
2003-01-14 23:40:41 +00:00
Markus Scherer
2cfa2ab7bb
ICU-2397 move u_strCompareIter to ustring.c
...
X-SVN-Rev: 10856
2003-01-14 21:18:52 +00:00
Eric Mader
4319e6f985
ICU-2348 add doc comment with \file and \internal.
...
X-SVN-Rev: 10853
2003-01-13 23:44:45 +00:00
Eric Mader
248af1bcf3
ICU-2348 replace /file with \file.
...
X-SVN-Rev: 10852
2003-01-13 23:15:52 +00:00
Eric Mader
025f1c4c6e
ICU-2348 add doc comment with \file and \internal to LayoutEngine internal header files.
...
X-SVN-Rev: 10851
2003-01-13 23:15:11 +00:00
George Rhoten
db7d3d822f
ICU-2488 Change these UTR22 names gb_2312_80-1 -> ibm-5478, ksc5601 -> ibm-1363
...
X-SVN-Rev: 10850
2003-01-13 21:26:27 +00:00
George Rhoten
65830f51cf
ICU-2488 Remove character type comments and use the standard UCM file format and sorting order.
...
X-SVN-Rev: 10849
2003-01-13 21:24:39 +00:00
George Rhoten
1fad6b41a6
ICU-2488 Use the more modern ksc5601 that ICU already has.
...
X-SVN-Rev: 10848
2003-01-13 19:53:10 +00:00
George Rhoten
98857303bf
ICU-1297 Add some unusual aliases.
...
X-SVN-Rev: 10847
2003-01-13 19:37:03 +00:00
Markus Scherer
87c1bc8331
ICU-2397 fix uiter_setUTF16BE() for big-endian machines and length=-1
...
X-SVN-Rev: 10846
2003-01-13 18:03:34 +00:00
George Rhoten
a392c47ddb
ICU-2536 Tag more Java and Windows aliases.
...
Group similar and related mappings together.
X-SVN-Rev: 10845
2003-01-11 01:44:44 +00:00
George Rhoten
82ab7fda56
ICU-2630 Since ibm-942_P120 has been removed, change the name to use the Charset repository name.
...
X-SVN-Rev: 10843
2003-01-11 01:42:35 +00:00
George Rhoten
6b8d91016e
ICU-2536 Display more consistent results when managing alias conflicts.
...
X-SVN-Rev: 10842
2003-01-11 01:26:50 +00:00
Markus Scherer
95e136cdd2
ICU-2397 sample for a UCharIterator reading lenient 8-bit Unicode, mix of UTF-8 and CESU-8
...
X-SVN-Rev: 10841
2003-01-11 00:28:48 +00:00
Markus Scherer
d08ac9bbe1
ICU-2646 fix U8_PREV for non-characters
...
X-SVN-Rev: 10840
2003-01-10 23:40:58 +00:00
Markus Scherer
2b8b85880b
ICU-2646 test U8_NEXT/PREV with non-characters
...
X-SVN-Rev: 10839
2003-01-10 23:40:13 +00:00
Markus Scherer
b171e3f8ca
ICU-2397 add prototype of u_strCompareIter() - compare strings via iterators; add test for it, too - needs discussion, finalizing of semantics, proposal, ...
...
X-SVN-Rev: 10838
2003-01-10 22:51:45 +00:00
Markus Scherer
e03434154e
ICU-2397 more portable check for even (2-aligned) pointer
...
X-SVN-Rev: 10836
2003-01-10 21:00:47 +00:00
Andy Heninger
4ce7abb538
ICU-2420 add uvectr32 to Unix Makefile.in
...
X-SVN-Rev: 10834
2003-01-10 20:10:15 +00:00
Markus Scherer
7daa35bdd9
ICU-2397 add UTF-16BE UCharIterator
...
X-SVN-Rev: 10833
2003-01-10 19:42:28 +00:00
Markus Scherer
84d1432306
ICU-2397 test UTF-16BE UCharIterator
...
X-SVN-Rev: 10832
2003-01-10 19:41:23 +00:00
George Rhoten
701dc0c6d9
ICU-2536 Tag more Java and Windows aliases.
...
Move ksc5601 to a better mapping table
Move some aliases into a more logical order
X-SVN-Rev: 10831
2003-01-10 01:57:15 +00:00
Markus Scherer
10394346b1
ICU-2397 add UTF-8 UCharIterator
...
X-SVN-Rev: 10830
2003-01-10 01:51:12 +00:00
Markus Scherer
7a0647cb87
ICU-2397 test UTF-8 UCharIterator
...
X-SVN-Rev: 10829
2003-01-10 01:47:52 +00:00
Vladimir Weinstein
a59fdd65d8
ICU-2420 Added new files to the common project
...
X-SVN-Rev: 10828
2003-01-09 18:29:18 +00:00
George Rhoten
8a51171578
ICU-1942 Fix the state table
...
X-SVN-Rev: 10827
2003-01-08 23:58:31 +00:00
Andy Heninger
baf94c23e2
ICU-2420 regexp perf, add UVector32 class - vector of uint32_t. Allows optimizations
...
not possible with original (pointer sized) UVector class.
X-SVN-Rev: 10826
2003-01-08 23:40:45 +00:00
Andy Heninger
9c23e724ee
ICU-2420 regexp perf, replace use of UVector, UnicodeString in execution engine
...
X-SVN-Rev: 10824
2003-01-08 23:38:23 +00:00
George Rhoten
d05759f2fe
ICU-2630 Remove some PC mappings that were updated for the Euro because they really aren't used.
...
Add some Java aliases
Remove some cp* aliases for EBCDIC mappings that were wrong
Move some cp* aliases that implied a Euro update when one didn't happen.
Reorganize ucmfiles.mk and convrtrs.txt into a more logical order.
Rename ibm-9030 to the 100% identical and more commonly used ibm-838
X-SVN-Rev: 10823
2003-01-08 23:16:46 +00:00
Ram Viswanadha
035b674040
ICU-2477 add more helpful message
...
X-SVN-Rev: 10821
2003-01-08 21:37:54 +00:00
George Rhoten
eadb848359
ICU-2628 Fix for z/OS in non-USS mode.
...
X-SVN-Rev: 10820
2003-01-08 21:37:44 +00:00
Ram Viswanadha
e62bfc04cb
ICU-2626 test for \u0075 parsing
...
X-SVN-Rev: 10819
2003-01-08 21:15:50 +00:00
Ram Viswanadha
f06719d4d8
ICU-2626 fix \u0075 parsing
...
X-SVN-Rev: 10818
2003-01-08 21:13:52 +00:00
Ram Viswanadha
0a90b07d8b
ICU-1985 remove cruft from the xml file
...
X-SVN-Rev: 10817
2003-01-08 02:51:39 +00:00
Ram Viswanadha
b37500d63a
ICU-1985 ICU locale data in LDML format
...
X-SVN-Rev: 10816
2003-01-08 01:57:34 +00:00
Andy Heninger
c045530c61
ICU-2423 ugrep regexp sample, fix link problems on Windows in release mode
...
X-SVN-Rev: 10815
2003-01-07 22:52:12 +00:00
Eric Mader
21e1caf69a
ICU-2625 Add LE_NEW_ARRAY and LE_DELETE_ARRAY to replace calls to uprv_malloc and uprv_free.
...
X-SVN-Rev: 10814
2003-01-07 22:47:19 +00:00
Andy Heninger
c26438715e
ICU-2423 ugrep regexp sample, fix link problems on Windows in release mode
...
X-SVN-Rev: 10813
2003-01-07 19:17:07 +00:00
George Rhoten
fabd84744d
ICU-2553 Add the IANA and MIME tags to iso-8859-[6,8]-[i,e]
...
X-SVN-Rev: 10812
2003-01-06 22:06:12 +00:00
George Rhoten
a59ad26f6a
ICU-2565 fix doxygen warnings
...
X-SVN-Rev: 10811
2003-01-06 17:53:06 +00:00
Eric Mader
3c698159e7
ICU-2265 enable mpre fixups for Malayalam.
...
X-SVN-Rev: 10810
2003-01-04 03:49:28 +00:00
Eric Mader
6d5737e598
ICU-1067 add ExtensionLookups.o to list of objects.
...
X-SVN-Rev: 10809
2003-01-04 03:03:20 +00:00
Eric Mader
456d8e2d7f
ICU-2265 save location of left-matra and base consonant so that it's easy to find them during post-gsub processing.
...
X-SVN-Rev: 10808
2003-01-04 02:52:23 +00:00
Markus Scherer
480ec3a447
ICU-2611 organize source files into folders
...
X-SVN-Rev: 10806
2003-01-02 19:07:58 +00:00
Eric Mader
7c66725001
ICU-1067 Initial implementation of extension lookup, positioning subtables.
...
X-SVN-Rev: 10798
2002-12-30 19:53:40 +00:00
Steven R. Loomis
926a4753fd
ICU-1975 updated rpm for 2.4
...
X-SVN-Rev: 10790
2002-12-27 21:46:57 +00:00
George Rhoten
fafee26d46
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10789
2002-12-27 17:18:21 +00:00
George Rhoten
7e085f3725
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10788
2002-12-26 20:16:33 +00:00
George Rhoten
561b622c60
ICU-2606 language name updates (The newer 3 letter codes were left out due to size)
...
X-SVN-Rev: 10787
2002-12-26 20:00:09 +00:00
Eric Mader
4b2c117bb4
ICU-2603 Added $ALPlus to rules, modified to not include any Thai characters)
...
X-SVN-Rev: 10786
2002-12-24 20:53:22 +00:00
Eric Mader
bb6fbdf845
ICU-2561 Change download instructions for IBM JDK 1.3.
...
X-SVN-Rev: 10785
2002-12-24 17:24:19 +00:00
Eric Mader
070840a211
ICU-2561 remove compiler warnings due to sign of LEUnicode32
...
X-SVN-Rev: 10784
2002-12-24 17:15:36 +00:00
Eric Mader
9122b439ab
ICU-2565 add name strings for new scripts.
...
X-SVN-Rev: 10783
2002-12-24 17:14:46 +00:00
Eric Mader
4aef24b88d
ICU-2561 missed one possible compiler warning.
...
X-SVN-Rev: 10782
2002-12-24 17:13:18 +00:00
Eric Mader
9973c972c5
ICU-2561 remove compiler warnings having to to with the fact that LEUnicode32 may be signed on some platforms.
...
X-SVN-Rev: 10781
2002-12-24 01:30:52 +00:00
Eric Mader
1ae3357668
ICU-2561 clean up error message for unknown encoding.
...
X-SVN-Rev: 10780
2002-12-24 01:26:20 +00:00
Eric Mader
ec7bf5d069
ICU-2561 add default font.
...
X-SVN-Rev: 10779
2002-12-24 01:25:37 +00:00
Eric Mader
1ed03cfbf3
ICU-2561 clean up imports, remove unneeded include directory.
...
X-SVN-Rev: 10778
2002-12-24 01:24:56 +00:00
Eric Mader
108038f53d
ICU-2602 lookup features feature order array according to feature indices in the langSys table.
...
X-SVN-Rev: 10777
2002-12-23 23:50:58 +00:00
Steven R. Loomis
eaf899cbcb
ICU-2479 uconv documentation
...
X-SVN-Rev: 10775
2002-12-20 23:20:15 +00:00
George Rhoten
d223299036
ICU-2474 Fix for z/OS
...
X-SVN-Rev: 10773
2002-12-20 21:39:35 +00:00
George Rhoten
73f87a2b37
ICU-2134 Mention the real function to call.
...
X-SVN-Rev: 10772
2002-12-20 16:41:57 +00:00
George Rhoten
6caab375c6
ICU-2134 Remove a paragraph that is no longer true.
...
X-SVN-Rev: 10771
2002-12-20 16:41:25 +00:00
Syn Wee Quek
899cf192a5
ICU-2000 removed compiler warnings
...
X-SVN-Rev: 10767
2002-12-19 19:00:19 +00:00
Steven R. Loomis
00ea7b7dc2
ICU-2591 fix dependency files for source that #includes .c file (fix to workaround for GCC3 in OSX10.2 bug)
...
X-SVN-Rev: 10766
2002-12-19 17:55:42 +00:00
George Rhoten
909a04f7da
ICU-2528 os/400 instruction modifications
...
X-SVN-Rev: 10765
2002-12-19 17:08:02 +00:00
George Rhoten
5ef5fe29ed
ICU-2457 Update the project files.
...
X-SVN-Rev: 10764
2002-12-19 01:13:32 +00:00
George Rhoten
1f6a18e2d6
ICU-2474 Fix for z/OS. The default converter had a problem with swaplfnl
...
X-SVN-Rev: 10763
2002-12-19 01:08:26 +00:00
George Rhoten
b579d80f42
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10760
2002-12-19 01:06:00 +00:00
Ram Viswanadha
dbe3f4af73
ICU-2565 lifecycle tag clean up
...
X-SVN-Rev: 10759
2002-12-19 01:01:43 +00:00
Alan Liu
03a1aa77bc
ICU-2565 fix doxygen warnings
...
X-SVN-Rev: 10758
2002-12-19 00:43:21 +00:00
Vladimir Weinstein
5d1328c2bf
ICU-2107 readme for tool for finding files without copyright notices
...
X-SVN-Rev: 10757
2002-12-19 00:29:08 +00:00
Alan Liu
14b296fa3c
ICU-2565 fix doxygen warnings
...
X-SVN-Rev: 10756
2002-12-19 00:25:31 +00:00
Vladimir Weinstein
4115ca506e
ICU-2565 added ICU tags to some defines & consts
...
X-SVN-Rev: 10755
2002-12-19 00:23:20 +00:00
Steven R. Loomis
83954e559d
ICU-2565 doxygen warnings
...
X-SVN-Rev: 10754
2002-12-19 00:19:08 +00:00
Alan Liu
dc02dd8cb9
ICU-2071 bump getGMT to @obsolete 2.6 (authorized by markus)
...
X-SVN-Rev: 10753
2002-12-19 00:16:57 +00:00
Vladimir Weinstein
12f00f5f10
ICU-2565 added ICU tags to some defines & consts
...
X-SVN-Rev: 10752
2002-12-19 00:11:32 +00:00
Eric Mader
a56e71b8cd
ICU-2565 Add missing lifecycle tags.
...
X-SVN-Rev: 10751
2002-12-18 23:59:55 +00:00
Eric Mader
6bef0c3b2b
ICU-2532 Initialize lookupOrderArray to NULL at start of consturctor.
...
X-SVN-Rev: 10750
2002-12-18 23:52:33 +00:00
Eric Mader
59599d8cbc
ICU-2561 Change download instructions for IBM JDK 1.3; expand build requirements for Linux; update script names; fix typos.
...
X-SVN-Rev: 10749
2002-12-18 23:50:39 +00:00
Vladimir Weinstein
a1aaa11bce
ICU-2565 added ICU tags to some defines & consts
...
X-SVN-Rev: 10748
2002-12-18 23:41:01 +00:00
Vladimir Weinstein
f6df211be9
ICU-2039 Some assignment operators and copy constructors declared private
...
X-SVN-Rev: 10747
2002-12-18 23:17:12 +00:00
George Rhoten
ac39f89603
ICU-2528 os/400 instruction modifications
...
X-SVN-Rev: 10746
2002-12-18 23:07:35 +00:00
George Rhoten
c14f761819
ICU-2528 os/400 instruction modifications
...
X-SVN-Rev: 10745
2002-12-18 23:03:33 +00:00
Ram Viswanadha
066548c179
ICU-2565 @stable etc lables
...
X-SVN-Rev: 10744
2002-12-18 23:00:25 +00:00
Ram Viswanadha
46a131d26b
ICU-2565 @stable lable clean up
...
X-SVN-Rev: 10743
2002-12-18 22:59:35 +00:00
Vladimir Weinstein
bae7f08411
ICU-2039 API test for one of resource bundle constructors
...
X-SVN-Rev: 10741
2002-12-18 22:49:36 +00:00
George Rhoten
17442f6744
ICU-2528 os/400 instruction modifications
...
X-SVN-Rev: 10740
2002-12-18 22:43:01 +00:00
Vladimir Weinstein
7155eb7e31
ICU-2561 Update samples for 2.4
...
X-SVN-Rev: 10739
2002-12-18 22:32:25 +00:00
Vladimir Weinstein
ff66529fb1
ICU-2561 update samples for 2.4
...
X-SVN-Rev: 10738
2002-12-18 22:30:17 +00:00
George Rhoten
0ba6620d19
ICU-2528 os/400 instruction modifications
...
X-SVN-Rev: 10737
2002-12-18 22:15:21 +00:00
Steven R. Loomis
5df72d53c5
ICU-2369 add break sample
...
X-SVN-Rev: 10736
2002-12-18 22:10:29 +00:00
George Rhoten
bbc9aaaaf7
ICU-2528 os/400 instructions for gmake install
...
X-SVN-Rev: 10729
2002-12-18 18:38:26 +00:00
Markus Scherer
9d029d2f86
ICU-2504 doxygen doc for typo
...
X-SVN-Rev: 10728
2002-12-18 16:25:35 +00:00
George Rhoten
55f52e6854
ICU-2118 Don't use false. Use FALSE
...
X-SVN-Rev: 10727
2002-12-18 16:21:40 +00:00
Vladimir Weinstein
f614001f33
ICU-2508 fixes to the output format
...
X-SVN-Rev: 10726
2002-12-18 08:41:00 +00:00
Vladimir Weinstein
7e68bfc941
ICU-2107 added copyright notices
...
X-SVN-Rev: 10725
2002-12-18 08:39:39 +00:00
Vladimir Weinstein
4b6983d1fe
ICU-2107 tool for finding files without copyright notice
...
X-SVN-Rev: 10724
2002-12-18 08:33:21 +00:00
Vladimir Weinstein
c174445ce7
ICU-2107 added copyright notices
...
X-SVN-Rev: 10723
2002-12-18 08:31:35 +00:00
Vladimir Weinstein
89628f1df9
ICU-2107 added copyright notices
...
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Markus Scherer
3df3e7e946
ICU-2415 fix @param comments
...
X-SVN-Rev: 10720
2002-12-18 02:38:42 +00:00
George Rhoten
dbd2dd9d79
ICU-2565 These two are really @internal and not @stable
...
X-SVN-Rev: 10719
2002-12-18 02:20:50 +00:00
Markus Scherer
7da23af806
ICU-2581 remove names of unused arguments; define global new/delete only on windows
...
X-SVN-Rev: 10718
2002-12-18 02:17:01 +00:00
George Rhoten
83cdfe7b50
ICU-2135 Make more data const.
...
X-SVN-Rev: 10717
2002-12-18 01:47:06 +00:00
George Rhoten
b6fff52585
ICU-2529 Use a more standard implementation of RTTI
...
X-SVN-Rev: 10716
2002-12-18 01:46:21 +00:00
Steven R. Loomis
1b0c043b21
ICU-2369 add break sample from usersguide
...
X-SVN-Rev: 10713
2002-12-18 01:25:06 +00:00
George Rhoten
efb3f15da0
ICU-2135 Make more data const.
...
X-SVN-Rev: 10712
2002-12-18 01:23:47 +00:00
Syn Wee Quek
f2d18275b4
ICU-2118
...
code coverage test
X-SVN-Rev: 10711
2002-12-18 00:58:09 +00:00
George Rhoten
d53c416732
ICU-2529 Use a more standard implementation of RTTI
...
X-SVN-Rev: 10709
2002-12-18 00:52:21 +00:00
Vladimir Weinstein
f5c4d4b5e5
ICU-2581 don't use C++ comments
...
X-SVN-Rev: 10704
2002-12-17 23:41:31 +00:00
Vladimir Weinstein
e4183bba44
ICU-2565 added ICU tags to some defines & consts
...
X-SVN-Rev: 10703
2002-12-17 23:37:09 +00:00
George Rhoten
8fbfa761a0
ICU-2087 Add @internal to one of the functions
...
X-SVN-Rev: 10701
2002-12-17 23:20:06 +00:00
George Rhoten
60c74730d7
ICU-2085 #ifdef out deprecated code. The header was already #ifdef out.
...
X-SVN-Rev: 10700
2002-12-17 22:44:46 +00:00
Syn Wee Quek
9a87c043b0
ICU-2087 added @stable
...
X-SVN-Rev: 10699
2002-12-17 22:10:06 +00:00
Markus Scherer
320958102b
ICU-2581 add global new/delete with crashing implementations to make sure they are never called from within icu4c
...
X-SVN-Rev: 10698
2002-12-17 21:26:31 +00:00
Vladimir Weinstein
cdafdbac7a
ICU-2135 fix a memory leak
...
X-SVN-Rev: 10696
2002-12-17 04:42:07 +00:00
Eric Mader
4668c79d49
ICU-2330 Change LIBS to include common library explicitly
...
X-SVN-Rev: 10694
2002-12-17 00:03:07 +00:00
George Rhoten
fff9590401
ICU-2134 Forgot to update the update date
...
X-SVN-Rev: 10693
2002-12-16 23:44:38 +00:00
George Rhoten
713f45ca7d
ICU-2134 Update the introduction
...
X-SVN-Rev: 10692
2002-12-16 23:43:32 +00:00
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
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
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
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
Ram Viswanadha
e562766f2e
ICU-2565 add @stable, etc tags
...
X-SVN-Rev: 10641
2002-12-12 02:21:38 +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
Ram Viswanadha
451e27216f
ICU-2565 update documentation
...
X-SVN-Rev: 10636
2002-12-12 01:23:05 +00:00
Ram Viswanadha
4a5e1a6071
ICU-2565 update documentation
...
X-SVN-Rev: 10635
2002-12-12 01:22:09 +00:00
Ram Viswanadha
dc349c98bd
ICU-2565 dont use deprecated method
...
X-SVN-Rev: 10634
2002-12-12 01:06:51 +00:00
Ram Viswanadha
a4fd8aaa88
ICU-2565 add @stable, etc tags
...
X-SVN-Rev: 10633
2002-12-12 01:01:41 +00:00
George Rhoten
3e9e4a702e
ICU-2294 Fix for HP/UX
...
X-SVN-Rev: 10632
2002-12-12 00:42:46 +00:00
George Rhoten
9d13645fff
ICU-2565 add @stable labels etc.
...
X-SVN-Rev: 10631
2002-12-12 00:37:41 +00:00
Alan Liu
e2d5a954cc
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10630
2002-12-12 00:33:11 +00:00
George Rhoten
388475ac32
ICU-2565 add @stable labels etc.
...
X-SVN-Rev: 10629
2002-12-12 00:27:50 +00:00
George Rhoten
3f140dbaf8
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10628
2002-12-12 00:26:29 +00:00
Alan Liu
12bed0cecb
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10627
2002-12-12 00:20:45 +00:00
Alan Liu
96921b5af8
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10626
2002-12-12 00:12:08 +00:00
Vladimir Weinstein
c5d23dc024
ICU-2565 added ICU tags to some defines & consts
...
X-SVN-Rev: 10625
2002-12-11 23:57:33 +00:00
Vladimir Weinstein
76750ed1ab
ICU-2558 test fix
...
X-SVN-Rev: 10624
2002-12-11 23:57:06 +00:00
Alan Liu
6280a790ee
ICU-2556 add docs per review; add quotes around 'which' for clarity
...
X-SVN-Rev: 10620
2002-12-11 23:28:44 +00:00
Markus Scherer
0ef875e461
ICU-2565 add @stable labels etc.
...
X-SVN-Rev: 10618
2002-12-11 22:49:18 +00:00
Vladimir Weinstein
387f59a820
ICU-2558 more fixes to status handling
...
X-SVN-Rev: 10617
2002-12-11 22:35:01 +00:00
Alan Liu
ef270eaf82
ICU-2504 add comments for transliterator and format errorcodes; fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
...
X-SVN-Rev: 10616
2002-12-11 22:29:17 +00:00
Alan Liu
3c23b5eaf7
ICU-2504 fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
...
X-SVN-Rev: 10615
2002-12-11 22:28:34 +00:00
George Rhoten
eb8804550a
ICU-2457 Update the project files.
...
X-SVN-Rev: 10613
2002-12-11 21:12:00 +00:00
Alan Liu
6e90a34749
ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
...
X-SVN-Rev: 10608
2002-12-11 19:36:51 +00:00
Syn Wee Quek
0d21989098
ICU-2087 added @stable
...
X-SVN-Rev: 10607
2002-12-11 19:30:08 +00:00
Andy Heninger
11960914d0
ICU-2562 better error in breakiterator for missing ICU data.
...
X-SVN-Rev: 10606
2002-12-11 18:26:35 +00:00
Vladimir Weinstein
42a9879b66
ICU-2558 fixed resb code overwriting warning statuses
...
X-SVN-Rev: 10599
2002-12-11 01:39:59 +00:00
Andy Heninger
b094732484
ICU-0105 regex sample cleanup & unix makefile
...
X-SVN-Rev: 10598
2002-12-11 01:33:05 +00:00
Alan Liu
d669d4e484
ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
...
X-SVN-Rev: 10597
2002-12-11 01:16:51 +00:00
Alan Liu
53406ecc37
ICU-2556 implement UCHAR_GENERAL_CATEGORY_MASK in name api; refine min/max behavior
...
X-SVN-Rev: 10596
2002-12-11 01:09:02 +00:00
George Rhoten
206c6b4cfd
ICU-2294 Fix for HP/UX
...
X-SVN-Rev: 10595
2002-12-11 01:00:12 +00:00
Steven R. Loomis
b4e5f4a355
ICU-2561 remove deprecates for 2.4
...
X-SVN-Rev: 10594
2002-12-11 00:46:44 +00:00
Markus Scherer
616eee4bd8
ICU-2373 "David Goldsmith"->"D. Goldsmith"
...
X-SVN-Rev: 10593
2002-12-11 00:38:11 +00:00
Markus Scherer
605aa7f4b7
ICU-1994 add note about "Storage Layout Engines"
...
X-SVN-Rev: 10592
2002-12-11 00:31:55 +00:00
Steven R. Loomis
97eeea4679
ICU-2457 urename update
...
X-SVN-Rev: 10591
2002-12-11 00:21:13 +00:00
Steven R. Loomis
f2677a9ea8
ICU-2330 header test (header obsolescence form changed)
...
X-SVN-Rev: 10590
2002-12-11 00:19:28 +00:00
George Rhoten
fdd9159abc
ICU-2087 Add @internal tags and documentation.
...
X-SVN-Rev: 10589
2002-12-10 23:15:21 +00:00
George Rhoten
7f43e924bd
ICU-2087 Add @internal tags and documentation.
...
X-SVN-Rev: 10588
2002-12-10 22:46:57 +00:00
Andy Heninger
6b2fd2f5c8
ICU-0105 add regular expression sample program
...
X-SVN-Rev: 10587
2002-12-10 22:02:56 +00:00
Markus Scherer
fa40be5ab6
ICU-2244 UObject must inherit UMemory!
...
X-SVN-Rev: 10586
2002-12-10 21:57:37 +00:00
Eric Mader
fd3d60e48c
ICU-2243 remove traces of uscript; fix include files for release version.
...
X-SVN-Rev: 10584
2002-12-10 19:58:51 +00:00
Steven R. Loomis
b2deb8c23e
ICU-2039 code coverage- improve behavior under NO_XXX macros
...
X-SVN-Rev: 10580
2002-12-10 18:52:21 +00:00
Andy Heninger
902b371b01
ICU-2103 API docs, @stable, @draft, etc. added.
...
X-SVN-Rev: 10579
2002-12-10 17:58:32 +00:00
Vladimir Weinstein
bf8fe4ad96
ICU-2118 fixed compile error on linux
...
X-SVN-Rev: 10578
2002-12-10 16:57:02 +00:00
Syn Wee Quek
acf94f2c42
ICU-2118
...
code coverage test
X-SVN-Rev: 10577
2002-12-10 07:51:40 +00:00
Syn Wee Quek
59893d78c9
ICU-2294
...
subclassability test
X-SVN-Rev: 10576
2002-12-10 06:02:50 +00:00
Steven R. Loomis
e20d820d3b
ICU-2039 code coverage
...
X-SVN-Rev: 10575
2002-12-10 02:43:30 +00:00
Steven R. Loomis
e2c19fb93a
ICU-2039 removing uncalled functions
...
X-SVN-Rev: 10574
2002-12-10 02:14:30 +00:00
Steven R. Loomis
a6bd1bd7bd
ICU-2330 mh-darwin update for 10.2 (GCC3)
...
X-SVN-Rev: 10573
2002-12-10 01:43:05 +00:00
Alan Liu
6eb4cc43d2
ICU-2152 fix dumb typo
...
X-SVN-Rev: 10572
2002-12-10 01:12:33 +00:00
Markus Scherer
3b3abb2441
ICU-2039 improve code coverage
...
X-SVN-Rev: 10571
2002-12-10 01:06:07 +00:00
Markus Scherer
1ac328c13c
ICU-2556 add UCHAR_GENERAL_CATEGORY_MASK
...
X-SVN-Rev: 10570
2002-12-10 00:33:45 +00:00
Vladimir Weinstein
ec227bbac8
ICU-2504 Comments added to errorcodes
...
X-SVN-Rev: 10569
2002-12-09 23:52:39 +00:00
Andy Heninger
4ad4a67b9a
ICU-2504 Comments added to errorcodes for RBBI
...
X-SVN-Rev: 10567
2002-12-09 23:06:45 +00:00
Alan Liu
c65df17156
ICU-2152 minimize code within mutexes
...
X-SVN-Rev: 10566
2002-12-09 22:58:27 +00:00
Andy Heninger
7d3a78a4b2
ICU-0105 API test coverage for RegexPattern::flags()
...
X-SVN-Rev: 10563
2002-12-09 22:43:22 +00:00
Andy Heninger
cb90bfba0f
ICU-2555 RBBI line break reverse rule modified for better performance
...
X-SVN-Rev: 10562
2002-12-09 22:36:10 +00:00
Andy Heninger
8745b2cda9
ICU-2555 RBBI line break reverse rule modified for better performance
...
X-SVN-Rev: 10561
2002-12-09 21:37:21 +00:00
Alan Liu
bbb47e7920
ICU-2152 minimize code within mutexes
...
X-SVN-Rev: 10560
2002-12-09 18:10:43 +00:00
Alan Liu
2f531fb108
ICU-2087 convert @deprecated to @obsolete as appropriate
...
X-SVN-Rev: 10559
2002-12-09 17:22:54 +00:00
George Rhoten
53153b09b4
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10556
2002-12-08 09:40:06 +00:00
George Rhoten
1c39d93b46
ICU-2134 Make the readme more friendly to search engines and blind people.
...
X-SVN-Rev: 10555
2002-12-08 08:19:31 +00:00
George Rhoten
3f7f87ec92
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10554
2002-12-07 00:05:41 +00:00
George Rhoten
8b5d063db9
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 10553
2002-12-06 23:53:00 +00:00
George Rhoten
e7b85bac9a
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 10552
2002-12-06 23:07:48 +00:00
George Rhoten
ca51a22b5b
ICU-2474 Fixes for os/390
...
X-SVN-Rev: 10551
2002-12-06 22:52:37 +00:00
Alan Liu
1c2ded70a5
ICU-2550 make it pass too!
...
X-SVN-Rev: 10550
2002-12-06 22:51:13 +00:00
Eric Mader
abde416f01
ICU-2243 make RenderingSurface::drawGlyphs *not* const.
...
X-SVN-Rev: 10549
2002-12-06 22:37:22 +00:00
Eric Mader
02f00e1d05
ICU-2087 Updated @draft tags to reflect recent changes.
...
X-SVN-Rev: 10548
2002-12-06 22:09:57 +00:00
Eric Mader
3830a8233d
ICU-2243 Clean up akward cast of fGlyphs in LineRun constructor.
...
X-SVN-Rev: 10547
2002-12-06 21:45:44 +00:00
Eric Mader
bfe13d5716
ICU-2243 Dont need scriptrun.o anymore. (now use usc_imp)
...
X-SVN-Rev: 10546
2002-12-06 21:32:38 +00:00
Alan Liu
ab0da6b9b3
ICU-2550 make round-trip test 90% faster
...
X-SVN-Rev: 10545
2002-12-06 21:31:22 +00:00
George Rhoten
11b89e4128
ICU-2528 Remove -e part to gmake on iSeries
...
X-SVN-Rev: 10543
2002-12-06 21:29:29 +00:00
George Rhoten
1e5ae3ecb7
ICU-2528 Add comment about multithreaded tests on iSeries
...
X-SVN-Rev: 10540
2002-12-06 20:24:17 +00:00
George Rhoten
6b0a7a05e8
ICU-2000 Fix some compiler warnings (fix by Vladimir)
...
X-SVN-Rev: 10538
2002-12-06 20:05:09 +00:00
George Rhoten
f3b26eabbe
ICU-2118 ICUServiceTest shouldn't be a part of icu namespace.
...
This change makes it easier to see which ICU clases aren't being tested.
X-SVN-Rev: 10535
2002-12-06 18:29:32 +00:00
George Rhoten
1ac2127e6a
ICU-2118 Improve the code coverage
...
X-SVN-Rev: 10534
2002-12-06 18:27:53 +00:00
Alan Liu
f94d74cc45
ICU-2547 fix bug in test
...
X-SVN-Rev: 10533
2002-12-06 18:24:03 +00:00
Alan Liu
55be53870e
ICU-2547 enable CalendarRegressionTest::test4092362
...
X-SVN-Rev: 10532
2002-12-06 18:08:52 +00:00
Syn Wee Quek
7125ce7540
ICU-2135 modified checks for unsafe characters
...
X-SVN-Rev: 10531
2002-12-06 17:55:33 +00:00
George Rhoten
0654def82d
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10530
2002-12-06 17:13:14 +00:00
Vladimir Weinstein
c6387c3a52
ICU-2135 fixed bad delete to delete[]
...
X-SVN-Rev: 10529
2002-12-06 07:21:53 +00:00
Vladimir Weinstein
efb5dd85a4
ICU-2135 added $LEAK_CHECKER variable to the $INVOKE construct to facilitate building through valgrind debugger or similar
...
X-SVN-Rev: 10528
2002-12-06 07:21:18 +00:00
Vladimir Weinstein
012f463115
ICU-2107 added copyright notices
...
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00
Vladimir Weinstein
760d3f2d73
ICU-2135 method didn't return a value
...
X-SVN-Rev: 10521
2002-12-06 00:33:55 +00:00
Markus Scherer
2ea302afc3
ICU-2087 change @deprecated to @obsolete
...
X-SVN-Rev: 10520
2002-12-06 00:33:30 +00:00
Vladimir Weinstein
ba679fb764
ICU-2135 Doug's changes to the service registration memory handling
...
X-SVN-Rev: 10519
2002-12-06 00:22:10 +00:00
Markus Scherer
982f05ae4a
ICU-2087 change @deprecated to @obsolete
...
X-SVN-Rev: 10518
2002-12-06 00:19:24 +00:00
Steven R. Loomis
df436948e3
ICU-2542 documentation for SOLARISCC/W4.2
...
X-SVN-Rev: 10517
2002-12-06 00:16:02 +00:00
Steven R. Loomis
9b3a373026
ICU-2542 new target, "SOLARISCC/W4.2" for workshop 4.2 workaround
...
X-SVN-Rev: 10515
2002-12-05 23:49:15 +00:00
Eric Mader
7ac8439313
ICU-2243 Don't need scriptrun.cpp, .h anymore.
...
X-SVN-Rev: 10514
2002-12-05 23:38:57 +00:00
Markus Scherer
03c7c4bee7
ICU-2087 change @deprecated to @obsolete
...
X-SVN-Rev: 10513
2002-12-05 23:26:26 +00:00
Eric Mader
1bcfed9ba6
ICU-2243 Initial version of the high-level LayoutEngine API, added to the layout sample.
...
X-SVN-Rev: 10512
2002-12-05 22:50:29 +00:00
Steven R. Loomis
89e04417da
ICU-2542 better test err output
...
X-SVN-Rev: 10510
2002-12-05 21:36:06 +00:00
George Rhoten
d21b9c91dc
ICU-2543 Fix UCONFIG_NO_BREAK_ITERATION
...
X-SVN-Rev: 10505
2002-12-05 19:28:09 +00:00
George Rhoten
736b7c781c
ICU-2457 Ignore these files
...
X-SVN-Rev: 10504
2002-12-05 19:17:53 +00:00
George Rhoten
cdef00cec3
ICU-2528 Fix for iSeries
...
X-SVN-Rev: 10503
2002-12-05 19:16:41 +00:00
George Rhoten
cf99986b75
ICU-2457 Update dependencies
...
X-SVN-Rev: 10502
2002-12-05 19:14:25 +00:00
George Rhoten
cfe58a0712
ICU-2134 Mention pname and a better building order.
...
X-SVN-Rev: 10501
2002-12-05 17:45:36 +00:00
George Rhoten
1afe1282f3
ICU-2134 The method for reenabling deprecated API is mostly wrong.
...
This information should be moved to the User's Guide.
X-SVN-Rev: 10500
2002-12-05 17:35:11 +00:00
George Rhoten
239da7c29b
ICU-2528 Update the header
...
X-SVN-Rev: 10499
2002-12-05 16:19:54 +00:00
George Rhoten
79205fcd3b
ICU-2528 Update the header
...
X-SVN-Rev: 10498
2002-12-05 16:18:12 +00:00
George Rhoten
c2f68b1cf1
ICU-2528 Update the link
...
X-SVN-Rev: 10497
2002-12-05 16:11:52 +00:00
Ram Viswanadha
7f6d1590f3
ICU-2135 fix typo more error checking
...
X-SVN-Rev: 10492
2002-12-05 02:36:34 +00:00
George Rhoten
ae5e2c31b0
ICU-2087 Add @stable
...
X-SVN-Rev: 10491
2002-12-05 01:36:10 +00:00
Alan Liu
b00b17ebd1
ICU-2087 add "ICU 2.0" to versionless @stable tags, and add "ICU" to @stable tags that lack it
...
X-SVN-Rev: 10488
2002-12-05 00:30:16 +00:00
Alan Liu
b49e09af34
ICU-2087 remove @ tags from internal header
...
X-SVN-Rev: 10487
2002-12-05 00:28:48 +00:00
Alan Liu
09e92a610c
ICU-2087 remove @ tags from test header
...
X-SVN-Rev: 10486
2002-12-05 00:28:37 +00:00
Andy Heninger
0ddd9b68bf
ICU-2541 Memory leak in RBBI rule builder fixed.
...
X-SVN-Rev: 10485
2002-12-05 00:18:16 +00:00
Andy Heninger
0fa3cf9a11
ICU-2541 Memory leak in RBBI rule builder fixed.
...
X-SVN-Rev: 10484
2002-12-04 23:51:27 +00:00
Markus Scherer
2af8b25b5a
ICU-2087 change @stable to @stable ICU 2.0
...
X-SVN-Rev: 10483
2002-12-04 23:46:16 +00:00
Markus Scherer
64e714a1ef
ICU-2087 change @stable to @stable ICU 2.0
...
X-SVN-Rev: 10482
2002-12-04 23:39:56 +00:00
Ram Viswanadha
f69999fbfc
ICU-2135 fix typo more error checking
...
X-SVN-Rev: 10481
2002-12-04 23:31:10 +00:00
Doug Felt
5bb925fac4
ICU-2135 service memory leaks
...
X-SVN-Rev: 10479
2002-12-04 18:59:54 +00:00
Doug Felt
a382d860fa
ICU-2135 service memory leaks
...
X-SVN-Rev: 10478
2002-12-04 18:50:01 +00:00
Andy Heninger
ba62204560
ICU-2103 API docs, @stable, @draft, etc. added.
...
X-SVN-Rev: 10476
2002-12-04 18:21:09 +00:00
Eric Mader
99cb3d5c6d
ICU-2135 fix memory problems in genrb after running through valgrind
...
X-SVN-Rev: 10473
2002-12-04 02:38:39 +00:00
Vladimir Weinstein
2f79227b38
ICU-2135 more memory fixes
...
X-SVN-Rev: 10467
2002-12-04 00:28:06 +00:00
Syn Wee Quek
72601a817c
ICU-2135 modified checks for unsafe characters
...
X-SVN-Rev: 10460
2002-12-03 23:59:06 +00:00
Vladimir Weinstein
bcd885f8c0
ICU-2087 change @draft 2.0 to @stable
...
X-SVN-Rev: 10459
2002-12-03 23:50:06 +00:00
Alan Liu
55920bba9f
ICU-2538 update for icu4j package reorg
...
X-SVN-Rev: 10456
2002-12-03 23:14:21 +00:00
Alan Liu
afbaada5b6
ICU-2538 update for year 2002 changes (Pakistan)
...
X-SVN-Rev: 10455
2002-12-03 23:08:00 +00:00
Alan Liu
4b0a499720
ICU-2538 update from 2002d data
...
X-SVN-Rev: 10454
2002-12-03 23:07:44 +00:00
Alan Liu
4bf9e55333
ICU-2538 update docs re: location of timezone.txt
...
X-SVN-Rev: 10453
2002-12-03 23:07:27 +00:00
George Rhoten
d44475ada0
ICU-2087 @draft -> @stable
...
X-SVN-Rev: 10423
2002-12-02 23:06:55 +00:00
George Rhoten
cb54ec9372
ICU-2518 Remove the collperf and utfperf projects from this workspace.
...
They should be integrated into the icu/source/test/perf framework.
X-SVN-Rev: 10422
2002-12-02 23:04:01 +00:00
Markus Scherer
59f1257b92
ICU-2087 change @draft to @deprecated
...
X-SVN-Rev: 10421
2002-12-02 22:44:22 +00:00
Markus Scherer
4754f5838f
ICU-2087 change @draft ICU 2.0 to @stable
...
X-SVN-Rev: 10419
2002-12-02 21:56:03 +00:00
Ram Viswanadha
2a72abf8ff
ICU-2118 fix osX failure
...
X-SVN-Rev: 10418
2002-12-02 21:38:00 +00:00
Vladimir Weinstein
29a77b345e
ICU-2135 more memory problems fixes
...
X-SVN-Rev: 10415
2002-12-02 17:57:21 +00:00
George Rhoten
1341f3bcd1
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10411
2002-11-30 04:41:53 +00:00
George Rhoten
3a350fa020
ICU-2118 DigitList is a utility class that should only be used by DecimalFormat.
...
The usage here is incorrect and very slow for converting an int -> UnicodeString.
X-SVN-Rev: 10410
2002-11-30 02:46:55 +00:00
George Rhoten
bef9018f7e
ICU-2118 DigitList is a utility class because some of its fields are public.
...
It should derive from UMemory instead of UObject because of this, and some of its RTTI info should be removed.
X-SVN-Rev: 10409
2002-11-30 02:43:51 +00:00
George Rhoten
6d079380a0
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10408
2002-11-30 02:31:06 +00:00
Vladimir Weinstein
8e192f2f4a
ICU-2135 fixing memory problems
...
X-SVN-Rev: 10407
2002-11-28 08:53:37 +00:00
Steven R. Loomis
6540e5e838
ICU-2529 test UObject RTTI
...
X-SVN-Rev: 10406
2002-11-28 01:31:08 +00:00
Steven R. Loomis
2720003f78
ICU-2529 close the namespace inside the #ifdef please
...
X-SVN-Rev: 10405
2002-11-28 01:27:35 +00:00
Alan Liu
c8515c5cb4
ICU-2118 more coverage
...
X-SVN-Rev: 10404
2002-11-28 00:53:05 +00:00
Steven R. Loomis
0d158bb3b3
ICU-2529 Test ClassID functions
...
X-SVN-Rev: 10403
2002-11-27 21:20:20 +00:00
Alan Liu
715fa2b4ce
ICU-2087 change incorrect @draft tags to @internal
...
X-SVN-Rev: 10402
2002-11-27 20:08:39 +00:00
Alan Liu
c97958843b
ICU-2087 correct typo 2.2 => 2.4
...
X-SVN-Rev: 10401
2002-11-27 20:08:13 +00:00
Alan Liu
8d85ca3664
ICU-2087 change @draft ICU 2.0 tags to @stable
...
X-SVN-Rev: 10400
2002-11-27 20:07:53 +00:00
Ram Viswanadha
e7de4f63c6
ICU-2068 make @draft 2.0 to @stable
...
X-SVN-Rev: 10399
2002-11-27 17:53:28 +00:00
Steven R. Loomis
dc7e2817d4
ICU-2087 @draft -> @stable
...
X-SVN-Rev: 10397
2002-11-27 17:27:31 +00:00
Ram Viswanadha
149d8650fb
ICU-2118 improve API coverage
...
X-SVN-Rev: 10395
2002-11-27 06:18:14 +00:00
Ram Viswanadha
c64fb14d63
ICU-2118 improve API coverage
...
X-SVN-Rev: 10394
2002-11-27 02:40:34 +00:00
Ram Viswanadha
6996158d17
ICU-2118 improve API coverage
...
X-SVN-Rev: 10393
2002-11-27 02:11:42 +00:00
Ram Viswanadha
e42c1d0b80
ICU-2118 make TestHangul execute only in exhaustive mode
...
X-SVN-Rev: 10392
2002-11-27 02:00:04 +00:00
Syn Wee Quek
5cb6305432
ICU-2087 replace @draft ICU 2.0 with @stable
...
X-SVN-Rev: 10391
2002-11-27 01:47:01 +00:00
Alan Liu
c27f3d8230
ICU-2118 add coverage tests for boilerplate methods
...
X-SVN-Rev: 10390
2002-11-27 00:28:20 +00:00
Alan Liu
bf44d85f9e
ICU-2118 fix #ifdef unintended change in access
...
X-SVN-Rev: 10389
2002-11-27 00:19:55 +00:00
Markus Scherer
18fa9b50da
ICU-2118 improve UCharIterator code/API coverage
...
X-SVN-Rev: 10388
2002-11-27 00:06:19 +00:00
Markus Scherer
f3b20763e2
ICU-2351 improve setToBogus() documentation
...
X-SVN-Rev: 10386
2002-11-26 23:43:49 +00:00
Markus Scherer
fdc0319c0f
ICU-2118 improve UnicodeString API coverage
...
X-SVN-Rev: 10385
2002-11-26 23:33:37 +00:00
Markus Scherer
8bc71e512b
ICU-2118 pin more indices
...
X-SVN-Rev: 10384
2002-11-26 23:32:55 +00:00
Markus Scherer
230d313ee1
ICU-2118 improve *CharacterIterator API coverage
...
X-SVN-Rev: 10382
2002-11-26 21:18:47 +00:00
Doug Felt
622be9eb16
ICU-2087 draft 2.0 -> stable rbnf
...
X-SVN-Rev: 10380
2002-11-26 18:30:13 +00:00
Alan Liu
2e8a5383ec
ICU-2118 add missing API tests for UnicodeSet/UnicodeSetIterator
...
X-SVN-Rev: 10379
2002-11-26 18:24:44 +00:00
Doug Felt
649376466a
ICU-2398 rbnf doc cleanup
...
X-SVN-Rev: 10378
2002-11-26 18:23:15 +00:00
George Rhoten
d7b1e65993
ICU-2135 Fix various memory problems
...
X-SVN-Rev: 10377
2002-11-26 18:21:04 +00:00
George Rhoten
72191463cd
ICU-2135 read more than 0 bytes
...
X-SVN-Rev: 10376
2002-11-26 18:20:30 +00:00
George Rhoten
cc646183b4
ICU-2528 Update the configure script
...
X-SVN-Rev: 10375
2002-11-26 16:59:28 +00:00
George Rhoten
d2a4a35542
ICU-1949 Use the uppercase TRUE/FALSE
...
X-SVN-Rev: 10374
2002-11-26 16:08:59 +00:00
George Rhoten
d9174bc390
ICU-2474 Fix an EBCDIC problem
...
X-SVN-Rev: 10373
2002-11-26 16:03:52 +00:00
Doug Felt
ba30384f10
ICU-1949 StringEnumeration changes to public UObject
...
X-SVN-Rev: 10372
2002-11-26 00:46:48 +00:00
Alan Liu
400a5efce1
ICU-2347 rewrite TZEnumeration::next() per review feedback
...
X-SVN-Rev: 10371
2002-11-26 00:41:13 +00:00
Markus Scherer
4612e951c7
ICU-2351 improve setToBogus() documentation
...
X-SVN-Rev: 10370
2002-11-26 00:08:40 +00:00
Markus Scherer
c8dd26aef9
ICU-2145 use macros for 0xffff and 0x10ffff
...
X-SVN-Rev: 10369
2002-11-25 22:44:48 +00:00
Markus Scherer
d9ed0431f0
ICU-2001 more comments on the inclusions set
...
X-SVN-Rev: 10368
2002-11-25 22:42:55 +00:00
Alan Liu
8a4c069318
ICU-2370 fix parameter docs/names for format() and related fns
...
X-SVN-Rev: 10366
2002-11-25 18:31:23 +00:00
Doug Felt
f194e6800b
ICU-1949 icuservice
...
X-SVN-Rev: 10365
2002-11-24 23:46:04 +00:00
Alan Liu
9d30c08f22
ICU-2370 fix format() docs regarding appending to result string; also misc other doc and parameter name fixes
...
X-SVN-Rev: 10364
2002-11-23 01:11:50 +00:00
Alan Liu
97a528130e
ICU-2015 add header vtable check per review
...
X-SVN-Rev: 10363
2002-11-23 01:09:39 +00:00
Markus Scherer
dc7dc3cb9f
ICU-1949 add ustrenum.h
...
X-SVN-Rev: 10362
2002-11-23 01:08:14 +00:00
Vladimir Weinstein
e56cb89e0d
ICU-1855 changes according to code review
...
X-SVN-Rev: 10361
2002-11-23 00:52:55 +00:00
Vladimir Weinstein
5c50437c3b
ICU-1856 changes according to code review
...
X-SVN-Rev: 10360
2002-11-23 00:52:08 +00:00
Syn Wee Quek
4691489129
ICU-2118
...
removed unnecessary and uncalled private methods
X-SVN-Rev: 10359
2002-11-23 00:51:10 +00:00
George Rhoten
db282b5a58
ICU-1949 Call the right function
...
X-SVN-Rev: 10358
2002-11-23 00:44:10 +00:00
George Rhoten
64e629ca99
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10357
2002-11-23 00:32:06 +00:00
George Rhoten
e4ca51215b
ICU-1949 Make the call less ambiguous for Windows.
...
X-SVN-Rev: 10356
2002-11-23 00:24:32 +00:00
George Rhoten
cfdcb75347
ICU-1949 Fix some compiler warnings
...
X-SVN-Rev: 10355
2002-11-22 23:58:49 +00:00
George Rhoten
3c56009663
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10354
2002-11-22 23:57:41 +00:00
Ram Viswanadha
ff22cf7307
ICU-2474 use hex escaped ASCII for input
...
X-SVN-Rev: 10353
2002-11-22 23:44:46 +00:00
Ram Viswanadha
940a3f8f1c
ICU-2474 dont make multiple calls to ungetc
...
X-SVN-Rev: 10352
2002-11-22 23:43:32 +00:00
Alan Liu
856c6142b2
ICU-2015 enhance/correct docs per review
...
X-SVN-Rev: 10347
2002-11-22 19:37:28 +00:00
Alan Liu
1e2ccf2c67
ICU-2015 move *_START identifiers to position #2 so debugger picks up "real" symbolic name
...
X-SVN-Rev: 10346
2002-11-22 19:36:55 +00:00
Syn Wee Quek
3b5d4d54fc
ICU-2118
...
code coverage updates
X-SVN-Rev: 10345
2002-11-22 18:59:25 +00:00
Doug Felt
8f1b89cca4
ICU-2118 coverage for BreakIteratorFactory::handleCreate
...
X-SVN-Rev: 10344
2002-11-22 18:55:53 +00:00
Alan Liu
acc6c8332e
ICU-2025 improve @deprecated tags
...
X-SVN-Rev: 10342
2002-11-22 18:31:51 +00:00
Doug Felt
d6a9220d93
ICU-1949 StringEnumeration changes and some cleanup
...
X-SVN-Rev: 10341
2002-11-22 18:20:28 +00:00
Doug Felt
391ae83bc5
ICU-2118 digitlist API coverage
...
X-SVN-Rev: 10340
2002-11-22 18:17:42 +00:00
Doug Felt
128bf53fe3
ICU-1949 change StringEnumeration per Markus's request
...
X-SVN-Rev: 10339
2002-11-22 18:16:02 +00:00
Alan Liu
1c3f8fb7b2
ICU-1837 fix test Replaceable impl bugs
...
X-SVN-Rev: 10338
2002-11-22 17:57:51 +00:00
George Rhoten
4cd0cba09c
ICU-2135 Make it easier to step through the code
...
X-SVN-Rev: 10336
2002-11-22 08:27:12 +00:00
Andy Heninger
aee9885219
ICU-1949 export unicode/strenum.h to icu/include; needed by brkiter.h
...
X-SVN-Rev: 10332
2002-11-22 00:39:41 +00:00
George Rhoten
f7384d4fe0
ICU-2000 Don't make the word error show in the warning message.
...
X-SVN-Rev: 10328
2002-11-21 23:58:25 +00:00
Syn Wee Quek
4374eb9778
ICU-2118
...
code coverage
deprecated protected unused collator constructor
X-SVN-Rev: 10323
2002-11-21 22:52:46 +00:00
Syn Wee Quek
73b1097f53
ICU-2118
...
code coverage updates
X-SVN-Rev: 10321
2002-11-21 21:43:03 +00:00
Vladimir Weinstein
0740e8b325
ICU-1854 changes according to code review
...
X-SVN-Rev: 10320
2002-11-21 21:05:14 +00:00
Vladimir Weinstein
ec619ff9f6
ICU-1855 changes according to code review
...
X-SVN-Rev: 10319
2002-11-21 21:04:51 +00:00
George Rhoten
824f79621f
ICU-1949 Add strenum.h
...
X-SVN-Rev: 10318
2002-11-21 19:39:24 +00:00
George Rhoten
8bca5d3989
ICU-1977 Increase code coverage
...
X-SVN-Rev: 10317
2002-11-21 19:24:53 +00:00
George Rhoten
b164ce1d52
ICU-1977 Add more tests
...
X-SVN-Rev: 10316
2002-11-21 19:24:25 +00:00
Vladimir Weinstein
cb16c57b38
ICU-2508 perl perf framework output revision + added charperf perl driver
...
X-SVN-Rev: 10313
2002-11-21 07:08:14 +00:00
Syn Wee Quek
8ec395e863
ICU-2118
...
removed unnecessary and uncalled private methods
X-SVN-Rev: 10311
2002-11-21 01:11:57 +00:00
Andy Heninger
41accb8237
ICU-105 Regular Expressions, fix memory leak, improved test coverage
...
X-SVN-Rev: 10310
2002-11-21 01:06:00 +00:00
Alan Liu
1d72926c95
ICU-2347 make review fixes
...
X-SVN-Rev: 10309
2002-11-21 00:59:20 +00:00
Andy Heninger
b029ea78a7
ICU-105 Regular Expressions, Add tests for improved API code coverage
...
X-SVN-Rev: 10308
2002-11-21 00:49:52 +00:00
Alan Liu
f8be29dfa1
ICU-2347 make review fixes (comments only)
...
X-SVN-Rev: 10307
2002-11-21 00:19:55 +00:00
Andy Heninger
00da27677a
ICU-105 Regular Expressions, improved formatting of debug output.
...
X-SVN-Rev: 10306
2002-11-20 23:30:20 +00:00
Ram Viswanadha
5035c9f797
ICU-2514 add unalignedtest
...
X-SVN-Rev: 10303
2002-11-20 22:13:57 +00:00
Ram Viswanadha
468875d801
ICU-2512 fix cintltst argument parsing
...
X-SVN-Rev: 10302
2002-11-20 21:52:20 +00:00
Doug Felt
bff98f6ace
ICU-1964 doc cleanup and review changes
...
X-SVN-Rev: 10298
2002-11-20 17:16:11 +00:00
Doug Felt
aa710b99dd
ICU-2203 minor cleanup
...
X-SVN-Rev: 10297
2002-11-20 17:15:34 +00:00
Vladimir Weinstein
6d93dcd857
ICU-2508 perl performance driver. Initial revision
...
X-SVN-Rev: 10295
2002-11-19 19:32:32 +00:00
Andy Heninger
24bf088281
ICU-105 Regular Expressions, changes from code review
...
X-SVN-Rev: 10294
2002-11-19 19:31:03 +00:00
Vladimir Weinstein
bf1f6b1213
ICU-2274 RBBI performance test, initial revision
...
X-SVN-Rev: 10293
2002-11-19 19:27:36 +00:00
Vladimir Weinstein
1980971618
ICU-2363 fixed a potential dead loop
...
X-SVN-Rev: 10292
2002-11-19 19:21:29 +00:00
Vladimir Weinstein
d0af485712
ICU-2363 weiv's changes to the perf base class:
...
- added locale parameter
- changed output
- changed test loop running
- fixed some bugs
X-SVN-Rev: 10291
2002-11-19 19:19:57 +00:00
Ram Viswanadha
dcce141a6d
ICU-2363 update with comments from code review
...
X-SVN-Rev: 10290
2002-11-19 03:20:25 +00:00
Markus Scherer
dc2a132696
ICU-2351 allow remove(guaranteed everything) and truncate(0) to also un-bogus a string
...
X-SVN-Rev: 10289
2002-11-19 02:12:39 +00:00
George Rhoten
6fe60cd9a4
ICU-108 regex.h is a C++ file
...
X-SVN-Rev: 10288
2002-11-18 17:54:04 +00:00
Markus Scherer
c9d8242c60
ICU-2351 test that behavior of bogus strings is consistent with NULL: only assignment revives a bogus string
...
X-SVN-Rev: 10283
2002-11-16 01:15:29 +00:00
Markus Scherer
f8a169d29a
ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string - special code for output string wrappers for pure preflighting
...
X-SVN-Rev: 10282
2002-11-16 01:14:40 +00:00
Markus Scherer
a1fcf67ec4
ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string
...
X-SVN-Rev: 10281
2002-11-16 01:10:52 +00:00
Markus Scherer
9cb1c40db3
ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string
...
X-SVN-Rev: 10280
2002-11-16 01:05:36 +00:00
Doug Felt
82e5383a7e
ICU-2203 cleanup api after code review
...
X-SVN-Rev: 10277
2002-11-15 23:52:14 +00:00
Ram Viswanadha
c1ccf114af
ICU-2363 interpret ucnv_compareNames output correctly
...
X-SVN-Rev: 10275
2002-11-15 22:45:17 +00:00
Ram Viswanadha
ee96dfa7ac
ICU-2476 remove -v from genrb options
...
X-SVN-Rev: 10273
2002-11-15 22:20:33 +00:00
Steven R. Loomis
3c1e60a214
ICU-2116 --cflags-dynamic, --cppflags-dynamic, --cxxflags-dynamic options for compiling to target shared libraries
...
X-SVN-Rev: 10268
2002-11-15 19:01:05 +00:00
George Rhoten
5c279e1290
ICU-2474 Fix linkage problem
...
X-SVN-Rev: 10267
2002-11-15 17:36:49 +00:00
Alan Liu
e0beb5b008
ICU-1125 move formal syntax table to end of class javadoc
...
X-SVN-Rev: 10266
2002-11-15 01:58:29 +00:00
Alan Liu
908561fe2a
ICU-2038 move stack vars down
...
X-SVN-Rev: 10265
2002-11-14 22:42:13 +00:00
Alan Liu
de131d145e
ICU-2038 update docs per Markus feedback
...
X-SVN-Rev: 10264
2002-11-14 22:26:41 +00:00
Vladimir Weinstein
ad1e900682
ICU-2079 relax data checking for UCA version
...
X-SVN-Rev: 10263
2002-11-14 21:00:19 +00:00
Alan Liu
4f88ee540f
ICU-2447 add API tests for range API
...
X-SVN-Rev: 10261
2002-11-14 20:34:23 +00:00
Steven R. Loomis
e8eba3613b
ICU-2494 don't build docs by default
...
X-SVN-Rev: 10259
2002-11-14 18:44:13 +00:00
Andy Heninger
fa1b944f9f
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10258
2002-11-14 18:27:00 +00:00
Doug Felt
767827eb75
ICU-1949 cleanup mutex, old debug ifdefs
...
X-SVN-Rev: 10257
2002-11-14 17:48:26 +00:00
Doug Felt
5c886229bf
ICU-2203 fixes to breakiterator registration
...
X-SVN-Rev: 10256
2002-11-14 17:47:49 +00:00
George Rhoten
f9076091f6
ICU-2493 johab is windows-1361, not ibm-949
...
X-SVN-Rev: 10255
2002-11-14 17:47:43 +00:00
Markus Scherer
efece3ac74
ICU-2410 fix example comment
...
X-SVN-Rev: 10254
2002-11-14 02:16:22 +00:00
Markus Scherer
be1562a9bd
ICU-2085 properly deprecate TZ::inDaylightTime() in both the base and implementation classes
...
X-SVN-Rev: 10253
2002-11-14 02:04:10 +00:00
Alan Liu
bcdc20bce8
ICU-1837 use style context during replace
...
X-SVN-Rev: 10251
2002-11-14 01:46:11 +00:00
Alan Liu
eddd59f368
ICU-1837 add post-2.1 test, fix bug
...
X-SVN-Rev: 10250
2002-11-14 01:45:42 +00:00
Alan Liu
63f4ff679f
ICU-1837 add javadoc re: U+FFFF and style info
...
X-SVN-Rev: 10249
2002-11-14 01:44:57 +00:00
Syn Wee Quek
4940ff0c8c
ICU-2275
...
inlined functions.
X-SVN-Rev: 10247
2002-11-14 01:24:14 +00:00
Ram Viswanadha
d4848ae2b8
ICU-2363 readline should conform to UTR 13 recomendations
...
X-SVN-Rev: 10246
2002-11-14 01:18:06 +00:00
Steven R. Loomis
e08ac06893
ICU-2347 Cast away const on delete.
...
X-SVN-Rev: 10245
2002-11-14 00:47:56 +00:00
Steven R. Loomis
f9173f3f2b
ICU-2085 Don't have trailing commas in enums.
...
X-SVN-Rev: 10244
2002-11-14 00:43:21 +00:00
Ram Viswanadha
4a8fec241d
ICU-2363 minor updates
...
X-SVN-Rev: 10240
2002-11-13 22:40:49 +00:00
George Rhoten
8c4673aa29
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 10239
2002-11-13 22:36:43 +00:00
Markus Scherer
9ab5577904
ICU-2085 remove ignore_hangul from active duty
...
X-SVN-Rev: 10238
2002-11-13 22:34:33 +00:00
Ram Viswanadha
566a787e43
ICU-2363 fix bug in line mode
...
X-SVN-Rev: 10237
2002-11-13 20:55:52 +00:00
Alan Liu
93e834a970
ICU-2410 make max(bogus)=-1, script(bogus)=0, min(script)=0
...
X-SVN-Rev: 10234
2002-11-13 20:03:11 +00:00
Alan Liu
bf4b94596e
ICU-2347 fix typo
...
X-SVN-Rev: 10233
2002-11-13 18:48:19 +00:00
Ram Viswanadha
b12adf6e06
ICU-2363 minor updates
...
X-SVN-Rev: 10232
2002-11-13 03:22:10 +00:00
Andy Heninger
f54596b532
ICU-105 Regular Expressions, API docs updated
...
X-SVN-Rev: 10231
2002-11-13 02:28:04 +00:00
Alan Liu
66a285bef3
ICU-2347 add new timezone enumeration API and deprecate old one
...
X-SVN-Rev: 10230
2002-11-12 23:52:27 +00:00
Alan Liu
678e8ec99a
ICU-2347 add uenum_openStringEnumeration (private)
...
X-SVN-Rev: 10229
2002-11-12 23:44:54 +00:00
Alan Liu
ee3fc7728b
ICU-1949 add forward decl for UnicodeString
...
X-SVN-Rev: 10228
2002-11-12 23:40:05 +00:00
George Rhoten
f9f011c17c
ICU-2484 Added the rare character u umlaut to the character set.
...
X-SVN-Rev: 10227
2002-11-12 17:37:37 +00:00
George Rhoten
13aa90941e
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10226
2002-11-12 01:50:37 +00:00
George Rhoten
b0d0f6a394
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10225
2002-11-12 01:44:37 +00:00
George Rhoten
1b8c614b0a
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10224
2002-11-12 01:37:48 +00:00
George Rhoten
c0fb379e40
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10223
2002-11-12 00:50:59 +00:00
George Rhoten
dcfd5744ca
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10222
2002-11-12 00:43:02 +00:00
Ram Viswanadha
02c2651faf
ICU-2476 test if args to printf are null or not
...
X-SVN-Rev: 10221
2002-11-12 00:28:59 +00:00
Andy Heninger
fa16d0f578
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10220
2002-11-11 18:49:49 +00:00
George Rhoten
1560a2fb59
ICU-2000 Fix some compiler warnings.
...
X-SVN-Rev: 10219
2002-11-11 18:39:28 +00:00
Ram Viswanadha
cb7ce84708
ICU-2476 remove extraneous text
...
X-SVN-Rev: 10218
2002-11-09 02:37:39 +00:00
Doug Felt
db4ae82cbd
ICU-1949 another fix for reentrant locks. Better would be a fix to mutex.
...
X-SVN-Rev: 10217
2002-11-09 02:19:06 +00:00
Ram Viswanadha
31472c9630
ICU-2476 Add option for stricter parsing of genrb
...
X-SVN-Rev: 10215
2002-11-09 00:10:25 +00:00
Ram Viswanadha
dc9106be88
ICU-2476 Add option for stricter parsing of genrb
...
X-SVN-Rev: 10214
2002-11-08 23:16:10 +00:00
Doug Felt
1b7c29d060
ICU-2203 strict c++ doesn't allow declarations in while
...
X-SVN-Rev: 10213
2002-11-08 22:34:18 +00:00
Doug Felt
649d22bf27
ICU-2203 remove synch in cleanup
...
X-SVN-Rev: 10212
2002-11-08 20:13:53 +00:00
George Rhoten
6afcceee3f
ICU-2474 Fix for z/OS
...
X-SVN-Rev: 10211
2002-11-08 19:38:21 +00:00
Doug Felt
9b74d3f1fc
ICU-1949 icuservice - cleanup, reentrant lock fix
...
X-SVN-Rev: 10210
2002-11-08 18:49:15 +00:00
George Rhoten
db3df652f5
ICU-2457 Properly update the version to 2.4
...
X-SVN-Rev: 10209
2002-11-08 18:37:22 +00:00
George Rhoten
dfe9550db8
ICU-2457 Properly update the version to 2.4
...
X-SVN-Rev: 10208
2002-11-08 18:23:19 +00:00
Doug Felt
fc7db155e6
ICU-2203 BreakIterator service registration - cleanup
...
X-SVN-Rev: 10207
2002-11-08 18:07:48 +00:00
George Rhoten
bc942255a2
ICU-2203 Fix for Solaris
...
X-SVN-Rev: 10206
2002-11-08 04:38:37 +00:00
Markus Scherer
c2b0d61466
ICU-2094 add pErrorCode argument to uprv_haveProperties()
...
X-SVN-Rev: 10205
2002-11-08 02:22:15 +00:00
George Rhoten
06152efd7f
ICU-2078 I need more room for reverse fallbacks.
...
X-SVN-Rev: 10204
2002-11-08 02:18:05 +00:00
Markus Scherer
5e4e604d8c
ICU-2314 add fromUBytesLength to .cnv file structure
...
X-SVN-Rev: 10203
2002-11-08 02:03:10 +00:00
Markus Scherer
dd1b7cb1a4
ICU-1849 properly detect UTF-7 signature(s)
...
X-SVN-Rev: 10202
2002-11-08 01:28:14 +00:00
Doug Felt
9e3ffd17d1
ICU-2203 BreakIterator service registration
...
X-SVN-Rev: 10197
2002-11-08 00:22:18 +00:00
Doug Felt
ce5a830202
ICU-1949 ICUService API (private for now)
...
X-SVN-Rev: 10196
2002-11-08 00:20:14 +00:00
Markus Scherer
442a78aeec
ICU-2466 add IMAP-mailbox-name converter
...
X-SVN-Rev: 10187
2002-11-07 21:02:24 +00:00
Andy Heninger
54d2cd87e5
ICU-105 Regular Expressions, memory cleanup
...
X-SVN-Rev: 10186
2002-11-07 20:06:39 +00:00
Syn Wee Quek
39660f8c4f
ICU-2236
...
Codereview comments
Replaced Makefile.in with simpler Makefile
X-SVN-Rev: 10185
2002-11-07 19:07:15 +00:00
Doug Felt
78e3bc3e2b
ICU-1949 ICUService API (private for now)
...
X-SVN-Rev: 10184
2002-11-07 08:07:59 +00:00
Doug Felt
8f354b5a9e
ICU-1949 ICUService API (private for now)
...
X-SVN-Rev: 10183
2002-11-07 08:02:41 +00:00
Markus Scherer
97d2e85372
ICU-2341 fix buffer overflow in uconv with utf-16/32 converters that add a BOM
...
X-SVN-Rev: 10182
2002-11-07 02:49:10 +00:00
Markus Scherer
3c4333f7e1
ICU-2294 document non-subclassability
...
X-SVN-Rev: 10181
2002-11-07 02:38:51 +00:00
Andy Heninger
2d39fda4e3
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10180
2002-11-07 02:34:46 +00:00
Steven R. Loomis
f8f62de907
ICU-2457 update document on what needs to be updated to include stubdata
...
X-SVN-Rev: 10179
2002-11-07 02:11:05 +00:00
Markus Scherer
1b88d738fe
ICU-2336 fix some comments about UTF-7
...
X-SVN-Rev: 10178
2002-11-07 01:57:18 +00:00
Alan Liu
819429ec06
ICU-2015 move getRuleWhiteSpaceSet to uprops and convert it from C++ to C
...
X-SVN-Rev: 10177
2002-11-07 01:28:14 +00:00
Ram Viswanadha
c9dac031e0
ICU-2457 update to 2.4 version number
...
X-SVN-Rev: 10176
2002-11-07 00:37:33 +00:00
Syn Wee Quek
c56e1ea2a9
ICU-2236
...
Initial commits for collation and string search sample code
X-SVN-Rev: 10175
2002-11-06 23:09:39 +00:00
Vladimir Weinstein
880efe6d02
ICU-1949 removed absent file from the project
...
X-SVN-Rev: 10174
2002-11-06 22:56:49 +00:00
Doug Felt
e39b3b40a7
ICU-1949 ICUService API (private for now)
...
X-SVN-Rev: 10173
2002-11-06 22:14:49 +00:00
Markus Scherer
ef8d48e498
ICU-2001 enum constant name U_a is even safer than _a
...
X-SVN-Rev: 10172
2002-11-06 20:50:03 +00:00
Markus Scherer
09ea6f21fa
ICU-2046 miscellaneous .ucm tools moved to charset/source/ucmtools/
...
X-SVN-Rev: 10170
2002-11-06 19:53:24 +00:00
Markus Scherer
ea20cfd4a6
ICU-2001 enum is safer than #define...
...
X-SVN-Rev: 10158
2002-11-06 03:09:56 +00:00
Andy Heninger
96ec073b83
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10157
2002-11-06 02:35:20 +00:00
Markus Scherer
ee0d1cd5db
ICU-2145 fix a test bug
...
X-SVN-Rev: 10156
2002-11-06 00:55:08 +00:00
Markus Scherer
5b21996599
ICU-2001 build more precise inclusions list (set) mostly from UCD data trie enumeration, plus code points for which properties are hardcoded
...
X-SVN-Rev: 10155
2002-11-06 00:52:44 +00:00
Markus Scherer
2b8e5c3bcd
ICU-1785 test unorm_isNFSkippable()
...
X-SVN-Rev: 10154
2002-11-05 00:59:02 +00:00
Markus Scherer
6ebcafd22d
ICU-1785 implement unorm_isNFSkippable() and unorm_addPropertyStarts()
...
X-SVN-Rev: 10153
2002-11-05 00:57:52 +00:00
Markus Scherer
7f33a69caf
ICU-1785 build skippables data; formatVersion 2.2
...
X-SVN-Rev: 10152
2002-11-05 00:56:25 +00:00
Markus Scherer
c22abf74ad
ICU-1785 replace hardcoded skippables sets with calls to unorm_isNFSkippable()
...
X-SVN-Rev: 10151
2002-11-05 00:53:42 +00:00
Alan Liu
4d2dedf595
ICU-2015 stringPool_count was off by 1 in header
...
X-SVN-Rev: 10150
2002-11-05 00:32:29 +00:00
Steven R. Loomis
53ddbf2cdd
ICU-2457 Bump version # to 2.4
...
X-SVN-Rev: 10149
2002-11-04 22:58:20 +00:00
Andy Heninger
07ecbd7cfb
ICU-105 Regular Expressions, remove char * string literal warnings in tests
...
X-SVN-Rev: 10148
2002-11-04 19:35:22 +00:00
Andy Heninger
241a9b0d14
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10147
2002-11-04 19:30:01 +00:00
Andy Heninger
14b065ca9d
ICU-105 Regular Expressions, ongoing development
...
X-SVN-Rev: 10146
2002-11-04 19:09:35 +00:00
Alan Liu
1ad9f88a32
ICU-2015 add total_size to header to inform java
...
X-SVN-Rev: 10145
2002-11-04 18:32:45 +00:00