Commit Graph

403 Commits

Author SHA1 Message Date
George Rhoten
2a64ec096f ICU-3505 Fix uninitialized memory
X-SVN-Rev: 14616
2004-02-28 07:21:01 +00:00
George Rhoten
4d1280ac61 ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
Eric Mader
3b02edd4df ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14215
2003-12-23 19:23:42 +00:00
George Rhoten
c5dda76d0a ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14097
2003-12-11 05:00:40 +00:00
Ram Viswanadha
e42051e2b8 ICU-3445 don't compile prscmnts functions when RegEx is tuned off
X-SVN-Rev: 14057
2003-12-09 20:07:47 +00:00
George Rhoten
2c3be974a1 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14031
2003-12-07 21:41:09 +00:00
Ram Viswanadha
63b9b0e15d ICU-3222 fix compiler warnings
X-SVN-Rev: 13939
2003-12-02 03:15:53 +00:00
Ram Viswanadha
3bd47e974e ICU-3222 fix compiler warnings
X-SVN-Rev: 13935
2003-12-02 03:03:23 +00:00
Ram Viswanadha
967b66a32b ICU-2438 fix wrtjava to handle multiple collation binaries
X-SVN-Rev: 13810
2003-11-21 18:21:49 +00:00
Ram Viswanadha
708f6e7141 ICU-1790 fix line count for comments
X-SVN-Rev: 13732
2003-11-14 22:47:47 +00:00
Vladimir Weinstein
98743e56c4 ICU-2438 fix locale test failures
X-SVN-Rev: 13653
2003-11-10 18:08:54 +00:00
Vladimir Weinstein
ec789f0163 ICU-2438 genrb to recognize and process "collations" resource in addition to "CollationElements"
X-SVN-Rev: 13644
2003-11-08 08:25:21 +00:00
George Rhoten
7736b0df8b ICU-3359 Allow .vcproj files to build in a directory with a space
X-SVN-Rev: 13589
2003-11-05 17:16:00 +00:00
Steven R. Loomis
db2b7083d7 ICU-2899 stray comma
X-SVN-Rev: 13513
2003-10-28 09:49:08 +00:00
Ram Viswanadha
ff0a9c0244 ICU-2899 update with requests form the meeting
X-SVN-Rev: 13489
2003-10-24 23:07:00 +00:00
Ram Viswanadha
fe5c392fe5 ICU-2899 Tweak the comment parsing a bit
X-SVN-Rev: 13443
2003-10-16 22:58:05 +00:00
Ram Viswanadha
cd76fee190 ICU-3115 fix a bug that prevents the code from picking up table names
X-SVN-Rev: 13334
2003-10-07 00:59:26 +00:00
Ram Viswanadha
510eec40ad ICU-3115 synch up writing fucntions with changes in the SResource structure
X-SVN-Rev: 13213
2003-09-25 19:51:35 +00:00
Markus Scherer
4955341303 ICU-3115 support table32 resources for >64k key chars and >64k table items
X-SVN-Rev: 13185
2003-09-24 17:52:44 +00:00
Markus Scherer
5ed52c5047 ICU-2235 .res 1.1 adds indexes[] for friendly reading and swapping
X-SVN-Rev: 13181
2003-09-24 00:26:23 +00:00
Ram Viswanadha
4c72760065 ICU-2899 remove coma and make multiline mode work
X-SVN-Rev: 13057
2003-09-10 22:16:19 +00:00
Ram Viswanadha
8152813699 ICU-2899 fix small bugs
X-SVN-Rev: 13053
2003-09-10 01:05:44 +00:00
Ram Viswanadha
943e44e5e2 ICU-2899 fix warnings from gcc
X-SVN-Rev: 12974
2003-08-28 21:04:53 +00:00
Ram Viswanadha
3dd9666441 ICU-2899 fix compile failure on MacOSX .. need C++ linker and linker flags if C and C++ are mixed!
X-SVN-Rev: 12969
2003-08-27 23:09:24 +00:00
George Rhoten
c19150ea53 ICU-2899 Fix MSVC.NET too
X-SVN-Rev: 12954
2003-08-27 00:48:26 +00:00
Ram Viswanadha
a40d932f48 ICU-2899 oops forgot to commit the dsp file
X-SVN-Rev: 12953
2003-08-27 00:19:48 +00:00
Ram Viswanadha
cb971f4226 ICU-1790 fix line count code when new line characters are inside quotes
X-SVN-Rev: 12952
2003-08-27 00:06:37 +00:00
George Rhoten
c005c5cb02 ICU-2899 Make Unix builds work with new files.
X-SVN-Rev: 12948
2003-08-26 23:44:57 +00:00
Syn Wee Quek
4c6a0e6a86 ICU-3209 Ram's changes for zh__PINYIN locale elements writeout.
X-SVN-Rev: 12945
2003-08-26 17:47:56 +00:00
Ram Viswanadha
a4f03d4acf ICU-2899 Add comments parsing ability to genrb .. preserve the comments in XLIFF
X-SVN-Rev: 12941
2003-08-26 02:36:57 +00:00
George Rhoten
a828b2ae9f ICU-3136 Fix error reporting from genrb when collation rules are bad.
X-SVN-Rev: 12902
2003-08-21 17:23:19 +00:00
Andy Heninger
8fcbf88e68 ICU-3014 Remove some u_init() calls from some tools to get UNIXy builds alive. They're using ICU without needing data, and without valid data available
X-SVN-Rev: 12832
2003-08-15 01:26:22 +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
Markus Scherer
5061b43683 ICU-2329 invariant characters required for table keys, binary data, etc. - verify and show errors if variant characters are used there
X-SVN-Rev: 12588
2003-07-02 22:06:10 +00:00
George Rhoten
41852125a3 ICU-3036 Decrease size of tools.
X-SVN-Rev: 12529
2003-06-18 22:32:27 +00:00
George Rhoten
b69f48d3f8 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 12508
2003-06-13 00:24:12 +00:00
George Rhoten
f78042efe6 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 12489
2003-06-12 15:46:45 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
05c382f397 ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 12170
2003-05-29 20:48:25 +00:00
Ram Viswanadha
a2031e428f ICU-2187 update with codereview comments
X-SVN-Rev: 12127
2003-05-27 23:40:32 +00:00
Ram Viswanadha
468b8e9b57 ICU-2187 do not use _strdate it is unportable
X-SVN-Rev: 12027
2003-05-20 19:01:25 +00:00
Ram Viswanadha
33c1f9d021 ICU-2187 Add tool to convert from ICU ResourceBundle format to XLIFF
X-SVN-Rev: 12020
2003-05-20 00:50:45 +00:00
Vladimir Weinstein
a083516404 ICU-2809 gracefully exit when table has more than 64K stuff
X-SVN-Rev: 11883
2003-05-10 00:37:40 +00:00
George Rhoten
4e1913af46 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
Vladimir Weinstein
b137857632 ICU-2364 update to versioning control for collation
X-SVN-Rev: 11737
2003-04-30 00:49:01 +00:00
Ram Viswanadha
7742976bf1 ICU-2298 add include functionality
X-SVN-Rev: 11685
2003-04-24 23:05:39 +00:00
Vladimir Weinstein
86906d9e5c ICU-2364 fix versioning in genrb
X-SVN-Rev: 11660
2003-04-24 06:59:52 +00:00
Ram Viswanadha
a0005c9031 ICU-2734 backoff changes
X-SVN-Rev: 11648
2003-04-23 22:50:31 +00:00
Markus Scherer
912673a5e4 ICU-2580 replace RES_ UResType constant names with URES_ names
X-SVN-Rev: 11564
2003-04-16 23:52:32 +00:00
Alan Liu
5702916cab ICU-2119 update comment
X-SVN-Rev: 11562
2003-04-16 23:30:13 +00:00
Alan Liu
9c3e7eec9c ICU-2119 fix several script bugs; improve output and error handling
X-SVN-Rev: 11559
2003-04-16 21:36:55 +00:00
Ram Viswanadha
d94419fc1a ICU-2734 Fix incompatibity between ICU4C and ICU4J
X-SVN-Rev: 11554
2003-04-15 22:33:55 +00:00
Ram Viswanadha
41d36b7650 ICU-2713 fix unescaping bug
X-SVN-Rev: 11192
2003-02-28 21:27:44 +00:00
Ram Viswanadha
124d5aefab ICU-2713 fix unescaping bug
X-SVN-Rev: 11062
2003-02-15 01:37:01 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Alan Liu
78c4cb87f9 ICU-122 add capacity to uprv_itou
X-SVN-Rev: 10908
2003-01-27 17:24:33 +00:00
Vladimir Weinstein
89628f1df9 ICU-2107 added copyright notices
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Ram Viswanadha
d8658a12f6 ICU-2251 fix parsing in parseCollationElements and xml file generation
X-SVN-Rev: 10674
2002-12-14 01:30:30 +00:00
George Rhoten
3f140dbaf8 ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10628
2002-12-12 00:26:29 +00:00
George Rhoten
8b5d063db9 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 10553
2002-12-06 23:53:00 +00:00
Vladimir Weinstein
012f463115 ICU-2107 added copyright notices
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00
Ram Viswanadha
7f6d1590f3 ICU-2135 fix typo more error checking
X-SVN-Rev: 10492
2002-12-05 02:36:34 +00:00
Ram Viswanadha
f69999fbfc ICU-2135 fix typo more error checking
X-SVN-Rev: 10481
2002-12-04 23:31:10 +00:00
Eric Mader
99cb3d5c6d ICU-2135 fix memory problems in genrb after running through valgrind
X-SVN-Rev: 10473
2002-12-04 02:38:39 +00:00
George Rhoten
d7b1e65993 ICU-2135 Fix various memory problems
X-SVN-Rev: 10377
2002-11-26 18:21:04 +00:00
George Rhoten
dcfd5744ca ICU-2000 Fix some compiler warnings.
X-SVN-Rev: 10222
2002-11-12 00:43:02 +00:00
Ram Viswanadha
02c2651faf ICU-2476 test if args to printf are null or not
X-SVN-Rev: 10221
2002-11-12 00:28:59 +00:00
Ram Viswanadha
dc9106be88 ICU-2476 Add option for stricter parsing of genrb
X-SVN-Rev: 10214
2002-11-08 23:16:10 +00:00
Vladimir Weinstein
7408f38f4a ICU-2097 derb update - now one can decide not to follow aliases
X-SVN-Rev: 10093
2002-10-30 07:51:40 +00:00
Ram Viswanadha
6ba868cb2f ICU-2055 Text to RB XML conversion tool + fixes for changes in UCBUF
X-SVN-Rev: 10008
2002-10-10 01:05:51 +00:00
Markus Scherer
61969c8c50 ICU-2248 modularize ICU
X-SVN-Rev: 9934
2002-10-01 01:26:49 +00:00
Alan Liu
0e1a828f22 ICU-2133 remove obsolete Win32 BATCH file
X-SVN-Rev: 9754
2002-08-21 18:46:06 +00:00
Vladimir Weinstein
f0ac82ef5a ICU-2097 fix argument parsing in derb
X-SVN-Rev: 9693
2002-08-13 18:28:32 +00:00
George Rhoten
3b41536f0c ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9690
2002-08-13 16:36:08 +00:00
George Rhoten
d4c289ed12 ICU-1900 Ignore some files in CVS.
X-SVN-Rev: 9446
2002-07-30 22:26:11 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
91c9ca5ddb ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9320
2002-07-24 21:21:05 +00:00
Vladimir Weinstein
ee0d242707 ICU-1880 derb update - should eventually be able to handle aliases. Not yet.
X-SVN-Rev: 9270
2002-07-20 04:41:13 +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
Ram Viswanadha
b710fc18ce ICU-1763 add George's comments
X-SVN-Rev: 9190
2002-07-16 01:08:21 +00:00
Ram Viswanadha
525f969f4c ICU-1948 fix alias handling in the perl file
X-SVN-Rev: 9110
2002-07-12 05:18:15 +00:00
Ram Viswanadha
c3dc9fa699 ICU-1948 test for existence of file
X-SVN-Rev: 9090
2002-07-11 03:40:04 +00:00
Ram Viswanadha
99c5714f5f ICU-1948 add genrbjar.pl for quick generation of jar file on big endian unix machines
X-SVN-Rev: 9089
2002-07-11 03:00:44 +00:00
Ram Viswanadha
92158dfa0e ICU-1948 Update wrtjava.c and to cope with %%CollationBin move and Alias type.
X-SVN-Rev: 9081
2002-07-10 20:30:56 +00:00
Vladimir Weinstein
f0c4f70cf1 ICU-1930 reading new fractional UCA and UCA rules
X-SVN-Rev: 9003
2002-07-02 22:28:40 +00:00
Eric Mader
898fd409f9 ICU-1953 remove // comments from C code. Fix indentation, removed tabs.
X-SVN-Rev: 8984
2002-07-01 18:04:55 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Vladimir Weinstein
d75e2f97df ICU-1948 Introducing alias type.
X-SVN-Rev: 8892
2002-06-14 06:01:13 +00:00
Vladimir Weinstein
f5577b6906 ICU-1948 Introducing alias typa. Also move %%CollationBin under CollationElements table
X-SVN-Rev: 8891
2002-06-14 06:00:15 +00:00
Alan Liu
7a30df00e2 ICU-1903 add support for LocaleElements_index, cleanup
X-SVN-Rev: 8669
2002-05-22 17:02:23 +00:00
Alan Liu
263c0df2d0 ICU-1903 initial checkin
X-SVN-Rev: 8655
2002-05-21 23:32:22 +00:00
Alan Liu
1fcfcc9ed6 ICU-1903 fix Java line-wrapping code
X-SVN-Rev: 8653
2002-05-21 23:29:56 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
968f910249 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8542
2002-04-30 19:07:18 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
Yves Arrouye
985ce87495 ICU-1868 link w/ C
X-SVN-Rev: 8511
2002-04-25 18:13:15 +00:00
George Rhoten
705ca8847d ICU-1828 Rename error.c -> errmsg.c
X-SVN-Rev: 8502
2002-04-23 23:11:09 +00:00