Jehan 35153b1e50 Fixes boolean operation precedence warnings...
... and some minor space issues.
Some explicit parentheses were needed to make precedence obvious.
Warning was:
"warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]"
2015-11-18 19:38:12 +01:00
..
tools Use perror for error report 2015-07-16 01:20:03 +02:00
Big5Freq.tab Initial release. 2011-07-10 15:04:42 +08:00
CharDistribution.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
CharDistribution.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
CMakeLists.txt Add a BUILD_STATIC CMake option to optionally build a static library. 2015-11-17 18:14:51 +01:00
EUCKRFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
EUCTWFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
GB2312Freq.tab Initial release. 2011-07-10 15:04:42 +08:00
JISFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
JpCntx.cpp Fixes boolean operation precedence warnings... 2015-11-18 19:38:12 +01:00
JpCntx.h Update code from upstream. 2011-07-11 14:42:50 +08:00
LangBulgarianModel.cpp Some more encoding names changed to be iconv-compatible. 2015-11-17 18:51:45 +01:00
LangCyrillicModel.cpp Some more encoding names changed to be iconv-compatible. 2015-11-17 18:51:45 +01:00
LangGreekModel.cpp Some more encoding names changed to be iconv-compatible. 2015-11-17 18:51:45 +01:00
LangHebrewModel.cpp Some more encoding names changed to be iconv-compatible. 2015-11-17 18:51:45 +01:00
LangHungarianModel.cpp Some more encoding names changed to be iconv-compatible. 2015-11-17 18:51:45 +01:00
LangThaiModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsBig5Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsBig5Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsCharSetProber.cpp Initial release. 2011-07-10 15:04:42 +08:00
nsCharSetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsCodingStateMachine.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nscore.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscCharsetProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscCharsetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscSM.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCJPProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCJPProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCKRProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCKRProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCTWProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCTWProber.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsGB2312Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsGB2312Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsHebrewProber.cpp s/windows-1255/WINDOWS-1255/ to follow iconv uppercase naming. 2015-11-18 03:21:34 +01:00
nsHebrewProber.h Initial release. 2011-07-10 15:04:42 +08:00
nsLatin1Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsLatin1Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsMBCSGroupProber.cpp uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsMBCSGroupProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsMBCSSM.cpp uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsPkgInt.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCharSetProber.cpp Initial release. 2011-07-10 15:04:42 +08:00
nsSBCharSetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCSGroupProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCSGroupProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSJISProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSJISProber.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsUniversalDetector.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUniversalDetector.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUTF8Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUTF8Prober.h Update code from upstream. 2011-07-11 14:42:50 +08:00
prmem.h Initial release. 2011-07-10 15:04:42 +08:00
symbols.cmake fix: export symbols were not passed to the linker as intended 2015-06-20 12:28:01 +09:00
uchardet.cpp uchardet_get_charset() should never return NULL... 2015-11-16 17:33:16 +01:00
uchardet.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00