George Rhoten
9904f27dff
ICU-2256 Fix a few minor bugs found while increasing code test coverage.
...
X-SVN-Rev: 13395
2003-10-11 02:16:12 +00:00
George Rhoten
f13e8abf93
ICU-2256 Make u_fgets more compatible with fgets, and improve surrogate support.
...
X-SVN-Rev: 13392
2003-10-10 20:55:24 +00:00
George Rhoten
a4c13de123
ICU-2256 wincmp removed the last line :-(
...
X-SVN-Rev: 13276
2003-10-02 17:22:11 +00:00
George Rhoten
e1c4868199
ICU-2256 Modify the list of issues, and remove a temporary API
...
X-SVN-Rev: 13275
2003-10-02 17:06:22 +00:00
George Rhoten
87f17c2aeb
ICU-2256 Improve the padding of this structure.
...
X-SVN-Rev: 13274
2003-10-02 17:05:26 +00:00
George Rhoten
611dc885fa
ICU-3258 CygWin/MSVC changes. Add library versioning information
...
X-SVN-Rev: 13215
2003-09-26 00:04:35 +00:00
George Rhoten
d200f4a8e5
ICU-2256 Deprecate %K and %U. Replace with %C and %S
...
X-SVN-Rev: 13214
2003-09-25 21:14:35 +00:00
George Rhoten
3920db99d2
ICU-3258 CygWin/MSVC changes. Fix Unix builds
...
X-SVN-Rev: 13169
2003-09-23 00:38:34 +00:00
George Rhoten
fbec1b7ef1
ICU-3258 CygWin/MSVC changes
...
X-SVN-Rev: 13168
2003-09-23 00:29:28 +00:00
George Rhoten
0b853df040
ICU-2976 Improve CRLF handling. Follow UAX #13 guidelines. fputs still needs to be looked at.
...
X-SVN-Rev: 13167
2003-09-22 23:07:05 +00:00
George Rhoten
a81fa53a61
ICU-3258 Deprecate the pkgdata -O option
...
X-SVN-Rev: 13150
2003-09-20 19:27:38 +00:00
George Rhoten
bba9a4919c
ICU-2256 Fix formatting with plus signs staying around longer than needed.
...
X-SVN-Rev: 13118
2003-09-16 23:36:28 +00:00
George Rhoten
8a66ac9754
ICU-3230 Fix debug builds. Make it copy uconv.exe to icu\bin for both release and debug builds.
...
X-SVN-Rev: 13058
2003-09-10 23:23:37 +00:00
Steven R. Loomis
e76f09208e
ICU-3236 2.8 update
...
X-SVN-Rev: 13049
2003-09-09 22:32:23 +00:00
Steven R. Loomis
b6d9ad6b1c
ICU-3236 update version number to 2.8
...
X-SVN-Rev: 13045
2003-09-09 20:19:39 +00:00
George Rhoten
207037b409
ICU-2256 Remove %D, %T and %M as proposed on the mailing list.
...
strftime, strptime and strfmon will be implemented at a later date.
%D, %T were known to have timezone issues.
Use the normal ICU API to get this functionality back.
X-SVN-Rev: 13041
2003-09-08 23:27:30 +00:00
George Rhoten
f275652a36
ICU-3230 Fix uconv -l --canon
...
X-SVN-Rev: 12999
2003-09-01 06:56:56 +00:00
George Rhoten
98625397c3
ICU-2256 Add a comment about a bug.
...
X-SVN-Rev: 12909
2003-08-22 00:15:54 +00:00
George Rhoten
555a61a068
ICU-3190 Prevent the constant rebuilding of ICU when it isn't needed.
...
X-SVN-Rev: 12872
2003-08-19 17:39:26 +00:00
George Rhoten
7c538681a0
ICU-2256 First step in unifying the scanf implementation
...
X-SVN-Rev: 12853
2003-08-17 09:03:21 +00:00
Andy Heninger
78ca2fdfc9
ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
...
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
George Rhoten
d2b1332892
ICU-2256 Unify printf implementations.
...
X-SVN-Rev: 12785
2003-08-07 23:46:25 +00:00
George Rhoten
4ace3695b8
ICU-2256 Fix compiler error.
...
X-SVN-Rev: 12780
2003-08-07 16:25:05 +00:00
George Rhoten
d86da9f613
ICU-2256 Get both printf implementations ready for unification,
...
and remove the pointless loccache which is not thread safe and didn't really cache that much.
X-SVN-Rev: 12773
2003-08-06 16:44:14 +00:00
George Rhoten
b8a9342753
ICU-2256 Remove duplicate code.
...
X-SVN-Rev: 12772
2003-08-06 16:28:49 +00:00
George Rhoten
99052e35de
ICU-2256 Performance enhancement.
...
Increase the buffer size.
X-SVN-Rev: 12771
2003-08-06 16:25:31 +00:00
George Rhoten
8f74281993
ICU-2256 Get both printf implementations ready for unification,
...
and remove the pointless loccache which is not thread safe and didn't really cache that much.
X-SVN-Rev: 12770
2003-08-06 16:18:38 +00:00
George Rhoten
de842f02a8
ICU-2256 Start to unify some of the code.
...
X-SVN-Rev: 12761
2003-08-05 07:39:12 +00:00
George Rhoten
d26b1f2aa6
ICU-2256 Stop exporting some functions by making them static
...
X-SVN-Rev: 12623
2003-07-12 07:21:51 +00:00
George Rhoten
a2f78bb0d7
ICU-2256 Performance enhancement.
...
The pattern spec doesn't use the default converter anymore. Only %s, %c use it now
X-SVN-Rev: 12620
2003-07-11 23:05:41 +00:00
George Rhoten
f356148d72
ICU-3036 Initialize the pointers
...
X-SVN-Rev: 12530
2003-06-19 01:02:46 +00:00
George Rhoten
41852125a3
ICU-3036 Decrease size of tools.
...
X-SVN-Rev: 12529
2003-06-18 22:32:27 +00:00
George Rhoten
22583d57c1
ICU-2707 Fix for z/OS with the new XPLINK feature. sfio doesn't need this anymore.
...
X-SVN-Rev: 12484
2003-06-12 00:09:22 +00:00
George Rhoten
bf9e23f9c4
ICU-3012 Ignore the new library name.
...
X-SVN-Rev: 12423
2003-06-10 21:40:08 +00:00
George Rhoten
a912cd623c
ICU-2998 reset the error between conversions when needed.
...
X-SVN-Rev: 12369
2003-06-07 07:17:17 +00:00
Vladimir Weinstein
b74dd8f3f2
ICU-2959 Added copyright notices to files that didn't have them
...
X-SVN-Rev: 12266
2003-06-04 01:06:48 +00:00
Alan Liu
de95737116
ICU-2959 update copyright dates to include 2003
...
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
4e17bfad19
ICU-2729 Make some memory const.
...
X-SVN-Rev: 12224
2003-06-02 18:59:45 +00:00
George Rhoten
b718add118
ICU-2959 Add copyright notices to the binaries, and #ifdef some debugging code.
...
X-SVN-Rev: 12223
2003-06-02 18:56:58 +00:00
George Rhoten
5617587faf
ICU-2729 Don't copy unitialized memory
...
X-SVN-Rev: 12192
2003-05-30 00:48:44 +00:00
George Rhoten
4e1913af46
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
...
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
George Rhoten
f6cef37345
ICU-2628 Updates for the import library installation on CygWin/MSVC and z/OS,
...
and updates for installation on CygWin/MSVC and QNX
X-SVN-Rev: 11501
2003-04-10 17:42:21 +00:00
George Rhoten
fae219cec9
ICU-2628 Allow z/OS and CygWin/MSVC to install their import libraries
...
(aka sidedeck on z/OS).
X-SVN-Rev: 11353
2003-03-19 01:56:39 +00:00
George Rhoten
dc3d5b5d69
ICU-2120 Speed improvements for %g and the char * format specifier
...
X-SVN-Rev: 11236
2003-03-04 19:21:42 +00:00
George Rhoten
4d3562dcb7
ICU-2705 Add CygWin/MSVC support
...
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Alan Liu
78c4cb87f9
ICU-122 add capacity to uprv_itou
...
X-SVN-Rev: 10908
2003-01-27 17:24:33 +00:00
Vladimir Weinstein
c0513031ab
ICU-2659 bumped the version number to 2.6
...
X-SVN-Rev: 10873
2003-01-20 17:57:20 +00:00
Steven R. Loomis
eaf899cbcb
ICU-2479 uconv documentation
...
X-SVN-Rev: 10775
2002-12-20 23:20:15 +00:00
Vladimir Weinstein
89628f1df9
ICU-2107 added copyright notices
...
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
George Rhoten
9d13645fff
ICU-2565 add @stable labels etc.
...
X-SVN-Rev: 10631
2002-12-12 00:37:41 +00:00