Commit Graph

1494 Commits

Author SHA1 Message Date
Alan Liu
77747f5ebc ICU-1533 per Doug's review, move this to separate file
X-SVN-Rev: 6993
2001-11-19 21:24:29 +00:00
Vladimir Weinstein
a8198cf778 ICU-1541 add U_EXPORT2 to declarations that don't have it
X-SVN-Rev: 6982
2001-11-19 18:18:42 +00:00
George Rhoten
36a6b03b6d ICU-770 Memory cleanup
X-SVN-Rev: 6965
2001-11-17 00:03:51 +00:00
Markus Scherer
fdf5cefe0a ICU-1465 apiref updates for ICU 2.0
X-SVN-Rev: 6948
2001-11-16 19:21:16 +00:00
Markus Scherer
4778147b91 ICU-555 set ibm-1047-s390 on OS390 as a panic fallback
X-SVN-Rev: 6920
2001-11-15 20:18:36 +00:00
George Rhoten
e426da2337 ICU-1279 LCID mapping fixes (Hopefully)
X-SVN-Rev: 6910
2001-11-15 01:59:19 +00:00
Markus Scherer
481627e65c ICU-1276 untabify, fix indentation, have combined copy&count helper function
X-SVN-Rev: 6907
2001-11-15 01:13:10 +00:00
Markus Scherer
6a40576785 ICU-1409 make sure uprops.dat is loaded before getting the Unicode version from it
X-SVN-Rev: 6905
2001-11-15 00:05:07 +00:00
Vladimir Weinstein
58860181f3 ICU-1083 changes per code review by Syn Wee
X-SVN-Rev: 6903
2001-11-14 22:29:59 +00:00
Ram Viswanadha
e764d4ad61 ICU-1472 Update the module list for string search
X-SVN-Rev: 6886
2001-11-14 18:02:44 +00:00
Andy Heninger
161943e39d ICU-1075 updated API docs for udata_SetAppData()
X-SVN-Rev: 6867
2001-11-14 00:57:10 +00:00
Ram Viswanadha
fb01ab107d ICU-899 UBLOCK_INVALID_CODE should be -1
X-SVN-Rev: 6856
2001-11-13 23:54:24 +00:00
Markus Scherer
a56040d6b1 ICU-1472 update @draft/@stable labels on public APIs
X-SVN-Rev: 6848
2001-11-13 22:47:47 +00:00
George Rhoten
15ff01c93d ICU-770 Fixed a documentation typo
X-SVN-Rev: 6847
2001-11-13 22:41:35 +00:00
George Rhoten
14014361e1 ICU-770 Couldn't properly fix this memory leak. See j1492 for details.
X-SVN-Rev: 6845
2001-11-13 22:27:53 +00:00
Steven R. Loomis
bbde8df11a ICU-744 POSIX parsing bugs.
X-SVN-Rev: 6843
2001-11-13 21:50:01 +00:00
Markus Scherer
b0a436adcd ICU-1007 remove unused fn argument
X-SVN-Rev: 6841
2001-11-13 21:21:00 +00:00
Markus Scherer
560b782d42 ICU-785 add length check when getting surrogate pairs
X-SVN-Rev: 6829
2001-11-13 19:27:56 +00:00
Markus Scherer
111f368fb4 ICU-785 UnicodeString functions with input const UChar * handle srcLength=-1
X-SVN-Rev: 6828
2001-11-13 19:27:19 +00:00
George Rhoten
8b5b6724a2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6818
2001-11-13 04:17:17 +00:00
George Rhoten
ca8241014c ICU-371 Change HAVE_ -> U_HAVE
X-SVN-Rev: 6814
2001-11-13 02:56:36 +00:00
George Rhoten
9565246f34 ICU-371 dlopen is no longer used, so don't check for it.
X-SVN-Rev: 6811
2001-11-13 02:23:10 +00:00
Helena Chapman
6fc6757458 ICU-611 updated the APIs for u_digit and u_forDigit to be consistent.
X-SVN-Rev: 6802
2001-11-12 23:01:17 +00:00
Steven R. Loomis
127853b0fd ICU-555 Fallback (default) conversion
X-SVN-Rev: 6798
2001-11-12 20:58:22 +00:00
George Rhoten
3a43d7e00d ICU-580 os/390 batch build changes.
X-SVN-Rev: 6795
2001-11-12 20:12:47 +00:00
Alan Liu
4e3dc8be6e ICU-1292 add variable range overlap detection
X-SVN-Rev: 6790
2001-11-12 19:43:13 +00:00
Markus Scherer
5822031881 ICU-785 constructors handle textLength=-1
X-SVN-Rev: 6757
2001-11-11 00:52:59 +00:00
Markus Scherer
7b5cc6bdce ICU-1007 fix bugs: Hangul NFKC, _findNextStarter() on supplementary characters, internal buffer overflow detection in _composePart()
X-SVN-Rev: 6752
2001-11-10 22:43:17 +00:00
Steven R. Loomis
217e9c4fd0 ICU-744 POSIX parsing bugs
X-SVN-Rev: 6751
2001-11-10 22:41:51 +00:00
Yves Arrouye
4325059629 ICU-1404 let's simplify things, and make ICUDATA_DIR contain the
$(VERSION) part. We only need to go above that for the current symlink.

X-SVN-Rev: 6728
2001-11-10 02:21:37 +00:00
Vladimir Weinstein
ffa911c85b ICU-1043 fixes for the surrogate handling
X-SVN-Rev: 6720
2001-11-10 00:13:03 +00:00
Ram Viswanadha
21bab96c23 ICU-1472 @draft tag for unmarked new APIs
X-SVN-Rev: 6719
2001-11-09 23:33:23 +00:00
Markus Scherer
b15e9a73bb ICU-1007 fix Normalizer copy constructor
X-SVN-Rev: 6714
2001-11-09 21:53:33 +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
9e5db0cd7d ICU-1472 Remove the @draft tag for some APIs
X-SVN-Rev: 6706
2001-11-09 03:31:02 +00:00
George Rhoten
a2e0a0733d ICU-1096 Made changes per Ram's request.
X-SVN-Rev: 6704
2001-11-09 02:04:35 +00:00
George Rhoten
9a9e9fc74e ICU-812 Add U_STATIC_IMPLEMENTATION
X-SVN-Rev: 6701
2001-11-09 01:16:52 +00:00
Vladimir Weinstein
d2a52c64c6 ICU-1211 bumping up version numbers for collation
X-SVN-Rev: 6695
2001-11-08 21:29:25 +00:00
George Rhoten
7786867092 ICU-580 os/390 batch build changes.
X-SVN-Rev: 6679
2001-11-07 22:17:21 +00:00
George Rhoten
1099a99c78 ICU-242 Document the usage of U_CALLCONV
X-SVN-Rev: 6672
2001-11-07 19:12:44 +00:00
George Rhoten
4c2cd8e33a ICU-580 os/390 batch build changes.
Can't figure out out to make a #defined symbol name into a string.
This is an okay alternative.

X-SVN-Rev: 6670
2001-11-07 18:57:47 +00:00
Alan Liu
8baec2bb72 ICU-1007 make decompose() do NF*D instead of NF*C
X-SVN-Rev: 6663
2001-11-07 17:54:01 +00:00
George Rhoten
40ec8bebf0 ICU-580 os/390 batch build changes.
X-SVN-Rev: 6654
2001-11-07 00:28:43 +00:00
Markus Scherer
67ac4d3964 ICU-1269 make u_charFromName() work with mixed-case input names
X-SVN-Rev: 6648
2001-11-06 23:45:12 +00:00
Vladimir Weinstein
12c74a4400 ICU-1043 Fractional UCA now canonicaly closes suplementary codepoints. Builder checks canonical closure for suplementary ranges. Element lookup in UCA needs to distinguish between implict suplementary codepoint and codepoint redefined in the UCA.
X-SVN-Rev: 6642
2001-11-06 22:55:29 +00:00
George Rhoten
d3b7cc9043 ICU-580 os/390 batch build changes.
X-SVN-Rev: 6641
2001-11-06 22:26:17 +00:00
George Rhoten
16a9ed5b86 ICU-580 os/390 batch build changes.
X-SVN-Rev: 6639
2001-11-06 19:46:26 +00:00
Ram Viswanadha
1ef6e024a9 ICU-1423 Add Common to set of names
X-SVN-Rev: 6601
2001-11-03 03:02:59 +00:00
George Rhoten
81a93f31cd ICU-580 os/390 batch build changes.
X-SVN-Rev: 6595
2001-11-02 23:42:10 +00:00
George Rhoten
43b389f14e ICU-900 Fixed some lint warnings.
X-SVN-Rev: 6580
2001-11-02 17:29:53 +00:00