Commit Graph

40 Commits

Author SHA1 Message Date
Markus Scherer
7f8d06b42b ICU-4334 Unicode 4.1 update
X-SVN-Rev: 17104
2005-01-10 18:02:54 +00:00
George Rhoten
87759368c3 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15636
2004-05-30 09:03:43 +00:00
Steven R. Loomis
207167f8be ICU-2487 move collation data into new tree
X-SVN-Rev: 14967
2004-04-14 20:08:16 +00:00
Markus Scherer
306001d0c7 ICU-3505 use uprv_sortArray() instead of qsort() to get the same sorting behavior on all platforms, for the same unames.icu output
X-SVN-Rev: 14614
2004-02-27 22:57:59 +00:00
Markus Scherer
1f40388548 ICU-3101 strip leading/trailing whitespace in character names
X-SVN-Rev: 13776
2003-11-19 23:28:45 +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
7e92471c93 ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
X-SVN-Rev: 9295
2002-07-23 23:01:08 +00:00
Steven R. Loomis
3ddea88fec ICU-1992 data loading (.dat -> .icu)
X-SVN-Rev: 9232
2002-07-17 19:23:26 +00:00
Steven R. Loomis
06d5ee2949 ICU-1992 data packaging changes
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
George Rhoten
c676ede6b7 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9203
2002-07-16 17:23:05 +00:00
Markus Scherer
da30a01ee9 ICU-1970 add ISO_Comment
X-SVN-Rev: 9046
2002-07-08 16:31:25 +00:00
George Rhoten
08df62745a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
Markus Scherer
8498426ee9 ICU-1755 do not use ';' in a second token byte
X-SVN-Rev: 8307
2002-03-29 21:39:51 +00:00
George Rhoten
9f3b0c5276 ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
George Rhoten
1543490f94 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7014
2001-11-20 02:46:46 +00:00
Yves Arrouye
8fdca65e05 ICU-900 remove source option
X-SVN-Rev: 6860
2001-11-14 00:20:51 +00:00
Markus Scherer
b56172f008 ICU-1290 add algorithmic range for cjk extension b; make ext a & b ranges dependent on the unicode version (-u parameter)
X-SVN-Rev: 6357
2001-10-20 00:29:07 +00:00
George Rhoten
03f725c002 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4847
2001-05-31 21:22:59 +00:00
Markus Scherer
cef0e63c19 ICU-609 add code point consistency checks
X-SVN-Rev: 4791
2001-05-25 00:00:51 +00:00
George Rhoten
88ac94a221 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4774
2001-05-23 20:32:44 +00:00
George Rhoten
0e0783e17b ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4351
2001-03-27 19:28:31 +00:00
George Rhoten
0e7994ff51 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4334
2001-03-26 21:14:50 +00:00
Andy Heninger
360f38dc1e ICU-903 updated copyright notices.
X-SVN-Rev: 4245
2001-03-21 23:22:16 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
Markus Scherer
010a63180d ICU-644 fix u_charName() problems: store last group of 32 names; document file format
X-SVN-Rev: 2612
2000-10-09 20:23:47 +00:00
George Rhoten
7783b01356 ICU-597 Make the definition for main more consistent for OS/400.
X-SVN-Rev: 2473
2000-09-21 21:49:32 +00:00
Markus Scherer
8054a72b56 ICU-535 fix some warnings
X-SVN-Rev: 2262
2000-08-15 19:01:55 +00:00
Helena Chapman
29a03d5f57 ICU-408 HP-UX port changes.
X-SVN-Rev: 1479
2000-05-24 22:04:00 +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
Markus Scherer
d5df4b9b18 ICU-130 improve common file parser
X-SVN-Rev: 1178
2000-04-20 16:43:10 +00:00
Markus Scherer
03d4e9a562 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1149
2000-04-18 21:43:24 +00:00
Yves Arrouye
5e1d719c5c ICU-282 changed udata_create() to have the directory as its first
argument, as suggested by Markus (so it now looks like udata_open() and
friends); updated the Doc++ documentation for the directory argument;
changed all tools to put the directory first.

X-SVN-Rev: 890
2000-03-04 01:19:19 +00:00
Yves Arrouye
57eacb7563 ICU-282 pass a directory argument to udata_create().
X-SVN-Rev: 866
2000-02-29 18:42:28 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Steven R. Loomis
b98cc6ff9e ICU-157 udata, fixes for hpux..
X-SVN-Rev: 421
1999-12-15 21:42:15 +00:00
Markus Scherer
f452a84c52 ICU-161 change copyright for open source
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Markus Scherer
c797a41bd0 ICU-165 use udata_writePadding()
X-SVN-Rev: 331
1999-12-07 18:01:09 +00:00
Steven R. Loomis
c41d90475f ICU-158 C style comments
X-SVN-Rev: 256
1999-11-24 19:26:28 +00:00
Steven R. Loomis
653b851d2a ICU-158 unames.. posix support.
X-SVN-Rev: 234
1999-11-23 04:47:57 +00:00
Markus Scherer
23504ad574 ICU-158 generate unames.dat with the unicode character names
X-SVN-Rev: 200
1999-11-20 01:14:07 +00:00