freetype2/src/pfr
suzuki toshiya c122d3172c To make large unsigned 16bit value, temporal bit shift like (1 << 16) can induce an overflow.
Change to make 32bit value by bitshifting and cast to 16bit in later.
2017-09-13 17:11:12 +09:00
..
Jamfile Update copyright year. 2017-01-04 20:16:34 +01:00
module.mk Update copyright year. 2017-01-04 20:16:34 +01:00
pfr.c Improve `make multi'. 2017-03-18 07:06:49 +01:00
pfrcmap.c Update copyright year. 2017-01-04 20:16:34 +01:00
pfrcmap.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrdrivr.c Update copyright year. 2017-01-04 20:16:34 +01:00
pfrdrivr.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrerror.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrgload.c Update copyright year. 2017-01-04 20:16:34 +01:00
pfrgload.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrload.c To make large unsigned 16bit value, temporal bit shift like (1 << 16) can induce an overflow. 2017-09-13 17:11:12 +09:00
pfrload.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrobjs.c * src/winfonts/winfnt.c (FNT_Face_Init): Don't set active encoding. 2017-06-14 07:51:04 +02:00
pfrobjs.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrsbit.c replace "<=" by "==" in the comparison of unsigned variable. 2017-09-13 17:11:12 +09:00
pfrsbit.h Update copyright year. 2017-01-04 20:16:34 +01:00
pfrtypes.h Update copyright year. 2017-01-04 20:16:34 +01:00
rules.mk Update copyright year. 2017-01-04 20:16:34 +01:00