Commit Graph

15963 Commits

Author SHA1 Message Date
George Rhoten
a53c4cee5d ICU-4288 We don't care about the type punned warnings and strict aliasing rules.
X-SVN-Rev: 17319
2005-03-10 04:59:13 +00:00
George Rhoten
5834e77a4e ICU-4420 Fix compile time problems that appeared during MSVC 6 -> MSVC 7.1 migration for the performance tests.
X-SVN-Rev: 17318
2005-03-10 04:03:19 +00:00
George Rhoten
7cab2698f9 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17317
2005-03-10 03:46:19 +00:00
George Rhoten
1fd2507b51 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17316
2005-03-10 03:36:47 +00:00
George Rhoten
9189ce6392 ICU-4425 Fix the last checkin.
X-SVN-Rev: 17315
2005-03-10 03:27:07 +00:00
Mark Davis
e8122316a2 ICU-0 fixed tools for 4.1 generation
X-SVN-Rev: 17314
2005-03-10 02:37:20 +00:00
Eric Mader
f6fffb93ad ICU-4433 Don't do round-trip test if can't create the Unicode set of mirrored characters!
X-SVN-Rev: 17313
2005-03-10 02:02:14 +00:00
Ram Viswanadha
be493b8149 ICU-4432 update wrtxml.c
X-SVN-Rev: 17312
2005-03-10 01:21:09 +00:00
Ram Viswanadha
cebc07807c ICU-4431 update gendtjar.pl
X-SVN-Rev: 17311
2005-03-10 01:19:21 +00:00
Ram Viswanadha
b615158fa3 ICU-4430 Add docmain.h
X-SVN-Rev: 17310
2005-03-10 01:12:26 +00:00
George Rhoten
9c7cb15d13 ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
X-SVN-Rev: 17309
2005-03-10 00:11:51 +00:00
George Rhoten
f9baa59b7b ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17308
2005-03-09 23:50:26 +00:00
George Rhoten
8ccebb0c07 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17307
2005-03-09 17:57:35 +00:00
George Rhoten
7768476d71 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17306
2005-03-09 16:39:27 +00:00
George Rhoten
4b417fefd3 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17305
2005-03-09 16:27:42 +00:00
George Rhoten
933ce2197f ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
X-SVN-Rev: 17304
2005-03-09 05:48:19 +00:00
George Rhoten
cdf4eef48c ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17303
2005-03-09 05:45:01 +00:00
Vladimir Weinstein
6fb21fed8a ICU-4122 xpath support in resource bundles
X-SVN-Rev: 17301
2005-03-09 00:00:34 +00:00
Vladimir Weinstein
84f5b53959 ICU-4122 test for xpath support
X-SVN-Rev: 17300
2005-03-08 23:59:12 +00:00
Eric Mader
ddaa08ae91 ICU-4428 Update copyright notices for ICU 3.3
X-SVN-Rev: 17299
2005-03-08 23:55:39 +00:00
Vladimir Weinstein
631b7ff384 ICU-4122 test for xpath support
X-SVN-Rev: 17298
2005-03-08 23:34:00 +00:00
George Rhoten
5099f3d680 ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
X-SVN-Rev: 17297
2005-03-08 23:05:38 +00:00
Eric Mader
41ca4f63ee ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
d49b520fcf ICU-4157 Fix a memory leak introduced by this bug.
X-SVN-Rev: 17295
2005-03-08 18:54:35 +00:00
George Rhoten
890ff89938 ICU-4220 Fix a compiler warning
X-SVN-Rev: 17294
2005-03-08 16:36:09 +00:00
George Rhoten
7014790aec ICU-4220 Simplify adding a new process type, and fix some compiler warnings.
X-SVN-Rev: 17293
2005-03-08 16:25:50 +00:00
George Rhoten
611748c972 ICU-4220 Simplify adding a new process type, and fix some compiler warnings.
X-SVN-Rev: 17292
2005-03-08 16:23:22 +00:00
George Rhoten
c2a4ea9ea9 ICU-4220 Remove some of the string copying overhead noticed while debugging code.
X-SVN-Rev: 17291
2005-03-08 07:08:17 +00:00
George Rhoten
10cdd69133 ICU-4220 Use new process type to strip away comments,
and use the process rb type to explicitly declare special internal type handling.

X-SVN-Rev: 17290
2005-03-08 07:07:22 +00:00
George Rhoten
e07f0299f0 ICU-4220 rename util.h to rbutil.h because it conflicts with common/util.h
X-SVN-Rev: 17289
2005-03-08 07:05:49 +00:00
George Rhoten
26f029b88d ICU-4220 Add a rule stripping function for transliterators.
X-SVN-Rev: 17288
2005-03-08 07:04:29 +00:00
George Rhoten
ebcb00caff ICU-4220 Remove whitespace that is difficult to remove programatically.
X-SVN-Rev: 17287
2005-03-08 06:53:07 +00:00
George Rhoten
b53e510acd ICU-4420 Remove some original MSVC 6 specific definitions/options that do not apply to MSVC 7.1.
This change is also being done so that it's easier to compare the options against the Cygwin/MSVC build (the only way left to use MSVC 6).
Some of the definitions/options aren't used at all or are redundant.

X-SVN-Rev: 17285
2005-03-05 10:06:19 +00:00
Mark Davis
6e9b15c68e ICU-0 updated tools with CVS move
X-SVN-Rev: 17284
2005-03-04 02:50:26 +00:00
Ram Viswanadha
425e97906f ICU-4143 fix transliterator failures
X-SVN-Rev: 17283
2005-03-04 01:06:44 +00:00
George Rhoten
3f0a1edf15 ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
X-SVN-Rev: 17282
2005-03-03 23:46:10 +00:00
Ram Viswanadha
40536bd2fa ICU-4420 remove uperf.o dependency from toolutil
X-SVN-Rev: 17281
2005-03-03 23:12:37 +00:00
George Rhoten
345e5c8c71 ICU-4424 Remove rarely used ibm-1381
X-SVN-Rev: 17280
2005-03-03 19:41:55 +00:00
George Rhoten
ec53e2aed0 ICU-4420 Drop support for MSVC 6 project files.
X-SVN-Rev: 17279
2005-03-03 19:31:37 +00:00
George Rhoten
45c0779e09 ICU-4420 Drop support for MSVC 6 project files
X-SVN-Rev: 17278
2005-03-03 16:19:41 +00:00
George Rhoten
d6f111187c ICU-4420 Temporary fix due to MSVC 6 -> MSVC 7.1 transition for the performance tests.
X-SVN-Rev: 17277
2005-03-03 16:19:22 +00:00
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
George Rhoten
5c925cc912 ICU-4420 Drop support for MSVC 6 project files.
Remove projects that the build system currently does not depend on.

X-SVN-Rev: 17274
2005-03-03 00:04:10 +00:00
George Rhoten
321b145b00 ICU-4420 Drop support for MSVC 6 project files
X-SVN-Rev: 17273
2005-03-02 06:23:03 +00:00
George Rhoten
afc706ebfc ICU-4420 Drop support for MSVC 6 project files
X-SVN-Rev: 17269
2005-03-02 03:38:16 +00:00
Andy Heninger
04313f02eb ICU-124 Code Page Detection stub classes added.
X-SVN-Rev: 17268
2005-03-02 02:07:29 +00:00
Eric Mader
c3248589e2 ICU-4288 Make sure inline functions are defined before any calls.
X-SVN-Rev: 17267
2005-03-01 19:10:48 +00:00
Eric Mader
0f30976110 ICU-4288 fix lots of warnings.
X-SVN-Rev: 17266
2005-02-28 23:36:40 +00:00
Eric Mader
91d514a16f ICU-4288 fix lots of warnings.
X-SVN-Rev: 17265
2005-02-28 23:29:25 +00:00