Commit Graph

156 Commits

Author SHA1 Message Date
George Rhoten
fe000c413a ICU-1988 Update the ICU version
X-SVN-Rev: 9195
2002-07-16 02:32:22 +00:00
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Markus Scherer
5a81709c73 ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8953
2002-06-27 01:19:20 +00:00
Vladimir Weinstein
e2c13a27f4 ICU-1945 corrected bug in reading hex numbers
X-SVN-Rev: 8867
2002-06-12 22:18:02 +00:00
George Rhoten
08df62745a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
b3267fb318 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8543
2002-04-30 20:43:51 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
George Rhoten
d85d2f804e ICU-837 Update the TODO list
X-SVN-Rev: 8498
2002-04-22 16:05:38 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
George Rhoten
37c0fb31ff ICU-1718 Add another TODO
X-SVN-Rev: 8437
2002-04-11 00:11:47 +00:00
Steven R. Loomis
20c8368198 ICU-1718 typo, u_flush -> u_fflush
X-SVN-Rev: 8385
2002-04-04 23:59:01 +00:00
George Rhoten
6e6032ba13 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8335
2002-04-02 03:25:05 +00:00
George Rhoten
e8cf181469 ICU-1828 Remove tabs
X-SVN-Rev: 8328
2002-04-02 01:17:28 +00:00
George Rhoten
7e30e40a5f ICU-837 Update the TODO list
X-SVN-Rev: 8322
2002-04-01 22:58:01 +00:00
George Rhoten
1c24ef9b24 ICU-837 Test and implement the plus sign in the printf format.
X-SVN-Rev: 8310
2002-03-30 00:02:40 +00:00
George Rhoten
45d458abd7 ICU-837 Don't use // in a C file.
X-SVN-Rev: 8285
2002-03-28 21:34:57 +00:00
George Rhoten
837c7710b4 ICU-1816 Disable language extensions for the compiler.
X-SVN-Rev: 8283
2002-03-28 18:26:25 +00:00
George Rhoten
574f17a9b8 ICU-1787 Add u_vsprintf_u. The function was declared with an implementation.
X-SVN-Rev: 8269
2002-03-27 22:17:07 +00:00
George Rhoten
774a1d225a ICU-837 More testing of u_fgets
X-SVN-Rev: 8268
2002-03-27 21:17:25 +00:00
George Rhoten
db6095938d ICU-837 Test u_fgets
X-SVN-Rev: 8267
2002-03-27 20:08:42 +00:00
George Rhoten
8b412568f9 ICU-837 Add a testing comment.
X-SVN-Rev: 8266
2002-03-27 19:27:50 +00:00
George Rhoten
ede58699b8 ICU-1807 Fix some usprintf bugs except always doing NULL termination because this goes against the specifications.
X-SVN-Rev: 8265
2002-03-27 19:20:55 +00:00
George Rhoten
334f5d5719 ICU-837 print (null) for NULL strings.
X-SVN-Rev: 8250
2002-03-26 20:10:19 +00:00
George Rhoten
eea2bf2492 ICU-1739 Fix memory leaks, array offsets problems, getting the proper default converter and use uchar.h functions.
X-SVN-Rev: 8243
2002-03-26 05:33:56 +00:00
George Rhoten
a37c37063b ICU-1791 Fix and test getting the default codepage in in ustdio.
X-SVN-Rev: 8189
2002-03-22 00:01:46 +00:00
Steven R. Loomis
2beec0d7ab ICU-1769 update to 2.1 version
X-SVN-Rev: 8103
2002-03-19 01:43:19 +00:00
George Rhoten
05808a5cde ICU-1718 Make the u_fopen use the common code in u_finit.
X-SVN-Rev: 8036
2002-03-15 00:28:52 +00:00
George Rhoten
8303b520a1 ICU-837 Add some comments about ustdio.
X-SVN-Rev: 8035
2002-03-15 00:25:57 +00:00
George Rhoten
4d1ade8112 ICU-1718 Fix an initialization problem.
X-SVN-Rev: 8031
2002-03-14 23:19:20 +00:00
George Rhoten
7729e43cad ICU-837 Add some comments about ustdio.
X-SVN-Rev: 8029
2002-03-14 23:12:31 +00:00
George Rhoten
7801efa305 ICU-1718 Don't use tabs, and use the ICU standard for indentation.
X-SVN-Rev: 8009
2002-03-14 00:40:08 +00:00
Steven R. Loomis
afc7627459 ICU-1718 C comments again
X-SVN-Rev: 7986
2002-03-13 17:27:17 +00:00
Steven R. Loomis
d78a18c8da ICU-1718 u_fsettransliterator on ustdio
X-SVN-Rev: 7980
2002-03-13 16:11:04 +00:00
Steven R. Loomis
a094c953de ICU-837 removed UChar streamers
X-SVN-Rev: 7851
2002-03-01 23:10:26 +00:00
George Rhoten
41ffc2ef36 ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus.
X-SVN-Rev: 7802
2002-02-28 01:42:40 +00:00
George Rhoten
0566195af9 ICU-837 Add some more tests, and fix some errors to ustdio.
X-SVN-Rev: 7791
2002-02-26 21:23:21 +00:00
George Rhoten
c638ecd394 ICU-837 Better implementation of operator>>
X-SVN-Rev: 7778
2002-02-25 21:46:41 +00:00
George Rhoten
fb2f039c5b ICU-837 First shot at fixing up ustdio for better compatibility with stdio.
X-SVN-Rev: 7747
2002-02-23 00:34:39 +00:00
George Rhoten
c6f5b3eedc ICU-1099 Make all string data const
X-SVN-Rev: 7467
2002-01-21 21:40:41 +00:00
Vladimir Weinstein
8eb94c82a5 ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7041
2001-11-21 01:22:16 +00:00
George Rhoten
e20a286b5e ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7029
2001-11-20 21:25:14 +00:00
Andy Heninger
39a2ff8950 ICU-1404 Fix broken out-of-source-directory build, previous commit was bad.
X-SVN-Rev: 6628
2001-11-06 00:41:18 +00:00
Andy Heninger
7202cadd36 ICU-1404 configure, fix broken --with-data-packaging option
X-SVN-Rev: 6521
2001-10-31 18:43:45 +00:00
George Rhoten
6b2bb522a9 ICU-1028 Versioning support for os/390. Remove redundent defines.
X-SVN-Rev: 6498
2001-10-30 19:03:30 +00:00
George Rhoten
8fef2b3a52 ICU-1028 Fix for os/390
X-SVN-Rev: 6484
2001-10-29 23:29:14 +00:00
George Rhoten
ec9d88119a ICU-1211 Change the version number 1.9->2.0
X-SVN-Rev: 6309
2001-10-18 18:24:44 +00:00
George Rhoten
70f2586f27 ICU-1264 new namespace usage
X-SVN-Rev: 6130
2001-10-09 18:20:05 +00:00
George Rhoten
8d65f542c7 ICU-873 Found a small bug where the string is not terminated
X-SVN-Rev: 5977
2001-09-28 22:58:30 +00:00