Commit Graph

13976 Commits

Author SHA1 Message Date
George Rhoten
9e3b81e964 ICU-5030 Fixes for using the Visual C++ /clr compiler option
X-SVN-Rev: 19067
2006-02-06 06:41:52 +00:00
George Rhoten
0032e33b65 ICU-4688 The upgrade in autoconf requires the exit prototype to included for checking wchar_t
X-SVN-Rev: 19066
2006-02-06 04:31:48 +00:00
George Rhoten
7920f6933f ICU-4635 UCONFIG fixes
X-SVN-Rev: 19065
2006-02-06 04:25:42 +00:00
Eric Mader
4ab8eb96d1 ICU-5029 Fix Purify warning about NaN arguments to wsprintf.
X-SVN-Rev: 19064
2006-02-04 02:09:01 +00:00
Eric Mader
fac1811c2e ICU-5029 Fix Purify warning about GetLocaleInfoW calls w/ LOCALE_RETURN_NUMBER flag.
X-SVN-Rev: 19063
2006-02-04 02:08:05 +00:00
George Rhoten
60fc56a0de ICU-4932 Don't parse unlocalized patterns and localized patterns.
X-SVN-Rev: 19062
2006-02-03 23:20:43 +00:00
Ram Viswanadha
80c34b86b5 ICU-4974 a new tool to parse the lists generated by Doxygen
X-SVN-Rev: 19061
2006-02-03 18:33:03 +00:00
George Rhoten
880b530fd3 ICU-5008 Remove @internal items from the public headers
X-SVN-Rev: 19057
2006-02-02 04:51:05 +00:00
George Rhoten
de90c521bc ICU-5008 Remove unused @internal macro
X-SVN-Rev: 19056
2006-02-02 04:38:04 +00:00
George Rhoten
bc57e25023 ICU-5008 Don't use @internal API.
X-SVN-Rev: 19055
2006-02-02 04:37:15 +00:00
George Rhoten
cf6ba94da3 ICU-5008 Declare one instance of URegistryKey and make them all @stable
X-SVN-Rev: 19054
2006-02-02 03:48:14 +00:00
George Rhoten
29a5a105d0 ICU-4576 Based on the review of changes, stdio.h shouldn't be included.
X-SVN-Rev: 19052
2006-02-01 19:50:43 +00:00
George Rhoten
fb3d665220 ICU-4722 Better fix for UCONFIG_NO_BREAK_ITERATION
X-SVN-Rev: 19051
2006-02-01 08:33:58 +00:00
George Rhoten
9a85c5951c ICU-5002 Update the copyright.
X-SVN-Rev: 19050
2006-02-01 07:52:42 +00:00
Andy Heninger
86da4fa794 ICU-4949 Edit genbrk man page, add install target to makefile.
X-SVN-Rev: 19049
2006-02-01 06:20:13 +00:00
George Rhoten
5f0310b3e1 ICU-4707 Partially undo last change.
X-SVN-Rev: 19047
2006-01-30 21:41:36 +00:00
George Rhoten
476190afac ICU-4869 *.txt files must be in UTF-8 with a BOM for EBCDIC platforms.
X-SVN-Rev: 19046
2006-01-30 17:30:30 +00:00
George Rhoten
f8e0212537 ICU-4869 *.txt files must be in UTF-8 with a BOM for EBCDIC platforms.
X-SVN-Rev: 19045
2006-01-30 17:26:55 +00:00
George Rhoten
d854e4a0c3 ICU-5023 Fix a compiler warning and multi-codepoint conversion issues.
X-SVN-Rev: 19044
2006-01-30 07:46:00 +00:00
George Rhoten
5edfe10654 ICU-4869 Use some _SHR_ macros more accurately
X-SVN-Rev: 19043
2006-01-30 06:33:42 +00:00
Andy Heninger
107b13e9c4 ICU-4699 Freezable functions for UText
X-SVN-Rev: 19042
2006-01-30 05:56:06 +00:00
George Rhoten
76018d6c70 ICU-4869 Documentation change for z/OS
X-SVN-Rev: 19041
2006-01-30 05:47:05 +00:00
Vladimir Weinstein
d50159c572 ICU-4960 fixed ignorables in case level with primary strength (compare and sortkey)
X-SVN-Rev: 19040
2006-01-28 08:26:55 +00:00
Vladimir Weinstein
d18736ce54 ICU-4960 fixed generation of case level bits for elements that are tailored to be completely ignorable
X-SVN-Rev: 19039
2006-01-28 08:26:22 +00:00
Vladimir Weinstein
4ee9d29ce1 ICU-4960 test for case level fixes.
X-SVN-Rev: 19038
2006-01-28 08:25:52 +00:00
Vladimir Weinstein
6b10461c41 ICU-4960 Additional convenience test methods
X-SVN-Rev: 19037
2006-01-28 08:25:24 +00:00
Ram Viswanadha
df4c2970b0 ICU-4974 a new tool to parse the lists generated by Doxygen
X-SVN-Rev: 19033
2006-01-27 21:51:42 +00:00
Ram Viswanadha
09454f6e77 ICU-4974 let doxygen generate the lists of stable, draft, deprecate APIs
X-SVN-Rev: 19032
2006-01-27 21:50:30 +00:00
Andy Heninger
64e16dfb5e ICU-4152 UnicodeSetIterator::getString() works with code points
X-SVN-Rev: 19028
2006-01-27 00:24:30 +00:00
Eric Mader
3d0b127c12 ICU-4576 Fix buffer overrun in findWindowsZoneID: wasn't leaving room for trailing null when allocating buffer from heap.
X-SVN-Rev: 19027
2006-01-26 21:51:27 +00:00
Deborah Goldsmith
913207b34a ICU-5002 Update mh-darwin for POSIX compliance
X-SVN-Rev: 19026
2006-01-26 00:43:14 +00:00
Eric Mader
41ec4c794e ICU-4576 Remove wincoll from ICU, put most recent version in WinLocaleTest.
X-SVN-Rev: 19025
2006-01-25 21:27:10 +00:00
George Rhoten
df92a00216 ICU-4869 Remove a warning about exporting main from applications.
X-SVN-Rev: 19024
2006-01-25 21:22:11 +00:00
Eric Mader
ae8baeb57d ICU-4152 Use TimeZone::getEquivalentID to handle aliases.
X-SVN-Rev: 19020
2006-01-24 22:16:39 +00:00
George Rhoten
69ffe9f919 ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
X-SVN-Rev: 19019
2006-01-24 18:55:47 +00:00
George Rhoten
1ca7be87a4 ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
X-SVN-Rev: 19018
2006-01-24 17:57:33 +00:00
Eric Mader
bfd3e8b331 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19017
2006-01-23 23:45:12 +00:00
Eric Mader
ed5ad9b463 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19016
2006-01-23 23:25:00 +00:00
Andy Heninger
06ac01c8ee ICU-5016 Fix problem with reverse rule when it backs into the beginning of the text.
X-SVN-Rev: 19015
2006-01-21 07:05:11 +00:00
Andy Heninger
78a379d0ed ICU-5016 fix compiler warnings & error in previous()
X-SVN-Rev: 19014
2006-01-21 07:00:54 +00:00
George Rhoten
012aeaf012 ICU-4358 Undo last checkin
X-SVN-Rev: 19013
2006-01-20 22:21:40 +00:00
George Rhoten
101fc38fba ICU-4358 Temporary commit
X-SVN-Rev: 19011
2006-01-20 21:21:41 +00:00
George Rhoten
6ac114a8da ICU-4358 Temporary commit
X-SVN-Rev: 19010
2006-01-20 21:20:51 +00:00
George Rhoten
2686453d7d ICU-5009 Fix the documentation output for doxygen.
X-SVN-Rev: 19008
2006-01-18 07:02:22 +00:00
George Rhoten
5e3b816f7a ICU-5009 Fix the documentation output for doxygen.
X-SVN-Rev: 19007
2006-01-18 06:37:07 +00:00
George Rhoten
b6ce118952 ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19006
2006-01-18 06:07:45 +00:00
George Rhoten
dd218ba383 ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19005
2006-01-18 05:58:30 +00:00
George Rhoten
29f09c5768 ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19004
2006-01-18 05:50:06 +00:00
George Rhoten
6cacfbd7cb ICU-5008 Undraft some API
X-SVN-Rev: 19003
2006-01-18 04:19:45 +00:00
George Rhoten
4ddc86def7 ICU-5008 Undraft some API
X-SVN-Rev: 19002
2006-01-18 04:02:07 +00:00