freetype2/src
Werner Lemberg 94152819b0 More fixes for clang's `sanitize' feature.
* src/base/ftcalc.c (FT_DivFix): Use unsigned values for
computations which use the left shift operator and convert to signed
as the last step.
* src/base/fttrigon.c (ft_trig_prenorm, FT_Vector_Rotate,
FT_Vector_Length, FT_Vector_Polarize): Ditto.

* src/cff/cffgload.c (cff_decoder_parse_charstrings): Simplify.
* src/cff/cffload.c (cff_subfont_load): Fix constant.
* src/cff/cffparse.c (cff_parse_integer, cff_parse_real, do_fixed,
cff_parse_fixed_dynamic): Use unsigned values for computations which
use the left shift operator and convert to signed as the last step.

* src/cid/cidload.c (cid_get_offset): Ditto.

* src/psaux/psconv.c (PS_Conv_ToFixed): Ditto.
* src/psaux/t1decode.c (t1_decoder_parse_charstrings): Ditto.

* src/truetype/ttinterp.c (TT_MulFix14, TT_DotFix14): Ditto.
2013-05-04 16:40:12 +02:00
..
autofit Whitespace. 2013-03-23 14:25:43 +01:00
base More fixes for clang's `sanitize' feature. 2013-05-04 16:40:12 +02:00
bdf Fix Savannah bug #38589. 2013-04-03 07:37:56 +02:00
bzip2 */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
cache */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
cff More fixes for clang's `sanitize' feature. 2013-05-04 16:40:12 +02:00
cid More fixes for clang's `sanitize' feature. 2013-05-04 16:40:12 +02:00
gxvalid */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
gzip */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
lzw */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
otvalid */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
pcf */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
pfr */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
psaux More fixes for clang's `sanitize' feature. 2013-05-04 16:40:12 +02:00
pshinter Whitespace. 2013-03-17 08:14:46 +01:00
psnames Whitespace. 2013-03-17 08:14:46 +01:00
raster Typo. 2013-03-24 08:37:12 +01:00
sfnt Whitespace. 2013-03-17 08:14:46 +01:00
smooth Whitespace. 2013-03-17 08:14:46 +01:00
tools */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
truetype More fixes for clang's `sanitize' feature. 2013-05-04 16:40:12 +02:00
type1 */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
type42 */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
winfonts */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00