Commit Graph

147 Commits

Author SHA1 Message Date
George Rhoten
d7cc623449 ICU-4605 Increase code coverage. Make sure that precision is ignored for %c and %C.
X-SVN-Rev: 18092
2005-06-29 23:35:17 +00:00
George Rhoten
cee8cfb8c3 ICU-4605 Return U_EOF, and not the platform dependent EOF.
X-SVN-Rev: 18080
2005-06-28 23:23:39 +00:00
George Rhoten
22265da204 ICU-4605 Increase code coverage.
X-SVN-Rev: 18078
2005-06-28 22:50:14 +00:00
George Rhoten
583cab294a ICU-4605 Increase code coverage.
X-SVN-Rev: 18076
2005-06-28 21:36:33 +00:00
George Rhoten
f4cc6ad24c ICU-4271 Fix and test fgets buffer overrun.
X-SVN-Rev: 18064
2005-06-27 06:47:17 +00:00
George Rhoten
0df92dfa17 ICU-4270 Better handle and test fgets newlines.
X-SVN-Rev: 18063
2005-06-27 06:13:34 +00:00
George Rhoten
c932b265ea ICU-4391 Implement precision (.n) for strings in icuio
X-SVN-Rev: 18012
2005-06-24 06:21:02 +00:00
George Rhoten
51d2f74bc1 ICU-4222 Make sure that the transliterator works on strings,
and make sure that the transliterator flushes independently from IO flushing.

X-SVN-Rev: 17990
2005-06-23 07:10:52 +00:00
George Rhoten
7dc1243a75 ICU-4420 Make ICU work with Cygwin and MSVC 6 on Windows 98.
X-SVN-Rev: 17371
2005-03-22 03:37:06 +00:00
George Rhoten
0e704e1520 ICU-4420 Fix a typo from the last change.
X-SVN-Rev: 17365
2005-03-22 00:11:20 +00:00
George Rhoten
9d64bf4384 ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
X-SVN-Rev: 17364
2005-03-21 18:16:49 +00:00
Eric Mader
f57c82a12d ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
ac150dfac8 ICU-4379 Show elapsed time of test suite to verify that uprv_getUTCtime can show subsecond precision.
X-SVN-Rev: 17346
2005-03-16 00:33:39 +00:00
George Rhoten
c2549aaace ICU-4420 Drop support for MSVC 6. This implements the changes proposed on 2004-03-26.
X-SVN-Rev: 17334
2005-03-13 19:56:58 +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
4b417fefd3 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17305
2005-03-09 16:27:42 +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
George Rhoten
35e0a8a0d2 ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
fbcbc09bb6 ICU-4396 Fixes for Visual Studio 8 AMD 64
X-SVN-Rev: 17191
2005-02-06 22:33:12 +00:00
Steven R. Loomis
e3f6bd5606 ICU-4218 uconfig.h fixes.
X-SVN-Rev: 16817
2004-11-10 22:30:29 +00:00
George Rhoten
3cb542a8f5 ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16784
2004-11-05 21:59:13 +00:00
George Rhoten
b57f4ddc23 ICU-3862 ostringStream.str().c_str only seems to work when split across separate lines.
X-SVN-Rev: 16782
2004-11-05 21:25:02 +00:00
George Rhoten
e312467f5d ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16775
2004-11-05 19:07:34 +00:00
George Rhoten
b8deff5e50 ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16766
2004-11-05 06:18:24 +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
807e452330 ICU-4148 Fixes for MinGW
X-SVN-Rev: 16724
2004-11-02 06:37:49 +00:00
George Rhoten
0a954254c2 ICU-3839 Fix an error message so that errors show up.
X-SVN-Rev: 16498
2004-10-14 23:34:35 +00:00
George Rhoten
d078ffb611 ICU-4125 Fix a test typo
X-SVN-Rev: 16412
2004-10-07 07:51:11 +00:00
George Rhoten
8e90ce724e ICU-4079 Make it easier to show what is the default charset.
X-SVN-Rev: 16366
2004-09-30 06:06:01 +00:00
George Rhoten
3c0f436a67 ICU-4109 Fix a buffer overflow bug.
X-SVN-Rev: 16360
2004-09-27 16:34:29 +00:00
George Rhoten
6fe68cb5ba ICU-3855 Improve static libraries
X-SVN-Rev: 16305
2004-09-12 22:30:29 +00:00
George Rhoten
4804d98d00 ICU-4078 Further separate the default converter from the rest of the ustring internal API
X-SVN-Rev: 16201
2004-08-27 17:56:01 +00:00
George Rhoten
c6099fb59d ICU-3720 Make it possible to read from stdin.
Can't easily automate this test case

X-SVN-Rev: 16153
2004-08-13 17:05:00 +00:00
George Rhoten
7dc0bc6c07 ICU-2641 Return the right number when scanf is at the end of file,
and increase the code coverage of similar cases.

X-SVN-Rev: 16151
2004-08-13 08:05:43 +00:00
George Rhoten
4158c53796 ICU-3831 uconfig.h fixes with a more natural test order
X-SVN-Rev: 15845
2004-06-11 00:44:54 +00:00
Steven R. Loomis
ac2f97b772 ICU-3831 uconfig.h fixes
X-SVN-Rev: 15843
2004-06-10 23:56:37 +00:00
George Rhoten
1a2866f6a4 ICU-3499 EBCDIC fix.
X-SVN-Rev: 15829
2004-06-10 17:39:52 +00:00
George Rhoten
bd31b0e58e ICU-3499 Fix out of source builds.
X-SVN-Rev: 15735
2004-06-04 23:10:08 +00:00
George Rhoten
a969b9c53c ICU-3499 Fix for z/OS. Make sure C++ tests are defined as C function.
X-SVN-Rev: 15711
2004-06-04 17:10:36 +00:00
George Rhoten
5e12578fbf ICU-3499 Fix some compiler warnings
X-SVN-Rev: 15637
2004-05-30 09:24:44 +00:00
George Rhoten
888d4e6d4d ICU-3499 Fix some EBCDIC related failures.
X-SVN-Rev: 15631
2004-05-28 23:49:27 +00:00
George Rhoten
1299e773b0 ICU-3499 Increase code coverage.
X-SVN-Rev: 15602
2004-05-28 00:16:49 +00:00
George Rhoten
7f39c99522 ICU-3499 Remove bad formats.
X-SVN-Rev: 15600
2004-05-27 23:57:13 +00:00
George Rhoten
326ab9c4b0 ICU-3499 Fix flaws found while testing %n, %c and %C
X-SVN-Rev: 15596
2004-05-27 22:54:41 +00:00
George Rhoten
78010cabcc ICU-3499 Fix an error messege
X-SVN-Rev: 15593
2004-05-27 21:59:03 +00:00
George Rhoten
6c416836d5 ICU-3499 Fix some scanf issues when width is specified for any string type.
X-SVN-Rev: 15574
2004-05-27 04:18:30 +00:00
George Rhoten
d3fadfeb61 ICU-3499 Fix some EBCDIC issues.
X-SVN-Rev: 15571
2004-05-26 23:31:47 +00:00
George Rhoten
2bd13a291a ICU-3499 Fix an EBCDIC issue.
X-SVN-Rev: 15563
2004-05-26 19:56:52 +00:00
George Rhoten
9e94e1ff84 ICU-3499 os/400 does not handle the dash as expected in sscanf scanset.
Move %[a-f] and similar tests to data driven tests.

X-SVN-Rev: 15562
2004-05-26 19:22:00 +00:00
George Rhoten
335a1b7296 ICU-3499 Fix an EBCDIC issue.
After some group discussion the u_fopen locale parameter should not affect the default codepage.

X-SVN-Rev: 15561
2004-05-26 19:09:33 +00:00