freetype/src/truetype
suzuki toshiya 46c371c2c7 Replace "%lx" for memory address by "%p", LLP64 platforms.
On LLP64 platforms (e.g. Win64), long (32-bit) cannot cover
the memory address (64-bit).  Also the casts from the pointer
type to long int should be removed to preserve the address
correctly.

* src/raster/ftraster.c (New_Profile): Replace "%lx" by "%p".
(End_Profile) Ditto.
* src/truetype/ttinterp.c (Init_Context): Ditto.
2010-10-25 00:14:13 +09:00
..
Jamfile Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
truetype.c Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttdriver.c Prevent NULL pointer dereference passed to FT_Module_Requester. 2010-02-05 02:58:24 +09:00
ttdriver.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
tterrors.h Formatting. 2001-06-19 23:03:41 +00:00
ttgload.c Improve tracing messages. 2010-09-14 09:02:10 +02:00
ttgload.h * autogen.sh, builds/unix/configure.raw, 2008-09-12 16:27:48 +00:00
ttgxvar.c Fix Savannah bug #31310. 2010-10-12 07:49:17 +02:00
ttgxvar.h truetype: Extend mmvar_len to hold size_t values. 2009-08-01 00:32:18 +09:00
ttinterp.c Replace "%lx" for memory address by "%p", LLP64 platforms. 2010-10-25 00:14:13 +09:00
ttinterp.h Fix Savannah bug #30657. 2010-08-06 00:47:57 +02:00
ttobjs.c Improve tracing messages. 2010-09-14 09:02:10 +02:00
ttobjs.h [truetype] Remove TT_SubGlyphRec. 2009-06-26 07:39:08 +02:00
ttpic.c */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
ttpic.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttpload.c [truetype] Sanitize the broken offsets in `loca'. 2010-09-20 01:16:39 +09:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00