Markus Scherer
|
34de559dd7
|
ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1147
|
2000-04-18 20:51:36 +00:00 |
|
Markus Scherer
|
5791fc267d
|
ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1146
|
2000-04-18 20:31:36 +00:00 |
|
Markus Scherer
|
aa9a63a3a4
|
ICU-364 fix adding / to non-terminated destdir
X-SVN-Rev: 1145
|
2000-04-18 20:31:01 +00:00 |
|
Markus Scherer
|
6b2a1ac354
|
ICU-363 turn a class constant into an enum
X-SVN-Rev: 1144
|
2000-04-18 18:46:46 +00:00 |
|
Markus Scherer
|
92c839c280
|
ICU-130 need to actually use the delimiter parameter...
X-SVN-Rev: 1143
|
2000-04-18 18:13:03 +00:00 |
|
Yves Arrouye
|
3950fe01a2
|
ICU-359 fixed virtual destructors/members incoherences.
X-SVN-Rev: 1142
|
2000-04-18 17:58:18 +00:00 |
|
Markus Scherer
|
34e9e8fc9f
|
ICU-130 32-bit exception values, add mirror mappings, overhaul...
X-SVN-Rev: 1141
|
2000-04-18 16:56:02 +00:00 |
|
Markus Scherer
|
7af09219eb
|
ICU-130 provide a common parser function for files like UnicodeData.txt
X-SVN-Rev: 1140
|
2000-04-18 16:36:19 +00:00 |
|
Markus Scherer
|
b91ef35c44
|
ICU-364 u_parseArgs() command line parser needs U_CAPI
X-SVN-Rev: 1139
|
2000-04-18 16:34:27 +00:00 |
|
Steven R. Loomis
|
7f91dfb153
|
ICU-185 compiler warning fix for locale(char*) api
X-SVN-Rev: 1138
|
2000-04-18 00:00:42 +00:00 |
|
Markus Scherer
|
d5af01ccd0
|
ICU-364 u_parseArgs() command line parser
X-SVN-Rev: 1137
|
2000-04-17 21:13:31 +00:00 |
|
Steven R. Loomis
|
a430140424
|
ICU-185 test fixes, don't call deprecated api
X-SVN-Rev: 1136
|
2000-04-15 21:28:17 +00:00 |
|
Steven R. Loomis
|
e78d6db835
|
ICU-185 don't call Locale(UnicodeString..) deprecated apis
X-SVN-Rev: 1135
|
2000-04-15 21:23:28 +00:00 |
|
Steven R. Loomis
|
90d12c93b9
|
ICU-185 Locale takes/returns char*. Old api's deprecated. Implementation fixed to not use deprecated api's.
X-SVN-Rev: 1134
|
2000-04-15 21:19:44 +00:00 |
|
Yves Arrouye
|
f911c8b490
|
ICU-353 _tzname[n] on Windows too, please... Thanks Vladimir for the heads-up.
X-SVN-Rev: 1133
|
2000-04-15 03:33:59 +00:00 |
|
Alan Liu
|
7ed0a330a8
|
Added zip and zipsrc targets to build.xml.
X-SVN-Rev: 1132
|
2000-04-14 22:59:53 +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 |
|
Alan Liu
|
c4c3fe0ffd
|
Hyperlink isWeekend javadoc
X-SVN-Rev: 1130
|
2000-04-14 01:44:35 +00:00 |
|
Alan Liu
|
f61ea0e560
|
Fix javadoc errors
X-SVN-Rev: 1129
|
2000-04-14 01:37:27 +00:00 |
|
Alan Liu
|
7ba8c67c86
|
Remove duplicate mkdirs; amend copyright
X-SVN-Rev: 1128
|
2000-04-14 01:15:08 +00:00 |
|
Alan Liu
|
659587d574
|
Remove MS Office garbage and rewrite build section to conform to current status
X-SVN-Rev: 1127
|
2000-04-14 00:21:00 +00:00 |
|
Alan Liu
|
9e2c7d654e
|
Exclude unwanteds from jar
X-SVN-Rev: 1126
|
2000-04-14 00:20:03 +00:00 |
|
Alan Liu
|
8e44d6cdf7
|
Exclude .java files under CVS/Base from build
X-SVN-Rev: 1125
|
2000-04-13 23:08:38 +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 |
|
Alan Liu
|
c6794e2bba
|
Make work with ant 3.1 beta
X-SVN-Rev: 1123
|
2000-04-13 22:52:41 +00:00 |
|
Yves Arrouye
|
e45f4fd7cb
|
ICU-310 check foran empty $(MAKECMDGOALS) and also include dependencies
in this case, so that a make in a subdir does include deps.
X-SVN-Rev: 1122
|
2000-04-13 22:08:07 +00:00 |
|
Markus Scherer
|
a8ea7e8c8b
|
ICU-176 ucnv_getNextUChar() return a UChar32 code point
X-SVN-Rev: 1121
|
2000-04-13 17:27:35 +00:00 |
|
Markus Scherer
|
7a4cc4da43
|
ICU-176 fix UTF_IS_SURROGATE() to work on both code units & code points
X-SVN-Rev: 1120
|
2000-04-13 17:24:48 +00:00 |
|
Alan Liu
|
c6a96e7684
|
Delegate replace operation to rule object
X-SVN-Rev: 1119
|
2000-04-12 20:17:45 +00:00 |
|
Markus Scherer
|
9188757ce0
|
ICU-136 reduce UnicodeString footprint: remove fHashCode & reduce US_STACKBUF_SIZE to 7; size 32B
X-SVN-Rev: 1118
|
2000-04-12 20:04:41 +00:00 |
|
Markus Scherer
|
7c2d19d828
|
ICU-176 UTF-16 support with CharacterIterator; new functions for more efficient iteration
X-SVN-Rev: 1117
|
2000-04-12 19:36:30 +00:00 |
|
Markus Scherer
|
2b2af0bbc5
|
ICU-176 utf macros get, prev, back take start parameter
X-SVN-Rev: 1116
|
2000-04-12 19:36:07 +00:00 |
|
Markus Scherer
|
c117cd37bb
|
ICU-176 utf macros get, prev, back take start parameter; StringChIter is friend
X-SVN-Rev: 1115
|
2000-04-12 19:33:55 +00:00 |
|
Helena Chapman
|
593eedf924
|
ICU-354 Prep for 1.4.1.1 release.
X-SVN-Rev: 1113
|
2000-04-12 00:34:42 +00:00 |
|
Yves Arrouye
|
1c27076235
|
ICU-254 fixed patsubst triggering deletions
X-SVN-Rev: 1109
|
2000-04-11 16:37:46 +00:00 |
|
Yves Arrouye
|
3e1d8d13a3
|
ICU-251 ugly bad bad bad way of deleting the files that were symlinked
during build. But then, symlinking was not that great either; we'll fix all
of that later.
X-SVN-Rev: 1108
|
2000-04-11 01:06:15 +00:00 |
|
Yves Arrouye
|
6ae72bf76b
|
ICU-312 don't pass a null converter to ucnv_reset()!
X-SVN-Rev: 1107
|
2000-04-10 23:26:18 +00:00 |
|
Yves Arrouye
|
8b0bee3da5
|
ICU-251 fixed all the clean/distclean problems except for the stale
symlinks in source/test/testdata. Also made sure distclean-local depends on
clean-local in every subproject.
X-SVN-Rev: 1106
|
2000-04-10 23:24:53 +00:00 |
|
Yves Arrouye
|
dc50431253
|
ICU-348 Oops. Now, strict compile is really off by default.
X-SVN-Rev: 1105
|
2000-04-10 22:52:58 +00:00 |
|
Yves Arrouye
|
3c4932d31d
|
ICU-254 remove .sentinel when cleaning data.
X-SVN-Rev: 1104
|
2000-04-10 22:40:12 +00:00 |
|
Yves Arrouye
|
bb2ce2ca2a
|
ICU-348 disable strict compilation by default; renamed yc_* variables to
ac_* (yc stands for Yves's config, not a good idea here).
X-SVN-Rev: 1103
|
2000-04-10 22:38:53 +00:00 |
|
Yves Arrouye
|
4de68d7b06
|
ICU-254 if you build it, it'll clean itself...
X-SVN-Rev: 1102
|
2000-04-10 22:04:02 +00:00 |
|
Yves Arrouye
|
8fd07e0807
|
ICU-254 cleanup $(TRANSLIT_RES) at distclean.
X-SVN-Rev: 1101
|
2000-04-10 22:03:00 +00:00 |
|
Yves Arrouye
|
8292436157
|
ICU-254 cleanup data files correctly.
X-SVN-Rev: 1100
|
2000-04-10 22:01:59 +00:00 |
|
Yves Arrouye
|
03014927b8
|
ICU-347 moved the macros definitions into aclocal.m4, of course...
X-SVN-Rev: 1099
|
2000-04-10 21:54:53 +00:00 |
|
Brendan Murray
|
2667f27fcd
|
ICU-98 SRL rejected change to configure because it was overwritten. I have reapplied change to source\configure and added to source\aclocal.m4 to allow autoconf to work correctly.
X-SVN-Rev: 1098
|
2000-04-10 21:43:26 +00:00 |
|
Markus Scherer
|
b1c5fc409a
|
ICU-348 add {} to initializer of array of structs
X-SVN-Rev: 1097
|
2000-04-07 23:10:53 +00:00 |
|
Markus Scherer
|
12317a643b
|
ICU-348 align c++ class field declaration and initialization order
X-SVN-Rev: 1096
|
2000-04-07 23:10:09 +00:00 |
|
Vladimir Weinstein
|
90fadc72aa
|
ICU-351 changes for PTX support
X-SVN-Rev: 1095
|
2000-04-07 22:24:08 +00:00 |
|
Markus Scherer
|
5d813e3499
|
ICU-350 just add j350 test, still do all tests from -r 1.14
X-SVN-Rev: 1094
|
2000-04-07 20:23:24 +00:00 |
|