Commit Graph

11892 Commits

Author SHA1 Message Date
George Rhoten
12e3c5a61c ICU-3718 Fix a typo
X-SVN-Rev: 15507
2004-05-24 21:34:22 +00:00
George Rhoten
be140628f9 ICU-3718 Don't crash when file can't be written
X-SVN-Rev: 15506
2004-05-24 21:31:45 +00:00
Vladimir Weinstein
13cab794d3 ICU-3718 change intltest and cintltst to relocatable exes. Purify seems to like it better.
X-SVN-Rev: 15505
2004-05-24 21:00:56 +00:00
Alan Liu
709a441e9f ICU-3748 fix strchr reading past end of string
X-SVN-Rev: 15504
2004-05-24 20:48:05 +00:00
Alan Liu
a1b393c257 ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
X-SVN-Rev: 15502
2004-05-24 20:32:59 +00:00
George Rhoten
59a80825d0 ICU-3718 Don't crash when data is not present
X-SVN-Rev: 15501
2004-05-24 20:28:32 +00:00
Alan Liu
0bfd502d22 ICU-3659 temporarily disable...
X-SVN-Rev: 15498
2004-05-24 17:36:53 +00:00
George Rhoten
3a74c75e2f ICU-3718 Don't crash on slow machines
X-SVN-Rev: 15497
2004-05-24 17:11:40 +00:00
George Rhoten
42e5615866 ICU-2487 Don't use ::tolower. It will fail on tr_TR localized machines. Use uprv_tolower.
X-SVN-Rev: 15496
2004-05-24 17:01:12 +00:00
George Rhoten
7e456fd7c3 ICU-3499 Add some documentation
X-SVN-Rev: 15495
2004-05-24 06:02:46 +00:00
Alan Liu
efa0aef669 ICU-3659 compute as double to avoid overflow
X-SVN-Rev: 15494
2004-05-24 06:01:13 +00:00
Alan Liu
d08db4a33f ICU-3659 assert values are in range before using them to index arrays
X-SVN-Rev: 15493
2004-05-24 05:59:54 +00:00
George Rhoten
046c30de34 ICU-3499 Fix a one off issue.
X-SVN-Rev: 15492
2004-05-24 02:49:33 +00:00
George Rhoten
7cf9ea9880 ICU-3499 Improve the TODO list, and fix some documentation
X-SVN-Rev: 15491
2004-05-24 02:47:41 +00:00
George Rhoten
5f099a985c ICU-3772 Add some zh_Hans/zh_Hant aliases as needed.
X-SVN-Rev: 15490
2004-05-24 02:06:53 +00:00
George Rhoten
77ae20ad84 ICU-3659 Unambiuate Math::floorDivide call.
X-SVN-Rev: 15489
2004-05-22 01:41:31 +00:00
George Rhoten
ceab799074 ICU-3499 Fix memory leak
X-SVN-Rev: 15488
2004-05-22 01:39:54 +00:00
Steven R. Loomis
66155114b9 ICU-3301 weekend data in wrong location..
X-SVN-Rev: 15479
2004-05-21 22:48:00 +00:00
George Rhoten
bcfe0a1d78 ICU-3499 Allow the other tests to finish if iotest doesn't work.
X-SVN-Rev: 15478
2004-05-21 22:36:39 +00:00
George Rhoten
73656228e0 ICU-3389 Allow building in directories with a space in the directory name.
X-SVN-Rev: 15477
2004-05-21 22:29:30 +00:00
Philips Benjamin
0628b5df9c ICU-3699 fix data bug noted in CLDR#73
X-SVN-Rev: 15475
2004-05-21 21:43:08 +00:00
Steven R. Loomis
ba626310fb ICU-3301 moving data from J to C
X-SVN-Rev: 15471
2004-05-21 21:20:20 +00:00
George Rhoten
65bca94c6e ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15468
2004-05-21 20:52:04 +00:00
George Rhoten
341b3ef174 ICU-3719 Don't export some variables and make some const.
X-SVN-Rev: 15467
2004-05-21 20:48:36 +00:00
George Rhoten
86b860de09 ICU-3499 Fix a typo
X-SVN-Rev: 15466
2004-05-21 20:47:36 +00:00
George Rhoten
104f4e2376 ICU-3719 Regenerate urename.h with the proper copyright from libraries in their current locations
X-SVN-Rev: 15465
2004-05-21 20:39:18 +00:00
George Rhoten
59a662b996 ICU-3719 Regenerate urename.h
X-SVN-Rev: 15464
2004-05-21 20:37:50 +00:00
Alan Liu
390b02ec5b ICU-3659 add test and fix for udat_format failing with extreme dates (circa 10^27)
X-SVN-Rev: 15463
2004-05-21 20:25:52 +00:00
George Rhoten
8dfc0c46ac ICU-3499 Increase code coverage.
X-SVN-Rev: 15461
2004-05-21 18:59:49 +00:00
George Rhoten
3536695b54 ICU-3499 Test iotest when icuio is available for testing.
X-SVN-Rev: 15458
2004-05-21 18:22:39 +00:00
George Rhoten
0dd1c6e8c1 ICU-3039 Fix for z/OS
X-SVN-Rev: 15457
2004-05-21 18:09:14 +00:00
George Rhoten
193b323d83 ICU-2242 Remove the -a aCC argument. Old machines can't handle it.
X-SVN-Rev: 15455
2004-05-21 17:31:55 +00:00
George Rhoten
c59fb8d884 ICU-3389 Rename test import library
X-SVN-Rev: 15454
2004-05-21 17:15:31 +00:00
George Rhoten
2ea2f356c6 ICU-3100 Fix for z/OS
X-SVN-Rev: 15453
2004-05-21 17:14:35 +00:00
George Rhoten
df8374da27 ICU-2421 Fix for z/OS
X-SVN-Rev: 15452
2004-05-21 17:14:06 +00:00
Vladimir Weinstein
980f17b643 ICU-3100 More implementation of identifier <> collator functions
X-SVN-Rev: 15451
2004-05-21 06:56:06 +00:00
George Rhoten
53521f4ed5 ICU-3499 Remove redundant/unused code
X-SVN-Rev: 15448
2004-05-20 23:55:42 +00:00
George Rhoten
899b900556 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15447
2004-05-20 23:54:37 +00:00
Philips Benjamin
422095d5a4 ICU-3699 fix data bug noted in CLDR#74
X-SVN-Rev: 15446
2004-05-20 23:48:18 +00:00
Philips Benjamin
62f3a7613f ICU-3699 fix data bug noted in CLDR#20
X-SVN-Rev: 15445
2004-05-20 22:16:49 +00:00
George Rhoten
03512fe86d ICU-3499 Mirror more of the printf implementation in case it has to be merged even more.
X-SVN-Rev: 15444
2004-05-20 22:16:12 +00:00
Alan Liu
7816d4e3c4 ICU-3659 incidental cleanup
X-SVN-Rev: 15443
2004-05-20 22:02:34 +00:00
Alan Liu
f503bc6a8e ICU-3659 fix docs
X-SVN-Rev: 15442
2004-05-20 22:02:08 +00:00
George Rhoten
bdd46debb0 ICU-3718 Fix a memory initialization error
X-SVN-Rev: 15439
2004-05-20 21:14:06 +00:00
Vladimir Weinstein
4aeaaed375 ICU-3100 Implementation of identifier <> collator functions
X-SVN-Rev: 15437
2004-05-20 21:03:31 +00:00
George Rhoten
c50f3f86bd ICU-3080 Add era and ampm
X-SVN-Rev: 15435
2004-05-20 20:31:27 +00:00
George Rhoten
502f981e13 ICU-3499 Fix for os/400
X-SVN-Rev: 15433
2004-05-20 18:22:41 +00:00
Steven R. Loomis
fa93449437 ICU-3774 remove ja_JP_TRADITIONAL and th_TH_TRADITIONAL
X-SVN-Rev: 15432
2004-05-20 18:22:25 +00:00
George Rhoten
607e98f113 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15431
2004-05-20 18:22:13 +00:00
George Rhoten
7a13cf6dca ICU-3499 Increase code coverage
X-SVN-Rev: 15430
2004-05-20 18:21:41 +00:00