Commit Graph

6762 Commits

Author SHA1 Message Date
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
d88cc28869 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8306
2002-03-29 20:10:05 +00:00
George Rhoten
4395815832 ICU-1740 remove keywords
X-SVN-Rev: 8305
2002-03-29 20:02:48 +00:00
George Rhoten
c8d971c599 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8304
2002-03-29 19:56:29 +00:00
Ram Viswanadha
6035ae8c7c ICU-821 Release flags of Compaq C Compiler -O4
X-SVN-Rev: 8303
2002-03-29 19:54:09 +00:00
George Rhoten
e0d412f074 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8302
2002-03-29 19:47:34 +00:00
Ram Viswanadha
04877922ce ICU-1811 fix for linux gcc
X-SVN-Rev: 8301
2002-03-29 19:47:01 +00:00
George Rhoten
a4bcbf47aa ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8299
2002-03-29 19:42:30 +00:00
George Rhoten
033575b131 ICU-214 Fix for Win64. Use x86 assembly for aligning code for x86 machines.
X-SVN-Rev: 8297
2002-03-29 19:03:59 +00:00
Ram Viswanadha
630f90dcb3 ICU-1811 increase code coverage of Normalizer class
X-SVN-Rev: 8296
2002-03-29 18:59:30 +00:00
George Rhoten
bfda0bbcee ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8295
2002-03-29 18:59:00 +00:00
Ram Viswanadha
b1beaca7fa ICU-1811 increase code coverage of BIDI class
X-SVN-Rev: 8294
2002-03-29 18:58:48 +00:00
Alan Liu
841f1e8d2b ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8292
2002-03-29 18:23:03 +00:00
Alan Liu
a8dfbb3436 ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8291
2002-03-29 18:16:08 +00:00
George Rhoten
c456c4ba41 ICU-214 Fix for Win64. Generate object code for IA64.
X-SVN-Rev: 8290
2002-03-29 02:31:17 +00:00
George Rhoten
2ab3c9cd3b ICU-214 Fix for Win64. Don't freely convert between (void *) and int32_t.
Use the int32_t functions when you are only using integers.
Also arrays of scalars need to be allocated with malloc (Needed by Lotus j1733).

X-SVN-Rev: 8289
2002-03-29 01:56:09 +00:00
George Rhoten
153b72da68 ICU-214 Fix for Win64. Do the math in size_t when part of the expression is in size_t and the other side is (void *)
X-SVN-Rev: 8288
2002-03-29 01:51:09 +00:00
George Rhoten
363d8dbc60 ICU-214 IA64 can't optmize this file right now.
Make some of the static data const. Maybe that will fix it. It worked for gcc.
Also change printf -> log_err

X-SVN-Rev: 8287
2002-03-29 01:49:13 +00:00
George Rhoten
ce298b27a7 ICU-1816 Accidentally commited // to this file.
X-SVN-Rev: 8286
2002-03-28 21:51:14 +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
a6faedfd43 ICU-837 Test sprintf & sscanf spellout formatting.
X-SVN-Rev: 8284
2002-03-28 19:53:13 +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
2ae61b1a21 ICU-837 Fix the library path
X-SVN-Rev: 8282
2002-03-28 18:19:13 +00:00
Vladimir Weinstein
6a7942ec53 ICU-1769 bumped up collation version in intltest
X-SVN-Rev: 8281
2002-03-28 17:52:19 +00:00
Steven R. Loomis
96aebaa79a ICU-1730 #elif -> #else
X-SVN-Rev: 8280
2002-03-28 17:37:54 +00:00
George Rhoten
4e8dc00958 ICU-1811 Fix a compiler error on Unix
X-SVN-Rev: 8279
2002-03-28 16:51:17 +00:00
Andy Heninger
e6ca8550ef ICU-786 sample code embedded in API docs now will compile
X-SVN-Rev: 8277
2002-03-28 01:18:42 +00:00
Andy Heninger
fb01e3d968 ICU-1815 RBBI test updates for improved code coverage.
X-SVN-Rev: 8276
2002-03-28 01:14:02 +00:00
George Rhoten
939bd0cc49 ICU-1811 Increase code coverage of u_memchr32
X-SVN-Rev: 8275
2002-03-28 01:02:05 +00:00
George Rhoten
5832848981 ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding, and test some of the other types too.
X-SVN-Rev: 8274
2002-03-27 23:25:18 +00:00
Eric Mader
369de60a8e ICU-1739 cache font tables read by getFontTable, delete in destructor;
delete fDirectory in destructor.

X-SVN-Rev: 8273
2002-03-27 23:24:17 +00:00
George Rhoten
b9fcc4a086 ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding.
X-SVN-Rev: 8272
2002-03-27 23:24:15 +00:00
Eric Mader
6346c9e5c4 ICU-1739 make canned tables const
X-SVN-Rev: 8271
2002-03-27 23:22:21 +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
e4ad86b95a ICU-1807 Fix some usprintf bugs.
X-SVN-Rev: 8264
2002-03-27 19:19:52 +00:00
Alan Liu
94a3a048f0 ICU-1681 fix comment
X-SVN-Rev: 8263
2002-03-27 19:13:22 +00:00
Alan Liu
d243400c66 ICU-1681 test whitespace handling
X-SVN-Rev: 8261
2002-03-27 19:11:07 +00:00
George Rhoten
a19a7f3ae4 ICU-837 Add dependency on ustdio from iotest.
X-SVN-Rev: 8260
2002-03-27 18:38:50 +00:00
Andy Heninger
353e4c6ce7 ICU-1762 SRL code review comment - make init of cnvCacheMutex=NULL explicit
X-SVN-Rev: 8259
2002-03-27 17:36:15 +00:00
Vladimir Weinstein
a6014eee44 ICU-1801 made canonical iterator a bit more robust to error conditions passed from outside
X-SVN-Rev: 8258
2002-03-27 06:27:19 +00:00
George Rhoten
51b3c1a58c ICU-1739 Add const to read-only data.
X-SVN-Rev: 8256
2002-03-27 00:34:56 +00:00
George Rhoten
7bc5d45c83 ICU-1811 Increase the code coverage of Locale:get methods
X-SVN-Rev: 8255
2002-03-26 23:18:57 +00:00
George Rhoten
f5f1fca9aa ICU-1811 Increase the code coverage of Locale:get methods (Found some typos)
X-SVN-Rev: 8254
2002-03-26 23:10:19 +00:00
George Rhoten
103f843333 ICU-1811 Remove unused code.
X-SVN-Rev: 8253
2002-03-26 23:09:05 +00:00
George Rhoten
008366a232 ICU-837 print (null) for NULL strings and other various tests.
X-SVN-Rev: 8251
2002-03-26 20:10:52 +00:00
George Rhoten
334f5d5719 ICU-837 print (null) for NULL strings.
X-SVN-Rev: 8250
2002-03-26 20:10:19 +00:00
Steven R. Loomis
b1a2cac0cd ICU-1629 test for UNICODE_STRING_SIMPLE
X-SVN-Rev: 8249
2002-03-26 19:55:28 +00:00
George Rhoten
89b00e64c8 ICU-1739 Fix uninitialized memory
X-SVN-Rev: 8248
2002-03-26 17:06:31 +00:00
Vladimir Weinstein
6aef8ca18a ICU-1769 bumped up collation version (commited it with j1770 in error, added comment to recommit)
X-SVN-Rev: 8247
2002-03-26 16:50:11 +00:00
Vladimir Weinstein
955e42c4e3 ICU-1769 bumped up collation version (please rebuild UCA & bundles)
X-SVN-Rev: 8246
2002-03-26 16:47:39 +00:00
Vladimir Weinstein
98cdff5012 ICU-1770 more support for indirects & some more tests
X-SVN-Rev: 8245
2002-03-26 16:46:17 +00:00
George Rhoten
364b4d33ff ICU-1220 \ is for escape. \\ is for backslash on Windows
X-SVN-Rev: 8244
2002-03-26 05:38:06 +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
e07356022c ICU-1739 Check for memory leaks.
X-SVN-Rev: 8242
2002-03-26 05:28:54 +00:00
George Rhoten
2836f911e3 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8241
2002-03-26 05:28:18 +00:00
George Rhoten
e6af09d1e9 ICU-1739 Fix uninitialized variable fExponentSignAlwaysShown.
X-SVN-Rev: 8240
2002-03-26 05:27:25 +00:00
George Rhoten
59cd5567ac ICU-1804 Don't use // in C files.
X-SVN-Rev: 8239
2002-03-26 04:19:30 +00:00
Ram Viswanadha
14649a82a0 ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8238
2002-03-26 02:21:25 +00:00
Yves Arrouye
ff59d942ec ICU-1220 define the path separator outside of resfiles.mk
X-SVN-Rev: 8237
2002-03-26 01:37:01 +00:00
George Rhoten
2b306f08e1 ICU-1732 Use #ifdef U_INT64_T_UNAVAILABLE in case int64_t is unavailable.
X-SVN-Rev: 8236
2002-03-26 01:17:49 +00:00
George Rhoten
f3dac24505 ICU-1766 It's an error if RBNF is unavailable. The user can ignore it at their own risk.
X-SVN-Rev: 8235
2002-03-26 01:16:49 +00:00
George Rhoten
2711b3192a ICU-1766 Use #ifdef U_INT64_T_UNAVAILABLE instead.
X-SVN-Rev: 8234
2002-03-26 01:16:05 +00:00
Yves Arrouye
52afe0fc97 ICU-678 more % rules.
X-SVN-Rev: 8232
2002-03-25 23:44:26 +00:00
George Rhoten
c5458ce1e5 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8231
2002-03-25 22:56:46 +00:00
George Rhoten
5abc8be6db ICU-1733 Deprecate ambiguous API regarding malloc and new.
X-SVN-Rev: 8230
2002-03-25 22:55:40 +00:00
Ram Viswanadha
b021663a34 ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8229
2002-03-25 22:53:18 +00:00
Ram Viswanadha
c6581585d0 ICU-1804 Add round trip tests for all Unicode encodings which get activated in exhaustive mode
X-SVN-Rev: 8228
2002-03-25 22:51:09 +00:00
Ram Viswanadha
2decf27797 ICU-1808 Test SCSU's handling of some non-BMP codepoints
X-SVN-Rev: 8227
2002-03-25 22:41:39 +00:00
Ram Viswanadha
1b9d145260 ICU-1808 Fix SCSU's handling of some non-BMP codepoints
X-SVN-Rev: 8226
2002-03-25 22:41:07 +00:00
Yves Arrouye
68e2e80dab ICU-678 change in dev package name
X-SVN-Rev: 8225
2002-03-25 22:26:49 +00:00
Yves Arrouye
06e1401074 ICU-678 2.1
X-SVN-Rev: 8224
2002-03-25 22:20:45 +00:00
George Rhoten
0b12bb4953 ICU-1556 Fix AIX 5.1 with Visual Age 5.0 in 32-bit mode with -O2
optmization. (The bug is really that specific)

X-SVN-Rev: 8221
2002-03-25 17:43:35 +00:00
George Rhoten
75697aa8fc ICU-1220 Do proper dependency checking for uconv.
X-SVN-Rev: 8220
2002-03-23 01:01:46 +00:00
George Rhoten
eb2bf78aa2 ICU-1687 Move the ASCII variant of ibm-33722 from ucmcore.mk to ucmfiles.mk
X-SVN-Rev: 8218
2002-03-23 00:31:04 +00:00
George Rhoten
0136f68900 ICU-1593 Clarify how saveState is used.
X-SVN-Rev: 8217
2002-03-23 00:29:03 +00:00
George Rhoten
6d5ecbfc08 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8216
2002-03-23 00:25:51 +00:00
George Rhoten
910fc5468f ICU-1733 Don't need to call this function.
X-SVN-Rev: 8215
2002-03-23 00:24:48 +00:00
George Rhoten
65e867f1b2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8214
2002-03-23 00:20:35 +00:00
Vladimir Weinstein
77eaad2b77 ICU-1594 reenabled a test that was disabled and since forgotten
X-SVN-Rev: 8213
2002-03-22 23:53:57 +00:00
Ram Viswanadha
eef1790248 ICU-1802 update the copyright so that RCS flags donot show in source file and show up only in generated file
X-SVN-Rev: 8212
2002-03-22 23:47:27 +00:00
Andy Heninger
3d4d1c39ed ICU-1265 change RBBI_IGNORE to UBRK_IGNORE
X-SVN-Rev: 8211
2002-03-22 23:01:41 +00:00
George Rhoten
3013e4823a ICU-1556 Move 64-bit library detection to aclocal.m4 from configure.in
and optimize the 64-bit libraries.

X-SVN-Rev: 8210
2002-03-22 22:46:46 +00:00
Ram Viswanadha
9a6483bf77 ICU-1802 Donot add copyright in gernerated java files by default, add only when requested explicitly with -c option
X-SVN-Rev: 8208
2002-03-22 18:57:09 +00:00
Yves Arrouye
a6f4133e21 ICU-1774 I promise there is no trace left of derb in the Makefile now
X-SVN-Rev: 8207
2002-03-22 18:09:00 +00:00
George Rhoten
cf93f6857f ICU-1803 Fix some documentation. Some definitions only exist in the Unicode class.
X-SVN-Rev: 8206
2002-03-22 17:35:20 +00:00
Yves Arrouye
768b6e02b0 ICU-1568 don't document this function that is not generated!
X-SVN-Rev: 8205
2002-03-22 17:06:57 +00:00
Yves Arrouye
845fdd8f38 ICU-1220 private string functions
X-SVN-Rev: 8204
2002-03-22 09:51:02 +00:00
Yves Arrouye
5db948db4a ICU-1220 better pname
X-SVN-Rev: 8203
2002-03-22 09:50:02 +00:00
Yves Arrouye
8576baa577 ICU-1774 remove see also derb(8) since derb does not exist yet.
X-SVN-Rev: 8202
2002-03-22 09:38:27 +00:00
Yves Arrouye
7ebe2829db ICU-1774 remove see also derb(8) since derb does not exist yet.
X-SVN-Rev: 8201
2002-03-22 09:38:05 +00:00
Yves Arrouye
bfb01879f6 ICU-1774 author comment for complaints about the poor English :)
X-SVN-Rev: 8200
2002-03-22 09:36:23 +00:00
Yves Arrouye
cd071c793e ICU-1568 fix an error in description of the static mode's generated
X-SVN-Rev: 8199
2002-03-22 09:35:03 +00:00
Yves Arrouye
1fd1803c7c ICU-1465 more information on Unix builds (notes). Short note on .NET. Info on configure
X-SVN-Rev: 8198
2002-03-22 09:34:06 +00:00
Yves Arrouye
4472ffd345 ICU-1220 build uconv by default on Windows
X-SVN-Rev: 8197
2002-03-22 09:32:25 +00:00
Yves Arrouye
9acbb79cb3 ICU-601 remove emails
X-SVN-Rev: 8196
2002-03-22 09:31:39 +00:00
Yves Arrouye
06015dd5de ICU-1796 ok, Markus, here's the biggest uresb bug fixed: strings are now
properly quoted

X-SVN-Rev: 8195
2002-03-22 03:35:12 +00:00
Yves Arrouye
a6941e86ee ICU-1797 generate proper \n and \r
X-SVN-Rev: 8194
2002-03-22 03:15:27 +00:00
George Rhoten
ed7c6ed4de ICU-1719 Fix two IANA aliases
X-SVN-Rev: 8193
2002-03-22 02:40:45 +00:00
George Rhoten
4791dec156 ICU-1717 Fix for STLPort
X-SVN-Rev: 8192
2002-03-22 02:26:29 +00:00
George Rhoten
8765a2f976 ICU-1612 Rework my original fix.
X-SVN-Rev: 8191
2002-03-22 01:16:36 +00:00
Alan Liu
7ca66bdd1d ICU-1612 remove illegal calls from TestJ186
X-SVN-Rev: 8190
2002-03-22 00:58:40 +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
George Rhoten
46186e3cac ICU-980 Clarify changes with comments
X-SVN-Rev: 8188
2002-03-21 23:04:17 +00:00
Yves Arrouye
5042d4276d ICU-1801 fix crashes.
X-SVN-Rev: 8187
2002-03-21 22:10:46 +00:00
Yves Arrouye
b1711e8988 ICU-1801 fix crashes.
X-SVN-Rev: 8186
2002-03-21 22:09:03 +00:00
Vladimir Weinstein
775924c1a7 ICU-847 C++ wrapper for loose match API
X-SVN-Rev: 8185
2002-03-21 21:21:08 +00:00
George Rhoten
c133d2c01d ICU-1682 Don't continue with the test, if a transliterator can't be created.
X-SVN-Rev: 8184
2002-03-21 20:04:29 +00:00
George Rhoten
ae0fe2df18 ICU-1541 Add a comment about the EXPORT2 changes
X-SVN-Rev: 8183
2002-03-21 19:57:37 +00:00
George Rhoten
a1f5332dab ICU-1682 (weiv) fixed a leak in canonical iterator test
X-SVN-Rev: 8182
2002-03-21 19:38:00 +00:00
George Rhoten
dedd84d540 ICU-1682 (weiv) fixed a couple of leaks in canonical iterator
X-SVN-Rev: 8181
2002-03-21 19:37:25 +00:00
George Rhoten
441d7129ba ICU-1541 Undo some of the EXPORT2 changes
X-SVN-Rev: 8180
2002-03-21 19:31:32 +00:00
George Rhoten
a78f77abb4 ICU-1739 BoundsChecker is brain dead when dealing with unions sometimes.
X-SVN-Rev: 8179
2002-03-21 19:12:11 +00:00
George Rhoten
7a0f4e16ec ICU-1675 Fix some comments on makeconv
X-SVN-Rev: 8178
2002-03-21 18:42:56 +00:00
George Rhoten
4541cb6d54 ICU-1789 Fix indentation, and one variable reference.
X-SVN-Rev: 8177
2002-03-21 18:30:19 +00:00
George Rhoten
9783018bb2 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8176
2002-03-21 17:59:20 +00:00
Yves Arrouye
02eb4684c1 ICU-1798 change project files and fix one code bug to build on Visual
Studio .NET

X-SVN-Rev: 8175
2002-03-21 17:09:52 +00:00
Yves Arrouye
aebdf524d1 ICU-900 fix VS warnings
X-SVN-Rev: 8174
2002-03-21 17:07:44 +00:00
Yves Arrouye
2113c6d505 ICU-900 fix warnings on visual studio
X-SVN-Rev: 8173
2002-03-21 16:48:36 +00:00
Yves Arrouye
b594e7b5cd ICU-900 warnings
X-SVN-Rev: 8172
2002-03-21 16:46:29 +00:00
Yves Arrouye
5917612be4 ICU-1774 better latin.
X-SVN-Rev: 8171
2002-03-21 03:42:43 +00:00
George Rhoten
71f955b6cc ICU-1556 Fixes for 64-bit AIX.
X-SVN-Rev: 8170
2002-03-21 01:26:40 +00:00
Steven R. Loomis
10bef227fa ICU-1568 typo in static mode
X-SVN-Rev: 8169
2002-03-21 00:44:32 +00:00
George Rhoten
735824aa36 ICU-1686 Fix for AIX
X-SVN-Rev: 8168
2002-03-21 00:42:28 +00:00
Yves Arrouye
6317766d78 ICU-1774 fix all uses of stdio to use uprv_ versions.
X-SVN-Rev: 8167
2002-03-20 23:56:22 +00:00
George Rhoten
63d65ac286 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8166
2002-03-20 23:47:53 +00:00
Eric Mader
2a837c7b87 ICU-1428 Add a note about the location of the freetype headers and library for the Linux sample.
X-SVN-Rev: 8165
2002-03-20 23:28:04 +00:00
Yves Arrouye
fdf8138640 ICU-900 fixed the same compiler warnings George fixed and I broke
X-SVN-Rev: 8163
2002-03-20 22:38:19 +00:00
Eric Mader
c28ff8aa62 ICU-1792 Change letest and LayoutEngine samples to use raghu.ttf,
which is freely downloadable.

X-SVN-Rev: 8162
2002-03-20 22:36:29 +00:00
Eric Mader
ee59b7e77e ICU-1792 Change letest and LayoutEngine samples to use raghu.ttf,
which is freely downloadable.

X-SVN-Rev: 8161
2002-03-20 22:23:14 +00:00
Yves Arrouye
2599dbe7c7 ICU-1688 opdate
X-SVN-Rev: 8160
2002-03-20 22:03:20 +00:00
Yves Arrouye
490f975b4c ICU-1548 remove derb from build for now. Sorry for the accidental checkin
X-SVN-Rev: 8159
2002-03-20 19:33:44 +00:00
George Rhoten
d526f82b4e ICU-1745 Don't put // in C files.
X-SVN-Rev: 8157
2002-03-20 18:40:58 +00:00
Ram Viswanadha
44bcd6ca19 ICU-1769 Add warning if the data is loaded from dat file instead of the dll
X-SVN-Rev: 8156
2002-03-20 18:36:17 +00:00
Alan Liu
1f73d4904a ICU-1779 add debugging code to track Entry object usage
X-SVN-Rev: 8155
2002-03-20 18:29:10 +00:00
Markus Scherer
b7682efdab ICU-1682 provide direct access to decomposition of a code point - unorm_getDecomposition
X-SVN-Rev: 8154
2002-03-20 18:24:02 +00:00
Markus Scherer
1109f198e6 ICU-1682 use direct access to decomposition of a code point
X-SVN-Rev: 8153
2002-03-20 18:23:40 +00:00
George Rhoten
4ef7e77284 ICU-1769 update to 2.1 version
X-SVN-Rev: 8152
2002-03-20 17:53:02 +00:00
Markus Scherer
f3481aa67a ICU-1686 add tests for UCharIterator.move and getIndex
X-SVN-Rev: 8151
2002-03-20 17:26:20 +00:00
Markus Scherer
230b44ed74 ICU-1686 fix use of UCharIterator.move, especially with UITER_START->UITER_ZERO
X-SVN-Rev: 8150
2002-03-20 17:04:56 +00:00
Markus Scherer
3c82d919fd ICU-1686 add UITER_ZERO, UITER_LENGTH - UCharIterator was missing an equivalent to CharacterIterator::setIndex
X-SVN-Rev: 8149
2002-03-20 17:03:39 +00:00
George Rhoten
f824bdfe0a ICU-1745 Don't put // in C files.
X-SVN-Rev: 8148
2002-03-20 16:39:37 +00:00
Vladimir Weinstein
6da03430ed ICU-1682 faster exhaustive test for debug runs
X-SVN-Rev: 8147
2002-03-20 05:14:00 +00:00
Vladimir Weinstein
e553484ed8 ICU-1682 optimized canonical iterator a bit
X-SVN-Rev: 8145
2002-03-20 05:08:57 +00:00
Yves Arrouye
217d736e4c ICU-1600 verbosity
X-SVN-Rev: 8144
2002-03-20 02:40:56 +00:00
Yves Arrouye
6dd86d6549 ICU-1600 don't crash if no output dir.
X-SVN-Rev: 8143
2002-03-20 02:36:59 +00:00
Yves Arrouye
12c8209762 ICU-1548 more info
X-SVN-Rev: 8142
2002-03-20 02:31:22 +00:00
Yves Arrouye
d2de27a433 ICU-1220 because of transliteration, be paranoid about offsets!
X-SVN-Rev: 8141
2002-03-20 02:11:50 +00:00
Yves Arrouye
3729bc964e ICU-1220 rename dir for consistency with samples
X-SVN-Rev: 8140
2002-03-20 02:04:06 +00:00
Yves Arrouye
e19d5711bf ICU-8112 moved by srl, incorrectly filed under #1578: fixed double commas, MSVC does not like them
X-SVN-Rev: 8139
2002-03-20 01:57:01 +00:00
Yves Arrouye
b8a6e7b62b ICU-678 update for 2.1
X-SVN-Rev: 8138
2002-03-20 01:52:56 +00:00
Yves Arrouye
8ee20a9c30 ICU-1568 use the entry point in the suffix, not the name, so no need for -r.
X-SVN-Rev: 8136
2002-03-20 01:37:48 +00:00
Yves Arrouye
4abef77311 ICU-1568 use the entry point in the suffix, not the name.
X-SVN-Rev: 8135
2002-03-20 01:37:12 +00:00
Markus Scherer
211c230701 ICU-1729 fix unicode bug according to corrigendum #3: u+f951 normalization
X-SVN-Rev: 8134
2002-03-20 01:15:02 +00:00
Ram Viswanadha
f7ba75d9af ICU-1775 Test for exemplar characters
X-SVN-Rev: 8133
2002-03-20 01:10:04 +00:00
Alan Liu
1d263414fa ICU-1779 set data object for entire tree of functors under a rule
X-SVN-Rev: 8132
2002-03-20 00:53:49 +00:00
Alan Liu
c5d4c5ee6c ICU-1779 set data object for entire tree of functors under a rule
X-SVN-Rev: 8131
2002-03-20 00:42:02 +00:00
George Rhoten
79d29d4e37 ICU-1296 Fixed the constness of createAvailableIDs
X-SVN-Rev: 8129
2002-03-20 00:15:44 +00:00
Alan Liu
7b4512d90f ICU-1036 use new internal case mapping functions
X-SVN-Rev: 8128
2002-03-19 22:09:07 +00:00
Yves Arrouye
ab87e7e116 ICU-1789 display full filenames.
X-SVN-Rev: 8127
2002-03-19 22:05:09 +00:00
Alan Liu
08f6362c7b ICU-1036 use new internal case mapping functions
X-SVN-Rev: 8126
2002-03-19 21:54:13 +00:00
Syn Wee Quek
ce3295e827 ICU-1745
strictly restrict matches to fit the breakiterator range exactly.

X-SVN-Rev: 8125
2002-03-19 21:50:15 +00:00
George Rhoten
c003ac3669 ICU-1600 Properly report the failure to create a bundle.
X-SVN-Rev: 8124
2002-03-19 20:09:29 +00:00
Eric Mader
f05e92fb4c ICU-1428 need scale factor from device points to logical points; use
in transformFunits.

X-SVN-Rev: 8123
2002-03-19 18:45:51 +00:00
Yves Arrouye
9bdfaa14ca ICU-1220
X-SVN-Rev: 8122
2002-03-19 18:32:21 +00:00
Yves Arrouye
90528cfb2a ICU-978 update INVOKE for Cygwin
X-SVN-Rev: 8121
2002-03-19 18:14:04 +00:00
Yves Arrouye
d7e8d0b354 ICU-978 do not force INVOKE here
X-SVN-Rev: 8120
2002-03-19 18:13:48 +00:00
Yves Arrouye
bf0b7aa9d9 ICU-1220 use the bundles in the bundles subdirectory.
X-SVN-Rev: 8119
2002-03-19 18:00:31 +00:00
Yves Arrouye
eda87c71f3 ICU-1774 document the -j, --write-java [ encoding ] option
X-SVN-Rev: 8118
2002-03-19 17:58:54 +00:00
George Rhoten
60e6fc4054 ICU-1199 Stop using the deprecated Unicode C++ class
X-SVN-Rev: 8117
2002-03-19 17:50:15 +00:00
Yves Arrouye
c72c2550c9 ICU-1600 report failure to create a bundle
X-SVN-Rev: 8116
2002-03-19 17:49:17 +00:00
Yves Arrouye
2da8a4ccbd ICU-1220 move bundle files. add French to Windows project
X-SVN-Rev: 8115
2002-03-19 17:15:14 +00:00
Yves Arrouye
0a393ebe45 ICU-1220 move bundle files. add French to Windows project
X-SVN-Rev: 8114
2002-03-19 17:14:49 +00:00
Yves Arrouye
e6c9e3bea5 ICU-1220 change u_wmsg(); consistently use it in uconv.
X-SVN-Rev: 8113
2002-03-19 17:14:10 +00:00
Vladimir Weinstein
bb169f4e74 ICU-1682 fixed 'permute' invokation to satisfy pedantic gcc
X-SVN-Rev: 8112
2002-03-19 07:52:44 +00:00
Vladimir Weinstein
90ab5fb750 ICU-1682 added test for canonical iterator
X-SVN-Rev: 8111
2002-03-19 07:18:39 +00:00
Vladimir Weinstein
610dcd1971 ICU-1682 added a real test for canonical iterator
X-SVN-Rev: 8110
2002-03-19 07:18:07 +00:00
Vladimir Weinstein
304d055ed7 ICU-1682 removed dummy canonical iterator test
X-SVN-Rev: 8109
2002-03-19 07:17:09 +00:00
Vladimir Weinstein
c8186aa4d3 ICU-1682 added removeAll method
X-SVN-Rev: 8108
2002-03-19 07:16:19 +00:00
Vladimir Weinstein
a8888ff849 ICU-1682 fixed append bug in extract. Did some optimization (passing objects by reference, reusing the hash table for permutation).
X-SVN-Rev: 8107
2002-03-19 07:16:01 +00:00
Steven R. Loomis
1e18f51b94 ICU-1686 fix missing header file
X-SVN-Rev: 8106
2002-03-19 06:55:07 +00:00
George Rhoten
bc64b17bee ICU-1199 Stop using the deprecated Unicode C++ class
X-SVN-Rev: 8105
2002-03-19 03:01:28 +00:00
Markus Scherer
6fc22af7c9 ICU-1700 test iterative normalization
X-SVN-Rev: 8104
2002-03-19 02:36:28 +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
Steven R. Loomis
561abb0b12 ICU-1784 make genren simpler
X-SVN-Rev: 8102
2002-03-19 01:17:46 +00:00
Markus Scherer
04460db13c ICU-1686 test UCharIterator
X-SVN-Rev: 8101
2002-03-19 00:20:53 +00:00
Markus Scherer
8cc6750ee1 ICU-1542 test u_memchr32 for surrogate code points
X-SVN-Rev: 8097
2002-03-18 23:26:21 +00:00
Markus Scherer
d20923859f ICU-1542 use common code for finding surrogate code points
X-SVN-Rev: 8096
2002-03-18 23:25:30 +00:00
Markus Scherer
acbaac776e ICU-1542 fix u_memchr32; common code for finding surrogate code points
X-SVN-Rev: 8095
2002-03-18 23:19:41 +00:00
George Rhoten
f2aadf39e9 ICU-1779 Better fix for malloc(0)
X-SVN-Rev: 8093
2002-03-18 21:53:11 +00:00
Alan Liu
cd9a595ff6 ICU-1779 avoid malloc(0)
X-SVN-Rev: 8091
2002-03-18 21:25:01 +00:00
Yves Arrouye
0c30e75ab3 ICU-1220 start translating some messages into French.
X-SVN-Rev: 8090
2002-03-18 20:53:14 +00:00
George Rhoten
09a8685edb ICU-1766 Workaround for HP/UX CC compiler bug.
X-SVN-Rev: 8089
2002-03-18 20:06:16 +00:00
George Rhoten
3dea5dd4de ICU-1723 Make sure that the dependencies are correct for data building.
X-SVN-Rev: 8088
2002-03-18 18:59:20 +00:00
Yves Arrouye
564f1a1904 ICU-1220 case-insensitive compare of callabck names.
X-SVN-Rev: 8087
2002-03-18 17:12:52 +00:00
Yves Arrouye
02a9522caa ICU-900 fix warnings.
X-SVN-Rev: 8085
2002-03-16 22:03:24 +00:00
Yves Arrouye
262119b0e2 ICU-1568 \
X-SVN-Rev: 8084
2002-03-16 21:59:28 +00:00
Yves Arrouye
764832deef ICU-1568 be less aggressive on the C short name.
X-SVN-Rev: 8083
2002-03-16 21:57:43 +00:00
Yves Arrouye
abe3f42be7 ICU-1568 be less aggressive on the C short name.
X-SVN-Rev: 8082
2002-03-16 21:54:32 +00:00
Yves Arrouye
210ffa4263 ICU-1568 fix the use of the prefix.
X-SVN-Rev: 8081
2002-03-16 21:19:35 +00:00
Yves Arrouye
3b1730d98f ICU-1568 fix the use of the prefix.
X-SVN-Rev: 8080
2002-03-16 21:16:02 +00:00
Yves Arrouye
b0b0e50094 ICU-1227 use a shorter suffix preprocessor name to stop Windows from
complaining.
Add a define for the C name as string so it works for USS too even with
compiler not able to handle stringification properly.

X-SVN-Rev: 8079
2002-03-16 19:56:03 +00:00
Yves Arrouye
41ffa961b8 ICU-1227 use a shorter suffix preprocessor name to stop Windows from
complaining.

X-SVN-Rev: 8078
2002-03-16 19:55:16 +00:00
Vladimir Weinstein
bde8cfadf4 ICU-1682 fixed behavior when an empty string is passed to the constructor
X-SVN-Rev: 8076
2002-03-16 06:15:58 +00:00
Vladimir Weinstein
06a62186b6 ICU-1568 removed a duplicate comma
X-SVN-Rev: 8075
2002-03-16 05:58:31 +00:00
Vladimir Weinstein
12f77a6bfa ICU-1774 fixed a filename in win32 project
X-SVN-Rev: 8074
2002-03-16 05:55:30 +00:00
Vladimir Weinstein
cd6a077ab0 ICU-1770 fixed a typo
X-SVN-Rev: 8073
2002-03-16 05:05:08 +00:00
Vladimir Weinstein
efee49d38a ICU-1770 made test static to make compiler shut up
X-SVN-Rev: 8072
2002-03-16 05:02:35 +00:00
Ram Viswanadha
41924e92b1 ICU-1774 fix for unix builds
X-SVN-Rev: 8071
2002-03-16 04:17:12 +00:00
Ram Viswanadha
58814385b6 ICU-1775 Add data for exemplar characters
X-SVN-Rev: 8069
2002-03-16 03:49:01 +00:00
Ram Viswanadha
aec48c557d ICU-1774 add utility to convert icu4c resource bundles to java files
X-SVN-Rev: 8068
2002-03-16 03:40:05 +00:00
Steven R. Loomis
43108199f4 ICU-1568 static data fixes
X-SVN-Rev: 8067
2002-03-16 02:26:55 +00:00
Steven R. Loomis
e32116aa11 ICU-1568 static changes, bringing back the prefix
X-SVN-Rev: 8066
2002-03-16 02:26:17 +00:00
Vladimir Weinstein
176ee6d516 ICU-1770 tests for indirect positioning & adaptation of tests that use internal APIs
X-SVN-Rev: 8064
2002-03-15 23:51:22 +00:00
George Rhoten
344bba602b ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8062
2002-03-15 23:47:04 +00:00
Vladimir Weinstein
292c9cef94 ICU-1770 implementation of support for indirect positioning of CEs
X-SVN-Rev: 8061
2002-03-15 23:41:56 +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
Markus Scherer
42e960701b ICU-1754 check for more error conditions
X-SVN-Rev: 8053
2002-03-15 19:22:46 +00:00
George Rhoten
5a1d082530 ICU-1627 Simplify cleaning process based on data reorganization. This is
a fix for AIX and as/400, which can have a command line length limit.

X-SVN-Rev: 8050
2002-03-15 18:17:14 +00:00
George Rhoten
5b52c2da46 ICU-1126 Fix for Visual Age on AIX.
X-SVN-Rev: 8049
2002-03-15 17:21:01 +00:00
Steven R. Loomis
ccbc720154 ICU-1748 location of AR and RANLIB, non multithreaded build on AIX
X-SVN-Rev: 8046
2002-03-15 02:15:54 +00:00
Steven R. Loomis
63673a298a ICU-1748 non multithreaded build, location of AR and RANLIB
X-SVN-Rev: 8045
2002-03-15 02:13:53 +00:00
Steven R. Loomis
83df0975fd ICU-1568 static mode on Win32
X-SVN-Rev: 8043
2002-03-15 02:12:01 +00:00
Steven R. Loomis
7e0a131963 ICU-1568 static mode
X-SVN-Rev: 8042
2002-03-15 02:06:52 +00:00
Steven R. Loomis
ea7c2c2832 ICU-1568 static mode to emit README
X-SVN-Rev: 8041
2002-03-15 02:04:54 +00:00
Steven R. Loomis
cf07b86764 ICU-1568 static mode update
X-SVN-Rev: 8040
2002-03-15 02:02:57 +00:00
George Rhoten
515d605bb2 ICU-837 Port back to Windows and update the tests a bit more.
X-SVN-Rev: 8037
2002-03-15 00:29:57 +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
Markus Scherer
facb0c82f7 ICU-1754 store data for canonical equivalence more compactly
X-SVN-Rev: 8034
2002-03-14 23:54:09 +00:00
Markus Scherer
02228a0689 ICU-1682 fix looping bug
X-SVN-Rev: 8033
2002-03-14 23:53:29 +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
191626c64a ICU-837 Add a light test for snprintf.
X-SVN-Rev: 8028
2002-03-14 23:12:15 +00:00
Markus Scherer
27f15727d9 ICU-1754 add functions to handle single-code point sets more efficiently
X-SVN-Rev: 8027
2002-03-14 23:06:23 +00:00
Eric Mader
22cc595c26 ICU-1428 Changes for multiple windows, open dialog.
X-SVN-Rev: 8022
2002-03-14 22:27:32 +00:00
Eric Mader
c8e85a2174 ICU-1428 add SetBkMode(hdc, TRANSPARENT) before drawing in
paint event.

X-SVN-Rev: 8020
2002-03-14 22:21:02 +00:00
Eric Mader
0048a8b7ac ICU-1428 set last byte in buffer to 0, not last + 1!
X-SVN-Rev: 8019
2002-03-14 22:19:47 +00:00
Eric Mader
9cf2dcae41 ICU-1428 drawRun: update x after drawing each run at the same y offset.
X-SVN-Rev: 8018
2002-03-14 22:13:52 +00:00
Eric Mader
488fbee332 ICU-1069 better integration of fixed/non-fixed feature order. Better
lookup list for non-fixed order. Handle default feature for fixed feature order.

X-SVN-Rev: 8017
2002-03-14 21:51:40 +00:00
George Rhoten
fbe52051c1 ICU-882 Remove SCSU
X-SVN-Rev: 8016
2002-03-14 21:46:16 +00:00
George Rhoten
92f71db362 ICU-1766 Remove LLong
X-SVN-Rev: 8015
2002-03-14 21:29:44 +00:00
George Rhoten
6fa54bfc72 ICU-1616 Removed duplicate data from zh.
X-SVN-Rev: 8014
2002-03-14 19:19:23 +00:00
Steven R. Loomis
f90e09a772 ICU-1631 2.0.1 rollin, versioning and paths
X-SVN-Rev: 8010
2002-03-14 02:00:36 +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
Doug Felt
f3acab9495 ICU-1766 Make RBNF in ICU4C use 64-bit ints
(still need to remove llong.h, llong.cpp and commented-out code)

X-SVN-Rev: 8008
2002-03-14 00:28:22 +00:00
Andy Heninger
66bee38a79 ICU-1265 rename RulesBasedBreakIterator::IGNORE to avoid conflict with winbase.h
X-SVN-Rev: 8007
2002-03-13 23:52:24 +00:00