GCL Shanghai
bcb21ca4f1
ICU-1953 Check APIs comments for @param, @return...
...
X-SVN-Rev: 9024
2002-07-03 12:05:56 +00:00
Markus Scherer
8c78422db2
ICU-1561 replace all UTextOffset with int32_t
...
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
George Rhoten
ae305452f9
ICU-1472 Remove the @draft tag for some APIs
...
X-SVN-Rev: 6710
2001-11-09 18:17:40 +00:00
George Rhoten
1aa7e6714d
ICU-1271 Be more friendly to non-IEEE754 platforms and use the putil.h functions.
...
X-SVN-Rev: 6198
2001-10-11 21:41:11 +00:00
George Rhoten
ac170552cd
ICU-1263 Move T_CString_itosOffset from putil.h -> cstring.h
...
X-SVN-Rev: 6121
2001-10-08 17:45:30 +00:00
George Rhoten
197318a1c2
ICU-821 gcc 3.0, AIX xlC and os/390 can not properly optimize IEEEremainder
...
X-SVN-Rev: 6086
2001-10-05 18:47:09 +00:00
Andy Heninger
fc61c83aa2
ICU-1075 Yet more data loading changes
...
X-SVN-Rev: 5523
2001-08-17 21:34:07 +00:00
Ram Viswanadha
61e489cacd
ICU-329 Move uprv_strtod and other functions to private headers and files
...
X-SVN-Rev: 5498
2001-08-17 01:40:34 +00:00
Ram Viswanadha
87d0db48ce
ICU-329 Move itou to putil.c add more error codes for parse errors and transliteration.
...
X-SVN-Rev: 5477
2001-08-16 01:01:57 +00:00
George Rhoten
11a7219087
ICU-580 Change os/390 batch support back to the original way.
...
X-SVN-Rev: 5213
2001-07-10 18:14:23 +00:00
Vladimir Weinstein
d0ccdee1b0
ICU-1010 consolidating version data
...
X-SVN-Rev: 5053
2001-06-21 22:51:27 +00:00
Alan Liu
a7dbf8c6b6
ICU-986 add deprecation tags
...
X-SVN-Rev: 4937
2001-06-11 17:37:56 +00:00
George Rhoten
39a3dcdc35
ICU-580 redefinition of UMAX_PTR for os/390 again.
...
X-SVN-Rev: 4494
2001-04-18 01:28:10 +00:00
George Rhoten
9ccfb498c2
ICU-827 U_MAX_PTR needs a redefinition for os/390 too.
...
X-SVN-Rev: 4308
2001-03-23 18:16:24 +00:00
George Rhoten
fc9385706c
ICU-827 Move U_MAX_PTR from utypes.h to putil.h because it's a private platform macro
...
X-SVN-Rev: 4291
2001-03-22 23:47:40 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
b471eccdf1
ICU-865 os/390 porting changes
...
X-SVN-Rev: 4099
2001-03-15 19:10:00 +00:00
George Rhoten
84284e110a
ICU-865 os/390 porting changes
...
X-SVN-Rev: 4080
2001-03-15 00:31:08 +00:00
George Rhoten
f68fc26374
ICU-865 parentheses problem for EBCDIC machines
...
X-SVN-Rev: 3918
2001-03-06 17:51:08 +00:00
George Rhoten
8a59268b64
ICU-865 os/390 porting for timezone
...
X-SVN-Rev: 3913
2001-03-06 02:39:47 +00:00
Markus Scherer
7e85fb6dae
ICU-397 sorry, the previous commit had the wrong comment - make u_versionFrom/ToString() public
...
X-SVN-Rev: 1436
2000-05-22 22:24:15 +00:00
Markus Scherer
db57518b4c
ICU-405 remove duplicate country name for SH
...
X-SVN-Rev: 1435
2000-05-22 22:22:14 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Yves Arrouye
bff1b2e05c
ICU-353 use better names to replace index, depending on what the func/
...
method actually does with it (for example: n to get the nth element, offset
within a buffer, etc.).
X-SVN-Rev: 1131
2000-04-14 05:22:29 +00:00
Yves Arrouye
c69c164be8
ICU-353 basic warnings cleanup (not touching object's memory layout). A
...
basic build now compiles w/o a single warning on Linux. One with --enable-strict
is a different matter...
X-SVN-Rev: 1124
2000-04-13 23:00:43 +00:00
Markus Scherer
e542c7dedc
ICU-346 change IEEE_754 to a numeric macro (value 0 or 1)
...
X-SVN-Rev: 1080
2000-04-06 16:45:03 +00:00
Vladimir Weinstein
e5970bccc3
ICU-335 APIs are now marked for proper doc generation
...
X-SVN-Rev: 973
2000-03-22 18:31:40 +00:00
Helena Chapman
6efc3436b6
ICU-210 changed UVersionInfo typedef.
...
X-SVN-Rev: 552
2000-01-12 20:20:38 +00:00
Helena Chapman
4c95546548
ICU-210 changed the u_getVersion APIs to use UVersionInfo.
...
X-SVN-Rev: 551
2000-01-12 19:50:27 +00:00
Markus Scherer
f1c7aedd05
ICU-84 more portable T_CString_itosOffset()
...
X-SVN-Rev: 549
2000-01-12 18:08:10 +00:00
Helena Chapman
218b24bba5
ICU-210 Three major changes:
...
u_getVersion: returns ICU release/version information
u_getUnicodeVersion: returns Unicode standard version supported in ICU
Renamed the original u_getVersion to u_getUnicodeVersion.
X-SVN-Rev: 536
2000-01-11 23:20:26 +00:00
Vladimir Weinstein
8e21f86812
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 472
1999-12-28 23:39:02 +00:00