Commit Graph

13495 Commits

Author SHA1 Message Date
Markus Scherer
483b851725 ICU-3692 emphasize why full case mappings are better than simple ones
X-SVN-Rev: 17948
2005-06-17 23:47:15 +00:00
Doug Felt
25d082e19b ICU-646 wall time support in icu4c - use 'v' for generic time, revert tests
X-SVN-Rev: 17946
2005-06-17 20:41:10 +00:00
Eric Mader
2717c31b16 ICU-4578 Fix warnings on Intel compiler.
X-SVN-Rev: 17942
2005-06-17 19:20:43 +00:00
George Rhoten
aee4b9cb87 ICU-4416 Make sure that surrogates aren't listed for UTF-16 and UTF-32
X-SVN-Rev: 17940
2005-06-17 07:04:03 +00:00
George Rhoten
7ebe8124c8 ICU-3950 Add --disable-draft configure option.
X-SVN-Rev: 17939
2005-06-17 06:52:29 +00:00
Andy Heninger
5f5e3e0edc ICU-4474 add \u000b as a newline in regex matching
X-SVN-Rev: 17934
2005-06-17 00:53:26 +00:00
Andy Heninger
1bea558cb2 ICU-4474 add \u000b as a newline in regex matching
X-SVN-Rev: 17933
2005-06-17 00:42:54 +00:00
Eric Mader
4fdb123022 ICU-4507 ~LayoutEngine() needs to delete fGlyphStorage (and doesn't need to call reset())
X-SVN-Rev: 17932
2005-06-17 00:16:35 +00:00
Eric Mader
8250658adb ICU-4508 ~FontTableCache needs to delete fTableCache. Update project files for VS .NET 2003.
X-SVN-Rev: 17931
2005-06-17 00:01:47 +00:00
Eric Mader
17205380ed ICU-4578 Update punjCharClasses, fix backwards comments in state table.
X-SVN-Rev: 17930
2005-06-16 23:53:41 +00:00
Eric Mader
5d6bf66a64 ICU-4509 Don't check for Nukta past the end of the syllable.
X-SVN-Rev: 17925
2005-06-16 22:46:37 +00:00
George Rhoten
e0a08a43c1 ICU-3615 Add API to list ISO 4217 currencies.
X-SVN-Rev: 17916
2005-06-16 21:31:47 +00:00
George Rhoten
e1311ed7d8 ICU-3615 Redesign API based on comments.
X-SVN-Rev: 17914
2005-06-16 21:05:01 +00:00
George Rhoten
7a72778337 ICU-3615 Make sure that the currency codes are kept in sync.
X-SVN-Rev: 17913
2005-06-16 21:04:40 +00:00
George Rhoten
9cb64880a0 ICU-3615 Remove invalid codes.
X-SVN-Rev: 17910
2005-06-16 20:37:12 +00:00
Vladimir Weinstein
1e4e3fb4f3 ICU-4587 add C++ wrappers for ucol_cloneBinary and ucol_openBinary
X-SVN-Rev: 17909
2005-06-16 20:08:56 +00:00
George Rhoten
79a89261a4 ICU-3615 Add API to list ISO currencies.
X-SVN-Rev: 17907
2005-06-16 18:44:30 +00:00
George Rhoten
02cec4d5ce ICU-4559 Make the library contain less data.
X-SVN-Rev: 17905
2005-06-16 17:22:32 +00:00
Ram Viswanadha
37cbc71475 ICU-4157 fix for building on cygwin
X-SVN-Rev: 17904
2005-06-15 22:51:41 +00:00
Steven R. Loomis
762080be78 ICU-4582 seems OK on C.. adding tests
X-SVN-Rev: 17903
2005-06-15 22:49:04 +00:00
George Rhoten
6aa2889541 ICU-4485 Improve the icuio API documentation.
X-SVN-Rev: 17901
2005-06-15 05:53:48 +00:00
George Rhoten
171b6fe4b0 ICU-4412 Fix links to old oss.software.ibm.com site.
X-SVN-Rev: 17900
2005-06-15 04:31:40 +00:00
George Rhoten
5c51ec946a ICU-4233 Fix non-ASCII characters in doxygen documentation.
X-SVN-Rev: 17899
2005-06-15 04:20:43 +00:00
George Rhoten
a43b70c538 ICU-4552 Fix for new and delete for MFC on Windows.
X-SVN-Rev: 17898
2005-06-15 04:07:47 +00:00
George Rhoten
8c346e2b85 ICU-4351 Fix for building on Cygwin/MSVC where the path must be Cygwin compatible and not Windows compatible.
X-SVN-Rev: 17895
2005-06-14 23:39:54 +00:00
George Rhoten
dc0129ceea ICU-4330 HP-UX has a C++ name mangling bug when the namespace version
changed from 3.3 to 3.4. This runtime linker can work with this change.

X-SVN-Rev: 17888
2005-06-14 17:14:30 +00:00
George Rhoten
c0c3b070df ICU-4396 Fix for Visual Studio 8 on AMD64
X-SVN-Rev: 17887
2005-06-14 06:08:37 +00:00
George Rhoten
f612f9a9bb ICU-4396 Fix for Visual Studio 8 on AMD64
X-SVN-Rev: 17886
2005-06-14 05:51:50 +00:00
George Rhoten
a497b03cb3 ICU-4396 Fix for Visual Studio 8
X-SVN-Rev: 17885
2005-06-14 05:44:35 +00:00
George Rhoten
9117209a39 ICU-4290 Fix the context handling for increment/decrement functions.
X-SVN-Rev: 17884
2005-06-14 05:35:06 +00:00
Andy Heninger
6493207038 ICU-3944 fix compilation error
X-SVN-Rev: 17883
2005-06-14 01:47:59 +00:00
Andy Heninger
c1516937e6 ICU-3944 add utexttst.c, skeleton of C API test for UText
X-SVN-Rev: 17882
2005-06-14 01:41:13 +00:00
Andy Heninger
f5fa6a33a3 ICU-3944 fix compilation error
X-SVN-Rev: 17881
2005-06-14 01:28:50 +00:00
Andy Heninger
452456c2b3 ICU-3944 work in progress
X-SVN-Rev: 17880
2005-06-14 01:10:10 +00:00
George Rhoten
03f94dc608 ICU-4280 Allow z/OS ASCII mode and the Intel compiler to output
debugging files without conflicting with the executable file extension.

X-SVN-Rev: 17877
2005-06-13 22:50:24 +00:00
Eric Mader
532aed5e53 ICU-4179 Add suffix rules for common binary files.
X-SVN-Rev: 17876
2005-06-13 22:48:05 +00:00
George Rhoten
6f793d2120 ICU-1141 NetBSD and FreeBSD seem to have a broken thread scheduler, which starves the child threads from any CPU time.
Add a yield in the main process thread.

X-SVN-Rev: 17873
2005-06-13 21:22:34 +00:00
Andy Heninger
a4792b7bb6 ICU-3944 text access, "const" added to a few function parameters.
X-SVN-Rev: 17870
2005-06-13 16:22:24 +00:00
Andy Heninger
2bedf569e7 ICU-3944 fix compiler warnings
X-SVN-Rev: 17869
2005-06-13 15:06:10 +00:00
Andy Heninger
0560bbd46b ICU-3944 text access, work in progress
X-SVN-Rev: 17868
2005-06-13 05:12:32 +00:00
Markus Scherer
2832adcd2f ICU-4390 fix test for ucnv_fromUCountPending()
X-SVN-Rev: 17867
2005-06-13 03:15:26 +00:00
Markus Scherer
26091e6ae6 ICU-4223 do not write the UTF-16/32 BOM if there is no text to convert
X-SVN-Rev: 17866
2005-06-12 21:15:18 +00:00
George Rhoten
a2e0e46710 ICU-4280 Improve the z/OS ASCII support
X-SVN-Rev: 17865
2005-06-10 23:21:11 +00:00
Markus Scherer
f292c7ff36 ICU-4120 document Copt=Qaac
X-SVN-Rev: 17864
2005-06-10 22:45:34 +00:00
George Rhoten
b4e05a8f5c ICU-4421 Use the proper genccode option
X-SVN-Rev: 17863
2005-06-10 22:30:03 +00:00
Ram Viswanadha
791597282f ICU-4334 update timebomb
X-SVN-Rev: 17860
2005-06-10 01:04:03 +00:00
Ram Viswanadha
3ed1ff225b ICU-4450 fix generation of data to fix the test failures
X-SVN-Rev: 17859
2005-06-10 01:01:41 +00:00
George Rhoten
0b54cf03e6 ICU-4539 Fix some platform specific problems.
X-SVN-Rev: 17858
2005-06-09 23:54:30 +00:00
George Rhoten
2883b432a1 ICU-4288 Remove compiler warnings about unused functions.
X-SVN-Rev: 17856
2005-06-09 21:33:05 +00:00
George Rhoten
8c34273967 ICU-4288 Remove compiler warnings about unused functions.
X-SVN-Rev: 17854
2005-06-09 20:41:43 +00:00
George Rhoten
e5c686b621 ICU-4539 Fix compiler errors for some platforms.
X-SVN-Rev: 17853
2005-06-09 20:41:23 +00:00
George Rhoten
05fbb4c9b3 ICU-4268 Don't use // in C files.
X-SVN-Rev: 17852
2005-06-09 20:31:31 +00:00
Doug Felt
49ba79323e ICU-4288 fix compiler warnings about uninitialized variables
X-SVN-Rev: 17851
2005-06-09 20:25:18 +00:00
Ram Viswanadha
0e1a60d3fe ICU-4563 add verbose option
X-SVN-Rev: 17850
2005-06-09 20:17:14 +00:00
Steven R. Loomis
dfa65a2e52 ICU-4179 add suffix match rules
X-SVN-Rev: 17848
2005-06-09 18:45:10 +00:00
Markus Scherer
19593be775 ICU-4268 don't need USetAdder.remove(), initialize to NULL
X-SVN-Rev: 17846
2005-06-09 17:47:18 +00:00
Markus Scherer
0a7413ccd9 ICU-4497 fix compiler warning
X-SVN-Rev: 17845
2005-06-09 17:39:21 +00:00
Richard Gillam
fb164eba5a ICU-4539 Added ability to put ::ID rules into the middle of Transliterator rule sets.
X-SVN-Rev: 17844
2005-06-09 17:30:48 +00:00
Ram Viswanadha
9b670c9d1a ICU-4563 obsolete tool .. does not work
X-SVN-Rev: 17842
2005-06-09 17:11:06 +00:00
Doug Felt
8b20e7ee08 ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
X-SVN-Rev: 17841
2005-06-09 16:45:36 +00:00
George Rhoten
0ef78618de ICU-4559 Temporarily fix a memory leak.
X-SVN-Rev: 17840
2005-06-09 16:38:11 +00:00
George Rhoten
7b2c2e71ff ICU-4559 Fix a memory leak.
X-SVN-Rev: 17839
2005-06-09 16:33:04 +00:00
Doug Felt
2fde203382 ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
X-SVN-Rev: 17838
2005-06-09 16:09:21 +00:00
George Rhoten
b2da86238e ICU-4351 Don't run native tools, if the source archive is in the native endianess and the data target.
This means that the build directory may not exist.

X-SVN-Rev: 17837
2005-06-09 00:59:07 +00:00
George Rhoten
1d6892954a ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17836
2005-06-09 00:01:42 +00:00
George Rhoten
96de60da97 ICU-4559 Fix a memory leak.
X-SVN-Rev: 17832
2005-06-08 21:55:58 +00:00
George Rhoten
516777dd38 ICU-4559 Fix a memory leak.
X-SVN-Rev: 17831
2005-06-08 21:50:10 +00:00
Doug Felt
8c677a95da ICU-646 wall time support in icu - fix chech459 test to deal with CST issue
X-SVN-Rev: 17830
2005-06-08 16:15:44 +00:00
Doug Felt
2114b5d0a5 ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
X-SVN-Rev: 17829
2005-06-08 16:07:41 +00:00
George Rhoten
6f062073be ICU-4450 Update ISO-3166 country list from CLDR.
X-SVN-Rev: 17828
2005-06-08 16:01:17 +00:00
Ram Viswanadha
c8b6c2bf95 ICU-4179 add jar files to the exclusion list
X-SVN-Rev: 17827
2005-06-08 15:59:01 +00:00
Ram Viswanadha
f3b40f09a0 ICU-4563 obsolete tool .. does not work
X-SVN-Rev: 17824
2005-06-08 01:23:40 +00:00
Ram Viswanadha
b3580fb55b ICU-4563 update tool to cope up with changes to data build
X-SVN-Rev: 17823
2005-06-08 01:21:01 +00:00
Eric Mader
5dc3d7c9d4 ICU-4561 Update copyright notices for ICU 3.4
X-SVN-Rev: 17822
2005-06-07 23:38:09 +00:00
George Rhoten
dc1aa2b29f ICU-4450 Update ISO-3166 region list from CLDR.
X-SVN-Rev: 17818
2005-06-07 22:30:12 +00:00
George Rhoten
9354f385da ICU-4450 Update ISO-3166 country list from CLDR.
X-SVN-Rev: 17817
2005-06-07 22:29:38 +00:00
George Rhoten
8582b61f90 ICU-4286 Update platform list.
X-SVN-Rev: 17814
2005-06-07 18:11:34 +00:00
George Rhoten
36e3b3b7e5 ICU-4450 Fix a typo with CLDR updates
X-SVN-Rev: 17813
2005-06-07 18:07:43 +00:00
George Rhoten
843b460dd8 ICU-4559 Use const memory when possible.
X-SVN-Rev: 17810
2005-06-06 06:59:26 +00:00
George Rhoten
7d70b23340 ICU-4351 Remove a debugging statement.
X-SVN-Rev: 17809
2005-06-06 01:26:43 +00:00
George Rhoten
78586d3601 ICU-4351 Reverse previous changes.
X-SVN-Rev: 17808
2005-06-06 01:23:44 +00:00
George Rhoten
90ca96a8fa ICU-4351 Make it easier to customize the data.
X-SVN-Rev: 17807
2005-06-06 01:23:13 +00:00
George Rhoten
dcd6db9b35 ICU-4351 Make it easier to customize the data.
X-SVN-Rev: 17806
2005-06-05 21:25:43 +00:00
George Rhoten
526748cfd7 ICU-4351 Don't run native tools, if the source archive is in the native endianess and the data target.
Also make it easier to customize the data.

X-SVN-Rev: 17805
2005-06-05 21:23:56 +00:00
George Rhoten
d9ec99efa2 ICU-4354 Make intltest work with no transliterator data.
X-SVN-Rev: 17804
2005-06-05 19:29:28 +00:00
George Rhoten
8fcb55e4cc ICU-4354 Don't create excessively long error messages when data is missing.
X-SVN-Rev: 17803
2005-06-05 09:18:46 +00:00
Doug Felt
50c3a2554b ICU-646 wall time support in icu
X-SVN-Rev: 17801
2005-06-04 03:08:25 +00:00
George Rhoten
f089092803 ICU-4330 Change version from 3.3 to 3.4.
X-SVN-Rev: 17800
2005-06-03 23:39:41 +00:00
George Rhoten
b93825e298 ICU-4556 Update which tools can be installed.
X-SVN-Rev: 17799
2005-06-03 22:59:21 +00:00
George Rhoten
da48f46583 ICU-4556 These tools aren't usable by end users without access to ICU's source code.
There isn't a need to install them anymore.

X-SVN-Rev: 17798
2005-06-03 22:57:14 +00:00
Markus Scherer
2aced37b83 ICU-4268 ISO 2022 converters must not convert SO/SI/ESC
X-SVN-Rev: 17796
2005-06-03 20:17:54 +00:00
George Rhoten
195249da25 ICU-4351 Allow data to be built from a .dat archive when the build directory has a space in the name.
X-SVN-Rev: 17794
2005-06-03 18:59:50 +00:00
George Rhoten
961ac9ab51 ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17792
2005-06-03 18:45:09 +00:00
George Rhoten
e93f5bfab3 ICU-4351 Allow data to be built from a .dat archive when the build directory has a space in the name.
X-SVN-Rev: 17791
2005-06-03 18:28:31 +00:00
George Rhoten
bb583e6700 ICU-4450 Synch data with CLDR
X-SVN-Rev: 17788
2005-06-03 16:17:28 +00:00
Markus Scherer
0a89791a62 ICU-4549 verify that ISO-2022-JP-2 works correctly for ISO 8859-1/7 vs. JIS X 0201
X-SVN-Rev: 17787
2005-06-03 16:13:57 +00:00
Steven R. Loomis
e1f00a55d8 ICU-4551 check in testcase for the bug
X-SVN-Rev: 17782
2005-06-02 21:56:14 +00:00
Steven R. Loomis
f1d363aa6d ICU-4247 stub implementation of udata_setFileAccess()
X-SVN-Rev: 17781
2005-06-02 21:00:00 +00:00
Deborah Goldsmith
da83c2f563 ICU-4536 return default on fallback to root
X-SVN-Rev: 17780
2005-06-02 20:56:20 +00:00
Deborah Goldsmith
ca9292b97d ICU-4255 set warnings appropiately on default, fallback
X-SVN-Rev: 17779
2005-06-02 20:52:46 +00:00
Doug Felt
aed5521f8f ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
X-SVN-Rev: 17775
2005-06-02 17:50:50 +00:00
Andy Heninger
132ad760ae ICU-3944 fix compiler warnings
X-SVN-Rev: 17774
2005-06-02 00:16:28 +00:00
George Rhoten
dd3a86df45 ICU-4450 Remove duplicate keys.
X-SVN-Rev: 17772
2005-06-01 20:53:01 +00:00
George Rhoten
2593d50591 ICU-4450 Undo some previous changes. Resolution of the problems has not been finished.
X-SVN-Rev: 17771
2005-06-01 20:51:03 +00:00
Deborah Goldsmith
5e2bae8909 ICU-4239 test fixes for warnings from ucurr_getName
X-SVN-Rev: 17767
2005-06-01 17:45:25 +00:00
Deborah Goldsmith
95d413e0c0 ICU-4239 return proper warning from ucurr_getName
X-SVN-Rev: 17766
2005-06-01 17:43:33 +00:00
Ram Viswanadha
3c23de14f0 ICU-4450 Synch data with CLDR
X-SVN-Rev: 17765
2005-06-01 17:37:06 +00:00
George Rhoten
0ba1b82172 ICU-4330 Update copyright for version change.
X-SVN-Rev: 17762
2005-06-01 04:34:08 +00:00
George Rhoten
f4c404788c ICU-4330 Use genren to regenerate header.
X-SVN-Rev: 17761
2005-06-01 04:33:21 +00:00
George Rhoten
acd9744bcc ICU-4450 Synch data with CLDR
X-SVN-Rev: 17760
2005-06-01 04:06:28 +00:00
George Rhoten
04a626763f ICU-4450 Synch data with CLDR
X-SVN-Rev: 17759
2005-06-01 03:10:28 +00:00
George Rhoten
4670418fc7 ICU-4330 Change version from 3.3 to 3.4. Regenerate file later.
X-SVN-Rev: 17758
2005-06-01 02:44:42 +00:00
George Rhoten
dab7c0c0c7 ICU-4330 Change version from 3.3 to 3.4.
X-SVN-Rev: 17757
2005-06-01 02:44:07 +00:00
Ram Viswanadha
91927ed23f ICU-4450 fix problem with aliases
X-SVN-Rev: 17756
2005-06-01 01:23:19 +00:00
Ram Viswanadha
b5118545af ICU-4450 Synch data with CLDR
X-SVN-Rev: 17755
2005-06-01 01:20:02 +00:00
George Rhoten
86b1781bad ICU-4548 Update Unicode CCSIDs from IBM.
X-SVN-Rev: 17751
2005-05-31 22:04:26 +00:00
Andy Heninger
66840a241d ICU-3944 fix compiler warnings
X-SVN-Rev: 17750
2005-05-31 18:27:39 +00:00
George Rhoten
235a02a9b7 ICU-4516 Fix a compiler warning.
X-SVN-Rev: 17744
2005-05-31 17:20:28 +00:00
George Rhoten
501c4753d0 ICU-4424 Fix URL
X-SVN-Rev: 17743
2005-05-31 16:49:54 +00:00
Andy Heninger
d3f5881c7a ICU-3944 text access, work in progress
X-SVN-Rev: 17742
2005-05-31 03:43:53 +00:00
Markus Scherer
d1db82269b ICU-4199 doc update
X-SVN-Rev: 17739
2005-05-30 21:18:01 +00:00
Markus Scherer
664cb5075f ICU-4199 turn an n/a short name into an empty name (rather than removing it altogether) so that there is always a long name
X-SVN-Rev: 17738
2005-05-30 21:17:16 +00:00
Markus Scherer
e6a0df52ee ICU-4199 enum/name API support for C/POSIX character classes, and UnicodeSet support for [:Assigned:]
X-SVN-Rev: 17730
2005-05-28 22:54:36 +00:00
Steven R. Loomis
7e5ec90bf7 ICU-4542 fixed ARFLAGS
X-SVN-Rev: 17725
2005-05-27 23:49:32 +00:00
Doug Felt
870711b742 ICU-3383 fix dropped include
X-SVN-Rev: 17722
2005-05-27 22:26:37 +00:00
Doug Felt
70537cf0ca ICU-3383 add utility to 'autoquote' unquoted apostrophes in message format
X-SVN-Rev: 17720
2005-05-27 22:07:16 +00:00
George Rhoten
f30601aab5 ICU-4450 Resurrect incorrectly removed files. They are needed for proper a getAvailableLocale functionality.
X-SVN-Rev: 17693
2005-05-25 20:48:29 +00:00
George Rhoten
5079e77d15 ICU-4419 Fixes for icu-config. These changes are common to several platforms (besides just MinGW).
X-SVN-Rev: 17686
2005-05-25 07:01:32 +00:00
George Rhoten
38a8d00feb ICU-4450 Resurrect incorrectly removed files. They are needed for proper a getAvailableLocale functionality.
X-SVN-Rev: 17677
2005-05-25 02:30:38 +00:00
George Rhoten
9ef5323854 ICU-4450 Resurrect incorrectly removed files. They are needed for proper a getAvailableLocale functionality.
X-SVN-Rev: 17676
2005-05-25 02:14:51 +00:00
Andy Heninger
91db18b7b7 ICU-124 charset detector, work in progress.
X-SVN-Rev: 17648
2005-05-23 05:31:17 +00:00
Markus Scherer
c552b977a4 ICU-2766 freeze RuleWhiteSpace=Unicode Pattern_White_Space
X-SVN-Rev: 17646
2005-05-22 22:19:37 +00:00
Andy Heninger
36f008d0bb ICU-4157 text access, work in progress.
X-SVN-Rev: 17645
2005-05-22 04:58:36 +00:00
Andy Heninger
9cce52c808 ICU-4157 text access, work in progress.
X-SVN-Rev: 17642
2005-05-21 01:47:26 +00:00
George Rhoten
417c53df02 ICU-4525 The new config.sub and config.guess recognize os400 as a platform.
X-SVN-Rev: 17635
2005-05-20 20:06:22 +00:00
George Rhoten
8e1307a638 ICU-4525 Recognize more platforms.
X-SVN-Rev: 17634
2005-05-20 19:47:41 +00:00
Markus Scherer
b054ffff93 ICU-4504 UCaseMap and UTF-8 toLower() & toUpper()
X-SVN-Rev: 17633
2005-05-20 17:31:12 +00:00
Ram Viswanadha
5fb23a1b19 ICU-4450 Synch data with CLDR
X-SVN-Rev: 17630
2005-05-19 20:28:20 +00:00
Vladimir Weinstein
c547502331 ICU-4350 Update stub conformance files with UCA 4.1 changes
X-SVN-Rev: 17629
2005-05-19 07:28:37 +00:00
Vladimir Weinstein
93192e2e65 ICU-4350 Update DataDrivenCollationTest with UCA 4.1 changes
X-SVN-Rev: 17628
2005-05-19 06:55:14 +00:00
Vladimir Weinstein
49ec9a97fe ICU-4350 New UCA Rules - UCA 4.1
X-SVN-Rev: 17627
2005-05-19 06:53:29 +00:00
Vladimir Weinstein
4478579857 ICU-4350 New Fractional UCA - UCA 4.1
X-SVN-Rev: 17626
2005-05-19 06:52:29 +00:00
Vladimir Weinstein
b6dfc98acc ICU-4350 Update genuca with UCA 4.1 changes - remove Thai, add more space for contractions
X-SVN-Rev: 17625
2005-05-19 06:51:31 +00:00
Vladimir Weinstein
67be180f3d ICU-4350 Update intltest with UCA 4.1 changes
X-SVN-Rev: 17624
2005-05-19 06:46:30 +00:00
Vladimir Weinstein
e8b9a1e903 ICU-4350 Update cintltst with UCA 4.1 changes
X-SVN-Rev: 17623
2005-05-19 06:45:10 +00:00
Vladimir Weinstein
32354b1c86 ICU-4350 Upgrade ICU4C to UCA 4.1
X-SVN-Rev: 17622
2005-05-19 06:43:35 +00:00
George Rhoten
76f4c40265 ICU-4513 Add the Intel compiler with Cygwin configuration.
X-SVN-Rev: 17620
2005-05-18 17:28:59 +00:00
George Rhoten
792d1eb246 ICU-4424 Remove ibm-1277 in favor of other converters.
X-SVN-Rev: 17618
2005-05-18 06:28:49 +00:00
George Rhoten
0c2013b3f0 ICU-4497 Fix for z/OS. Declare C callbacks as C functions, and not C++ functions.
X-SVN-Rev: 17607
2005-05-17 20:28:08 +00:00
Markus Scherer
c7e2f059fa ICU-4497 bug fix: combiningIndex=0 (for U+0041 'A') was not stored in extraData[]
X-SVN-Rev: 17605
2005-05-17 18:19:02 +00:00
Vladimir Weinstein
7f54382521 ICU-4516 don't use C++ comments in C files
X-SVN-Rev: 17604
2005-05-17 06:07:40 +00:00
Vladimir Weinstein
d96b01e942 ICU-4516 another test data file
X-SVN-Rev: 17603
2005-05-17 03:01:30 +00:00
Vladimir Weinstein
da78e8a32a ICU-4516 cover the whole range with the test
X-SVN-Rev: 17602
2005-05-17 02:38:32 +00:00
Vladimir Weinstein
0f602c2048 ICU-4516 it's te_IN_REVISED.txt not te_IN_REVISED
X-SVN-Rev: 17601
2005-05-17 02:37:33 +00:00
Vladimir Weinstein
3e7d1f1404 ICU-4516 don't use C++ comments in C files
X-SVN-Rev: 17600
2005-05-17 02:36:09 +00:00
Vladimir Weinstein
8f9064949e ICU-4516 test data for CLDR style aliases
X-SVN-Rev: 17599
2005-05-17 00:10:36 +00:00
Vladimir Weinstein
1a35e0e8e5 ICU-4516 test CLDR style aliases
X-SVN-Rev: 17598
2005-05-17 00:09:49 +00:00
Vladimir Weinstein
3c7069d108 ICU-4516 enable CLDR style aliases
X-SVN-Rev: 17597
2005-05-17 00:09:28 +00:00
George Rhoten
7663a9f108 ICU-4513 The latest Intel compiler seems less broken.
X-SVN-Rev: 17592
2005-05-13 17:53:09 +00:00
George Rhoten
e9f300b3b8 ICU-4450 Fix a typo introduced from previous checkin.
X-SVN-Rev: 17590
2005-05-12 21:01:28 +00:00
George Rhoten
f7ed427127 ICU-4450 sync data with CLDR.
X-SVN-Rev: 17587
2005-05-12 00:53:56 +00:00
George Rhoten
7eec057106 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17585
2005-05-11 21:06:51 +00:00
Andy Heninger
ebfe32c0e3 ICU-3944 check in Markus's text access prototype
X-SVN-Rev: 17581
2005-05-11 01:00:33 +00:00
Markus Scherer
e030002e3e ICU-4497 use UMTX_CHECK()
X-SVN-Rev: 17580
2005-05-10 21:08:58 +00:00
George Rhoten
587dde47b3 ICU-4424 Alias updates
X-SVN-Rev: 17579
2005-05-10 20:50:21 +00:00
George Rhoten
46811f85cd ICU-4424 JDK 1.5 alias updates.
X-SVN-Rev: 17578
2005-05-10 07:19:49 +00:00
George Rhoten
3fb9cc9da4 ICU-4424 LMBCS has a CCSID
X-SVN-Rev: 17573
2005-05-09 19:43:49 +00:00
George Rhoten
99d4a41bb4 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17570
2005-05-08 08:41:24 +00:00
George Rhoten
b41d4c12c5 ICU-4497 unorm_cleanup wasn't called anymore.
nxCache was incorrectly allocated without registering a cleanup function.
Register the cleanup function.

X-SVN-Rev: 17569
2005-05-08 08:17:50 +00:00
George Rhoten
17fa571373 ICU-4506 Break alias table dependency on the rest of conversion code
X-SVN-Rev: 17568
2005-05-08 07:56:44 +00:00
George Rhoten
3f20ab8dba ICU-4189 Fix for UCONFIG_NO_CONVERSION.
X-SVN-Rev: 17567
2005-05-08 06:01:45 +00:00
Markus Scherer
346daeb6c1 ICU-4497 add some function documentation
X-SVN-Rev: 17565
2005-05-06 21:49:48 +00:00
Ram Viswanadha
56f840b184 ICU-4475 tests for JB
X-SVN-Rev: 17561
2005-05-05 21:03:23 +00:00
Ram Viswanadha
e53233979c ICU-4475 fix for ASCII resolution
X-SVN-Rev: 17560
2005-05-05 20:59:04 +00:00
Markus Scherer
39b2b6a3bf ICU-4497 update readme with u_init() usage for various ICU versions
X-SVN-Rev: 17559
2005-05-05 20:41:01 +00:00
Markus Scherer
681fbba869 ICU-4497 move swap functions for core Unicode properties data from the common library to the icuswap tool, disable _openBinary() functions, disable tests accordingly
X-SVN-Rev: 17558
2005-05-05 17:47:39 +00:00
Markus Scherer
54fbbdec50 ICU-4497 remove spurious #ifdef copied from .h file
X-SVN-Rev: 17557
2005-05-05 17:43:59 +00:00
Markus Scherer
b36965ce3d ICU-4497 hardcode core Unicode properties data rather than loading it
X-SVN-Rev: 17556
2005-05-05 17:43:10 +00:00
Markus Scherer
2b568825a3 ICU-4497 add --csource to usage text
X-SVN-Rev: 17555
2005-05-05 17:41:51 +00:00
George Rhoten
b5ef6e48ae ICU-4501 Remove a linker warning when creating an executable instead of a shared library.
X-SVN-Rev: 17551
2005-05-04 05:10:28 +00:00
George Rhoten
264d88b4b3 ICU-4501 Update samples to use the current data building procedure and fix a few other problems found along the way.
This helps with debugging some of the cause of the data loading problems.

X-SVN-Rev: 17550
2005-05-04 05:07:52 +00:00
George Rhoten
d51f6e93c4 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17548
2005-05-04 00:21:15 +00:00
George Rhoten
184f6282e8 ICU-4011 Fix some gcc 3.4 warnings and errors.
X-SVN-Rev: 17547
2005-05-03 23:57:38 +00:00
George Rhoten
77019ed5ff ICU-4351 Fix a compiler warning.
X-SVN-Rev: 17546
2005-05-03 23:28:29 +00:00
Markus Scherer
d382badd94 ICU-4497 fix checkIdentical(): bug (bad UErrorCode handling) and performance (preflight with non-zero initial buffer, allocate only one block)
X-SVN-Rev: 17545
2005-05-03 23:17:03 +00:00
George Rhoten
43d15d5337 ICU-4424 Add ibm-737 and ibm-775
X-SVN-Rev: 17544
2005-05-03 23:16:49 +00:00
Markus Scherer
70abf6f117 ICU-4497 fix error message
X-SVN-Rev: 17543
2005-05-03 23:14:54 +00:00
Markus Scherer
df17f51e00 ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17542
2005-05-03 23:14:17 +00:00
Markus Scherer
056630b8fd ICU-4497 u_init() is not necessary any more for thread safety, and loads the converter alias table instead of the Unicode properties files (whose data is now hardcoded)
X-SVN-Rev: 17541
2005-05-03 22:59:01 +00:00
Markus Scherer
a07a650035 ICU-4497 hardcode unorm.icu data rather than loading it
X-SVN-Rev: 17540
2005-05-03 22:47:46 +00:00
George Rhoten
cc6c4665cb ICU-4424 Update the current state of aliases.
cp867 can mean turkish, but ibm-867 is hebrew.  cp867 isn't recognize by most platforms.
cp125* aliases are actually used by Java and not Windows

X-SVN-Rev: 17538
2005-05-03 20:52:37 +00:00
George Rhoten
37b9c8459e ICU-4450 Confirmed with ISO4217 documentation that IRR has fraction digits == 2 and not 0.
X-SVN-Rev: 17536
2005-05-03 17:32:43 +00:00
Markus Scherer
b83dda29e5 ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17532
2005-04-30 03:16:28 +00:00
Markus Scherer
cad9e84aba ICU-4497 hardcode uprops.icu data rather than loading it
X-SVN-Rev: 17531
2005-04-30 03:06:58 +00:00
Markus Scherer
d5a7851861 ICU-4497 add --csource to usage text
X-SVN-Rev: 17527
2005-04-29 23:35:00 +00:00
George Rhoten
031e4f244e ICU-4450 sync data with CLDR.
X-SVN-Rev: 17525
2005-04-29 21:28:18 +00:00
George Rhoten
745cc56357 ICU-4499 The lookup should find ti but not tig
X-SVN-Rev: 17522
2005-04-29 17:54:20 +00:00
Markus Scherer
b73374c419 ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17520
2005-04-28 23:51:52 +00:00
Markus Scherer
563b672bcc ICU-4497 add const to use of UCaseProps singleton
X-SVN-Rev: 17519
2005-04-28 23:50:15 +00:00
Markus Scherer
677be4d35d ICU-4497 add const to use of UBiDiProps singleton
X-SVN-Rev: 17518
2005-04-28 23:48:25 +00:00