Commit Graph

66 Commits

Author SHA1 Message Date
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
7e191502de ICU-4436 Allow RTTI to work when /OPT:ICF (COMDAT folding) is used.
X-SVN-Rev: 17333
2005-03-13 19:49:45 +00:00
George Rhoten
d7896d1b52 ICU-4419 Fix a compiler warning on MinGW.
X-SVN-Rev: 17326
2005-03-11 08:39:20 +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
6b43efca20 ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
X-SVN-Rev: 17222
2005-02-18 02:32:32 +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
fafa060d6e ICU-4330 Change version from 3.2 to 3.3
X-SVN-Rev: 17092
2005-01-07 00:21:10 +00:00
George Rhoten
1d9f513c4b ICU-4330 Change version from 3.2 to 3.3
X-SVN-Rev: 17090
2005-01-06 22:49:44 +00:00
George Rhoten
5c4521733e ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16929
2004-12-08 22:38:55 +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
aa753e01ef ICU-4176 Fix some newline handling.
X-SVN-Rev: 16676
2004-10-29 17:54:18 +00:00
George Rhoten
5cde413c0b ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16650
2004-10-28 06:21:47 +00:00
George Rhoten
5c97ee7892 ICU-3963 Update to version 3.2
X-SVN-Rev: 16621
2004-10-25 23:32:50 +00:00
George Rhoten
b08624b5bf ICU-3855 Fix Cygwin/MSVC install.
X-SVN-Rev: 16580
2004-10-21 00:08:48 +00:00
George Rhoten
83b0d17af1 ICU-4078 Revert the move of the invariant conversion routines back to putil.h.
They are stable APIs, and they should not be moved.

X-SVN-Rev: 16530
2004-10-18 03:03:13 +00:00
George Rhoten
9fe39e1c8c ICU-3805 Break putil.h/utypes.h header file dependancy loop
X-SVN-Rev: 16529
2004-10-18 02:43:33 +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
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
b376366f95 ICU-4079 Don't guess the codeset with uprv_defaultCodePageForLocale
X-SVN-Rev: 16187
2004-08-26 18:10:49 +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
2cb0f10a47 ICU-2641 Return the right number when scanf returns an error.
X-SVN-Rev: 16152
2004-08-13 17:03:17 +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
946f58dff5 ICU-3963 Update ICU's version to 3.1
X-SVN-Rev: 16096
2004-08-03 01:30:04 +00:00
George Rhoten
b87fed8371 ICU-3963 Update ICU
X-SVN-Rev: 16056
2004-07-19 21:18:18 +00:00
Steven R. Loomis
2f7efe7cc9 ICU-3831 uconfig fixes
X-SVN-Rev: 15842
2004-06-10 23:51:33 +00:00
George Rhoten
16bd247007 ICU-3682 Temporary fix for os/400 scanf(%p)
X-SVN-Rev: 15828
2004-06-10 17:26:40 +00:00
George Rhoten
194bee3000 ICU-3499 Remove what was thought as the EBCDIC newline fix.
X-SVN-Rev: 15812
2004-06-09 17:57:40 +00:00
George Rhoten
299be04d02 ICU-3820 Fix doxygen warnings
X-SVN-Rev: 15789
2004-06-08 21:17:27 +00:00
George Rhoten
93d2c5e540 ICU-3499 Fix for z/OS. Handle newlines a little better.
X-SVN-Rev: 15714
2004-06-04 17:43:53 +00:00
George Rhoten
a718a375c8 ICU-3499 Fix some warnings
X-SVN-Rev: 15634
2004-05-30 07:21:16 +00:00
George Rhoten
ed683c99db ICU-3499 Fix for Windows 98
X-SVN-Rev: 15626
2004-05-28 22:12:25 +00:00
George Rhoten
f34706e281 ICU-3499 Documentaiton change
X-SVN-Rev: 15624
2004-05-28 20:53:56 +00:00
George Rhoten
a1298b23eb ICU-3499 Partial fix for %s width handling
X-SVN-Rev: 15621
2004-05-28 20:21:17 +00:00
George Rhoten
d3767befe8 ICU-3499 Add more icuio documentation
X-SVN-Rev: 15607
2004-05-28 15:16:09 +00:00
George Rhoten
a7c7a8ddeb ICU-3499 Remove dead code. %c has changed to pay attention to the width.
X-SVN-Rev: 15601
2004-05-27 23:58:34 +00:00
George Rhoten
430df8d6fb ICU-3499 Fix flaws in supplementary character handling of fputc
X-SVN-Rev: 15597
2004-05-27 22:55:14 +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
e845524c7f ICU-3499 Remove #if 0'd code.
X-SVN-Rev: 15592
2004-05-27 21:58:28 +00:00
George Rhoten
f543f0dbe1 ICU-3499 Improve some documentation
X-SVN-Rev: 15576
2004-05-27 05:24:44 +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
2ed4252e9d ICU-3499 Test for width of scanset, and fix some pointer math problems that appear on os/400.
X-SVN-Rev: 15569
2004-05-26 21:57:56 +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
George Rhoten
cec09fafaf ICU-3499 Increase code coverage.
X-SVN-Rev: 15531
2004-05-25 17:57:02 +00:00
George Rhoten
a5387ae39d ICU-3499 Fix printf va_list handling to get around some os/400 crashing issues.
Also add some possible performance improvements.

X-SVN-Rev: 15530
2004-05-25 17:00:01 +00:00
George Rhoten
e95cc00b7d ICU-3499 Fix printf va_list handling to get around some os/400 crashing issues
X-SVN-Rev: 15529
2004-05-25 16:59:00 +00:00
George Rhoten
7e456fd7c3 ICU-3499 Add some documentation
X-SVN-Rev: 15495
2004-05-24 06:02:46 +00:00
George Rhoten
046c30de34 ICU-3499 Fix a one off issue.
X-SVN-Rev: 15492
2004-05-24 02:49:33 +00:00
George Rhoten
7cf9ea9880 ICU-3499 Improve the TODO list, and fix some documentation
X-SVN-Rev: 15491
2004-05-24 02:47:41 +00:00
George Rhoten
53521f4ed5 ICU-3499 Remove redundant/unused code
X-SVN-Rev: 15448
2004-05-20 23:55:42 +00:00
George Rhoten
03512fe86d ICU-3499 Mirror more of the printf implementation in case it has to be merged even more.
X-SVN-Rev: 15444
2004-05-20 22:16:12 +00:00