Commit Graph

156 Commits

Author SHA1 Message Date
Andy Heninger
8fcbf88e68 ICU-3014 Remove some u_init() calls from some tools to get UNIXy builds alive. They're using ICU without needing data, and without valid data available
X-SVN-Rev: 12832
2003-08-15 01:26:22 +00:00
Andy Heninger
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
George Rhoten
14b98f4339 ICU-3097 Fix for Solaris error "ld: fatal: relocations remain against
allocatable but non-writable sections" when -ztext is used.

X-SVN-Rev: 12795
2003-08-08 23:18:34 +00:00
Steven R. Loomis
ed8c9f8ec2 ICU-3106 add object mangling option to pkgdata,genccode
X-SVN-Rev: 12640
2003-07-18 00:46:04 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
e3610f5b3b ICU-2858 Ignore empty lines with spaces
X-SVN-Rev: 11795
2003-05-03 00:44:47 +00:00
George Rhoten
2460b0c334 ICU-2858 Don't depend on icuin.lib
X-SVN-Rev: 11794
2003-05-03 00:43:59 +00:00
George Rhoten
4e1913af46 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
George Rhoten
289556fff1 ICU-2628 install the import library (sidedeck)
X-SVN-Rev: 11558
2003-04-16 21:03:10 +00:00
George Rhoten
4630bf5b46 ICU-2705 Add CygWin/MSVC configuration
X-SVN-Rev: 11010
2003-02-11 00:25:29 +00:00
Steven R. Loomis
9584108a83 ICU-2394 version info in data DLL
X-SVN-Rev: 10052
2002-10-23 01:20:43 +00:00
Steven R. Loomis
ecdf1b3bb9 ICU-1868 shorten .c and .o filenames on AS400
X-SVN-Rev: 9589
2002-08-06 19:06:31 +00:00
Steven R. Loomis
c0a8bc9cb7 ICU-1992 packaging, suffix, uconv building on unix
X-SVN-Rev: 9470
2002-07-31 20:28:32 +00:00
Steven R. Loomis
917ddf24d7 ICU-1992 pkgdata robustness, bugfix updates for windows
X-SVN-Rev: 9453
2002-07-31 00:50:42 +00:00
George Rhoten
5d0f277c43 ICU-1900 Ignore some files in CVS.
X-SVN-Rev: 9451
2002-07-31 00:12:19 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
307e38598c ICU-1891 Slightly better fixes for z/OS archive mode, dual library support and batch mode without diverging too far from the standard Unix build.
X-SVN-Rev: 9390
2002-07-27 07:58:30 +00:00
George Rhoten
a4c62543bb ICU-1891 z/OS doesn't have implicit ar either
X-SVN-Rev: 9351
2002-07-25 21:22:55 +00:00
George Rhoten
69372f64ff ICU-1891 Fixes for z/OS stubdata mode.
X-SVN-Rev: 9346
2002-07-25 19:02:50 +00:00
George Rhoten
891f1d5bf0 ICU-1891 Fixes for z/OS batch mode.
X-SVN-Rev: 9330
2002-07-25 15:52:18 +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
2ff52f3b15 ICU-1913 Since os/400 has a partially working ar, we have this work around.
X-SVN-Rev: 9113
2002-07-12 17:46:54 +00:00
Eric Mader
898fd409f9 ICU-1953 remove // comments from C code. Fix indentation, removed tabs.
X-SVN-Rev: 8984
2002-07-01 18:04:55 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Steven R. Loomis
c49a1d0394 ICU-1868 'manually' archive libraries (for AS/400 or other platforms where gmake is unable to handle the dependencies)
X-SVN-Rev: 8863
2002-06-12 20:21:14 +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
d33817a7eb ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8739
2002-05-30 22:15:20 +00:00
Steven R. Loomis
836342c714 ICU-1915 popen() not on all platforms
X-SVN-Rev: 8724
2002-05-29 22:05:20 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
Steven R. Loomis
c8d848b2d3 ICU-1895 pkgdata and ./ paths (fix, forgot some #ifndefs for WIN32)
X-SVN-Rev: 8601
2002-05-13 20:17:34 +00:00
Steven R. Loomis
e8462860d1 ICU-1895 have pkgdata handle "." temp and target paths better (don't generate the form './' )
X-SVN-Rev: 8592
2002-05-10 20:31:01 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
Yves Arrouye
84a6473a6e ICU-1857 move commands from $(sbindir) to $(bindir)
X-SVN-Rev: 8486
2002-04-18 03:06:00 +00:00
Steven R. Loomis
3e40d28704 ICU-1862 moving MIDDLE_SO_TARGET to be next to FINAL_SO_TARGET
X-SVN-Rev: 8472
2002-04-16 00:15:13 +00:00
Steven R. Loomis
f98628fba1 ICU-1862 dllmode emits incorrect makefile for non versioned libraries
X-SVN-Rev: 8471
2002-04-15 23:57:13 +00:00
George Rhoten
e930f8835a ICU-1828 Remove tabs
X-SVN-Rev: 8338
2002-04-02 03:41:50 +00:00
George Rhoten
7777030a4f ICU-1828 Remove tabs
X-SVN-Rev: 8331
2002-04-02 02:55:31 +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
768b6e02b0 ICU-1568 don't document this function that is not generated!
X-SVN-Rev: 8205
2002-03-22 17:06:57 +00:00
Yves Arrouye
cd071c793e ICU-1568 fix an error in description of the static mode's generated
X-SVN-Rev: 8199
2002-03-22 09:35:03 +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
Steven R. Loomis
10bef227fa ICU-1568 typo in static mode
X-SVN-Rev: 8169
2002-03-21 00:44:32 +00:00
Yves Arrouye
4abef77311 ICU-1568 use the entry point in the suffix, not the name.
X-SVN-Rev: 8135
2002-03-20 01:37:12 +00:00
Yves Arrouye
262119b0e2 ICU-1568 \
X-SVN-Rev: 8084
2002-03-16 21:59:28 +00:00
Yves Arrouye
764832deef ICU-1568 be less aggressive on the C short name.
X-SVN-Rev: 8083
2002-03-16 21:57:43 +00:00
Yves Arrouye
abe3f42be7 ICU-1568 be less aggressive on the C short name.
X-SVN-Rev: 8082
2002-03-16 21:54:32 +00:00
Yves Arrouye
210ffa4263 ICU-1568 fix the use of the prefix.
X-SVN-Rev: 8081
2002-03-16 21:19:35 +00:00
Yves Arrouye
3b1730d98f ICU-1568 fix the use of the prefix.
X-SVN-Rev: 8080
2002-03-16 21:16:02 +00:00