Commit Graph

17565 Commits

Author SHA1 Message Date
George Rhoten
af4d11cd28 ICU-5032 Increase code coverage by removing dead code.
X-SVN-Rev: 19384
2006-03-20 18:59:54 +00:00
George Rhoten
35c4c75f13 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19383
2006-03-20 07:53:07 +00:00
George Rhoten
2dd590c668 ICU-5032 Refactor code while increasing code coverage.
X-SVN-Rev: 19382
2006-03-20 07:49:49 +00:00
George Rhoten
db92b0f4f9 ICU-5032 Increase code coverage of UTF-32 converter
X-SVN-Rev: 19381
2006-03-20 07:43:13 +00:00
George Rhoten
efedac815e ICU-5032 Refactor code while increasing code coverage.
X-SVN-Rev: 19380
2006-03-20 07:42:35 +00:00
George Rhoten
b492fe71a3 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19379
2006-03-20 07:35:37 +00:00
Eric Mader
c612f9a13a ICU-4338 Remove more compiler warnings. (sigh...)
X-SVN-Rev: 19374
2006-03-18 01:17:07 +00:00
Eric Mader
1e7477b4e4 ICU-4338 fix compiler warnings.
X-SVN-Rev: 19373
2006-03-18 01:09:27 +00:00
Eric Mader
27ce7a467e ICU-4338 explicitly declare the size of per-script arrays.
X-SVN-Rev: 19372
2006-03-18 00:04:26 +00:00
Markus Scherer
28804eff03 ICU-5084 NFSkippable sets for Unicode 5.0
X-SVN-Rev: 19371
2006-03-17 23:24:15 +00:00
Markus Scherer
f14b733772 ICU-5084 Unicode 5 moves Grapheme_Link around between properties files
X-SVN-Rev: 19369
2006-03-17 22:07:05 +00:00
Ram Viswanadha
6987784650 ICU-5108 updates for the release and test
X-SVN-Rev: 19367
2006-03-17 19:11:51 +00:00
George Rhoten
a93931d6c4 ICU-4973 Rephrase how resource bundles are closed (not deleted).
X-SVN-Rev: 19365
2006-03-17 08:18:45 +00:00
Andy Heninger
3be61f553b ICU-5107 check in regular expressions demo
X-SVN-Rev: 19363
2006-03-17 02:21:54 +00:00
Andy Heninger
cb2c0014e2 ICU-5107 check in regular expressions demo
X-SVN-Rev: 19362
2006-03-17 02:10:50 +00:00
George Rhoten
b09c29ad1d ICU-5032 Remove unreachable code.
X-SVN-Rev: 19361
2006-03-17 00:35:59 +00:00
George Rhoten
95212a9bfd ICU-5032 Increase code coverage numbers by removing redundant code
X-SVN-Rev: 19356
2006-03-16 22:47:23 +00:00
George Rhoten
cf9c14a088 ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19355
2006-03-16 20:33:21 +00:00
George Rhoten
13eed03890 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19354
2006-03-16 07:36:52 +00:00
George Rhoten
a62c62531f ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19353
2006-03-16 06:07:07 +00:00
George Rhoten
e3613f638e ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19352
2006-03-16 05:43:34 +00:00
George Rhoten
b8328839ca ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19351
2006-03-16 04:54:35 +00:00
George Rhoten
af66ad6b26 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19350
2006-03-16 03:43:24 +00:00
Eric Mader
f403ab514c ICU-4890 Handle scripts whose short name is not the same as their OpenType tag.
X-SVN-Rev: 19348
2006-03-15 01:07:14 +00:00
Doug Felt
5213dc5a7f ICU-1 add icu4j iuc29 paper
X-SVN-Rev: 19346
2006-03-14 22:22:44 +00:00
Eric Mader
db72e9408f ICU-4765 Update state table per the bug.
X-SVN-Rev: 19345
2006-03-14 19:45:23 +00:00
George Rhoten
f68b52650f ICU-4707 Fix some compiler warnings by merging some code.
X-SVN-Rev: 19332
2006-03-06 08:23:20 +00:00
George Rhoten
28783a7e55 ICU-5100 Fix a gcc compiler error.
X-SVN-Rev: 19331
2006-03-06 03:35:36 +00:00
George Rhoten
8d310941ec ICU-5099 Compiler fixes for gcc
X-SVN-Rev: 19330
2006-03-04 00:01:38 +00:00
Markus Scherer
e7aa3f3380 ICU-5084 Unicode 5.0 beta (d13)
X-SVN-Rev: 19329
2006-03-03 20:59:01 +00:00
Markus Scherer
ce0d2dc69b ICU-5084 UnicodeData.txt cannot have a copyright because its format does not permit comments
X-SVN-Rev: 19328
2006-03-03 20:41:19 +00:00
George Rhoten
5ec2f7ff26 ICU-5086 Only use a non-Olson ID when the raw offset is wrong. This
allows the daylight saving changeover to happen in long running ICU processes.

X-SVN-Rev: 19327
2006-03-03 20:10:02 +00:00
George Rhoten
06743ea5a6 ICU-5086 Detect when an a potential non-unique abbreviation is used,
and try to use the raw offset when that happens. Some timezones are still
sometimes off by one hour, but this is much better than before (off by several
hours in many more timezones).

X-SVN-Rev: 19326
2006-03-03 17:46:26 +00:00
George Rhoten
7f267c6e1b ICU-5086 Improve timezone detection.
X-SVN-Rev: 19325
2006-03-03 08:17:36 +00:00
George Rhoten
ccc5d310f4 ICU-5098 Fix some typos
X-SVN-Rev: 19324
2006-03-03 07:20:15 +00:00
George Rhoten
deb7d17fdc ICU-5086 Use the localtime timezone link check on platforms that support it.
X-SVN-Rev: 19323
2006-03-03 07:08:05 +00:00
George Rhoten
0e9027e52a ICU-5086 Use the localtime timezone link check on platforms that support it.
X-SVN-Rev: 19322
2006-03-03 07:02:43 +00:00
George Rhoten
1e9f89c2c9 ICU-4707 Remove some compiler warnings about empty compilation units while using static libraries.
X-SVN-Rev: 19321
2006-03-03 07:01:17 +00:00
George Rhoten
b2aaafe4dd ICU-4707 Remove some compiler warnings about empty compilation units.
X-SVN-Rev: 19320
2006-03-03 06:59:43 +00:00
George Rhoten
5c175798f2 ICU-5086 Use the localtime timezone link check on platforms that support it.
X-SVN-Rev: 19319
2006-03-03 06:47:40 +00:00
George Rhoten
393617a8f7 ICU-5086 Try out better timezone detection.
The default detection without the TZ environment variable still needs to be fixed.

X-SVN-Rev: 19318
2006-03-03 01:35:59 +00:00
George Rhoten
202d985613 ICU-5086 Try out better timezone detection.
The default detection without the TZ environment variable still needs to be fixed.

X-SVN-Rev: 19317
2006-03-03 01:12:55 +00:00
George Rhoten
5b679e213a ICU-5086 Try out better timezone detection.
The default detection without the TZ environment variable still needs to be fixed.

X-SVN-Rev: 19316
2006-03-03 01:05:05 +00:00
George Rhoten
a174b70acd ICU-5086 Try out better timezone detection.
The default detection without the TZ environment variable still needs to be fixed.

X-SVN-Rev: 19315
2006-03-03 01:00:54 +00:00
Doug Felt
48493e116f ICU-5097 post-343 eclipse mods
X-SVN-Rev: 19313
2006-03-02 23:30:09 +00:00
Eric Mader
8f24bb476b ICU-4639 Clean up csdet.vcproj
X-SVN-Rev: 19312
2006-03-02 18:11:37 +00:00
George Rhoten
286c5c0051 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19311
2006-03-02 03:45:55 +00:00
Eric Mader
e68625742b ICU-4639 return 0 from main to indicate successful execution.
X-SVN-Rev: 19309
2006-03-01 22:47:23 +00:00
Eric Mader
fa4e147b16 ICU-4639 Invoke the sample w/ an input file from the uconv sample directory.
X-SVN-Rev: 19308
2006-03-01 22:38:03 +00:00
Eric Mader
f85c640c46 ICU-4639 initial checkin of a liitle sample application.
X-SVN-Rev: 19307
2006-03-01 22:21:50 +00:00