Commit Graph

1665 Commits

Author SHA1 Message Date
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
George Rhoten
6a80fd1c86 ICU-3805 Break the circular dependency between utypes.h and putil.h
X-SVN-Rev: 16356
2004-09-23 00:24:36 +00:00
George Rhoten
209c7b9bbd ICU-4078 Don't depend on Memory stream anymore
X-SVN-Rev: 16340
2004-09-17 04:19:30 +00:00
Markus Scherer
b986312493 ICU-3969 edit man page
X-SVN-Rev: 16335
2004-09-16 13:15:07 +00:00
Markus Scherer
5aa9e27ac0 ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
Markus Scherer
ba9290c9ab ICU-4078 forgot to add -i description to help text
X-SVN-Rev: 16319
2004-09-14 13:47:24 +00:00
Markus Scherer
5320060c1a ICU-4078 gennorm now needs other properties files - but must not depend on unorm.icu...
X-SVN-Rev: 16317
2004-09-13 23:40:06 +00:00
Markus Scherer
c7b731f94b ICU-4078 normalization exclusion sets: move their building (with set patterns) from unorm.cpp to gennorm so that runtime normalization code does not depend on all properties and uniset_props.cpp
X-SVN-Rev: 16304
2004-09-12 16:59:20 +00:00
George Rhoten
4e51efe20d ICU-3905 Remove unused headers
X-SVN-Rev: 16285
2004-09-09 07:34:37 +00:00
George Rhoten
6595a71959 ICU-3969 Ignore new files
X-SVN-Rev: 16284
2004-09-09 06:32:21 +00:00
George Rhoten
3dad571a44 ICU-4078 Remove unused code.
X-SVN-Rev: 16283
2004-09-09 06:26:00 +00:00
George Rhoten
2c2853f1fe ICU-4078 Don't use uloc_getDefault when it's not needed.
Also the example is better to use NULL for getting the default locale.

X-SVN-Rev: 16278
2004-09-08 22:25:45 +00:00
George Rhoten
35591b2f7a ICU-3969 Fix the gencase dependencies in vs.net
X-SVN-Rev: 16272
2004-09-07 23:45:09 +00:00
Markus Scherer
44415c556a ICU-3969 swap ucase.icu
X-SVN-Rev: 16261
2004-09-06 16:02:27 +00:00
Markus Scherer
f9bf55cf9e ICU-3969 build gencase
X-SVN-Rev: 16260
2004-09-06 16:01:53 +00:00
Markus Scherer
a1ae4d7e56 ICU-3969 move base definitions to common/ucase.h
X-SVN-Rev: 16259
2004-09-06 16:00:41 +00:00
Markus Scherer
057bcfd819 ICU-3969 store case-ignorable flags, maxFullLength; other fixes
X-SVN-Rev: 16258
2004-09-06 16:00:23 +00:00
Markus Scherer
d5631e445c ICU-3969 initial code for gencase, generate ucase.icu containing only and all case mapping properties
X-SVN-Rev: 16214
2004-08-30 22:13:08 +00:00
Markus Scherer
f415ea5e5a ICU-3969 move propsvec from genprops to toolutil (with small changes)
X-SVN-Rev: 16213
2004-08-30 22:11:48 +00:00
George Rhoten
1fcd7ea903 ICU-3905 Fix some compiler warnings, and reduce the amount of duplicate data in the libraries.
X-SVN-Rev: 16211
2004-08-28 05:50:39 +00:00
Ram Viswanadha
149bca66b8 ICU-3925 update to gendtjar.pl for handling multiple trees
X-SVN-Rev: 16161
2004-08-13 20:35:29 +00:00
Ram Viswanadha
6b04499419 ICU-3925 dont produce info messages unless in verbose mode
X-SVN-Rev: 16160
2004-08-13 20:35:04 +00:00
Ram Viswanadha
15bd863941 ICU-3925 various fixes
X-SVN-Rev: 16159
2004-08-13 20:34:31 +00:00
Eric Mader
16a2ce1683 ICU-4050 script to find files w/o an IBM Copyright notice.
X-SVN-Rev: 16139
2004-08-10 17:57:01 +00:00
George Rhoten
084c60a123 ICU-3960 Fix make -j2
X-SVN-Rev: 16123
2004-08-06 16:37:05 +00:00
George Rhoten
946f58dff5 ICU-3963 Update ICU's version to 3.1
X-SVN-Rev: 16096
2004-08-03 01:30:04 +00:00
George Rhoten
b87fed8371 ICU-3963 Update ICU
X-SVN-Rev: 16056
2004-07-19 21:18:18 +00:00
George Rhoten
7497b4f8b0 ICU-2095 Make sure that tools don't depend on ICU_DATA
X-SVN-Rev: 16049
2004-07-18 22:04:47 +00:00
George Rhoten
0a062c2b8b ICU-3196 Fix documentation
X-SVN-Rev: 16040
2004-07-18 06:22:21 +00:00
George Rhoten
b7ae145f93 ICU-3946 Fix some tests to use U_EXPORT2 more often
X-SVN-Rev: 16019
2004-07-16 15:05:14 +00:00
George Rhoten
cd4853f4a7 ICU-3925 Remove collation compatibility mode. Properly implement resource bundle trees.
X-SVN-Rev: 15990
2004-07-13 08:08:17 +00:00
George Rhoten
ab87c4e7fe ICU-740 Make sure that the document in the Attic points to the correct location.
X-SVN-Rev: 15935
2004-06-22 15:26:25 +00:00
George Rhoten
f525be22c5 ICU-740 Make sure that the document in the Attic points to the correct location.
X-SVN-Rev: 15934
2004-06-22 15:26:11 +00:00
George Rhoten
85c501e808 ICU-3718 Make some data const.
X-SVN-Rev: 15915
2004-06-18 02:00:14 +00:00
George Rhoten
3b290bedcb ICU-3847 Fix different, but related, compiler errors and warnings.
X-SVN-Rev: 15888
2004-06-16 16:39:35 +00:00
George Rhoten
c59373cb93 ICU-3847 Fix some compiler errors and warnings.
X-SVN-Rev: 15883
2004-06-15 22:36:18 +00:00
Steven R. Loomis
86bbf3821e ICU-3847 files mode - create dirs as needed
X-SVN-Rev: 15877
2004-06-15 17:53:28 +00:00
Steven R. Loomis
9e27c03f52 ICU-3831 undo prev change (fix in unorm.h)
X-SVN-Rev: 15861
2004-06-12 08:53:21 +00:00
Steven R. Loomis
617cee06dd ICU-3831 uconfig.h fixes
X-SVN-Rev: 15841
2004-06-10 23:49:07 +00:00
George Rhoten
ee7131148a ICU-3389 Improve Windows out of source building, and EBCDIC support
X-SVN-Rev: 15750
2004-06-07 05:00:11 +00:00
George Rhoten
115d10a107 ICU-3499 Fix for z/OS. Make sure C++ tests are defined as C functions.
X-SVN-Rev: 15712
2004-06-04 17:11:09 +00:00
George Rhoten
b2f1c64857 ICU-3499 Make sure warnings appear while passing a C++ function to a
function expecting a C function.  This is important for z/OS and iotest.

X-SVN-Rev: 15710
2004-06-04 16:56:12 +00:00
George Rhoten
0f77f15f2d ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15644
2004-05-31 03:08:28 +00:00
George Rhoten
6107521e50 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15640
2004-05-30 19:39:50 +00:00
George Rhoten
87759368c3 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15636
2004-05-30 09:03:43 +00:00
Alan Liu
f43b31c96e ICU-3477 clarify docs; add ICU4J instructions; add patch file regeneration instructions
X-SVN-Rev: 15543
2004-05-25 22:34:55 +00:00
Alan Liu
e81cc162aa ICU-3477 update Makefile to discover Olson version and pass it to tz2icu
X-SVN-Rev: 15542
2004-05-25 22:34:06 +00:00
Alan Liu
69acdb1b26 ICU-3477 fix country map problem; add Olson version to generated files
X-SVN-Rev: 15541
2004-05-25 22:33:16 +00:00
George Rhoten
104f4e2376 ICU-3719 Regenerate urename.h with the proper copyright from libraries in their current locations
X-SVN-Rev: 15465
2004-05-21 20:39:18 +00:00
Eric Mader
6649d6d238 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15420
2004-05-20 00:23:13 +00:00
Eric Mader
57bb90bd7f ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15419
2004-05-20 00:15:42 +00:00
George Rhoten
bbc7043dbf ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15400
2004-05-19 06:13:31 +00:00
George Rhoten
4d51e9a494 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15398
2004-05-19 04:59:12 +00:00
George Rhoten
f652a3aec7 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15397
2004-05-19 04:30:45 +00:00
George Rhoten
6f1f6cf374 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15394
2004-05-19 04:01:34 +00:00
Eric Mader
14fbb48bf9 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
Ram Viswanadha
68f87685c3 ICU-3301 add a tool for generating the data jar file
X-SVN-Rev: 15380
2004-05-18 21:33:21 +00:00
George Rhoten
8166be666f ICU-3682 Resolve (#ifdef) the conflict with what is the os/400 fix and what was planned as the os/400 fix.
X-SVN-Rev: 15375
2004-05-18 18:42:44 +00:00
George Rhoten
fbf289c55e ICU-3576 Make it easier to create static libraries on Windows
X-SVN-Rev: 15366
2004-05-18 05:35:41 +00:00
George Rhoten
7e61a61440 ICU-3762 Fix data library versioning. Build library versioning in tmp.
X-SVN-Rev: 15339
2004-05-17 19:09:26 +00:00
George Rhoten
90b37e1ffd ICU-3762 Fix data library versioning.
X-SVN-Rev: 15334
2004-05-17 17:49:49 +00:00
George Rhoten
3b745c1150 ICU-3389 Fix make install on Windows
X-SVN-Rev: 15332
2004-05-17 06:37:28 +00:00
George Rhoten
648e3d7de3 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15331
2004-05-17 06:33:22 +00:00
George Rhoten
e478f9f1bd ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15330
2004-05-17 06:25:54 +00:00
George Rhoten
9807380d2a ICU-3389 Output temporary files to the tmp directory.
Use a better naming scheme of temp files on Windows.
Simplify static library generation, since pkgdata now supports -L.

X-SVN-Rev: 15277
2004-05-12 19:58:49 +00:00
George Rhoten
1bf207e545 ICU-3741 Ignore some things that appear on Cygwin
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
George Rhoten
27977471ca ICU-3389 Don't output the static library readme for the data library
X-SVN-Rev: 15249
2004-05-11 05:17:14 +00:00
George Rhoten
dad60278cf ICU-3389 Fix static library names
X-SVN-Rev: 15248
2004-05-11 04:51:53 +00:00
George Rhoten
350aaa2bf8 ICU-3389 Fix how the output library is named.
X-SVN-Rev: 15244
2004-05-10 23:55:33 +00:00
George Rhoten
6395813d7f ICU-3389 Fix how the data library is named
X-SVN-Rev: 15243
2004-05-10 23:49:05 +00:00