George Rhoten
48a2eb0433
ICU-4420 Fix compile time problems that appeared during MSVC 6 -> MSVC 7.1 migration for the performance tests.
...
X-SVN-Rev: 17276
2005-03-03 08:54:57 +00:00
George Rhoten
0d483be4ab
ICU-4420 Drop support for MSVC 6 project files
...
X-SVN-Rev: 17275
2005-03-03 00:06:21 +00:00
Markus Scherer
bb8e7f04bc
ICU-4334 fix enum names for new blocks
...
X-SVN-Rev: 17237
2005-02-21 22:46:36 +00:00
George Rhoten
aac8e996c4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17221
2005-02-18 00:19:33 +00:00
George Rhoten
35e0a8a0d2
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
563181b765
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17209
2005-02-17 00:10:29 +00:00
Markus Scherer
5a1bc49ede
ICU-4287 formatVersion is 1.0 not 1.1
...
X-SVN-Rev: 17167
2005-01-29 00:15:18 +00:00
Andy Heninger
ded70b3ae1
ICU-4385 Fix Makefile patch to work with Linux command paths
...
X-SVN-Rev: 17147
2005-01-20 05:37:16 +00:00
Andy Heninger
743f792983
ICU-4385 track changes to Olson zic.c file.
...
X-SVN-Rev: 17146
2005-01-20 05:26:53 +00:00
George Rhoten
bc470cb619
ICU-4092 Remove unused code.
...
X-SVN-Rev: 17130
2005-01-14 22:26:50 +00:00
Markus Scherer
7f8d06b42b
ICU-4334 Unicode 4.1 update
...
X-SVN-Rev: 17104
2005-01-10 18:02:54 +00:00
George Rhoten
fafa060d6e
ICU-4330 Change version from 3.2 to 3.3
...
X-SVN-Rev: 17092
2005-01-07 00:21:10 +00:00
George Rhoten
1d9f513c4b
ICU-4330 Change version from 3.2 to 3.3
...
X-SVN-Rev: 17090
2005-01-06 22:49:44 +00:00
Markus Scherer
0ecbd62a78
ICU-3858 check for and forbid negative numeric values
...
X-SVN-Rev: 17085
2005-01-04 16:55:02 +00:00
Markus Scherer
d1af40d227
ICU-3881 modularize unorm.icu using build-time switches
...
X-SVN-Rev: 17082
2005-01-04 00:46:14 +00:00
George Rhoten
5ec3e3887c
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17077
2005-01-02 19:36:38 +00:00
Markus Scherer
aa6cd66256
ICU-3858 remove data for properties that were moved to ucase.icu and ubidi.icu, and simplify remaining structure
...
X-SVN-Rev: 17074
2005-01-02 00:22:48 +00:00
Markus Scherer
1f69d77027
ICU-3858 turn upvec_toTrie() into more generic upvec_compact()
...
X-SVN-Rev: 17073
2005-01-02 00:21:25 +00:00
Markus Scherer
28ea05638f
ICU-4287 smaller ubidi.icu by using 16-bit trie and storing Joining_Group data in a simple byte array outside the trie
...
X-SVN-Rev: 17069
2005-01-01 18:00:17 +00:00
Markus Scherer
739b6a5220
ICU-4287 move bidi/shaping properties to ubidi.icu
...
X-SVN-Rev: 17055
2004-12-31 13:28:06 +00:00
George Rhoten
f6ffb3b674
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17043
2004-12-30 08:05:55 +00:00
George Rhoten
306b5ea7da
ICU-3229 Fix for HP-UX. Apparently psuedo-rpath stuff doesn't work well
...
on HP-UX, and that is included with LDFLAGS from mh-hpux-acc. Use the official
LDFLAGS and add special flags as needed.
X-SVN-Rev: 16925
2004-12-07 22:14:25 +00:00
George Rhoten
9bf6134869
ICU-4280 Improve the z/OS ASCII support.
...
The Lotus specific addition apparently wasn't needed.
X-SVN-Rev: 16923
2004-12-06 17:31:27 +00:00
George Rhoten
937bd376ff
ICU-3004 An AIX machine set to the tr_TR locale complains bitterly about some "builtin" functions defined in stdlib.h.
...
Include it in fewer places so that fewer warnings appear, and make sure that it's more difficult to accidentally use the C malloc and free.
X-SVN-Rev: 16912
2004-12-03 20:22:01 +00:00
George Rhoten
7fcbdfbb65
ICU-3229 Allow pkgdata to pass in linker options to the linker
...
X-SVN-Rev: 16906
2004-12-02 07:58:32 +00:00
Markus Scherer
ca77616509
ICU-3432 move uniset.cpp data for case closure to ucase.icu; have gencase build case closure data; ucase.c use it; UnicodeSet::closeOver() call that
...
X-SVN-Rev: 16902
2004-12-02 04:18:35 +00:00
George Rhoten
12176f4596
ICU-4179 Improve the copyright notice
...
X-SVN-Rev: 16852
2004-11-13 01:17:49 +00:00
George Rhoten
9d4709a71e
ICU-4154 Fixes for IRIX. memcmp seems to be broken on IRIX for some odd reason.
...
X-SVN-Rev: 16833
2004-11-12 00:38:34 +00:00
George Rhoten
b42fe1345c
ICU-4154 Fixes for IRIX. The standard headers are broken on IRIX.
...
X-SVN-Rev: 16831
2004-11-12 00:26:54 +00:00
Andy Heninger
665e553354
ICU-4161 remove tabs from source code
...
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
George Rhoten
f309c41fad
ICU-4154 Fix static library building on some platforms.
...
X-SVN-Rev: 16814
2004-11-10 05:02:51 +00:00
Steven R. Loomis
2e8a985dc6
ICU-4218 uconfig for 3.2
...
X-SVN-Rev: 16813
2004-11-10 03:47:56 +00:00
George Rhoten
1670cfdf45
ICU-3855 Fix Cygwin/MSVC install.
...
X-SVN-Rev: 16805
2004-11-09 19:21:06 +00:00
Ram Viswanadha
6595b78c67
ICU-4179 update the copyright notice
...
X-SVN-Rev: 16801
2004-11-09 00:44:09 +00:00
Eric Mader
6c0d288270
ICU-4179 don't examine files which are known to not need an IBM copyright
...
X-SVN-Rev: 16758
2004-11-04 22:56:36 +00:00
George Rhoten
287852e706
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16754
2004-11-04 21:51:57 +00:00
George Rhoten
b43d5d4272
ICU-3905 Fix some IA64 compiler warnings.
...
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
George Rhoten
075adc8b89
ICU-4148 Allow pkgdata to run with GNU make on Windows when WIN32 is defined.
...
X-SVN-Rev: 16723
2004-11-02 05:58:19 +00:00
George Rhoten
716599aa07
ICU-4148 Allow pkgdata to run with GNU make on Windows when WIN32 is defined.
...
X-SVN-Rev: 16713
2004-11-02 00:27:43 +00:00
Eric Mader
0232219444
ICU-4179 filter out .dll, .ilk, .pdb, .bin files.
...
X-SVN-Rev: 16712
2004-11-02 00:11:21 +00:00
Eric Mader
a1910ed604
ICU-4179 look for the copyright notice in the first 20 lines instead of the first 10.
...
X-SVN-Rev: 16708
2004-11-01 23:36:49 +00:00
Eric Mader
0b0a9b9186
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16695
2004-11-01 19:41:06 +00:00
George Rhoten
23b78bf15e
ICU-3905 Fix some compiler warnings.
...
X-SVN-Rev: 16649
2004-10-28 00:05:24 +00:00
Vladimir Weinstein
436facf32a
ICU-4163 ucol_cloneBinary & ucol_openBinary APIs - no C++ comments in C files
...
X-SVN-Rev: 16640
2004-10-27 02:09:07 +00:00
Vladimir Weinstein
6f97dd1568
ICU-4163 ucol_cloneBinary & ucol_openBinary APIs
...
X-SVN-Rev: 16637
2004-10-27 00:31:04 +00:00
George Rhoten
5c97ee7892
ICU-3963 Update to version 3.2
...
X-SVN-Rev: 16621
2004-10-25 23:32:50 +00:00
George Rhoten
24f4947b54
ICU-4154 Remove unused include directories.
...
X-SVN-Rev: 16607
2004-10-24 19:57:28 +00:00
George Rhoten
1397daa245
ICU-4148 The MinGW headers have a bug so that NOGDI doesn't work.
...
X-SVN-Rev: 16585
2004-10-21 06:40:36 +00:00
George Rhoten
bdf72fb52c
ICU-3805 Break putil.h/utypes.h header file dependancy loop
...
X-SVN-Rev: 16552
2004-10-19 03:15:10 +00:00
George Rhoten
83b0d17af1
ICU-4078 Revert the move of the invariant conversion routines back to putil.h.
...
They are stable APIs, and they should not be moved.
X-SVN-Rev: 16530
2004-10-18 03:03:13 +00:00