Commit Graph

41 Commits

Author SHA1 Message Date
George Rhoten
6c1b9b2026 ICU-2753 Incorporate shared data library workaround for os/400.
Data library should now be 19MB on this platform.  Everywhere else is still about 8MB.

X-SVN-Rev: 11694
2003-04-25 00:17:44 +00:00
George Rhoten
662daa5685 ICU-569 Add Big5-HKSCS support (change the . -> _)
X-SVN-Rev: 11527
2003-04-11 22:15:58 +00:00
Steven R. Loomis
06d5ee2949 ICU-1992 data packaging changes
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
George Rhoten
bf4c414689 ICU-1913 iSeries cannot have '-' in the .o object names, and other
platforms seem to be okay with the changing '-' -> '_'

X-SVN-Rev: 8740
2002-05-30 23:46:30 +00:00
George Rhoten
54c1a06742 ICU-214 Better fix for IA64
X-SVN-Rev: 8365
2002-04-03 20:00:39 +00:00
George Rhoten
e930f8835a ICU-1828 Remove tabs
X-SVN-Rev: 8338
2002-04-02 03:41:50 +00:00
George Rhoten
c456c4ba41 ICU-214 Fix for Win64. Generate object code for IA64.
X-SVN-Rev: 8290
2002-03-29 02:31:17 +00:00
George Rhoten
837c7710b4 ICU-1816 Disable language extensions for the compiler.
X-SVN-Rev: 8283
2002-03-28 18:26:25 +00:00
Yves Arrouye
02eb4684c1 ICU-1798 change project files and fix one code bug to build on Visual
Studio .NET

X-SVN-Rev: 8175
2002-03-21 17:09:52 +00:00
Yves Arrouye
e19d5711bf ICU-8112 moved by srl, incorrectly filed under #1578: fixed double commas, MSVC does not like them
X-SVN-Rev: 8139
2002-03-20 01:57:01 +00:00
Yves Arrouye
8ee20a9c30 ICU-1568 use the entry point in the suffix, not the name, so no need for -r.
X-SVN-Rev: 8136
2002-03-20 01:37:48 +00:00
Vladimir Weinstein
06a62186b6 ICU-1568 removed a duplicate comma
X-SVN-Rev: 8075
2002-03-16 05:58:31 +00:00
Steven R. Loomis
e32116aa11 ICU-1568 static changes, bringing back the prefix
X-SVN-Rev: 8066
2002-03-16 02:26:17 +00:00
George Rhoten
9f3b0c5276 ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
George Rhoten
a5539d4e82 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7834
2002-03-01 03:41:41 +00:00
Yves Arrouye
ff552c0fdc ICU-1600 cleaning up of Makefile rules to show more information and less
human-oriented comments. Associated cleaning up of tools to have most
verbose
messages only displayed when verbose options are used.

X-SVN-Rev: 7382
2002-01-04 23:48:46 +00:00
Yves Arrouye
25c3a8e749 ICU-601 documented the (new?) -n and -e options.
X-SVN-Rev: 7357
2001-12-20 23:29:06 +00:00
Yves Arrouye
ae7f09214b ICU-1475 default dest is .
X-SVN-Rev: 6823
2001-11-13 07:51:45 +00:00
Yves Arrouye
2e52dfafc7 ICU-1477 only support -o on Windows.
X-SVN-Rev: 6766
2001-11-11 07:45:58 +00:00
George Rhoten
be0fa78d76 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4359
2001-03-27 22:59:41 +00:00
Andy Heninger
360f38dc1e ICU-903 updated copyright notices.
X-SVN-Rev: 4245
2001-03-21 23:22:16 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
Steven R. Loomis
8de7f0cf35 ICU-758 rename import .lib files
X-SVN-Rev: 3151
2000-12-06 03:02:21 +00:00
Steven R. Loomis
321d0ecf6a ICU-653 Bump ICU version to 1.7, change file naming
X-SVN-Rev: 2991
2000-11-22 01:30:53 +00:00
Steven R. Loomis
a86b703082 ICU-683 symbols collision fix for aix, solaris, linux
X-SVN-Rev: 2873
2000-11-04 02:16:12 +00:00
Steven R. Loomis
ffe912c568 ICU-578 fix for data symbol names and test data temporary directory collision
X-SVN-Rev: 2680
2000-10-13 21:03:49 +00:00
George Rhoten
7783b01356 ICU-597 Make the definition for main more consistent for OS/400.
X-SVN-Rev: 2473
2000-09-21 21:49:32 +00:00
Steven R. Loomis
6b707c92f0 ICU-578 icudata conflicts with user data
X-SVN-Rev: 2407
2000-08-30 23:58:24 +00:00
Yves Arrouye
2e0449e0ad ICU-535 use U_EXPORT instead of U_CAPI to prevent gcc from complaining about initializing externs.
X-SVN-Rev: 2372
2000-08-29 06:37:12 +00:00
George Rhoten
e2a238190f ICU-535 fixed some compiler warnings
X-SVN-Rev: 2333
2000-08-23 02:29:56 +00:00
Markus Scherer
2c9d02db77 ICU-375 on Win32, optionally write .obj directly from flat file
X-SVN-Rev: 1318
2000-05-03 23:08:20 +00:00
Yves Arrouye
ebd22f3413 ICU-368 conditionally use <iostream> (and the std namespace),
<iostream.h>, or no streams at all depending on the value of U_IOSTREAM_SOURCE.

X-SVN-Rev: 1252
2000-04-25 21:33:15 +00:00
Markus Scherer
34de559dd7 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1147
2000-04-18 20:51:36 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Steven R. Loomis
343d4b3e58 ICU-157 UDATA updates for Machines with Alignment Problems, and to align cnv/ucmp data.
X-SVN-Rev: 416
1999-12-15 05:14:03 +00:00
Markus Scherer
f452a84c52 ICU-161 change copyright for open source
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Vladimir Weinstein
1f29490578 ICU-164 genccode accepts multiple files in input - for use with nmake makefile
X-SVN-Rev: 379
1999-12-12 02:33:22 +00:00
Steven R. Loomis
93955bf624 ICU-157 genccode needs to write _'s instead of -'s for symbol names (ex: ibm-913.cnv -> ibm_913_cnv)
X-SVN-Rev: 265
1999-11-30 23:58:15 +00:00
Steven R. Loomis
981fc8a22e ICU-157 posix support for udata.. linux dll support.. posix should work with mmapped files OK
X-SVN-Rev: 235
1999-11-23 04:49:35 +00:00
Markus Scherer
09693a44ef ICU-157 fix byte->string bug
X-SVN-Rev: 214
1999-11-22 19:35:39 +00:00
Markus Scherer
c4630dc3e2 ICU-157 generate a .c file from a binary data file for inclusion in a data DLL
X-SVN-Rev: 199
1999-11-20 01:12:28 +00:00