George Rhoten
f3d7ba621d
ICU-3178 Create a platform indepdent flag for debug and release builds
...
X-SVN-Rev: 13441
2003-10-16 21:14:51 +00:00
George Rhoten
beea326e42
ICU-3178 Create a platform indepdent flag for debug and release builds
...
X-SVN-Rev: 13439
2003-10-16 18:34:44 +00:00
George Rhoten
cbc35f163d
ICU-2707 Make ICU with STL work on Windows again.
...
X-SVN-Rev: 12477
2003-06-11 22:55:02 +00:00
Vladimir Weinstein
c9475e02ae
ICU-2959 Updated copyright notices
...
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
George Rhoten
bb0daf402d
ICU-2337 Fix for HP/UX which can't support placement new/delete, but
...
does support overriding new/delete.
X-SVN-Rev: 11058
2003-02-15 00:23:27 +00:00
George Rhoten
d3b70f9b85
ICU-2030 Check for the ability to override the C++ new and delete operators.
...
X-SVN-Rev: 9441
2002-07-30 20:55:20 +00:00
George Rhoten
757bb57d8a
ICU-1947 Explicitly define the current default calling convention used
...
X-SVN-Rev: 9297
2002-07-23 23:20:44 +00:00
Vladimir Weinstein
2cbb05fdb9
ICU-978 cygwin port
...
X-SVN-Rev: 9267
2002-07-19 23:25:41 +00:00
Vladimir Weinstein
469fe7ed85
ICU-978 changes for cygwin
...
X-SVN-Rev: 9260
2002-07-19 21:45:33 +00:00
George Rhoten
033575b131
ICU-214 Fix for Win64. Use x86 assembly for aligning code for x86 machines.
...
X-SVN-Rev: 8297
2002-03-29 19:03:59 +00:00
George Rhoten
475e05801c
ICU-1732 Add int64_t and uint64_t
...
X-SVN-Rev: 7796
2002-02-27 21:52:11 +00:00
Yves Arrouye
2c569d4473
ICU-1596 undo accidental commit.
...
X-SVN-Rev: 7634
2002-02-12 20:13:19 +00:00
Yves Arrouye
d395929eff
ICU-1596 use the library suffix for the ICU data library too.
...
X-SVN-Rev: 7632
2002-02-12 20:04:52 +00:00
George Rhoten
ca8241014c
ICU-371 Change HAVE_ -> U_HAVE
...
X-SVN-Rev: 6814
2001-11-13 02:56:36 +00:00
George Rhoten
ccdb4770ee
ICU-1211 Better fix for FreeBSD and as/400 on getting the timezone
...
X-SVN-Rev: 6373
2001-10-22 21:01:19 +00:00
Helena Chapman
d816eefc57
ICU-1264 added namspace support where possible.
...
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
Andy Heninger
a4cbd1275c
ICU-880 U_ALIGN_CODE and U_INLINE. Works windows, stubs for UNIXes (builds ok)
...
X-SVN-Rev: 4618
2001-05-07 23:01:37 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
59205af7e6
ICU-535 This wasn't suppose to be checked in. Slip of the mouse click. I'm unchecking the changes.
...
X-SVN-Rev: 3546
2001-02-02 23:04:59 +00:00
George Rhoten
b3e5c73338
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 3545
2001-02-02 23:03:08 +00:00
George Rhoten
1fa886577f
ICU-790 Removed limits.h and T_INT32_* definitions
...
X-SVN-Rev: 3335
2001-01-02 19:58:05 +00:00
Yves Arrouye
80cb039da8
ICU-367 definitely revert to U_IOSTREAM_SOURCE being 199711. It does
...
X-SVN-Rev: 2792
2000-10-25 22:40:18 +00:00
Yves Arrouye
fa1567338d
ICU-367 temporarily revert to 198506
...
X-SVN-Rev: 2729
2000-10-19 17:23:32 +00:00
Yves Arrouye
c9388940ea
ICU-367 fix for I/O streams on Windows.
...
X-SVN-Rev: 2720
2000-10-17 22:42:40 +00:00
George Rhoten
008d73c4d5
ICU-638 Forgot the U_HAVE_WCSCPY
...
X-SVN-Rev: 2593
2000-10-06 17:02:22 +00:00
Yves Arrouye
0b35a1e72c
ICU-630 autoconf detection code for tzset, _tzset, tzname, _tzname
...
(adapted from AC_STRUCT_TIMEZONE), timezone and _timezone. The defines
U_TZSET, U_TZNAME and U_TIMEZONE either contain the symbol to use, or are
undefined if there is no appropriate symbol. putil.c thus has now things
like:
uprv_timezone() {
#ifdef U_TIMEZONE
return U_TIMEZONE;
#else
...........
#endif
}
which is much simpler.
X-SVN-Rev: 2580
2000-10-05 23:41:59 +00:00
Yves Arrouye
995ca8a672
ICU-360 detect gmake or make and set U_MAKE to that. Substitute U_MAKE
...
in platform.h.in, and hardcode it to "nmake" in pwin32.h and "gmake" in
pos400.h and pos2.h. Then use U_MAKE to define the default make command in
pkgdata.c, if there is no MAKE env variable.
X-SVN-Rev: 1793
2000-07-11 22:25:51 +00:00
Yves Arrouye
d37141dcac
ICU-371 changed LINUX and SOLARIS to U_LINUX and U_SOLARIS, also
...
changed HAVE_INTTYPES_H to U_HAVE_INTTYPES_H.
X-SVN-Rev: 1726
2000-06-30 21:35:03 +00:00
Yves Arrouye
fd7dd7316f
ICU-368 on WIN32, use <iostream.h> as using<iostream> briter.cpp.
...
X-SVN-Rev: 1305
2000-05-02 22:49:37 +00:00
Yves Arrouye
f59e194eab
ICU-368 #define U_IOSTREAM_SOURCE to the level of I/O streams support
...
of the platform (see comment inside headers)
X-SVN-Rev: 1250
2000-04-25 21:20:01 +00:00
Brendan Murray
dd70c2705e
ICU-98 These are changes to support 64-bit platforms, such as Sun
...
SPARC V9, which is the only one tested so far.
X-SVN-Rev: 1022
2000-03-29 21:41:11 +00:00
Vladimir Weinstein
8e21f86812
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 472
1999-12-28 23:39:02 +00:00