William Zhao
d847a21238
ICU-13275 Merge warning cleanup fixes into trunk
...
X-SVN-Rev: 40283
2017-07-22 01:11:59 +00:00
William Zhao
3da97c910d
ICU-13275 Revert the previous changes to the trunk.
...
X-SVN-Rev: 40262
2017-07-13 23:26:06 +00:00
William Zhao
11a9b11c56
ICU-13275
...
This commit fixes compiler warnings when building at /W2.
1. Fix cast warnings for the two files.
2. Fix unreferenced variable warning for the two files.
X-SVN-Rev: 40261
2017-07-13 22:49:57 +00:00
Andy Heninger
04448b004f
ICU-12764 UTF-8 source files, update file encoding comments.
...
X-SVN-Rev: 39641
2017-02-03 18:57:23 +00:00
Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Shane Carr
d1ee641e2e
ICU-12825 Fixing icu4c spoof checker issues #12825 and #12815 .
...
X-SVN-Rev: 39493
2016-10-28 17:56:22 +00:00
Shane Carr
2ceb565df3
ICU-12549 Updating SpoofChecker to latest Unicode specification.
...
X-SVN-Rev: 39218
2016-09-13 22:15:13 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Andy Heninger
f8aea69ce6
ICU-12153 uspoof_setRestrictionLevel also must enable restriction level checking.
...
X-SVN-Rev: 38811
2016-06-08 20:16:13 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Markus Scherer
8fb97395f8
ICU-11860 separate init-once of uspoof statics (for most functions) from init-once of uspoof default data (only for uspoof_open()); gencfu calls uspoof_openFromSource() for building the default data, so uspoof_openFromSource() must not require that default data
...
X-SVN-Rev: 37897
2015-09-07 01:48:29 +00:00
Markus Scherer
a97583a817
ICU-11860 uspoof_openFromSource() initializes static variables; isolate test code for uspoof_openFromSource() so that initialization can be tested
...
X-SVN-Rev: 37895
2015-09-07 01:18:49 +00:00
Andy Heninger
38d07de467
ICU-11031 cache spoof check data (ICU4C).
...
X-SVN-Rev: 37793
2015-08-21 01:23:29 +00:00
Markus Scherer
fc290db4c1
ICU-11574 near-final Unicode 8 data with new block API constants, code adjustments & fixes; svn merge --reintegrate branches/markus/uni80
...
X-SVN-Rev: 37473
2015-05-28 23:16:00 +00:00
Andy Heninger
40271c5742
ICU-11414 uspoof, freeze the recommended and inclusion sets.
...
X-SVN-Rev: 36823
2014-12-08 19:56:43 +00:00
Andy Heninger
afe9d5350e
ICU-11262 Spoof check data refresh.
...
X-SVN-Rev: 36553
2014-09-17 23:27:40 +00:00
Andy Heninger
c4f6c43b86
ICU-10706 Spoof Check, bug fix & test for Identifier Restriction Level; update spoof checker one time initialization.
...
X-SVN-Rev: 35175
2014-02-19 23:53:30 +00:00
Andy Heninger
5b67287476
ICU-10706 Fix Windows build problem with string literals.
...
X-SVN-Rev: 35168
2014-02-19 06:59:00 +00:00
Andy Heninger
8525e6bd47
ICU-10706 Spoof Check data update.
...
X-SVN-Rev: 35164
2014-02-19 01:07:32 +00:00
Michael Ow
57ab6f389a
ICU-9801 Fix long string literal in UNICODE_STRING_SIMPLE call
...
X-SVN-Rev: 33314
2013-02-24 01:06:01 +00:00
Michael Ow
56a80addb8
ICU-9801 Fix some incorrect usage of UnicodeString constructor
...
X-SVN-Rev: 33312
2013-02-23 16:58:30 +00:00
Michael Ow
795b21007f
ICU-9802 Fix no data cintltst and intltest failures
...
X-SVN-Rev: 33302
2013-02-22 03:24:01 +00:00
Andy Heninger
e06001f2d0
ICU-9440 spoof checker, merge updates from branch.
...
X-SVN-Rev: 33162
2013-02-11 04:51:14 +00:00
Michael Ow
53a148983c
ICU-9679 Fix some gcc compiler warnings
...
X-SVN-Rev: 32912
2012-11-30 22:19:58 +00:00
George Rhoten
e1b9092426
ICU-9469 Improve support for C++11
...
X-SVN-Rev: 32179
2012-08-15 17:46:17 +00:00
Markus Scherer
e31ce99b84
ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
...
X-SVN-Rev: 30430
2011-07-27 05:53:56 +00:00
Markus Scherer
1beb0f1e4f
ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
...
X-SVN-Rev: 30281
2011-07-06 04:03:35 +00:00
Andy Heninger
88e94ca0b0
ICU-8654 Spoof check, incorrect length used on NFD text.
...
X-SVN-Rev: 30218
2011-06-17 20:47:37 +00:00
Andy Heninger
497e88ec1f
ICU-8341 spoof skeleton computed using NFD, not NFKD
...
X-SVN-Rev: 29475
2011-02-24 22:55:07 +00:00
Michael Ow
0ea3b2f2ca
ICU-6991 Fix memory leaks in currpinf, uspoof, and some test in intltest.
...
X-SVN-Rev: 26658
2009-09-21 02:10:54 +00:00
Andy Heninger
44b26a579b
ICU-7087 fix spoof detection bugs with buffer handling while computing skeletons, and with supplemental character handling.
...
X-SVN-Rev: 26628
2009-09-14 04:02:38 +00:00
Michael Ow
c160905800
ICU-4790 Fix uconfig error.
...
X-SVN-Rev: 25985
2009-05-05 02:03:27 +00:00
Andy Heninger
7088240fd8
ICU-4790 fix mismatched cases malloc / delete in spoof detector.
...
X-SVN-Rev: 25980
2009-05-04 03:47:05 +00:00
Michael Ow
507f3e4390
ICU-6906 Use uprv_free instead of delete.
...
X-SVN-Rev: 25976
2009-05-01 22:07:49 +00:00
Andy Heninger
25be8362b9
ICU-4790 more spoof detection
...
X-SVN-Rev: 25921
2009-04-27 06:53:38 +00:00
Andy Heninger
b08b9e8625
ICU-4790 spoof cleanups
...
X-SVN-Rev: 25876
2009-04-23 01:30:02 +00:00
Andy Heninger
68ebb55db4
ICU-4790 tweaks to areConfusable function
...
X-SVN-Rev: 25860
2009-04-22 02:07:40 +00:00
Andy Heninger
9c6ebc9b91
ICU-4790 more spoof detection testing, plus a couple of bug fixes.
...
X-SVN-Rev: 25851
2009-04-21 04:43:19 +00:00
Andy Heninger
34727b59c1
ICU-4790 remove 'position' parameter from areConfusable functions
...
X-SVN-Rev: 25718
2009-04-02 06:08:36 +00:00
Michael Ow
6e910600d8
ICU-4790 Use uprv_malloc instead of malloc.
...
X-SVN-Rev: 25715
2009-04-01 20:46:30 +00:00
Steven R. Loomis
0d8cf9c5c5
ICU-4790 fix typo in U_EXPORT -> U_EXPORT2
...
X-SVN-Rev: 25707
2009-04-01 04:57:22 +00:00
Andy Heninger
89aa66303d
ICU-4790 spoof detection work
...
X-SVN-Rev: 25701
2009-04-01 01:09:49 +00:00
Andy Heninger
23e83afc25
ICU-4790 spoof work in progress
...
X-SVN-Rev: 25674
2009-03-30 05:08:00 +00:00
Andy Heninger
9715eae02c
ICU-4790 spoof impl merged to trunk.
...
X-SVN-Rev: 25534
2009-03-09 23:40:15 +00:00