freetype2/src
suzuki toshiya b8b498f2e2 Change the type of FT_MEM_VAL() from FT_ULong to FT_PtrDist.
On LLP64 platforms (e.g. Win64), unsigned long (32-bit)
cannot cover the memory address (64-bit).  FT_MEM_VAL() is
used for hashing only and not dereferred, so using signed
type FT_PtrDist is safe.

* src/base/ftdbgmem.c (FT_MEM_VAL): Change the type of the
return value from FT_ULong to FT_PtrDist.
(ft_mem_table_resize): The type of hash is changed to
FT_PtrDist.  (ft_mem_table_get_nodep): Ditto.
2010-10-25 00:35:59 +09:00
..
autofit Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
base Change the type of FT_MEM_VAL() from FT_ULong to FT_PtrDist. 2010-10-25 00:35:59 +09:00
bdf Remove C++ warnings. 2010-07-12 21:13:22 +02:00
cache Improve tracing messages. 2010-09-14 09:02:10 +02:00
cff Minor fixes. 2010-09-19 20:51:19 +02:00
cid Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
gxvalid */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
gzip Remove C++ warnings. 2010-07-12 21:13:22 +02:00
lzw */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
otvalid Formatting. 2010-06-08 08:37:11 +02:00
pcf Use defined macros to set {platform,encoding}_id. 2010-07-09 22:51:49 +09:00
pfr Remove C++ warnings. 2010-07-12 21:13:22 +02:00
psaux Remove C++ warnings. 2010-07-12 21:13:22 +02:00
pshinter Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
psnames Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
raster Replace "%lx" for memory address by "%p", LLP64 platforms. 2010-10-25 00:14:13 +09:00
sfnt Fix Savannah bug #31275. 2010-10-08 18:40:18 +02:00
smooth Fix thinko in spline flattening. 2010-10-15 20:44:15 +02:00
tools Fix C++ compilation issue. 2010-07-11 09:28:21 +02:00
truetype Replace "%lx" for memory address by "%p", LLP64 platforms. 2010-10-25 00:14:13 +09:00
type1 Typo. 2010-10-08 12:05:40 +02:00
type42 Fix Savannah bug #30656. 2010-08-05 23:15:26 +02:00
winfonts Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00