Commit Graph

4025 Commits

Author SHA1 Message Date
George Rhoten
afd294656e ICU-5460 Remove references to ibm.com
X-SVN-Rev: 20611
2006-10-29 18:13:56 +00:00
Ram Viswanadha
f3abdec737 ICU-5486 update data with 1.4.1
X-SVN-Rev: 20606
2006-10-28 00:59:00 +00:00
George Rhoten
72605c7ddb ICU-5469 Fix last change for AIX.
X-SVN-Rev: 20588
2006-10-23 21:38:22 +00:00
Markus Scherer
dcbe7b34fc ICU-5477 move #define U_NAMESPACE_XYZ from umachine.h to uversion.h
X-SVN-Rev: 20587
2006-10-23 21:17:34 +00:00
Markus Scherer
4f5e372f0d ICU-5304 fix macros in unistr.h with namespace qualification of the UnicodeString class
X-SVN-Rev: 20586
2006-10-23 21:12:33 +00:00
George Rhoten
01745ec4fc ICU-5469 Improve usage of _XOPEN_SOURCE_EXTENDED
X-SVN-Rev: 20540
2006-10-20 18:57:55 +00:00
George Rhoten
d25535331f ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20505
2006-10-06 18:14:24 +00:00
George Rhoten
c5406f3b0c ICU-5426 Fix compiler warnings from last check in.
X-SVN-Rev: 20483
2006-10-04 00:33:11 +00:00
George Rhoten
31120cdfc4 ICU-5426 Fix last check-in. Handle the case when malloc fails.
X-SVN-Rev: 20478
2006-10-03 19:11:36 +00:00
George Rhoten
1c37b55ae0 ICU-5426 Reduce the amount of unused memory in caches by at least 500KB.
X-SVN-Rev: 20476
2006-10-03 17:41:23 +00:00
George Rhoten
70cb51cb3b ICU-5426 Fix uninitialized memory access from last change.
X-SVN-Rev: 20474
2006-10-03 02:55:41 +00:00
George Rhoten
932759f00a ICU-5426 Make it easier to change the size of the converter hash table depending on the platform.
X-SVN-Rev: 20464
2006-09-30 22:35:25 +00:00
George Rhoten
a7a3fe85db ICU-5349 Use UMTX_CHECK, and don't create the cache when it's not needed.
X-SVN-Rev: 20463
2006-09-30 17:52:33 +00:00
George Rhoten
1dd78e16e0 ICU-5426 #ifdef out an unused variable.
X-SVN-Rev: 20462
2006-09-30 06:07:19 +00:00
George Rhoten
fd3302b006 ICU-5426 Compact cached Unicodesets
X-SVN-Rev: 20461
2006-09-30 05:43:53 +00:00
George Rhoten
c34f0ecd83 ICU-5426 Compact cached UnicodeSets, and make setCharacters take a const UnicodeSet.
X-SVN-Rev: 20460
2006-09-30 00:37:45 +00:00
George Rhoten
7929f274ba ICU-5426 Improve compaction.
X-SVN-Rev: 20459
2006-09-29 23:56:11 +00:00
George Rhoten
3e9bfdc234 ICU-5426 Reduce size of cached UnicodeSet objects.
X-SVN-Rev: 20456
2006-09-29 22:41:40 +00:00
George Rhoten
841bdb9382 ICU-5426 Report memory allocation errors when possible, and reduce default UVector size.
X-SVN-Rev: 20453
2006-09-29 22:00:46 +00:00
George Rhoten
8064b4876b ICU-5426 Report memory allocation errors when possible, and reduce default UVector size.
X-SVN-Rev: 20452
2006-09-29 21:36:59 +00:00
George Rhoten
5b9b0f3d01 ICU-5357 Fix misspelling
X-SVN-Rev: 20434
2006-09-28 21:27:09 +00:00
George Rhoten
4cad881a47 ICU-5427 Fix memory initialization issue.
X-SVN-Rev: 20432
2006-09-28 17:40:12 +00:00
George Rhoten
8cb0256a8d ICU-5371 Visual Studio 6 fixes.
X-SVN-Rev: 20277
2006-09-08 16:48:31 +00:00
George Rhoten
1658151152 ICU-5349 Don't use mutex.h when umutex.h also works.
X-SVN-Rev: 20264
2006-09-08 03:35:35 +00:00
George Rhoten
bbfffec872 ICU-5349 Use UMTX_CHECK when it's helpful.
X-SVN-Rev: 20263
2006-09-08 03:33:14 +00:00
George Rhoten
bd140ddff1 ICU-5304 Add missing namespace declarations.
X-SVN-Rev: 20244
2006-09-04 16:52:27 +00:00
George Rhoten
b27729b208 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20240
2006-09-03 17:08:23 +00:00
George Rhoten
0445548bae ICU-5304 Add missing namespace declarations.
X-SVN-Rev: 20239
2006-09-03 17:06:48 +00:00
George Rhoten
ab59816e74 ICU-5304 Allow headers to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20238
2006-09-03 16:55:57 +00:00
Ram Viswanadha
40de6d9299 ICU-5221 fix docs
X-SVN-Rev: 20186
2006-08-29 21:55:46 +00:00
George Rhoten
cfd7d9fe30 ICU-5349 Use __x86_64__ for AMD64 when determining CPU type.
X-SVN-Rev: 20184
2006-08-29 21:36:36 +00:00
George Rhoten
f0957dcb7d ICU-5352 Use better macros for determining CPU type.
X-SVN-Rev: 20183
2006-08-29 21:34:37 +00:00
George Rhoten
72d9811956 ICU-5352 Fix thread safety issue on Itanium, which is a weak memory model CPU.
X-SVN-Rev: 20182
2006-08-29 21:02:25 +00:00
Ram Viswanadha
08e738a04e ICU-5278 regenerate udraft.h
X-SVN-Rev: 20180
2006-08-29 19:41:36 +00:00
George Rhoten
dbc0d1d9ee ICU-5349 Use UMTX_CHECK for double check locking.
X-SVN-Rev: 20176
2006-08-29 04:57:05 +00:00
George Rhoten
cff652fc45 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20164
2006-08-25 17:41:23 +00:00
Matitiahu Allouche
792fec0096 ICU-5243 fix signed/unsigned confusion on one variable.
X-SVN-Rev: 20162
2006-08-25 09:08:28 +00:00
George Rhoten
8c383fed44 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20153
2006-08-24 18:51:49 +00:00
George Rhoten
8503dd41b1 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20152
2006-08-24 17:59:01 +00:00
George Rhoten
642a7f9b6f ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20149
2006-08-24 17:28:52 +00:00
George Rhoten
2b12d80cb5 ICU-4881 Update urename.h before the release.
X-SVN-Rev: 20138
2006-08-22 23:31:33 +00:00
Andy Heninger
f7907fdbbe ICU-4669 UText code review changes
X-SVN-Rev: 20121
2006-08-21 05:52:38 +00:00
George Rhoten
34c5798a18 ICU-5333 Whitespace changes.
X-SVN-Rev: 20117
2006-08-19 21:27:08 +00:00
George Rhoten
32b22cf076 ICU-4669 Fix newlines from last checkin
X-SVN-Rev: 20111
2006-08-19 08:28:10 +00:00
George Rhoten
106b17a85e ICU-5254 Fix an optimization bug on gcc 4.x.
X-SVN-Rev: 20108
2006-08-19 00:52:09 +00:00
Andy Heninger
dab1bcdb2d ICU-4669 UText, struct alignment, review comments
X-SVN-Rev: 20107
2006-08-19 00:38:18 +00:00
Ram Viswanadha
16c62819ab ICU-5275 fix bug
X-SVN-Rev: 20070
2006-08-15 23:20:55 +00:00
George Rhoten
668db96d1d ICU-5320 Make sure that ICU doesn't use global new and delete in debug mode.
X-SVN-Rev: 20066
2006-08-15 06:48:39 +00:00
George Rhoten
f784e6f443 ICU-5254 Open Office patch
X-SVN-Rev: 20062
2006-08-15 04:45:54 +00:00
George Rhoten
dfb20711e7 ICU-5261 Try to fix the csdet failure on Solaris 10.
X-SVN-Rev: 20054
2006-08-14 02:41:45 +00:00