freetype/src
Jens Claudius a787f45580 2006-08-27 Jens Claudius <jens.claudius@yahoo.com>
Fix miscellaneous compiler warnings.

	* freetype2/include/freetype/internal/ftobjs.h: close
	comment with `*/' to avoid `/* in comment' compiler warning.

	* freetype2/src/base/ftdbgmem.c (ft_mem_table_get_source): Turn
	cast `(FT_UInt32)(void*)' into `(FT_UInt32)(FT_PtrDist)(void*)'
	since on 64-bit platforms void* is larger than FT_UInt32.

	* freetype2/src/base/ftobjs.c (t_validator_error): cast
	away volatileness of argument to ft_longjmp. Spotted by
	Werner `Putzfrau' Lemberg.

	* freetype2/src/bdf/bdflib.c (bdf_load_font): initialize
	local variable `lineno'.

	* freetype2/src/gxvalid/gxvmod.c (classic_kern_validate):
	mark local variable `error' volatile.
2006-08-27 11:26:18 +00:00
..
autofit * src/truetype/ttgload.c (TT_Load_Composite_Glyph) 2006-05-17 22:55:04 +00:00
base 2006-08-27 Jens Claudius <jens.claudius@yahoo.com> 2006-08-27 11:26:18 +00:00
bdf 2006-08-27 Jens Claudius <jens.claudius@yahoo.com> 2006-08-27 11:26:18 +00:00
cache * src/truetype/ttgload.c (TT_Load_Composite_Glyph) 2006-05-17 22:55:04 +00:00
cff oops, stupid error fixed 2006-06-06 13:53:26 +00:00
cid formatting 2006-08-19 11:18:09 +00:00
gxvalid 2006-08-27 Jens Claudius <jens.claudius@yahoo.com> 2006-08-27 11:26:18 +00:00
gzip * src/truetype/ttgload.c (TT_Load_Composite_Glyph) 2006-05-17 22:55:04 +00:00
lzw * src/lzw/ftlzw2.c: Renamed to... 2006-05-04 07:13:05 +00:00
otvalid * builds/unix/ftconfig.in: Synchronize with main ftconfig.h. 2006-08-27 08:03:46 +00:00
pcf Add many checks to protect against malformed PCF files. 2006-07-08 21:31:24 +00:00
pfr * src/pfr/pfrobjs.c (pfr_face_init): fix the computation 2006-06-04 14:33:08 +00:00
psaux * freetype2/include/freetype/internal/psaux.h: (enum T1_TokenType_): 2006-08-13 12:14:36 +00:00
pshinter Normalize quotation to `...'. 2006-03-24 12:46:49 +00:00
psnames * include/freetype/internal/services/svpscmap.h, src/cff/cffcmap.c, 2006-06-06 08:14:14 +00:00
raster * include/freetype/internal/ftmemory.h: s/new/newsz/ (for C++). 2006-05-02 22:22:16 +00:00
sfnt 2006-08-18 Jens Claudius <jens.claudius@yahoo.com> 2006-08-18 17:20:37 +00:00
smooth Formatting, copyright years. 2006-02-25 16:52:16 +00:00
tools * src/tools/docmaker/tohtml.py (block_footer): Split into... 2006-05-12 15:05:45 +00:00
truetype support for "automatic unpatented hinting" added 2006-08-25 22:45:13 +00:00
type1 formatting 2006-08-19 11:18:09 +00:00
type42 support for "automatic unpatented hinting" added 2006-08-25 22:45:13 +00:00
winfonts * include/freetype/internal/ftmemory.h, src/base/ftbitmap.c, 2006-05-02 09:00:29 +00:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00