Commit Graph

51 Commits

Author SHA1 Message Date
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
George Rhoten
502f981e13 ICU-3499 Fix for os/400
X-SVN-Rev: 15433
2004-05-20 18:22:41 +00:00
George Rhoten
607e98f113 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15431
2004-05-20 18:22:13 +00:00
George Rhoten
7a13cf6dca ICU-3499 Increase code coverage
X-SVN-Rev: 15430
2004-05-20 18:21:41 +00:00
George Rhoten
2b2a9d5c69 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15424
2004-05-20 16:42:08 +00:00
George Rhoten
d8905a5d1e ICU-3499 Fix setLocale argument order
X-SVN-Rev: 15422
2004-05-20 05:34:23 +00:00
Eric Mader
e790752e81 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15412
2004-05-19 20:59:59 +00:00
George Rhoten
8096f83829 ICU-3006 Allow %p to handle >64-bit pointers.
X-SVN-Rev: 15365
2004-05-18 05:19:56 +00:00
George Rhoten
1ff865b852 ICU-3499 Fix some typos from the move
X-SVN-Rev: 15301
2004-05-14 00:07:09 +00:00
George Rhoten
75d663ecec ICU-3499 Fix for os/400
X-SVN-Rev: 15297
2004-05-13 22:04:27 +00:00
George Rhoten
73d5a99646 ICU-3499 Don't ignore the locale parameter.
X-SVN-Rev: 15294
2004-05-13 20:59:47 +00:00
George Rhoten
de685ce34a ICU-3499 Documentation fixes
X-SVN-Rev: 15256
2004-05-11 20:36:27 +00:00
George Rhoten
1bf207e545 ICU-3741 Ignore some things that appear on Cygwin
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
George Rhoten
456e4f0988 ICU-3499 Implement some argument skipping
X-SVN-Rev: 15227
2004-05-10 05:50:06 +00:00
George Rhoten
735b7f14f8 ICU-3499 Implement u_fstropen
X-SVN-Rev: 15224
2004-05-10 03:59:44 +00:00
George Rhoten
4e2017ef10 ICU-3734 Use the base address when needed on Windows.
X-SVN-Rev: 15173
2004-05-06 05:56:22 +00:00