Commit Graph

652 Commits

Author SHA1 Message Date
John Fitzpatrick
84d51a3117 Javadoc compilation error fixes
X-SVN-Rev: 772
2000-02-16 19:04:32 +00:00
Markus Scherer
6a456cf79f ICU-279 add missing .ucm file names
X-SVN-Rev: 767
2000-02-16 02:17:11 +00:00
Markus Scherer
2c04f7442c ICU-279 aliases must conform to the iana list
X-SVN-Rev: 765
2000-02-16 01:33:45 +00:00
Steven R. Loomis
3039c11612 ICU-227 fix const type in cintltst() main, [future error fix for HPUX c++ compiler]
X-SVN-Rev: 764
2000-02-16 01:10:01 +00:00
Markus Scherer
0e455b5246 ICU-279 EBCDIC LF/NL mappings specific to S/390, not CDRA-conformant
X-SVN-Rev: 763
2000-02-16 00:29:28 +00:00
Richard Gillam
2b6da31922 Added lenient parsing rules to the German number-spellout rules
so that RBNF would correctly interpret spellings such as
"fuenfunddreissig".

X-SVN-Rev: 762
2000-02-15 21:09:23 +00:00
John Fitzpatrick
eb572f18f6 Added comments
X-SVN-Rev: 761
2000-02-15 18:19:29 +00:00
John Fitzpatrick
e2eaf8d338 fixed test imports and packages
X-SVN-Rev: 760
2000-02-15 06:17:08 +00:00
John Fitzpatrick
5fc1bacd0c fixed test imports and packages
X-SVN-Rev: 759
2000-02-15 06:14:16 +00:00
Steven R. Loomis
2ed14f613a ICU-139 itou() hex conversion
X-SVN-Rev: 758
2000-02-15 01:05:58 +00:00
Markus Scherer
3242a8e790 ICU-279 EBCDIC LF/NL mappings specific to S/390, not CDRA-conformant
X-SVN-Rev: 757
2000-02-15 00:04:04 +00:00
Markus Scherer
fb8e692c59 ICU-188 remove all PlatformInvariant handling
X-SVN-Rev: 756
2000-02-14 20:07:44 +00:00
Markus Scherer
eb3b8551a2 ICU-279 EBCDIC LF/NL must be mapped according to the CDRA
X-SVN-Rev: 755
2000-02-14 19:10:13 +00:00
Steven R. Loomis
ab4ac6063a ICU-212 out-of-source build
X-SVN-Rev: 753
2000-02-12 05:54:43 +00:00
Alan Liu
77749b5b8d ICU-278 Catch infinite loops in RBT rules
X-SVN-Rev: 752
2000-02-12 02:05:36 +00:00
Alan Liu
bb2611b517 ICU-277 fixed bug in UnicodeSet variable parsing
X-SVN-Rev: 751
2000-02-12 01:23:13 +00:00
Alan Liu
e7209482d2 ICU-276 added Position constructors
X-SVN-Rev: 750
2000-02-11 22:32:11 +00:00
John Fitzpatrick
81ed01173b added copy constructor
X-SVN-Rev: 746
2000-02-10 07:38:01 +00:00
John Fitzpatrick
0f992456ae fixed imports for com.ibm.util.Utility
X-SVN-Rev: 745
2000-02-10 07:36:25 +00:00
John Fitzpatrick
cb78f28a45 added makefiles
X-SVN-Rev: 744
2000-02-10 07:30:38 +00:00
John Fitzpatrick
4857053b2e *** empty log message ***
X-SVN-Rev: 742
2000-02-10 06:25:58 +00:00
Brendan Murray
ad902e7865 ICU-271 added LMBCS to the alias table
X-SVN-Rev: 741
2000-02-10 00:48:35 +00:00
Brendan Murray
7aa7596ff8 ICU-270 fixed incorrect use of the table->mbcs.starters in the ebcdic stateful generator
X-SVN-Rev: 740
2000-02-10 00:18:45 +00:00
Helena Chapman
fe50fe7c3b ICU-84 Updated the readme file for S/390 1.4.0 release.
X-SVN-Rev: 738
2000-02-09 19:53:32 +00:00
Markus Scherer
4d6a965002 ICU-176 initial, basic utf-16 support for c
X-SVN-Rev: 737
2000-02-09 19:42:15 +00:00
Markus Scherer
111462800f ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
X-SVN-Rev: 736
2000-02-09 19:15:17 +00:00
Markus Scherer
f83bf17a46 ICU-256 handle platform-U_FILE_SEP_CHAR: don't rely on '/'! (untabify, too)
X-SVN-Rev: 735
2000-02-09 01:29:21 +00:00
Markus Scherer
42e5acace0 ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
X-SVN-Rev: 734
2000-02-08 23:41:16 +00:00
Markus Scherer
139685dd3f ICU-266 improve hashXXString() performance, add hashIString()
X-SVN-Rev: 731
2000-02-08 23:35:19 +00:00
Steven R. Loomis
9c8cf9e12d ICU-84 os/390 support for udata
X-SVN-Rev: 730
2000-02-08 18:04:08 +00:00
John Fitzpatrick
4fdf5c9631 moved conflicting local elements files
X-SVN-Rev: 729
2000-02-08 06:45:26 +00:00
Alan Liu
7ce42e2f31 ICU-265 map char to set with array instead of hash for better performance
X-SVN-Rev: 728
2000-02-08 02:49:15 +00:00
Yves Arrouye
bf89e792e3 ICU-212 out-of-source build. configure now creates data/ and
data/translit in the build dir. Changed every Makefile to correctly use
$(srcdir), $(builddir), and the new data location.

X-SVN-Rev: 727
2000-02-07 21:00:53 +00:00
Yves Arrouye
fd7833f781 ICU-212 out-of-source build. Added a rule to build ../data/%.o files
that will work with out-of-source build directories.

X-SVN-Rev: 726
2000-02-07 20:57:10 +00:00
Yves Arrouye
247a2b7c11 ICU-212 out-of-source build. gencnval now accepts the path of the
convrtrs.txt file as a command-line argument.

X-SVN-Rev: 725
2000-02-07 20:55:54 +00:00
Yves Arrouye
b198364fce ICU-256 makeconv displays incorrect paths.
X-SVN-Rev: 724
2000-02-07 20:54:50 +00:00
Markus Scherer
20baeae401 ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
X-SVN-Rev: 723
2000-02-07 17:35:21 +00:00
Alan Liu
7b6b7df37a ICU-264 improve filter handling of CompoundTransliterator
X-SVN-Rev: 722
2000-02-05 00:24:24 +00:00
Markus Scherer
7f7b2d90f3 ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
X-SVN-Rev: 721
2000-02-05 00:19:15 +00:00
Helena Chapman
01a8d20f2e ICU-255 Needed a typecast before calling CompactArray.
X-SVN-Rev: 720
2000-02-05 00:01:54 +00:00
Helena Chapman
9b992c0c1f ICU-255 Needed a typecast before calling CompactArray.
X-SVN-Rev: 719
2000-02-04 23:39:14 +00:00
Yves Arrouye
fcb670fe5e ICU-260 make the build stop on error that occur in subdirectories
while making recursive targets.

X-SVN-Rev: 718
2000-02-04 22:34:43 +00:00
Yves Arrouye
693bc71060 ICU-262 Corrected the headers installation loop.
X-SVN-Rev: 717
2000-02-04 07:25:38 +00:00
Yves Arrouye
f0566d5e40 ICU-261 Invoke config.status correctly (using CONFIG_FILES) to create
unicode/platform.h when needed.

X-SVN-Rev: 716
2000-02-04 07:24:18 +00:00
Markus Scherer
e718d50df9 ICU-176 initial, basic utf-16 support for c
X-SVN-Rev: 715
2000-02-03 19:54:49 +00:00
Markus Scherer
32dd641cf5 ICU-176 initial, basic utf-16 support for c
X-SVN-Rev: 714
2000-02-03 19:47:30 +00:00
Alan Liu
957ec2d172 Use array rather than hashtable for char-to-set map
X-SVN-Rev: 713
2000-02-03 18:18:42 +00:00
Alan Liu
8e5a1219ba Use array rather than hashtable for char-to-set map
X-SVN-Rev: 712
2000-02-03 18:11:19 +00:00
Alan Liu
d09a5e4c0f Make UnicodeSet use SymbolTable
X-SVN-Rev: 711
2000-02-03 18:10:05 +00:00
Helena Chapman
a11e8adaf6 ICU-227 Undo the ox15 <-> U+000a change.
X-SVN-Rev: 710
2000-02-03 01:04:10 +00:00